66 articles

📰 Dev.to · Zil Norvilis

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

All ⚡ AI Lessons (9068) ArXiv cs.AIDev.to · FORUM WEBForbes InnovationOpenAI NewsDev.to AIHugging Face Blog
The Ultimate Guide to Universal Linux Apps: Snap, Flatpak, and AppImage
Dev.to · Zil Norvilis 4d ago
The Ultimate Guide to Universal Linux Apps: Snap, Flatpak, and AppImage
Very often I find myself remembering the "bad old days" of Linux. If you wanted to install a simple...
Why Ruby on Rails is the Secret Weapon for AI Startups
Dev.to · Zil Norvilis 5d ago
Why Ruby on Rails is the Secret Weapon for AI Startups
Everyone knows that Python is the king of training AI models. But if you want to actually build a web...
Stop Using RVM: The Ultimate Guide to Ruby Version Managers
Dev.to · Zil Norvilis 6d ago
Stop Using RVM: The Ultimate Guide to Ruby Version Managers
rbenv vs rvm vs asdf vs mise vs chruby vs direnv Very often I see beginners getting...
How to Use Rails Magic Methods in Plain Ruby Scripts
Dev.to · Zil Norvilis 1w ago
How to Use Rails Magic Methods in Plain Ruby Scripts
Very often I find myself writing small, standalone Ruby scripts. Maybe it's a web scraper, a small...
The Ultimate Showdown: Rails 8 vs Phoenix LiveView
Dev.to · Zil Norvilis 1w ago
The Ultimate Showdown: Rails 8 vs Phoenix LiveView
If you are a Ruby on Rails developer, you have definitely heard about Elixir and the Phoenix...
Ditch Node.js: A Simple Guide to Rails Importmaps
Dev.to · Zil Norvilis 1w ago
Ditch Node.js: A Simple Guide to Rails Importmaps
How Importmaps Work in Rails (And Why You Don't Need Webpack) When I first started...
Hotwire vs Inertia.js: Which One Should You Use in Rails?
Dev.to · Zil Norvilis 1w ago
Hotwire vs Inertia.js: Which One Should You Use in Rails?
For a long time, if you wanted to build a fast, modern web application without page reloads, you had...
The Secret to Fast Web Scraping: Finding Internal JSON APIs
Dev.to · Zil Norvilis 1w ago
The Secret to Fast Web Scraping: Finding Internal JSON APIs
When I first started web scraping, my workflow was always the same. I would use Nokogiri to download...
The Ruby on Rails Job Market in 2026: Why It's Better Than Ever
Dev.to · Zil Norvilis 1w ago
The Ruby on Rails Job Market in 2026: Why It's Better Than Ever
If you spend too much time on X or Reddit, you might think the only jobs left in 2026 are for AI...
Rails vs Laravel vs Django vs NestJS: Why I Still Choose Ruby
Dev.to · Zil Norvilis 1w ago
Rails vs Laravel vs Django vs NestJS: Why I Still Choose Ruby
If you want to build a web application or a SaaS today, the first thing you have to do is pick a...
A Beginner's Guide to ClickHouse in Ruby on Rails
Dev.to · Zil Norvilis 2w ago
A Beginner's Guide to ClickHouse in Ruby on Rails
When you build a standard Rails app, PostgreSQL (or MySQL) is your best friend. It handles your...
My Favorite Rails Productivity Gem: annotate_models
Dev.to · Zil Norvilis 2w ago
My Favorite Rails Productivity Gem: annotate_models
Very often I find myself working inside a Rails model, and I need to write a validation or a custom...
Why I Stopped Using Bootstrap and Moved to Tailwind CSS
Dev.to · Zil Norvilis 2w ago
Why I Stopped Using Bootstrap and Moved to Tailwind CSS
When I first started building web applications, Bootstrap was the absolute standard. Every tutorial...
Stop Fearing DevOps: A Rails Developer's Guide to Docker
Dev.to · Zil Norvilis 2w ago
Stop Fearing DevOps: A Rails Developer's Guide to Docker
I know that DevOps and server management can be very confusing, even if you have years of experience...
Taking a Monthly Cut: Rails, Stripe Connect, and Recurring Billing
Dev.to · Zil Norvilis 2w ago
Taking a Monthly Cut: Rails, Stripe Connect, and Recurring Billing
In the previous article, we looked at how to use Stripe Connect to take a cut from a one-time...
The Ruby Browser War: Playwright vs. Ferrum (2026 Edition)
Dev.to · Zil Norvilis 2w ago
The Ruby Browser War: Playwright vs. Ferrum (2026 Edition)
The New Guard For a decade, Selenium was the king of browser automation. It was slow,...
The GraphQL Goldmine: How to Reverse Engineer APIs for Scraping
Dev.to · Zil Norvilis 3w ago
The GraphQL Goldmine: How to Reverse Engineer APIs for Scraping
The "One Endpoint" Revolution In the old REST world, if you wanted to scrape a user's...
How to Use ActiveRecord Without Rails
Dev.to · Zil Norvilis 3w ago
How to Use ActiveRecord Without Rails
Very often I find myself writing small Ruby scripts to scrape data, process CSV files, or build a...
Is it Worth Becoming a Rails Developer in 2026? (The Honest Truth)
Dev.to · Zil Norvilis 3w ago
Is it Worth Becoming a Rails Developer in 2026? (The Honest Truth)
The "Dead" Language Paradox If you listen to Twitter (or X), Ruby on Rails died sometime...
Stripe Connect Simplified: Routing Payments in Your Rails App
Dev.to · Zil Norvilis 3w ago
Stripe Connect Simplified: Routing Payments in Your Rails App
Building a SaaS where users pay you is easy. But what if you want to build a marketplace? Like...