Welcome!
RSS FeedHere, you'll find all of my writings related to what I'm learning or working. It can be related to web, app, game, ai etc.
Read the blog posts or check README for more info.
Featured
-
Building a Coding Agent in Rust: Introduction
Setting up the coding agent rust project with Gemini API
-
Axum Backend Series: Refresh Token Rotation and Reuse Detection
Implementing refresh token rotation and token reuse detection in axum
-
Axum Backend Series: JWT with Refresh Token
Implementing refresh token for jwt authentication in axum
-
Axum Backend Series: Implementing Password Reset
Implementing password reset system and forget password system
-
Axum Backend Series: Email Verification After Registration
Implementing email verification system after registration
-
Axum Backend Series: Implement JWT Access Token
Learn about authentication and implement JWT access token in Axum
-
Axum Backend Series: Models, Migration, DTOs and Repository Pattern
Make design decisions for our user data storage, learn about migration, DTOs and repository pattern
-
Axum Backend Series: Docker, Database and Connection Pooling
Setup Database using Docker and understand connection pooling
-
Axum Backend Series - Introduction
Understand Axum and build a simple web server with axum and rust
-
Building a Brainfuck Interprer in Rust
Tutorial to learn and building an interpreter for brainfuck in rust
-
Building a Todo App in GPUI
Beginner tutorial in gpui to build a todo app using GPUI from scratch
-
GPUI Interactivity - Building a Counter App
Beginner tutorial to gpui ui framework from the creators of zed editor and create a counter app
-
GPUI Hello World Tutorial - From Core Concepts to Hello World
Beginner tutorial to gpui ui framework from the creators of zed editor and create a hello world app
-
Build Your Own Markdown Parser:Part 2 - Reading File from Command Line
Reading markdown file from command line and printing all the raw contents in the console
-
Building Markdown Parser Using Rust - Introduction
Introduction to rust, setup and Prerequisites for the project.