<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Aravind Sanjeev</title><description>Engineering blog posts on web development, React, JavaScript, and AI.</description><link>https://aravindsanjeev.com/</link><language>en-us</language><item><title>What Are LLM Tokens? A Complete Beginner’s Guide</title><link>https://aravindsanjeev.com/llm-tokens-explained/</link><guid isPermaLink="true">https://aravindsanjeev.com/llm-tokens-explained/</guid><description>LLM tokens are the fundamental units of text that Large Language Models use to process and generate language.</description><pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate></item><item><title>A Complete Guide to React&apos;s useState Hook</title><link>https://aravindsanjeev.com/a-complete-guide-to-usestate-hook/</link><guid isPermaLink="true">https://aravindsanjeev.com/a-complete-guide-to-usestate-hook/</guid><description>The useState hook is used to create and manage local state in functional components.</description><pubDate>Mon, 07 Feb 2022 00:00:00 GMT</pubDate></item><item><title>CSS Specificity Scoring System Explained</title><link>https://aravindsanjeev.com/css-specificity-scoring-system-explained/</link><guid isPermaLink="true">https://aravindsanjeev.com/css-specificity-scoring-system-explained/</guid><description>CSS Specificity is an algorithm that is used to determine which rule is the most specific. For that, CSS uses an scoring system.</description><pubDate>Wed, 26 Jan 2022 00:00:00 GMT</pubDate></item><item><title>CSS Cascade Explained For Beginners</title><link>https://aravindsanjeev.com/css-cascade-explained/</link><guid isPermaLink="true">https://aravindsanjeev.com/css-cascade-explained/</guid><description>The cascade is an algorithm used for solving conflicts when multiple CSS rules apply to the same HTML element.</description><pubDate>Thu, 06 Jan 2022 00:00:00 GMT</pubDate></item><item><title>All About Arrow Functions</title><link>https://aravindsanjeev.com/all-about-js-arrow-functions/</link><guid isPermaLink="true">https://aravindsanjeev.com/all-about-js-arrow-functions/</guid><description>Arrow functions are introduced in ES6. It has easier syntax and unlike regular functions, it actually has lexical scoping which can be taken advantage off in certain situations</description><pubDate>Wed, 29 Dec 2021 00:00:00 GMT</pubDate></item><item><title>JavaScript Hoisting Eloquently Explained</title><link>https://aravindsanjeev.com/javascript-hoisting-eloquently-explained/</link><guid isPermaLink="true">https://aravindsanjeev.com/javascript-hoisting-eloquently-explained/</guid><description>Javascript hoisting is the process of initializing variables and providing them memory space before a JS program is run</description><pubDate>Thu, 23 Dec 2021 00:00:00 GMT</pubDate></item><item><title>JavaScript Scope: An Easy Explanation</title><link>https://aravindsanjeev.com/javascript-scope-an-easy-explanation/</link><guid isPermaLink="true">https://aravindsanjeev.com/javascript-scope-an-easy-explanation/</guid><description>A scope in JavaScript defines the accessibility of variables. Local scopes can ensure variables with general names aren&apos;t overwritten.</description><pubDate>Mon, 08 Nov 2021 17:08:00 GMT</pubDate></item><item><title>JavaScript Promises: Everything You Need to Know</title><link>https://aravindsanjeev.com/javascript-promises-everything-you-need-to-know/</link><guid isPermaLink="true">https://aravindsanjeev.com/javascript-promises-everything-you-need-to-know/</guid><description>JavaScript promises is a new way to do function callbacks. With the introduction of promise, syntax is significantly reduced. It also helps us avoid what is called a callback hell.</description><pubDate>Fri, 15 Oct 2021 16:20:00 GMT</pubDate></item><item><title>CSS Box Model Explained to a 5-Year-Old</title><link>https://aravindsanjeev.com/css-box-model-explained/</link><guid isPermaLink="true">https://aravindsanjeev.com/css-box-model-explained/</guid><description>The CSS box model is the easiest way to understand why browser renders elements the way it does.</description><pubDate>Thu, 07 Oct 2021 00:00:00 GMT</pubDate></item><item><title>JavaScript this Keyword Explained for Beginners</title><link>https://aravindsanjeev.com/js-this-keyword-explained-for-beginners/</link><guid isPermaLink="true">https://aravindsanjeev.com/js-this-keyword-explained-for-beginners/</guid><description>Explaining JavaScript this keyword for beginners.</description><pubDate>Mon, 04 Oct 2021 00:00:00 GMT</pubDate></item><item><title>Everything You Need to Know About JavaScript Functions</title><link>https://aravindsanjeev.com/everything-you-need-to-know-about-js-functions/</link><guid isPermaLink="true">https://aravindsanjeev.com/everything-you-need-to-know-about-js-functions/</guid><description>JavaScript functions are building blocks of a JavaScript program.</description><pubDate>Sat, 02 Oct 2021 00:00:00 GMT</pubDate></item></channel></rss>