Tutorials

Packt Hub will keep you up to date with the latest tech with our FREE bite-sized tutorials. We provide coverage across a variety of languages and tools, including Python, Java, and Angular.

Odoo Addon modules

A step by step guide to creating Odoo Addon Modules

0
Odoo uses a client/server architecture in which clients are web browsers accessing the Odoo server via RPC. Both the server and client extensions are packaged...
container,container ship in import export and business logistic.

How Concurrency and Parallelism works in Golang [Tutorial]

0
Computer and software programs are useful because they do a lot of laborious work very fast and can also do multiple things at once....

Using Handlebars with Express

2
In this article written by Paul Wellens, author of the book Practical Web Development, we cover a brief description about the following topics: Templates ...

Configuring and securing PYTHON LDAP Applications Part 1

0
This article mini-series by Matt Butcher will look at the Python application programmers interface (API) for the LDAP libraries, and using this API, we...
LEGO launches BrickHeadz Builder AR, a new and free Android app to bring bricks and toys to life

Create your first OpenAI Gym environment [Tutorial]

0
OpenAI Gym is an open source toolkit that provides a diverse collection of tasks, called environments, with a common interface for developing and testing...
Garbage collector

Getting started with Z Garbage Collector (ZGC) in Java 11 [Tutorial]

0
Java 11 includes a lot of improvements and changes in the GC(Garbage Collection) domain. Z Garbage Collector (ZGC) is scalable, with low latency. It...
Ecuador data breach

How to recover deleted data from an Android device [Tutorial]

0
In this tutorial, we are going to learn about data recovery techniques that enable us to view data that has been deleted from a...
web development

A really basic guide to batch file programming

0
Batch file programming is a way of making a computer do things simply by creating, yes, you guessed it, a batch file. It's a...

Creating test suites, specs and expectations in Jest

0
In this article by Artemij Fedosejev, the author of React.js Essentials, we will take a look at test suites, specs, and expectations. To write a...

Multithreading with Qt

1
Qt has its own cross-platform implementation of threading. In this article by Guillaume Lazar and Robin Penea, authors of the book Mastering Qt 5, we will...

Popular on Packt Hub