Read my new article: Hanami vs Ruby on Rails
My Contact Details
My Books
My Projects
Hanami vs Ruby on Rails
My First Objective-C Application
Read my new article on how to create a simple Objective-C application: My First Objective-C Application.
Use Embedded Ruby as a Template Language
Read my new article on how to Use Embedded Ruby as a Template Language.
Deploying a Zookeeper Ensemble on AWS
My New Blog Post on Medium - Zookeeper Ensemble Deployment on AWS
This is a new blog post on Medium. It has to do with deploying Zookeeper on AWS. Click here to visit it.
Build Your Own Schema Registry Server Using Python and Django
My New Blog Post on Medium
This is a new blog post on Medium. It has to do with implementing a JSON Validator and Schema Registry server using Python and Django. Click here to visit it.
Scraping a Web Page or Writing Automated System Tests Using Ruby
My New Blog Post on Medium
Scraping a Web page or writing automated system tests is a very popular and much-needed skill in Web development. Read my new blog post here in doing that using Ruby.
Have the Values, Have the Guts
My New Blog Post in Codementor
This is my new blog post in Codementor. I am talking about the values you need to develop in order to start being confident with your customers. Click here to read it.
Functions as Arguments and Return Values - JavaScript vs Ruby
My New Blog Post on Medium
This is a new blog post on Medium. I am explaining how one can use functions as arguments and return values in two very popular programming languages, JavaScript and Ruby. Click here to visit it
Use ActiveRecord in Your Ruby Application
My New Blog Post in Tech Career Booster
This is a new blog post on Medium. It has to do with using ActiveRecord in a Ruby application. Click here to visit it.
Making Rails Logger Use One Log File Per Process With Phusion Passenger
Introduction
Today, I had to find a way to make my production Rails application log into different log files per process. I have the application deployed using Phusion Passenger as an Apache 2 module. The reason I decided to do that was the fact that I wanted to analyze the logs with Request Log Analyzer tool. This tool requires the log files to be separate so that they do not interleave the log entries of different requests.