shlogg · Early preview
Shashank @bekaarcoder

Automating...

Deploying TypeScript Node.js App With MySQL & Prisma On Raspberry Pi

Deploying app with & on : Install Raspbian OS, MySQL server, Prisma CLI & Node.js. Configure NGINX as reverse proxy & expose app using Ngrok. Run app with PM2.

Web Scraping With Python And BeautifulSoup: A Comprehensive Guide

Scrape Goodreads data with Python & BeautifulSoup! Extract book info like category, votes, title, description & more. Store data in CSV file using csv module.