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.

Systems programming with Go in UNIX and Linux

0
This is a guest post by Mihalis Tsoukalos. Mihalis is a Unix administrator, programmer, and Mathematician who enjoys writing. He is the author of Go...
TypeScript 3.7

How to install and configure TypeScript

1
In this tutorial, we will look at the installation process of TypeScript and the editor setup for TypeScript development. Microsoft does well in providing...
CES 2019

Bitbucket to no longer support Mercurial, users must migrate to Git by May 2020

0
Yesterday marked an end of an era for Mercurial users, as Bitbucket announced to no longer support Mercurial repositories after May 2020. Bitbucket, owned...
launch release

Apollo 11 source code: A small step for a woman, and a huge leap...

1
Yesterday, reddit saw an explosion of discussion around the original Apollo 11 Guidance Computer (AGC) source code. The code in its entirety was uploaded...

Clean Coding in Python with Mariano Anaya

0
Key-takeaways:   Clean code isn’t just a nice thing to have or a luxury in software projects; it's a necessity. If we want our project to successfully deliver features constantly at...
Rusted chain

Rust’s original creator, Graydon Hoare on the current state of system programming and safety

0
Back in July 2010, Graydon Hoare showcased the Rust programming language for the very first time at Mozilla Annual Summit. Rust is an open-source...

Introducing the Boost C++ Libraries

0
 In this article written by John Torjo and Wisnu Anggoro, authors of the book Boost.Asio C++ Network Programming - Second Edition, the authors state...

Dependency Management in SBT

0
(For more resources related to this topic, see here.) In the early days of Java, when projects were small and didn't have many external dependencies,...
Switching to Python

Should you move to Python 3? 7 Python experts’ opinions

0
Python is one of the most used programming languages on the planet. But when something is so established and popular across a number of...
Asynchronous gear wheel on stone

low.js, a Node.js port for embedded systems

0
Node.JS is a popular backend widely for web development despite some of its flaws. For embedded systems, now there is low.js, a Node.js port...

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