JXJunn Xavier Adalidinxaviworks.hashnode.dev00AI Coding vs Manual Coding: Which Makes Developers Faster?11h ago · 11 min read · AI tools are everywhere in software development now. A few years ago, if you wanted to build a feature, you had to search the docs, read Stack Overflow answers, write the code line by line, debug everJoin discussion
AKAbhishek Kumarinjs-with-abhishek.hashnode.dev00String Polyfills and Common Interview Methods in JavaScript5d ago · 4 min read · Hello readers, Welcome to another blog in this JS series. In the last blog, I covered Array Flatten in JavaScript and covered how nested structures can be simplified into a single level. Now, let’s shJoin discussion
SAShahbaz Ahmedindebunking-js.hashnode.dev00Error Handling in JavaScript5d ago · 4 min read · What are Errors in JavaScript? Errors in JavaScript are issues that occur during the execution of your code. These are typically categorized as: Syntax Errors – Mistakes in code structure (caught befJoin discussion
SAShahbaz Ahmedindebunking-js.hashnode.dev00Callbacks in JavaScript6d ago · 3 min read · What is a Callback Function? A callback function is a function passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action. Join discussion
JRJaya Rani Y.S.injayalloyd.hashnode.dev00Beyond the Tutorial: Why I’m Building "Quantify" with Depth, Not VolumeApr 14 · 3 min read · The "5 Half-Baked Projects" Trap When I started my journey as a Full-Stack Developer, I saw the same advice everywhere: "Build a portfolio with 5-10 apps." So, I started building. A To-Do list here, aJoin discussion
OBOm bodkeinbuildwithom.hashnode.dev00📖JavaScript Modules: Import and Export ExplainedApr 12 · 3 min read · In today's article, we will discuss JavaScript's import and export modules, which are very important for making code more usable and accessible across different files. In 2015 ES6 is release, JavaScriJoin discussion
HHarshilinharshil-sde.hashnode.dev00Flattening Arrays in JavaScript — Opening Bags Apr 12 · 4 min read · Have you seen a normal array like this? js [2, 3, 4, 5, 1, 9, 5] Cool. Now have you seen this? js [2, 3, [4, 5, 1], 9, 5] See that? There's an array sitting inside another array. That's called a nesJoin discussion
SAShahbaz Ahmedindebunking-js.hashnode.dev00Spread vs Rest Operators in JavaScriptMar 31 · 6 min read · What are Spread (...) Operators? The spread (...) syntax allows an iterable, such as an array or string, to be expanded in places where zero or more arguments (for function calls) or elements (for arrJoin discussion
BUBennet Ukohinbennetukoh.hashnode.dev10What is Web3?Mar 27 · 5 min read · As a Frontend Developer who wanted to transition to Web3 dev, I’ll be honest: I never paid much attention to blockchain technology. To me, Web3 just sounded confusing, like a bucket of buzzwords—decenJoin discussion
ACARKPARAVA CHAKRABORTYinunderstand-and-build-in-web.hashnode.dev10Understanding Objects in JavaScriptMar 15 · 6 min read · Imagine a phone book of your locality where we have phone and address of everyone. To find any information you don’t need to read line by line you just find a label or name like John Doe and you get tJoin discussion