Skip to content

Blog

Welcome to my blog!

Browse the latest posts below or use the categories and archives to explore specific topics.


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.

Gitignore for Python Projects - A Comprehensive Guide

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.