RSSAmplifier

Blog

Aditya Bhattacharya | Blogs Website

Blog page of Aditya Bhattacharya, a software developer.

blogs.adityabh.is-a.devRSS feed ↗5 posts

Latest posts

Chester: Reimagining LLM Benchmarking Through Programming Language Design

Chester is a custom programming language paired with a RAG-based transpilation engine that revolutionizes AI benchmarking by forcing models to demonstrate genuine creative problem-solving when translating C code into an unfamiliar language grammar, revealing true intelligence beyond pattern matching.

Beyond Gut Feeling: The Mathematical Science of Font Harmony

Discover 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

A 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

Deep 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

This 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.