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.

How to Add Frameworks to iOS Applications with Carthage

0
With the advent of iOS 8, Apple allowed the option of creating dynamic frameworks. In this post, you will learn how to create a...

Reactive Python – Real-time events processing

0
A recent trend in programming literature promotes functional programming as a sensible alternative to object-oriented programs for many use cases. This subject feeds many...

Reactive Python – Asynchronous programming to the rescue, Part 1

0
On the Confluent website, you can find this title: Stream data changes everything From the createors of Kafka, a real-time messaging system, this is not a...

How to Apply Themes to Sails Applications, Part 1

1
The Sails Framework is a popular MVC framework that is designed for building practical, production-ready Node.js apps. Themes customize the look and feel of...

Reactive Python – Asynchronous programming to the rescue, Part 2

0
This two-part series explores asynchronous programming with Python using Asyncio. In Part 1 of this series, we started by building a project that shows...

Applying Themes to Sails Applications, Part 2

0
In Part 1 of this series covering themes in the Sails Framework, we bootstrapped our sample Sails app (step 1). Here in Part 2,...

The R Statistical Package Interfacing with Python

0
One of my coding hobbies is to explore different Python packages and libraries. In this post, I'll talk about the package rpy2, which is...

How are container technologies changing programming languages?

0
In March 2013, Solomon Hykes presented Docker, which democratized access to Linux containers. The underlying technology, control groups, was already incubating for a few years...

How do web development frameworks drive changes in programming languages?

0
If you have been keeping up with technologies lately through various news sites like Hacker News and in the open source community on GitHub,...
The best programming languages for developing APIs

What are the best programming languages for building APIs?

0
Are you in the process of designing your first web application? Maybe you have built some in the past but are looking for a...

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