Back to Home

From the First Principles

Insights, discoveries, and deep dives from my daily learning adventures

General

Understanding Serialization and Deserialization with JSON

Learn about serialization and deserialization in client-server communication, focusing on JSON as the most popular data format for seamless data exchange across languages.

#Serialization#Deserialization#JSON#Client-Server Communication#Data Exchange#Cross-Language Data Exchange
Read more →7 min read
General

Understanding HTTP from Scratch

HTTP Explained Like You are Building Real Backends - A friendly deep dive into protocols, headers, methods, CORS, caching, and security.

#HTTP#Protocol#Headers#Methods#CORS#Caching#Security
Read more →12 min read
AI/ML

Demystifying Large Language Models: How ChatGPT Works

Discover how transformer models like GPT work internally—from tokenization to attention mechanisms—and understand the key concepts behind large language models.

#Transformers#Attention Mechanism#Word Embeddings#Large Language Models
Read more →9 min read