📰 Dev.to · Seryl Lns
Articles from Dev.to · Seryl Lns · 19 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9476)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Seryl Lns
3d ago
Building a Rails Engine #16 --Publishing to RubyGems & Retrospective
Publishing to RubyGems & Retrospective From bundle gem to gem push: looking back at...

Dev.to · Seryl Lns
1w ago
Building a Rails Engine #15 -- ERB Views Meet Phlex Components
ERB View Templates: Composing Phlex Components Phlex components are pure Ruby. ERB...

Dev.to · Seryl Lns
2w ago
Building a Rails Engine #14 -- Dry Run: Validate Before You Import
Dry Run: Validate Before You Import The preview catches column errors. The dry run...

Dev.to · Seryl Lns
2w ago
Building a Rails Engine #13 -- How to test a mountable Rails engine without a dummy app
Testing a Rails Engine with RSpec How to test a mountable Rails engine without a dummy...

Dev.to · Seryl Lns
3w ago
Building a Rails Engine #12 -- Beyond CSV: JSON and API Sources
Beyond CSV: JSON and API Sources CSV is the king of data import -- but in the real world,...

Dev.to · Seryl Lns
3w ago
Building a Rails Engine #11 -- Generators: Install & Target Scaffolding
Generators: Install & Target Scaffolding A great gem installs in one command. A great...

Dev.to · Seryl Lns
1mo ago
Building a Rails Engine #10 -- Controllers & Routing in a Rails Engine
Controllers & Routing in a Rails Engine Engine controllers are tricky -- they need to...

Dev.to · Seryl Lns
1mo ago
Building a Rails Engine #9 -- Building the UI with Phlex & Tailwind
Building the UI with Phlex & Tailwind How to build a full component library for a...

Dev.to · Seryl Lns
1mo ago
Building a Rails Engine #8 — Real-time Progress with ActionCable & Stimulus
Real-time Progress with ActionCable & Stimulus How to push live progress updates from...

Dev.to · Seryl Lns
1mo ago
Building a Rails Engine #7 — The Orchestrator: Coordinating the Workflow
The Orchestrator: Coordinating the Import Workflow How to coordinate parsing, validation,...

Dev.to · Seryl Lns
1mo ago
Building a Rails Engine #6 — Parsing CSV Data with Sources
Parsing CSV Data with Sources How to model an import record in the database, parse CSV...

Dev.to · Seryl Lns
1mo ago
Building a Rails Engine #5 — Designing a Target DSL
Designing a Target DSL How to make each import type a single, self-describing Ruby class...

Dev.to · Seryl Lns
1mo ago
Building a Rails Engine #4 — Modeling Import Data with StoreModel & JSONB
Modeling import data with StoreModel & JSONB Storing structured import records,...

Dev.to · Seryl Lns
1mo ago
Build Modern Browser Extensions with WXT, React and TypeScript
In a previous article, I built a bookmarklet to clip product data from e-commerce pages using Shadow...

Dev.to · Seryl Lns
1mo ago
Building a Rails Engine #3 — Configuration DSL: Making the Gem Flexible
Configuration DSL: making the gem flexible A gem that can't adapt to its host app will...

Dev.to · Seryl Lns
1mo ago
Speech-to-Text on any Field in 70 Lines of Stimulus
Typing is slow. Users hate it. Sandrine from accounting types with two fingers. Kevin (14) types like...

Dev.to · Seryl Lns
1mo ago
Building a Rails Engine #2 — Scaffolding a Rails Engine Gem
Scaffolding a Rails Engine gem TL;DR: We’ll turn bundle gem into a real Rails Engine by...

Dev.to · Seryl Lns
2mo ago
Building a Rails Engine #1 — Why Build a Data Import Engine?
Every non-trivial Rails app needs reliable data imports. DataPorter is a mountable Rails engine that...

Dev.to · Seryl Lns
2mo ago
DataPorter -- A Rails engine that turns data imports into a self-service feature
If you've ever worked on a client-facing Rails app, you know the drill. At some point, someone sends...
DeepCamp AI