Software Engineer
Open-source project collaborations :)
Managing users and groups in a Unix-like operating system is critical for SysOps engineers. Automating this process ensures consistency, saves time, and reduces potential errors. In this article, we'll explore a Bash script designed to automate user ...

Debugging is part of a software engineer's life. When making things there is always a chance you will also break them in the process. While working on a project that required me to use SQLALchemy, I faced an error in my models where when a parent mod...

A Data structure is a way to organize and group data for easy access. Types of Data Structures List A list is an ordered collection of data. A list is created using square brackets. Lists might contain items of different types but they have the same ...
