66 articles

📰 Dev.to · Zil Norvilis

Articles from Dev.to · Zil Norvilis · 66 articles · Updated every 3 hours · View all reads

All ⚡ AI Lessons (10830) ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog
How Hotwire Restored My Sanity in Web Development
Dev.to · Zil Norvilis 1mo ago
How Hotwire Restored My Sanity in Web Development
I'll admit it: I used to be a React maximalist. I spent years believing that if you wanted a...
Ruby vs. Python: Why I Choose Happiness Over Hype
Dev.to · Zil Norvilis 1mo ago
Ruby vs. Python: Why I Choose Happiness Over Hype
Let’s get the elephant out of the room immediately: Python has won the popularity contest. If you...
The Faster Way to Scrape: Finding "Hidden" APIs in Modern Websites
Dev.to · Zil Norvilis 1mo ago
The Faster Way to Scrape: Finding "Hidden" APIs in Modern Websites
The Headless Browser Trap If you want to scrape a modern React or Vue website, the...
The SaaS Architecture Guide: How to Handle Multitenancy in Rails Routing
Dev.to · Zil Norvilis 1mo ago
The SaaS Architecture Guide: How to Handle Multitenancy in Rails Routing
Most Rails developers stop learning routing after resources :posts. But if you are building a SaaS...
The Missing Macro: 3 Ways to "belongs_to :through" in Rails
Dev.to · Zil Norvilis 1mo ago
The Missing Macro: 3 Ways to "belongs_to :through" in Rails
The Missing Link If you’ve spent more than a week with Ruby on Rails, you’ve probably used...
The Magic of lvh.me: Testing Rails Subdomains in Development
Dev.to · Zil Norvilis 1mo ago
The Magic of lvh.me: Testing Rails Subdomains in Development
The /etc/hosts Headache If you are building a SaaS that uses subdomains (like...
Why I Stopped Using Docker in Development
Dev.to · Zil Norvilis 1mo ago
Why I Stopped Using Docker in Development
The Industry Standard Trap If you look at any "Modern Web Dev" tutorial, Step 1 is almost...
TDD is a Luxury: Pragmatic Testing for the Solo Developer
Dev.to · Zil Norvilis 1mo ago
TDD is a Luxury: Pragmatic Testing for the Solo Developer
The Dogma vs. The Deadline If you spend any time in the Rails community, you’ve heard the...
Stop Using Net::HTTP: A Guide to Modern Ruby Requests
Dev.to · Zil Norvilis 1mo ago
Stop Using Net::HTTP: A Guide to Modern Ruby Requests
Ruby has a standard library for making web requests called Net::HTTP. It is famously terrible. The...
Where Does gem install Actually Go? Exploring the Ruby Filesystem
Dev.to · Zil Norvilis 1mo ago
Where Does gem install Actually Go? Exploring the Ruby Filesystem
We type gem install rails or bundle install every day. Text scrolls down the screen, and suddenly we...
The Holy Trinity: Ruby, Bundler, and Gemfiles Explained
Dev.to · Zil Norvilis 1mo ago
The Holy Trinity: Ruby, Bundler, and Gemfiles Explained
If you are coming from JavaScript (npm/yarn) or Python (pip/virtualenv), the Ruby way of doing things...
The Solo Frontend Team: Building a UI System in Pure Ruby
Dev.to · Zil Norvilis 1mo ago
The Solo Frontend Team: Building a UI System in Pure Ruby
The "Partial" Problem We love Rails. We love ERB. But let's be honest: app/views is...
Stop Killing Your Database: 5 ActiveRecord Tips for Faster Rails Apps
Dev.to · Zil Norvilis 1mo ago
Stop Killing Your Database: 5 ActiveRecord Tips for Faster Rails Apps
In this article, I want to share my journey with ActiveRecord. When I first started with Rails, I...
Design for Developers: How to Stop Making Ugly Apps
Dev.to · Zil Norvilis 1mo ago
Design for Developers: How to Stop Making Ugly Apps
The "Blank Page" Paralysis You have the database schema planned. You have the models...
Why Your Next Rails App Doesn't Need Nginx or Apache
Dev.to · Zil Norvilis 1mo ago
Why Your Next Rails App Doesn't Need Nginx or Apache
The "Nginx Tax" For the last 15 years, deploying a Rails app to production involved a...
Why Your Next Rails App Doesn't Need Nginx or Apache
Dev.to · Zil Norvilis 1mo ago
Why Your Next Rails App Doesn't Need Nginx or Apache
The "Nginx Tax" For the last 15 years, deploying a Rails app to production involved a...
Testing the Unstable: How to Write Tests for Scrapers
Dev.to · Zil Norvilis 2mo ago
Testing the Unstable: How to Write Tests for Scrapers
The Scraper’s Dilemma Testing a normal Rails app is straightforward: you control the...
Rails on iOS/Android: Can You Build a "Real" App with Hotwire Native?
Dev.to · Zil Norvilis 2mo ago
Rails on iOS/Android: Can You Build a "Real" App with Hotwire Native?
The "Mobile App" Dread You’ve built a beautiful Rails SaaS. You have users. You have...
The $0 Infrastructure: Launching a Rails SaaS for Free in 2026
Dev.to · Zil Norvilis 2mo ago
The $0 Infrastructure: Launching a Rails SaaS for Free in 2026
The AWS Fear Factor The biggest blocker for many developers starting a side project isn't...
Fire Your DevOps Team: A Solo Dev’s Guide to Kamal 2
Dev.to · Zil Norvilis 2mo ago
Fire Your DevOps Team: A Solo Dev’s Guide to Kamal 2
The Deployment Dilemma For the last decade, developers have been stuck between a rock and...