Blogs

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...



Vanilla Rails authentication with Authentication Zero
Since Rails 3, the framework has shipped its own authentication helper, has_secure_password. This is how Hey/Basecamp, for example, handles authentication. In this tutorial, I want to introduce you to the gem Authentication Zero, which leverages t...