Languages

Packt Hub gives you the latest programming languages news. Whether you’re looking to learn more about the latest Python updates or looking for Java tutorials, we have you covered.

React.js: why you should learn the front end JavaScript library and how to get...

0
React.JS is one of the most powerful JavaScript libraries. It empowers the interface of major organisations such as Amazon (an e-commerce giant has recently...
announcement

Node.js 13 releases with an upgraded V8, full ICU support, stable Worker Threads API...

0
Yesterday was a super exciting day for Node.js developers as Node.js foundation announced of Node.js 12 transitions to Long Term Support (LTS) with the...

Creating a graph application with Python, Neo4j, Gephi & Linkurious.js

0
I love Python, and to celebrate Packt Python week, I’ve spent some time developing an app using some of my favorite tools. The app...
Key data science trends for 2019

7 things Java programmers need to watch for in 2019

0
Java is one of the most popular and widely used programming languages in the world. Its dominance of the TIOBE index ranking is unmatched...
Dockerize an ASP.NET Core application

How to dockerize an ASP.NET Core application

0
There are many reasons why you might want to dockerize an ASP.NET Core application. But ultimately, it's simply going to make life much easier...
npm layoffs

Surprise NPM layoffs raise questions about the company culture

0
Headlines about the recent NPM layoff has raised questions about the company culture and ethics. NPM which stands for Node Package Manager is now...

Elegant RESTful Client in Python for Exposing Remote Resources

0
Product Hunt addicts like me might have noticed how often a "developer" tab was available on landing pages. More and more modern products offer...
operator overloading in kotlin

4 operator overloading techniques in Kotlin you need to know

0
Operator overloading is a form of polymorphism. Some operators change behaviors on different types. The classic example is the operator plus (+). On numeric values, plus...

Microsoft mulls replacing C and C++ code with Rust calling it a “modern safer...

0
Here's another reason why Rust is the present and the future in programming. Few days ago, Microsoft announced that they are going to start...
Microsoft

Microsoft introduces Pyright, a static type checker for the Python language written in TypeScript

0
Yesterday, Microsoft released a new static type checker for Python called Pyright to fill in the gaps in existing Python type checkers like mypy....

Must Read in Programming

Learning Essential Linux Commands for Navigating the Shell Effectively 

0
Once we learn how to deploy an Ubuntu server, how to manage users, and how to manage software packages, we should take a moment...

Interviews