The Gamified Web: Why Quality Doesn’t Win Online Anymore I’ve been building software for over two decades. I’ve seen the internet evolve from a frontier of genuine curiosity into something else entirely. In the beginning, there was a simple, unspoken promise: if you built something good, useful, and honest, people would find it. Merit was …
Category Archives: Programming
Easy OAuth 2.0 Setup for SMTP in Automation Workshop
Hey everyone! Today, let’s tackle OAuth 2.0 for sending emails using SMTP in Automation Workshop—without the headaches (or in any other app / custom scripts). If you’re like me, you just want stuff to work without diving into pages of complex documentation. So let’s make this simple! Quick Start – Google & Microsoft OAuth Google …
Continue reading “Easy OAuth 2.0 Setup for SMTP in Automation Workshop”
How to automate repetitive tasks in Windows?
1. Automate using Windows built-in Task Scheduler 2. Task Scheduler on steroids 3. Find and Replace a word or phrase in many files 4. Rename files in bulk 5. Convert, resize, flip, and rotate images with ImageMagick 6. Record and playback mouse clicks 7. AutoHotkey scripts 8. PowerShell and script files Doing the same task …
Continue reading “How to automate repetitive tasks in Windows?”