19 articles

📰 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
Building a Rails Engine #12 -- Beyond CSV: JSON and API Sources
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,...
Building a Rails Engine #11 -- Generators: Install & Target Scaffolding
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...
Building a Rails Engine #10 -- Controllers & Routing in a Rails Engine
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...
Building a Rails Engine #9 -- Building the UI with Phlex & Tailwind
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...
Building a Rails Engine #8 — Real-time Progress with ActionCable & Stimulus
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...
Building a Rails Engine #7 — The Orchestrator: Coordinating the Workflow
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,...
Building a Rails Engine #6 — Parsing CSV Data with Sources
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...
Building a Rails Engine #5 — Designing a Target DSL
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...
Building a Rails Engine #4 — Modeling Import Data with StoreModel & JSONB
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,...
Build Modern Browser Extensions with WXT, React and TypeScript
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...
Building a Rails Engine #3 — Configuration DSL: Making the Gem Flexible
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...
Speech-to-Text on any Field in 70 Lines of Stimulus
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...
Building a Rails Engine #2 — Scaffolding a Rails Engine Gem
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...
Building a Rails Engine #1 — Why Build a Data Import Engine?
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...
DataPorter -- A Rails engine that turns data imports into a self-service feature
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...