PinnedDeploying your first serverless function on DigitalOceanHey there! Let’s talk about serverless functions, the super cool way of building applications without the hassle of managing servers. With…Jun 19, 2023Jun 19, 2023
PinnedDynamic inheritance in pythonI am currently working on a project that uses Django for REST APIs and Apache Airflow to run background tasks. During the execution of the…Aug 14, 2022Aug 14, 2022
PinnedDebugging Flask App within DockerFlask is popular Python web application development framework. During development of a Flask based app, it is very useful to able to debug…Aug 17, 2021Aug 17, 2021
PinnedSingle .env file for frontend and backend appsRecently, I was developing a backend API server in Django and frontend in React.js. Instead of having different Git repos for both…Jul 27, 2021Jul 27, 2021
My first Dev-Container Feature… and a step-by-step process to build your first one tooApr 13, 2024Apr 13, 2024
The right way to Debug your Golang appAuto-detect code changes and recompile it on the flyAug 23, 2023Aug 23, 2023
All you need to know about Finite State Machine as a software developerIt doesn’t take much to start using it.Aug 21, 2023Aug 21, 2023
My Live Lesson: Take responsibility for your careerDuring the first five years of my professional life, I learned the importance of taking responsibility for my career through personal…Jul 18, 2023Jul 18, 2023
Essential Git Commands Every Developer Should KnowAs a developer, understanding Git and its basic commands is crucial for effective version control and collaboration. Git is a widely used…Jul 17, 2023Jul 17, 2023