Bablu Kumar Singh

Technical Logbook

Writing about database indices, RBAC structures, multi-tenancy contexts, and expanding microservice pipelines.

Artificial Intelligence
6 min read

How AI Actually Works (A Beginner's Guide)

When I first heard terms like tokens, embeddings, self-attention, and transformers, they sounded complicated. After my first class on Generative AI and Agentic AI, I realized that these concepts are not as difficult as they seem. In this blog, I'll explain how modern AI models like ChatGPT work in the simplest way possible. If you're just starting your AI journey, this article is for you. In this blog, I'll explain how modern AI models like ChatGPT work in the simplest way possible. If you're just starting your AI journey, this article is for you.

#Artificial Intelligence#Generative AI#Machine Learning#Large Language Models#AI for Beginners
Jun 30, 2026Read Article
System Design
8 min read

System Design for Backend Engineers: A Practical Guide

Practical system design principles for backend engineers — covering scalability patterns, load balancing, database replication, caching layers, and how to approach system design interviews.

#System Design#Architecture#Scalability#Load Balancing
Jun 2, 2026Read Article
Backend Development
7 min read

Redis Caching Strategies for Backend Developers

Learn when and how to use Redis as a cache layer in Node.js applications — covering cache-aside, write-through, TTL policies, cache invalidation, and distributed locking.

#Redis#Caching#Performance#Node.js
May 10, 2026Read Article
Backend Development
4 min read

Node.js API Design Best Practices

A comprehensive guide to designing clean, scalable, and maintainable REST APIs with Node.js and Express.js — covering project structure, validation, error handling, versioning, and security.

#Node.js#Express.js#API Design#REST APIs
May 2, 2026Read Article