258 articles

📰 Dev.to · Alex Spinov

Articles from Dev.to · Alex Spinov · 258 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (11821) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
5 GitHub Actions Workflows I Use to Run Free Web Scrapers, Monitors, and Data Pipelines
Dev.to · Alex Spinov 2w ago
5 GitHub Actions Workflows I Use to Run Free Web Scrapers, Monitors, and Data Pipelines
GitHub gives you 2,000 free CI/CD minutes per month. Most developers use them only for tests and...
httpx Is What requests Should Have Been — Async, HTTP/2, and Better Defaults
Dev.to · Alex Spinov 2w ago
httpx Is What requests Should Have Been — Async, HTTP/2, and Better Defaults
I stopped using the requests library 2 years ago. httpx does everything requests does, plus async,...
DuckDB Changed How I Process CSV Files — 7 Queries That Replace pandas
Dev.to · Alex Spinov 2w ago
DuckDB Changed How I Process CSV Files — 7 Queries That Replace pandas
DuckDB just changed how I process CSV files. No more pandas for simple analysis. No more importing...
10 Developer Tools I Use Every Day After Building 77 Web Scrapers
Dev.to · Alex Spinov 2w ago
10 Developer Tools I Use Every Day After Building 77 Web Scrapers
After publishing 600+ articles and building 77 web scrapers, I have a clear picture of which tools...
Notion Has a Free API — Search, Create Pages, and Query Databases Programmatically
Dev.to · Alex Spinov 2w ago
Notion Has a Free API — Search, Create Pages, and Query Databases Programmatically
Notion has one of the best free APIs in the productivity space. You can read databases, create pages,...
How I Run 77 Web Scrapers on a Schedule Without Breaking the Bank
Dev.to · Alex Spinov 2w ago
How I Run 77 Web Scrapers on a Schedule Without Breaking the Bank
In 2024, I was running 12 scrapers on my laptop. A cron job that silently died at 3 AM. Data gaps I...
Zod Is Not Just Validation — 5 Things You Did Not Know It Could Do
Dev.to · Alex Spinov 2w ago
Zod Is Not Just Validation — 5 Things You Did Not Know It Could Do
Zod Is a Swiss Army Knife Most developers use Zod for form validation. But it can do much...
Telegram Bot API — The Most Developer-Friendly API I Have Ever Used
Dev.to · Alex Spinov 2w ago
Telegram Bot API — The Most Developer-Friendly API I Have Ever Used
Why Telegram Bot API Is Special Most APIs make you fight with OAuth, rate limits, and...
20 Free APIs That Still Work in 2026 (Tested This Week)
Dev.to · Alex Spinov 2w ago
20 Free APIs That Still Work in 2026 (Tested This Week)
I Tested 50+ Free APIs. These 20 Actually Work. No broken endpoints. No surprise paywalls....
Every Free Public API I Found That Actually Works (2026 Edition)
Dev.to · Alex Spinov 2w ago
Every Free Public API I Found That Actually Works (2026 Edition)
I Tested 50+ Free APIs. These 20 Actually Work. No broken endpoints. No surprise paywalls....
OpenStreetMap Has a Free API — Build Maps Without Google (No Key, No Billing)
Dev.to · Alex Spinov 2w ago
OpenStreetMap Has a Free API — Build Maps Without Google (No Key, No Billing)
Google Maps Charges $7 Per 1000 Requests. OpenStreetMap Charges $0. OpenStreetMap (OSM) is...
Hono.js Is What Express Should Have Been — Build APIs in 5 Minutes
Dev.to · Alex Spinov 2w ago
Hono.js Is What Express Should Have Been — Build APIs in 5 Minutes
Express Is 14 Years Old. We Can Do Better. Express was revolutionary in 2010. But in 2026,...
Have I Been Pwned Has a Free API — Check If Any Email Was in a Data Breach
Dev.to · Alex Spinov 2w ago
Have I Been Pwned Has a Free API — Check If Any Email Was in a Data Breach
Why This Matters Data breaches happen daily. Have I Been Pwned (HIBP) tracks 14+ billion...
7 JavaScript One-Liners That Replace Entire NPM Packages
Dev.to · Alex Spinov 2w ago
7 JavaScript One-Liners That Replace Entire NPM Packages
Stop Installing Packages for Things JavaScript Already Does Every npm install adds supply...
I Tracked Every API I Used for 30 Days — Here Are the 7 That Survived
Dev.to · Alex Spinov 2w ago
I Tracked Every API I Used for 30 Days — Here Are the 7 That Survived
The Experiment Last month I tracked every free API I integrated into projects. Started...
Bun 1.2 Just Made Node.js Feel Slow — Here's What Changed
Dev.to · Alex Spinov 2w ago
Bun 1.2 Just Made Node.js Feel Slow — Here's What Changed
Bun 1.2 Dropped and It's a Big Deal Bun 1.2 brought full Node.js compatibility, a built-in...
The Internet Archive Has a Free API — Search 800B+ Web Pages Programmatically
Dev.to · Alex Spinov 2w ago
The Internet Archive Has a Free API — Search 800B+ Web Pages Programmatically
The Wayback Machine Has an API Most developers know the Wayback Machine for browsing old...
Every Developer Should Have a 'Scripts' Folder — Here's What's in Mine
Dev.to · Alex Spinov 2w ago
Every Developer Should Have a 'Scripts' Folder — Here's What's in Mine
The Most Productive Thing I Ever Did Two years ago, I created a ~/scripts/ folder. Every...
httpx: The Python HTTP Client That Should Have Replaced Requests Years Ago
Dev.to · Alex Spinov 2w ago
httpx: The Python HTTP Client That Should Have Replaced Requests Years Ago
Requests Is Showing Its Age requests is the most popular Python HTTP library. It's also...
I Replaced 5 Paid SaaS Tools with Free APIs (Saving $200/Month)
Dev.to · Alex Spinov 2w ago
I Replaced 5 Paid SaaS Tools with Free APIs (Saving $200/Month)
The SaaS Tax Is Real I was paying $200/month for tools that do what free APIs do better....