SRSatpalsinh Ranainblogs.satpal.cloud42Linux from my Eyes4d ago · 6 min read · The Filesystem That Doesn't Exist Every Linux user knows /proc. But almost nobody knows what it actually is. It's not a filesystem. There are no files on any disk. Everything inside it is generated onHHarshvardhan and 1 more commented
SRSatpalsinh Ranainblogs.satpal.cloud00JWT Authentication 5d ago · 4 min read · Why we need Authentication in our application Imagine you walk into a private club. The bouncer doesn't just let you in because you look nice you need a membership card. In the digital world, AuthentiJoin discussion
SRSatpalsinh Ranainblogs.satpal.cloud00Storing Uploaded Files and Serving Them in Express5d ago · 7 min read · As we have seen in previous article how to upload file using express and multer. Uploading a file is just the first half of the story. The other half where it lives and how you retrieve it. Where UploJoin discussion
SRSatpalsinh Ranainblogs.satpal.cloud00Handling File Uploads in Express with Multer5d ago · 7 min read · Why File Uploads Need Middleware When you submit a plain HTML form name, email, that sort of thing the browser encodes everything as application/x-www-form-urlencoded. It's a simple key=value string, Join discussion
SRSatpalsinh Ranainblogs.satpal.cloud00Sessions vs JWT vs Cookies5d ago · 8 min read · You've seen the Stack Overflow answers. You've skimmed the Medium posts. You know the drill sessions store state on the server, JWTs are stateless, cookies are just the transport. Got it. But then youJoin discussion