Blog
Setting up FastAPI with Docker
In this blog we'll discuss setting up a minimal starter template for building API with FastAPI and Docker.
What's missing in Gemini Notes ?
Disclaimer : This is my personal view after reading a report created by Gemini Notes.
Setting up WxWidgets with cmake and Cmake FetchContent
This blog post explains how I setup wxwidgets with cmake and cmake fetchcontent.
Wxwidgets Cheatsheet Blog Post
This blog post contains code snippets, wxwidgets terminology etc.
Django REST API
Code Snippets used when building REST API with Django Rest Framework. Will be updated on the go.
Perform actions on Server using SSH with Github Actions
Creating Github Action for performing actions on a server over ssh.
Setting up Dear ImGui with SDL and CMake
In this blog post, we’ll walk through setting up a basic template for Dear ImGui with SDL as the backend using CMake. This setup will provide a solid foundation for building graphical applications with an intuitive user interface.
dear imgui
Dear Imgui is an immediate mode gui framework written in c++. This is a cheasheet like blog post containing commonly used components.
Next.js
Next.js is a React framework for building full-stack web applications. You use React Components to build user interfaces, and Next.js for additional features and optimizations.