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.

Reactive Programming with C#

0
In this article by Antonio Esposito from the book Reactive Programming for .NET Developers , we will see a practical example of what is...

Java Refactoring in NetBeans

0
  NetBeans IDE 7 Cookbook Over 70 highly focused practical recipes to maximize your output with NetBeans         Introduction Be warned that many of the refactoring techniques presented in...
Should you learn Node.js?

5 reasons you should learn Node.js

0
Open source software in general, and JavaScript in particular, can seem like a place where boom and bust is the rule of law: rapid...

Python 3: When to Use Object-oriented Programming

0
(For more resources on Python 3, see here.) Treat objects as objects This may seem obvious, but you should generally give separate objects in your problem...
C++ libraries

Implementing C++ libraries in Delphi for HPC [Tutorial]

0
Using C object files in Delphi is hard but possible. Linking to C++ object files is, however, nearly impossible. The problem does not lie...
black color dominoes

Regular expressions in AWK programming: What, Why, and How

0
AWK is a pattern-matching language. It searches for a pattern in a file and, upon finding the corresponding match, it performs the file's action on...

Fine-tune the NGINX Configuration

0
In this article by Rahul Sharma, author of the book NGINX High Performance, we will cover the following topics: NGINX configuration syntax Configuring NGINX workers Configuring NGINX...

Task Execution with Asio

1
In this article by Arindam Mukherjee, the author of Learning Boost C++ Libraries, we learch how to execute a task using Boost Asio (pronounced...

Building Your First Odoo Application

0
In this article by, Daniel Reis, the author of the book Odoo 10 Development Essentials, we will create our first Odoo application and learn...
Spiral galaxy and black hole. Computer artwork.

Why does the C programming language refuse to die?

0
As a technology research analyst, I try to keep up the pace with the changing world of technology. It seems like every single day,...

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