Home Programming

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.

Exploring the Strategy Behavioral Design Pattern in Node.js

0
A design pattern is a reusable solution to a recurring problem. The term is really broad in its definition and can span multiple domains...

Exploring the new .NET Multi-Platform App UI (MAUI) with the Experts

0
During the 2020 edition of Build, Microsoft revealed its plan for a multi-platform framework called .NET MAUI. This latest framework appears to be an upgraded and transformed version of  Xamarin.Forms, enabling developers to...

Introducing .NET Live TV – Daily Developer Live Streams from .NET Blog

0
Today, we are launching .NET Live TV, your one stop shop for all .NET and Visual Studio live streams across Twitch and YouTube. We...

How to use Java generics to avoid ClassCastExceptions from InfoWorld Java

0
Java 5 brought generics to the Java language. In this article, I introduce you to generics and discuss generic types, generic methods, generics and...

MikroORM 4.1: Let’s talk about performance from DailyJS – Medium

0
I just shipped version 4.1 of MikroORM, the TypeScript ORM for Node.js, and I feel like this particular release deserves a bit more attention...

.NET Framework republishing of July 2020 Security Only Updates from .NET Blog

0
Today, we are republishing the July 2020 Security Only Updates for .NET Framework to resolve a known issue that affected the original release.  You...

.NET Framework October 2020 Security and Quality Rollup Updates from .NET Blog

0
Today, we are releasing the October 2020 Security and Quality Rollup Updates for .NET Framework. Security CVE-2020-16937– .NET Framework Information Disclosure Vulnerability An information disclosure vulnerability exists...

.NET Core October 2020 Updates – 2.1.23 and 3.1.9 from .NET Blog

0
Today, we are releasing the .NET Core October 2020 Update. These updates contains reliability and other non-security fixes. See the individual release notes for...

Announcing Entity Framework Core (EF Core) 5 RC2 from .NET Blog

0
Today, the Entity Framework Core team announces the second release candidate (RC2) of EF Core 5.0. This is a feature complete...

Announcing .NET 5.0 RC 2 from .NET Blog

0
Today, we are shipping .NET 5.0 Release Candidate 2 (RC2). It is a near-final release of .NET 5.0, and the last of two RCs...

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