/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.arkency.com
| | railsnotes.xyz
3.6 parsecs away

Travel
| | A deep dive into the basics of Rails credentials, explore their benefits and drawbacks, and showing you how easy it is to integrate this powerful tool into your Rails app development process...
| | greg.molnar.io
3.2 parsecs away

Travel
| | 2024 was an amazing year for the Rails community and I'd like to share a summary of what changed in the framework. As a TLDR, there were more than 4000 commits from 562 contributors and 55 releases, including Rails 8!
| | jakeyesbeck.com
3.3 parsecs away

Travel
| | Using AR Models in Rails migrations works but can have hidden problems. Learn why to avoid them and what to do instead
| | www.mattlayman.com
25.6 parsecs away

Travel
| How can you set up Tailwind CSS for your Django app on Heroku? In this article, we'll see how I did exactly that recently. I have a side project that uses Tailwind CSS. To get started quickly, I used the version from a Content Delivery Network (CDN) as Tailwind describes in the documentation. This worked fine initially while I got my project started, but the CDN version is huge (around 3MB).