ALAmna Lodhiinamnalodhi.hashnode.dev00Before You Craft a Smuggling Payload4h ago · 3 min read · When I first started learning HTTP Request Smuggling, understanding the vulnerability was not the hardest part. The real challenge was constructing the payload itself. Questions like: What should the Join discussion
MPMadhu Pinfirstofmany.hashnode.dev00Posting all my little learnings in CCNA May 25 · 7 min read · I have always wondered how devices communicate over the internet, how offices connect hundreds of computers together, or how engineers troubleshoot networks, then networking is the foundation behind aJoin discussion
GNGaurang Nagarinblogs.gaurangpods.com20How Large-Scale React Native Apps Are Structured in ProductionMay 22 · 5 min read · When most developers start building React Native applications, the folder structure usually stays very small and manageable. A few screens, some components, maybe a hooks folder, and things work perfeJoin discussion
PYPhaneesh Yalavarthiinphaneesh.hashnode.dev00Building an End-to-End CI/CD Pipeline on AWS with GitHub, CodeBuild, and CodeDeployMay 11 · 1 min read · Introduction In the modern software development lifecycle, automation is key. A robust Continuous Integration and Continuous Deployment (CI/CD) pipeline ensures that code changes are automatically tesJoin discussion
GNGaurang Nagarinblogs.gaurangpods.com00String Polyfills and Common Interview Methods in JavaScriptMay 10 · 6 min read · If you’ve prepared for JavaScript interviews recently, chances are you’ve already come across questions involving string manipulation, custom methods, or polyfills. Initially, many developers simply mJoin discussion
GNGaurang Nagarinblogs.gaurangpods.com00Storing Uploaded Files and Serving Them in ExpressMay 10 · 6 min read · If you’ve recently learned how file uploads work in Express using Multer, the next important thing to understand is what actually happens after the upload completes. A lot of beginners initially focusJoin discussion
GNGaurang Nagarinblogs.gaurangpods.com00What is Middleware in Express and How It WorksMay 10 · 6 min read · If you’ve started learning Express.js recently, chances are you’ve already seen the term middleware everywhere. Initially, middleware feels slightly confusing because people keep saying things like “mJoin discussion
GNGaurang Nagarinblogs.gaurangpods.com00Exploring the Linux File System Like a System InvestigatorMay 10 · 7 min read · Whenever people start learning Linux, most of the focus initially goes toward commands like ls, cd, mkdir, or package installation. But after spending some real time exploring the Linux environment, oJoin discussion
GNGaurang Nagarinblogs.gaurangpods.com00What is Node.js? JavaScript on the Server ExplainedMay 9 · 5 min read · If you have recently started backend development, chances are you’ve heard people saying things like “Node.js lets JavaScript run on the server” or “Node.js changed backend development completely”. InJoin discussion
GNGaurang Nagarinblogs.gaurangpods.com20Async Code in Node.js: Callbacks and PromisesApr 30 · 4 min read · If you’ve been working with JavaScript, especially Node.js, you must have noticed that a lot of things are asynchronous by default. Reading files, making API calls, database operations, all of these dJoin discussion