banehjosh.hashnode.devHow WhatsApp Actually Keeps Your Secrets?Before means like a long time back people used to send letter through the mail. The envelope was transparent . Anyone without ethics could actually read it (anyone in the middle ) . But Whatsapp is different . it used something called as End to End E...Feb 4·4 min read
banehjosh.hashnode.devStop Searching, Start Finding: A Beginner’s Guide to the Linux find CommandWe have all been there. You saved a file three months ago. You know it’s somewhere on your server. You know it has the word "config" in it. But after clicking through twenty different folders, you are ready to give up. Here is where you put the magic...Jan 27·2 min read
banehjosh.hashnode.dev10 Famous Node.js Packages with Exampleswhat is Node.js? Node.js is a JavaScript runtime built on Chrome's V8 engine, allowing developers to execute JavaScript code server-side. Node.js enables developers to use JavaScript for both client-side and server-side scripting, creating a seamless...Oct 14, 2024·4 min read
banehjosh.hashnode.devWhat is Express ? and how does it Work?Express is a web framework for Node.js that helps developers build web applications and APIs easily. It provides a set of tools and features to handle things like routing, middleware, and managing HTTP requests and responses. Why is Express Born ? ...Sep 13, 2024·2 min read