Technical Articles

Splitting Monolithic Rails Application to Microservices

As a business gets bigger, they require more functionalities and thus you can’t help but add new models/controller to the existing Rails application and sometimes it becomes a monolith. If you are facing a monolith application which has become unmaintainable and difficult to deploy, you need to know some ways to manage it. If your …

Splitting Monolithic Rails Application to Microservices Read More »

How to Add Functionality to Ruby Classes with Decorators

Decorators allow us to add behavior to objects in runtime and don’t affect other objects of the class. Decorators can be applied when you need to dynamically add and remove responsibility to a class. The decorator pattern is a helpful alternative to creating sub-classes. They give additional functionality to a class while still keeping the …

How to Add Functionality to Ruby Classes with Decorators Read More »

How to translate JavaScript strings in Rails

Rails I18n and elegant message passing to JavaScript The process of “internationalization” usually means to abstract all strings and other locale specific bits (such as date or currency formats) out of your application. The process of “localization” means to provide translations and localized formats for these bits. How I18n in Ruby on Rails Works ❝The …

How to translate JavaScript strings in Rails Read More »

Understanding Agile Software Development

Deigned for the fast-paced, high-competitive business world, Agile methodology offers a nimble framework for rapid delivery of business value. Rapidly moving market means, shorter delivery cycles and more responsiveness and that’s exactly what Agile delivers. The agile process weaves software development seamlessly to fit the model with its weekly sprints, stand-ups, planning, and feedback. Unlike …

Understanding Agile Software Development Read More »

Top 10 Tools/Ruby Gems for Quickly Building Social Networking Sites

The world is social. Where art thou? In the attention-drive world, social media rules the roost. So, it is no wonder if you have been bitten by the social networking bug and want to develop a social networking site. If you are contemplating the best platform for developing a social media site, then Ruby on …

Top 10 Tools/Ruby Gems for Quickly Building Social Networking Sites Read More »

MIT Has Developed a New Debugging Tool for Ruby on Rails

A new Ruby on rails debugging tool developed by MIT (Massachusetts Institute of Technology) researchers is a breakthrough technology. This tool provides improved security for programs written in Ruby on Rails. When the researchers tested on 50 web application written in RoR, the debugging tool took just 64 seconds to scan any single app. This …

MIT Has Developed a New Debugging Tool for Ruby on Rails Read More »