Santosh Shelar | Code Buddy
JavaScript Quiz #002 Welcome back to day 2 of #100DaysOfQuiz ! Today we peek under the hood at a classic hoisting gotcha. Question What will the following code print? function foo() { console.log(a); var a = 1; console.log(a); } …
Read moreJavaScript Quiz #001 Welcome to the very first day of #100DaysOfQuiz ! Each day I’ll drop one bite-sized JavaScript teaser, followed by a crystal-clear explanation and a live code runner so you can test yourself instantly. Question What w…
Read more❓How Can I Highlight a Row on Hover in Kendo TreeList with Locked Columns in Angular? Short Answer: To highlight an entire row (including locked columns) on hover in a Kendo UI TreeList for Angular, you need to manually apply a CSS class to both…
Read moreAre you wondering whether you're at a healthy weight? You're not alone — many of us are looking for simple ways to understand our health better. That’s exactly why I created this BMI Calculator — to help people like you and me get a quick …
Read moreWhat is Node.js? Answer : Node.js is a JavaScript runtime environment built on Chrome’s V8 engine that allows you to run JavaScript on the server-side. It’s designed to be lightweight, fast, and highly scalable, making it ideal for building fas…
Read more🚀 How I Used AI to Boost My Productivity as a Developer (And How You Can Too) Spoiler: I'm shipping faster, debugging smarter, and even writing documentation without hating life. 👋 The Before Times As a developer, I used to spend hours: G…
Read more🧵 10 Hidden Node.js Features You Probably Aren’t Using (but Should) Think you know Node.js inside out? These underrated features can improve your code quality, debugging experience, and app performance. Whether you're a backend pro or just di…
Read moreWhat is your favorite HTTP status code and why?
— Learn With Santosh (@learn_with_san) July 22, 2024
Social Plugin