
Imposter Syndrome among Developers
Interesting take on Imposter syndrome and my experience with it in the tech sector.
Search for a command to run...

Interesting take on Imposter syndrome and my experience with it in the tech sector.

Why I may have to switch to GoLang

Python Backend Development and Debugging Asyncio errors

Using Pandas and Plotly

My 2022 Journey as a Self-Taught Developer

Git is a popular version control system used by developers to manage changes to their codebase. It is designed to be lightweight and fast, making it an ideal choice for both small and large-scale projects. In this article, we will go over the basics ...
Introduction CRUD applications are one of the most common types of web applications. CRUD stands for Create, Read, Update and Delete. These four basic operations are used to manipulate data in a database. MySQL is an open-source relational database m...