Programming

Packt Hub provides the latest news for programmers. Whether you’re a Python or Java programmer, we’ve got you covered. We provide the latest insights and tutorials around topics like Microservices and much more.

Multithreading with Qt

1
Qt has its own cross-platform implementation of threading. In this article by Guillaume Lazar and Robin Penea, authors of the book Mastering Qt 5, we will...
Learn how to code faster

Why Golang is the fastest growing language on GitHub

0
Google’s Go language or alternatively Golang is currently one of the fastest growing programming languages in the software industry. Its speed, simplicity, and reliability...

3 programming languages some people think are dead but definitely aren’t

0
Recently I looked closely at what it really means when a certain programming language, tool, or trend is declared to be ‘dead’. It seems,...
Application security

5 useful Visual Studio Code extensions for Angular developers

0
Visual Studio Code has become a very popular code editor for Angular developers, particularly those running the Angular CLI. Features such as Syntax highlighting...
back up and recovery

Documenting RESTful Java Web Services using Swagger

0
In the earlier days, many software solution providers did not really pay attention to documenting their RESTful web APIs. However, many API vendors soon realized the need...

QT Style Sheets

0
In this article by Lee Zhi Eng, author of the book, Qt5 C++ GUI Programming Cookbook, we will see how Qt allows us to easily...
Rusted chain

“Rust is the future of systems programming, C is the new Assembly”: Intel principal...

0
At Open Source Technology Summit (OSTS) 2019, Josh Triplett, a Principal Engineer at Intel gave an insight into what Intel is contributing to bring...
Adobe InDesign 2020

Meet the famous ‘Gang of Four’ design patterns

0
A design pattern is a reusable solution to a recurring problem in software design. It is not a finished piece of code but a...
world wide web

PHP 8 and 7.4 to come with Just-in-time (JIT) to make most CPU-intensive workloads...

0
Last week, Joe Watkins, a PHP developer, shared that PHP 8 will support the Just-in-Time (JIT) compilation. This decision was the result of voting...

Create a Local Ubuntu Repository using Apt-Mirror and Apt-Cacher

0
How can a company or organization minimize bandwidth costs when maintaining multiple Ubuntu installations? With bandwidth becoming the currency of the new millennium, being...

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