Home Programming Page 172

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.

Threading Basics

0
In this article by Eugene Agafonov, author of the book Multithreading with C# Cookbook - Second Edition, we will cover the basic tasks to work...

ASP.NET Core Security, Part 2 from C# Corner

0
Eric Vogel follows up on his previous post on getting started with ASP.NET Core security. Now that .NET Core 3.0 is out, he shows...

Python’s new asynchronous statements and expressions

0
As part of Packt’s Python Week, Daniel Arbuckle, author of our Mastering Python video, explains Python’s journey from generators, to schedulers, to cooperative multithreading...

Exploring the Top New Features of the CLR

0
(For more resources related to this topic, see here.) One of its most important characteristics is that it is an in-place substitution of the .NET...

An Introduction to testing in Javascript from DailyJS – Medium

0
Today, we are going to discuss testing in Javascript and help you in starting your journey towards understanding and mastering it.Continue reading on DailyJS...

Implementing a Reusable Mini-firewall Using Transducers

0
In this article by Rafik Naccache, author of the book Clojure Data Structures and Algorithms Cookbook, we will be implementing a reusable mini-firewall using...

Understanding the context of BDD

0
In this article by Sujoy Acharya, author of Mockito Essentials, you will learn about the BDD concepts and BDD examples. You will also learn...

From arrays to objects

0
(For more resources related to this topic, see here.) An array is just a list of values. Each value has an index (a numeric key)...

Using the ReactiveCocoa 4 Style

0
In this article by Cecil Costa, author of Reactive Programming with Swift, we will cover the following topics: Setting up a project Developing a currency class (For more resources...

Conceptualizing IT Service Management

0
(For more resources related to this topic, see here.) Understanding IT Service Management (ITSM) The success of ITSM lies in putting the customer first. ITSM suggests...

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