Software Engineering Jargons for Non Tech.
This blog post explains software engineering terms for the non tech people.
This blog post explains software engineering terms for the non tech people.
When working on Python projects, managing your .gitignore file effectively ensures that only relevant files are tracked by version control, keeping your repository clean and manageable. This guide walks you through creating a robust .gitignore for Python projects and includes essential patterns for ignoring common temporary and environment-specific files. We'll also add configurations to avoid Vim and Neovim swap files.
This is a tutorial explaining how to containerize a python script.
In this blog we'll discuss setting up a minimal starter template for building API with FastAPI and Docker.
Disclaimer : This is my personal view after reading a report created by Gemini Notes.
This blog post explains how I setup wxwidgets with cmake and cmake fetchcontent.
This blog post contains code snippets, wxwidgets terminology etc.
Code Snippets used when building REST API with Django Rest Framework. Will be updated on the go.
Creating Github Action for performing actions on a server over ssh.