webdev.comLife of Self-taught DevIts hard to be a self-taught when no one is there to help you out and you have to carve out the way on your own. You can take me as an example of a self-taught dev. Today is my birthday, and my life's first interview would have happened today. I work...Mar 9, 2024·1 min read
webdev.comapp.use() in Express.js: A beginners Guide to Middleware MagicIn Express.js, app.use is a method used to mount middleware functions in the application's request processing pipeline. Middleware functions are functions that have access to the request object (req), the response object (res), and the next middlewar...Dec 25, 2023·2 min read
webdev.comJourney to become a Pro Frontend developer using ScrimbaHey, all this is me, Palak Goyal. How are you? Well, I started my journey back in 2022 as a self-taught developer but still after so many hard trials, I didn't even I get a job or any client as a freelancer and that made me upset. I always feel that ...Nov 18, 2023·1 min read
webdev.comA Beginner's Guide to Building a Blogging Platform using React and OuterbaseIntro Are you looking for a quick and easy way to start building your blogging platform? Look no further than React and Outerbase! React is a popular JavaScript library used for creating user interfaces, while Outerbase is a platform that allows deve...Sep 30, 2023·8 min read
webdev.comCreate your first API using FastAPIBeing a frontend developer I was always fascinated by how the backend work and these APIs are so cool, they let us fetch data just by sending a request. So, to quench my thirst for learning I tried to make an API by myself using Python and it turned ...Aug 13, 2023·3 min read