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.

Understanding the Dependencies of a C++ Application

0
This article by Richard Grimes, author of the book, Beginning C++ Programming explains the dependencies of a C++ application. A C++ project will produce an...

No more free Java SE 8 updates for commercial use after January 2019

0
Oracle owned Java will no longer provide free public updates of Java SE 8 for commercial use after January 2019. This move is a...
Netflix

Netflix adopts Spring Boot as its core Java framework

0
This year, Netflix decided to make Spring Boot as their core Java framework, while leveraging the community’s contributions via Spring Cloud Netflix. The team at...
5 stars rating

How to call an Azure function from an ASP.NET Core MVC application

1
In this tutorial, we'll learn how to call an Azure Function from an ASP.NET Core MVC application. This article is an extract from the book C#...
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...

The V programming language is now open source – is it too good to...

0
Yesterday, a new statically-typed programming language named V was open sourced. It is described as a simple, fast, and compiled language for creating maintainable...
writing

Writing test functions in Golang [Tutorial]

0
Go is a modern programming language built for the 21st-century application development. Hardware and technology have advanced significantly over the past decade, and most...

Declarative UI programming faceoff: Apple’s SwiftUI vs Google’s Flutter

0
Apple recently announced a new declarative UI framework for its operating system - SwiftUI, at its annual developer conference WWDC 2019. SwiftUI will power...
memory management

Delphi: memory management techniques for parallel programming

0
Memory management is part of practically every computing system. Multiple programs must coexist inside a limited memory space, and that can only be possible...

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