JVJanardhan Vermainfundamentals-of-javascript.hashnode.dev·Mar 10 · 6 min readJavaScript Operators: The Basics You Need to KnowLike in mathematics, in programming we also do many operations like addition, subtraction, comparison, logical decisions etc. All these are known as operations. But how do we point it out that we want00
UKUjjawal Kantinhello-genai.hashnode.dev·May 28, 2025 · 6 min readSimplifying GenAI: A Beginner's GuideImagine Babu Bhaiya trying to run a tech startup instead of a garage. Raju wants to build an AI model to earn quick money, and Shyam’s stuck understanding how it all works. If that sounds chaotic but hilarious—welcome to the world of Generative AI an...00
AYAKASH YADAVindecoding-death-and-data-how-llms-work.hashnode.dev·May 27, 2025 · 4 min readDecoding Death and GenAI: How LLMs Work, Inspired by Final Destination: Bloodlines 💀Generative AI: Predicting the Next Move In Final Destination: Bloodlines, a grandmother’s haunting visions predict deaths in a specific order, piecing together clues from past tragedies to foresee who’s next. Similarly, Generative AI (GenAI) powers L...00
DMDhruv Mittalinits-dhruv-here.hashnode.dev·Mar 26, 2025 · 5 min readThe Road Trip That Taught Us JavaScriptCheat Sheet Available at the End! 📖✨ Aman said Road trip, guys? Let’s leave in an hour! 1. push(" ") : return an updated array (Returns the new length of the array - Number) As we packed all the items, Raghav the overpacker kept packing more stuff....00
DMDhruv Mittalinits-dhruv-here.hashnode.dev·Mar 25, 2025 · 1 min readMastering JavaScript: Unveiling Variables and Data Types 🚀🚀Hello-world code 🤌 : console.log("Hello World) ; // console.log() prints the message to the console. Variables in JS 📦 : Variables store data values and can be declared using var, let, or const. var name = "HITESH"; let age = 25; // allows rea...00