1 chapter
Blog
- Deploying a Scalable NATS Cluster - Part 2: Hands-On DemoWe will do a hands-on demo based on the theoretical groundwork where we will construct a complete, production-grade, and fully observable 4-node NATS cluster using Docker.
- Hitchhiker's Guide To Make SadServers Happy - Part 1In this blog, I will go through all the concepts that is required to complete almost all of the exercises in [sadservers](sadservers.com). This blog is not a compilation of solutions, but a guide for anyone to reach the appropriate solution.
- Python Tricks that LLMs won't teach you - Part 1Series Python is easy everytime, but Python is efficient when you do it the right way. In this blog series, I will be summarizing the points learnt in the book "Python Tricks - The Book"
- Enough C++ To Build Anything: Part 1Series In this blog series, I will be learning, exploring, and explaining C++ Concepts. Whether it's DSA, building DB or picking up an OSS project, this blog series will help you navigate the C++ world.
- Deploying a Scalable NATS Cluster - Part 1: Core Architecture and ConsiderationsLearn about the core architecture and important considerations when deploying a scalable NATS cluster.
- Neovim Saga Part 1: Getting StartedSeries In this blog series, I will be moving to Neovim completely. This part will cover Neovim keybindings, tricks and introduction to Lua
- All I Wanted Was A Signed Commit - Git Said "LOL NO"Signing a weeks old commit may seem an easy task. Well what should have been a simple task, took me hours, lots of LLM prompts and an everlasting frustration to complete. This blog documents the frustration fueled journey of rewriting the commit history the hard way!!
-
Deploying a Scalable NATS Cluster - Part 2: Hands-On Demo
We will do a hands-on demo based on the theoretical groundwork where we will construct a complete, production-grade, and fully observable 4-node NATS cluster using Docker.
External #nats#architecture -
Hitchhiker's Guide To Make SadServers Happy - Part 1
In this blog, I will go through all the concepts that is required to complete almost all of the exercises in [sadservers](sadservers.com). This blog is not a compilation of solutions, but a guide for anyone to reach the appropriate solution.
#troubleshooting#linux -
Python Tricks that LLMs won't teach you - Part 1
Python is easy everytime, but Python is efficient when you do it the right way. In this blog series, I will be summarizing the points learnt in the book "Python Tricks - The Book"
Series #python#summary -
Enough C++ To Build Anything: Part 1
In this blog series, I will be learning, exploring, and explaining C++ Concepts. Whether it's DSA, building DB or picking up an OSS project, this blog series will help you navigate the C++ world.
Series #c++#dsa -
Deploying a Scalable NATS Cluster - Part 1: Core Architecture and Considerations
Learn about the core architecture and important considerations when deploying a scalable NATS cluster.
External #nats#architecture -
Neovim Saga Part 1: Getting Started
In this blog series, I will be moving to Neovim completely. This part will cover Neovim keybindings, tricks and introduction to Lua
Series #neovim#productivity -
All I Wanted Was A Signed Commit - Git Said "LOL NO"
Signing a weeks old commit may seem an easy task. Well what should have been a simple task, took me hours, lots of LLM prompts and an everlasting frustration to complete. This blog documents the frustration fueled journey of rewriting the commit history the hard way!!
#git#oss