ADS

Articles

digitalocean.com

How To Use Python Raw String

Learn how Python raw strings work, when to use the r"" prefix, and how they handle backslashes in regex patterns and file paths.
Topics: python raw strings regex file paths
Subsystem: Ruby On Rails
digitalocean.com

How to Deploy to Kubernetes using Argo CD and GitOps

Learn how to deploy applications to Kubernetes using Argo CD and GitOps. Set up sync, automate releases, and manage clusters declaratively.
Topics: argo cd gitops kubernetes application deployment
Subsystem: Ruby On Rails
digitalocean.com

How To Set Up a Private Docker Registry on Ubuntu

Learn how to set up a private Docker registry on Ubuntu. Configure authentication, TLS, and persistent storage for secure image hosting.
Topics: docker ubuntu registry authentication tls
Subsystem: Ruby On Rails
metaredux.com

What’s Next for clojure-mode?

Thumbnail
Good news, everyone! clojure-mode 5.22 is out with many small improvements and bug fixes!
Topics: clojure-mode clojure improvements bug-fixes
Subsystem: Ruby On Rails
justin.searls.co

🔥 Can confirm, Claude Cowork is very cool, but if…

Can confirm, Claude Cowork is very cool, but if you actually use it for more than a few minutes it'll bring any Mac to its knees. Entire system becomes unresponsive eventually. https://github.com/a...
Topics: claude cowork mac responsiveness system
Subsystem: Ruby On Rails
rubyland.news

Storing multi-valued enum fields in ActiveRecord

Originally appeared on SINAPTIA.A few weeks ago, we ran into an interesting problem in one of our projects. We had a reports table with a reason column that used the classic Rails enum approach: #...
Topics: enum activerecord migrations reasons
Subsystem: Ruby On Rails
rubyflow.com

Storing multi-valued enum fields in ActiveRecord

Rails’ enum DSL is great for single values, but what about multiple? We compared 4 approaches across performance, extensibility, and maintainability to find the best fit. https://sinaptia.dev/post...
Topics: multi-valued enum fields activerecord performance extensibility
Subsystem: Ruby On Rails
tech.stonecharioteer.com

GoForGo v0.9.0

I've made some updates to https://github.com/stonecharioteer/goforgo
Topics: goforgo updates version 0.9.0
Subsystem: Ruby On Rails
feeds.fireside.fm

496: Test suite performance

Joël and Sally cover all the bases as they look at improving their test suite performances times. Our hosts lay out some spicy takes on various different test suites, comparing the key d...
Topics: test suites thoughtbot jo l sally factories
Subsystem: Ruby On Rails