AAAdnan Arifinqacop.hashnode.devHow to Build Things People Actually WantHow to Build Things People Actually Want Most software fails. Not because of bugs or performance issues—but because nobody wants it. We build features users don't need. Products that solve imaginary problems. Solutions searching for problems rather t...6h ago·5 min read
AAAdnan Arifinqacop.hashnode.devHow to Build Things People Actually WantHow to Build Things People Actually Want Most software fails. Not because of bugs or performance issues—but because nobody wants it. We build features users don't need. Products that solve imaginary problems. Solutions searching for problems rather t...11h ago·5 min read
SASohaib Ahmed Siddiquiindevelopermistakes.hashnode.dev10 Mistakes New Developers Make (and How to Avoid Them)Starting a career in software development is exciting, but it can also be overwhelming. New technologies, frameworks, and tools appear constantly, and beginners often struggle to know what to focus on21h ago·4 min read
AAAdnan Arifinqacop.hashnode.devHow to Build Things People Actually WantHow to Build Things People Actually Want Most software fails. Not because of bugs or performance issues—but because nobody wants it. We build features users don't need. Products that solve imaginary problems. Solutions searching for problems rather t...21h ago·5 min read
SNSuraj Navaleinblogwithsuraj.hashnode.dev Understanding Objects in JavaScriptYou already know how to store a single value in a variable: let name = "Alice"; let age = 22; let city = "Mumbai"; But what if all three of these belong to the same thing — the same person? Storing 1d ago·8 min read
AAAdnan Arifinqacop.hashnode.devHow to Build Things People Actually WantHow to Build Things People Actually Want Most software fails. Not because of bugs or performance issues—but because nobody wants it. We build features users don't need. Products that solve imaginary problems. Solutions searching for problems rather t...1d ago·5 min read
LALaniyan Abdul-Qawi Oladotunindevdotun.hashnode.devHow QR Codes Actually WorkA QR code (Quick Response code) is a type of 2D barcode that stores data in a grid of tiny black and white squares. When your phone scans it, the camera reads the pattern and converts it back into inf1d ago·4 min read
ASAbdul Samadinabdulsamad30.hashnode.devUnderstanding global and globalThis in JavaScript: A Practical GuideIntroduction When you write JavaScript code, some functions and objects are always available no matter where you are in your program. You can call setTimeout(), use console.log(), or access Math.rando1d ago·21 min read
AAAdnan Arifinqacop.hashnode.devHow to Build Things People Actually WantHow to Build Things People Actually Want Most software fails. Not because of bugs or performance issues—but because nobody wants it. We build features users don't need. Products that solve imaginary problems. Solutions searching for problems rather t...1d ago·5 min read
DNDhruv Nakumindhruvnakum.xyzDiving into Docker (Part 2): ImagesIn the previous blog... We learned about some fundamental concepts of Docker and its architecture. We saw why we need Docker in the first place and how it is solving the problems and making things eas2d ago·8 min read