📰 Dev.to · Michiharu Ono
Articles from Dev.to · Michiharu Ono · 8 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 · Michiharu Ono
1mo ago
The Case for Leaky Locks: Redis TTL as Failure Cooldown for Expensive AI Jobs
I'm probably not the only one who's been told "always release your locks in a finally block." It's...

Dev.to · Michiharu Ono
1y ago
How (and How NOT) to Name Rails Models Beyond the Obvious
Have you ever encountered a model in a Rails app that initially seemed to have an understandable...

Dev.to · Michiharu Ono
1y ago
When Controllers Take on Too Much Responsibility
In software development, following object-oriented programming (OOP) principles is key to building...

Dev.to · Michiharu Ono
1y ago
Big Picture: Practical Steps for Upgrading the Ruby on Rails Version in a Small to Medium-Sized App 🚀
Upgrading a Rails app to the latest version can feel overwhelming. I had no idea where to start...

Dev.to · Michiharu Ono
1y ago
Demystifying Rails load_defaults: Mastering Configuration Updates
Have you seen this line in your config/application.rb file?config.load_defaults 7.2 Or maybe you've...

Dev.to · Michiharu Ono
1y ago
Rails and Ruby Deprecation Warnings: Why You Should Care and How to Fix Them
If you’ve ever fired up your rails server (rails s) or console (rails c) and been greeted with a loud...

Dev.to · Michiharu Ono
1y ago
How to use gem omniauth and omniauth-oauth2 to implement SSO for multiple customers
I recently had the opportunity to set up SSO in a Ruby on Rails app for a very unique situation, so I...

Dev.to · Michiharu Ono
1y ago
Practical Steps: How to Strategically Update Your Ruby Gems
Updating Ruby gems seem like a simple task, but it could be a bit more complicated especially when...
DeepCamp AI