How I Built My Web App Using ChatGPT (From Scratch!)
I recently built my web app using ChatGPT, and I had zero experience with Express.js or building full-stack apps before this. 😅 It all started with a simple idea. Thanks to ChatGPT guiding me at every step, I was able to turn it into a real, working product: SnappyQR.com, a QR code scanning and generating […]
Intercepting Network Requests with Puppeteer
Puppeteer can be very handy for getting background requests. There could be several background requests sent by a website. Curl, wget or selenium can not get you all those requests. Using Puppeteer we can collect and filter all requests.