Blogs By Adi
RSS FeedThis is my blogs page, where I write about the written tidbits behind some of my projects as well as some other random things. Hope you find my musings interesting :)
Featured
Beyond Gut Feeling: The Mathematical Science of Font Harmony
Published: at 08:48 PMDiscover how mathematical principles and precise formulas can reveal the science behind visually harmonious font combinations.
HTML & CSS Deep Dive Part 2: Turing Completeness of HTML and CSS
Published: at 02:56 PMA look at what makes HTML and CSS Turing Complete - the technicalities, limitations, considerations, everything.
HTML & CSS Deep Dive Part 1: How Browsers Make Sense of Your Code
Published: at 08:48 PMDeep dive into how browsers parse and render HTML & CSS. Explore DOM construction, CSSOM, layout processes, and the critical rendering path for better web development understanding.
LangChain vs OpenAI API: When Simplicity Meets Scalability
Published: at 03:55 AMThis blog explores a detailed comparison between the OpenAI API and LangChain, highlighting key differences in performance and developer experience and the low level code for why these differences exist.