-
Ruby
SyncEm: Thread-Safe Decorators in Ruby
I wrote some time ago about thread-safety in OOP and how it can be achieved with decorators. It was also…
Read More » -
Web Dev
Please, Don’t Improvise
We all know what happens when a programmer decides how a web site or a mobile app should look. It…
Read More » -
Ruby
Zache: A Simple Ruby In-Memory Cache
A month ago I stumbled upon a problem: I wasn’t able to find a Ruby gem which would do in-memory…
Read More » -
Ruby
Do You Test Ruby Code for Thread Safety?
Are you a Ruby developer? If you are, I’m pretty sure you have a very vague idea of what concurrency…
Read More » -
JavaScript
Monolithic Repos Are Evil
We all keep our code in Git version control repositories. The question is whether we should create a new repository…
Read More » -
Ruby
Simplified GitHub Login for a Ruby Web App
You know what OAuth login is, right? It’s when your users click “login” and get redirected to Facebook, Twitter, Google,…
Read More »