In today’s complex computing environments, keeping tabs on running processes isn’t just good...
Podman is an open-source container engine that enables users to create, manage, and run OCI...
In the recent times, I am exploring and playing with Top Tools for Object Storage and Data...
SymPy is an open-source Python library for symbolic mathematics. SymPy — Mathematics...
Pandas is a powerful Python library used for data manipulation and analysis. Created by...
As I think on 2024, I’m overwhelmed with gratitude and excitement for the incredible journey I’ve...
In the ever-evolving landscape of technology, keeping the developer inside you alive is not just a...
Tired of cluttering your code with print statements for debugging? Enter IceCream, a Python library...
The chain of trust is a fundamental concept in digital security that underpins the reliability and...
Everthing was working as expected when I closed my laptop yesterday and today morning when I try...
Linux file permissions are a cornerstone of system security and access control. They dictate who can...
The error message [WARNING]: No python interpreters found for host (tried ['python3.12',...
It's always a challenge to move content (text) and files between a remote machine and localhost...
This post is part of the #shortposts series where I publish my learnings in short ;) Learning is...
I have been learning and writing Ansible for Cloud automation. Created this code repository to share...
I loved designing & developing websites in my free time. One place, I always experiment with new...
Learn how to do matrix multiplication in Python using @ operator. @ operator is supported in Python...
Learn how to test the performance of your RabbitMQ instance using PerfTest and enable autoscale to...
For every sensitive=true in Terraform, there is a nonsensitive function... variable "password" {...
Spyder is one of my favorite IDE(Integrated Development Environment) for Python programming and visua...
It all started with this code sample with Terraform scripts For starters,Terraform is open-source s...
Whenever I need to update a YAML file, the first thing that comes to mind is to either use sed or awk...
Remove a Cloud Object Storage (COS) bucket that is not empty. Use a Terraform script to...
Stackoverflow is an ocean for learning and exploring. How? Try answering a question and you will unde...
Learn how to provision and auto scale VSI on VPC using Terraform scripts and explore auto...
After many months, I tried starting Minikube(minikube start) on my machine to see the error in the ti...
Learn to deploy a public frontend and a private backend app, bind Cloud services to the...
Stackoverflow is the best place to find use cases along with numerous questions. One such question th...
While working on a shell or drafting scripts, two things I love the most is grep and awk. Let's start...
Learn how to provision multiple virtual server instances (VSIs) in a Virtual Private Cloud...