PJPurakhnath Jyaniinpurakhnath-jyani.hashnode.devFunction Declaration vs Function Expression: What's the Difference?In the previous article of our Web Dev Cohort 2026 JavaScript series, we learned how to make decisions in our code using control flow statements like if, else, and switch. Control flow dictates the di9h ago·7 min read
AKAnkit Kumarinwritesbyankit.hashnode.devUnderstanding Network Devices - How the Internet Reaches YouThe first time I thought about this seriously was while watching a Chai Code video instantly load ho gaya. And suddenly a thought came “Main bas click karta hoon… lekin peeche actually kya ho raha hai6h ago·4 min read
VGVinayak Gautaminvinayakgautam01.hashnode.devGPU Parallel Patterns: 2D Convolution on CUDAGithub Repo : gpu-parallel-patterns Colab : Colab Benchmark Convolution GPU/Env : Tesla T4 / Driver 580.82.07 / CUDA 12.8 How to reproduce : scripts/bootstrap_colab.sh → scripts/test.sh → scripts/benc10h ago·20 min read
SNSuraj Navaleinblogwithsuraj.hashnode.dev JavaScript Array MethodsArray is the most used data structures in JavaScript. But how to use them efficiently is what separates a beginner from a confident developer(. In this guide, we'll explore 6 essential array methods w12h ago·5 min read
RHrajashree hungundinrajashree.hashnode.devArray methods You Must Know Arrays are the most common things used by a programmer. In this article, I will explain important array methods. Let us create an array of numbers: let numbers = [20, 40, 60, 80]; 1.To add a New Numb8h ago·5 min read
AKAnkit Kumarinwritesbyankit.hashnode.devEmmet for HTML: A Beginner’s Guide to Writing Faster MarkupWhen I started writing HTML, most of my time was spent typing opening and closing tags. <div>, </div>, again and again. The structure was simple. I knew what I wanted to build. But writing the same ta10h ago·3 min read
SSShibnath Santrainshibnathh0234.hashnode.devJavaScript Promises Explained with Kinder Joy we ask mummy ji to bring 1 Kinder Joy chocolate from the market She say "bazaar see aate hue lee kr aiyenge" That single moment that promise is exactly how JavaScript Promises work. What Is a JavaScr42m ago·5 min read
HCHarsh Chandra Srivastavainblog.harshdotexe.meJavaScript Arrays 101What arrays are and why we need them To start simple, Arrays are group/collections of different type(in JS) of values stored in order. So why do we need them, simple because we deal with peta and zett1h ago·3 min read
PTPiyush Tiwariinpiyushtiwari88.hashnode.devUnderstanding Objects in JavaScriptWhen you start learning JavaScript, arrays help you store multiple values.But what if the data belongs to one single entity, like a person or a student? This is where objects come in. In this blog, we9h ago·3 min read
PPriyanshuincall-bind-apply.hashnode.devControl Flow in JavaScript: If, Else, and Switch ExplainedIn this article we will cover the following topics: What control flow means in programming The if statement The if-else statement The else if ladder The switch statement When to use switch vs if3h ago·1 min read