📰 Dev.to · Jess Alejo
Articles from Dev.to · Jess Alejo · 6 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10099)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Jess Alejo
2mo ago
TIL: How to Fix a PostgreSQL Collation Version Warning in a Kamal-Deployed Rails App
Today I learned how to properly fix this PostgreSQL warning in production: WARNING: database...

Dev.to · Jess Alejo
10mo ago
Comparing params.expect to params.require and params.fetch
I recently started using params.expect in my new Rails 8 project. It looked cleaner and more...

Dev.to · Jess Alejo
1y ago
Implementing "Linked Accounts" in a Rails App with Devise and OmniAuth
So, I decided to add a Linked Accounts feature to my project. Why? Because I thought, "Wouldn't it be...

Dev.to · Jess Alejo
1y ago
Updating User Settings Without a Save Button
Alright, so today I obsessed over something simple—user settings. You know, those toggles for...

Dev.to · Jess Alejo
1y ago
How to Fix Webpack’s error:0308010C on macOS with Node.js 17+
If you're a developer using Webpack in your Rails (or any other) project, you may encounter the...

Dev.to · Jess Alejo
1y ago
Create a New Rails 7.2 Project with Bootstrap Theme on a Newly Set Up WSL (in Minutes)
Setting up a new Rails 7.2 project with a Bootstrap theme on Windows Subsystem for Linux (WSL)...
DeepCamp AI