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.

operator overloading in kotlin

GitHub introduces ‘Template repository’ for easy boilerplate code management and distribution

0
Yesterday GitHub introduced ‘Template repository’ using which you can share boilerplate code and directory structure across projects easily. This is similar to the idea...

Using Gerrit with GitHub

1
In this article by Luca Milanesio, author of the book Learning Gerrit Code review, we will learn about Gerrit Code revew. GitHub is the...

Processing Next-generation Sequencing Datasets Using Python

0
In this article by Tiago Antao, author of Bioinformatics with Python Cookbook, you will process next-generation sequencing datasets using Python. If you work in life sciences,...

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...

LLVM officially migrating to GitHub from Apache SVN

0
In October last year, it was reported that LLVM (Low-Level Virtual Machine) is moving from Apache Subversion (SVN) to GitHub. Now the migration is...
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...
web development

8 Reasons why architects love API driven architecture

0
Everyday, we see a new architecture popping up, being labeled as a modern architecture for application development. That’s what happened with Microservices in the...
delphi parallel programming

Why ASP.Net Core is the best choice to build enterprise web applications [Interview]

0
ASP.NET Core, the cross-platform and open-source framework is developed by Microsoft for building modern, cloud-based, and internet-connected applications. Designed to enable runtime components, APIs,...
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#...

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