KSKanishka Shashiinjavasblog.hashnode.dev00The new Keyword in JavaScript22h ago · 4 min read · When you start working with objects in JavaScript, you’ll often see the keyword new. It looks simple—but behind the scenes, it does a lot of important work. In this blog, we’ll understand: What the nJoin discussion
KSKanishka Shashiinjavasblog.hashnode.dev00String Polyfills and Common Interview Methods in JavaScript21h ago · 4 min read · Strings are one of the most commonly used data types in JavaScript. Whether you're building applications or preparing for interviews, understanding how string methods work is extremely important. In tJoin discussion
KSKanishka Shashiinjavasblog.hashnode.dev00Callbacks in JavaScript: Why They Exist1d ago · 4 min read · JavaScript is powerful because functions are first-class citizens—which means they can be treated like values. One important concept built on this idea is callbacks. In this blog, we’ll understand: WJoin discussion
KSKanishka Shashiinjavasblog.hashnode.dev00Template Literals in JavaScript1d ago · 4 min read · Working with strings is very common in JavaScript. But earlier, combining strings and variables was not very clean or readable. That’s where Template Literals come in—they make string handling simplerJoin discussion
KSKanishka Shashiinjavasblog.hashnode.dev00Array Flatten in JavaScript1d ago · 5 min read · When working with data in JavaScript, you’ll often come across arrays inside arrays, also known as nested arrays. Handling them properly is an important skill—especially in interviews and real-world pJoin discussion
BTBooster TechLabinblog.boosteredu.in00“What is a REST API? How Frontend Communicates with Backend”1d ago · 4 min read · Introduction In modern web applications, the frontend and backend work together to deliver a seamless user experience. Whether you are logging into an application, fetching user data, or submitting a Join discussion
IAIkem Adainviolacordis.hashnode.dev00Understanding BASE in Databases3d ago · 2 min read · Have you ever posted something online and noticed that some people see it immediately while others see it a few seconds later? At first, it might seem like a glitch. But in many systems, this behaviorJoin discussion
SMShane McCoyinapex-dev-notes.hashnode.dev00Managing Oracle APEX in Production: Key Challenges and Considerations4d ago · 3 min read · When working with Oracle APEX, development speed is often the primary focus, but production reliability introduces a completely different set of challenges. And that makes sense. APEX allows developerJoin discussion
KNKanchan Nathinkanchannath.hashnode.dev00The Origin of RedisMar 29 · 3 min read · The Problem That Started It All In 2009, an Italian developer named Salvatore Sanfilippo (known online as antirez) was building a real-time web analytics tool called LLOOGG — a service that tracked paJoin discussion
UTUdyan Trivediintechragnarr.hashnode.dev00CodeCraftHub – Course Management REST APIMar 28 · 6 min read · Welcome to CodeCraftHub 💻✨This project is a simple Flask-based REST API that helps you manage courses using basic CRUD operations. It is designed especially for beginners who want to learn: How RESTJoin discussion