Read my new article on how to Use Embedded Ruby as a Template Language.
My Contact Details
My Books
My Projects
My Achievements
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.
Try Objective-C on Code School
Having done the Apple developer tutorial Getting Started on iOS development, the next was to have a deeper dive in Objective-C. Looking around for online Objective-C tutorials, I came across a very good one, on Code School. The tutorial is called Try Objective-C.
My First iOS App
This is my first encounter with iOS apps and Objective C. I followed the whole tutorial which is given here. I am a Ruby developer and I decided to take this trip to iOS development because it is necessary for my work. I am offering professional services to Book&Table, which is sponsoring me writing this blog post.
Following this tutorial, I had to keep some notes. Here are the most important ones. Maybe you will find them useful too. But most importantly, I am seeking feedback from experienced iOS developers.