How-to Enable Nvidia GPU for Docker

Updated: 05/30/2025

In this article, we will show the steps to integrate the Nvidia container toolkit with the Docker environment in order to enable any docker container to have access to the underlying system GPU for AI/ML jobs.

Here is the link to the article:

How-to Enable Nvidia GPU for Docker

Enjoy 🙂 !!!

Deep Learning – Generative Adversarial Network

In this next part of the Deep Learning series, we will explain how a Generative Adversarial Network (GAN) model works and use PyTorch for a practical demonstration to generate synthetic (fake) images of digits that mimic the real images from the MNIST dataset.

Here is the link to the article on Deep Learning using GAN:

Deep Learning – Generative Adversarial Network

Enjoy 🙂 !!!

Understanding OAuth2 and OpenID Connect

Updated: 04/26/2025

OAUTH2 and OpenID Connect are popular Authorization and Authentication mechanisms and a lot of confusion around these standards.

In this article, we will unravel the OAUTH2  and OpenID Connect standards through hands-on demonstration of the various flows using the Keycloak OAuth Server.

Here is the link to the article:

Understanding OAuth2 and OpenID Connect

Enjoy 😉 !!!