Enable fingerprint scanner on pop os 21.10
In this post, I document how to enable the fingerprint reader on POP OS 21.10 since it was absent in the user settings.
In this post, I document how to enable the fingerprint reader on POP OS 21.10 since it was absent in the user settings.
This post will help us automate getting the Cognito JWT id_token by using a pre-request script in postman.
In this post, I will show you how to set up a Maven project to include database schema management using liquibase.
Today Windows 11 was launched, so I just upgraded my five years old Windows 10 install. Everything went fine until the taskbar was utterly empty, the start button disappeared, apps buttons were gone, and even the clock was
Sometimes we make mistakes like defining long constructors for data-intensive classes. Sometimes we are used to adding multiple constructors to fit our needs, leading to classes that are hard to read because the dev has to review the
Implementing a cache allows us to save data temporally in the memory to be used later in subsequent requests requiring the same data without additional requests to an external service or a database. Sometimes a requirement needs a
I recently bought a Lenovo T15 to have a more comfortable and portable workstation which comes with an integrated IR + Webcam module. This module is meant to be used with Windows Hello authentication which uses IR emitters plus
An important matter in a transaction is to specify how we handle an exceptional condition when we are adding, updating, or deleting data in our database; in some cases, we might be doing data operations in several tables