Blogs


rails/docked: Running Rails from Docker for easy start to development
Setting up Rails for the first time with all the dependencies necessary can be daunting for beginners. Docked Rails CLI uses a Docker image to make it much easier, requiring only Docker to be installed.Install Docker (and WSL on Windows). Then cop...



I am offering FREE Consultancy, Programming, Lecturing with Ruby
Let me be straight. I am not some superman or coding genius. I am a simple human who likes to spend time building stuff.I have collected some experience and knowledge and at the moment I have some free time. So, my idea is to provide free services...

How I developed a faster Ruby interpreter | Red Hat Developer
Learn about 8 optimization techniques for a faster interpreter in Ruby which I developed using a dynamically specialized internal representation (IR).In this article, I will describe my efforts to implement a faster interpreter for CRuby, the Ruby...




How to deploy multiple Rails apps on a single server with Capistrano – Jan Matuszewski – Business-oriented engineer
Almost everyone uses cloud hosting solutions like Heroku or AWS nowadays(and I don’t expect it to change even after this DHH post). But if you still self-host your apps then Capistrano would be well known to you.My client had an uncommon requireme...