shlogg · Early preview
Victor Maina @jvicmaina

Enjoys a good piece of poetry, interested in LLMs, Machine Learning and AI. Near Future CEO of my start-up.

Integrating WakaTime API With React For Coding Stats Visualization

Get your WakaTime API key & fetch coding stats for past week using `/users/current/stats/last_7_days` endpoint. Display data in React app with Chart.js.

Puppeteer Stays Focused: Automation Limitations

Puppeteer stays focused on its original task even if you switch tabs or navigate away from the page. To automate switching tabs, program it explicitly. Don't manually interfere with Puppeteer's control.

How To Style And Configure Emails With HTML And Nodemailer

Style and configure emails using HTML and CSS for better compatibility. Use Node.js and Nodemailer to send styled emails with basic configuration and key styling tips.

Edit PDFs Easily: Convert To Google Docs & Make Changes

Edit PDFs easily by converting to Google Docs! Upload PDF to PDF2DOC.com, download & unzip, then upload to Google Drive & open in Google Docs. Add text, ticks & signatures with ease!

Cracking ReCAPTCHA: Techniques For Web Scraping Success

Cracking reCAPTCHA: Use CAPTCHA-solving services like 2Captcha or Anti-Captcha, implement stealth plugins, rotate IPs & proxies, or leverage browser automation with Puppeteer or Selenium.

Mastering Web Scraping With Puppeteer For Efficient Data Extraction

Web scraping made easy with Puppeteer! Automate tedious tasks, handle JavaScript-heavy sites & bypass bot detection with this powerful Node.js library