Blogs
Boilerplate for a containerized plain Ruby application
Recently I've been poking around automation in order to experiment and build software on destroyable environments, so that I won't mess up with my operating system host.That's where virtualization and containerization can help: I want to stand on ...
The Ruby Unbundled Series: Why You Should Check Out Hotwire Now
Once upon a time, I could just write code in Ruby and Rails. Life was good. Then the tyranny of the Single Page Apps (SPA) or Progressive Web Apps (PWA) began, and I was forced to incorporate JavaScript frameworks. Now, I was dealing with two sepa...