jjj

Let’s know about String and Array Methods in Ruby to Clean and Format Your Data.

Ruby: It is a pure object-oriented language, a general-purpose and interpreted programming language. Ruby is an open-source language. Read more

Read More
jjj

Implement Getstream.io with STI in Rails

What is the best way to interact with the live data in the application? Yes, the answer is through FEEDS or CHAT. FEEDS or CHAT are the best way to be in touch with the people you care about.

Read More
jjj

Stripe integration in Rails

What is Stripe? Stripe, a service provider based in San Francisco, California, United States, is an American financial services and software company.

Read More
jjj

How to Improve Website Performance With Caching in Rails?

What is caching and Why Use Caching? Caching is the process of storing results of a complex (or not so complex) computation in a cache or temporary storage location in order that they will be accessed directly without re-compute everything.

Read More
jjj

A Quick-Start With Rails

Rails is a framework built on the top of the ruby language. Rails is a web application framework and not just any framework it is one of the most powerful frameworks present in the web application world. Not going into history, but we will start with rails in this blog.

Read More
jjj

How to use Fibers in Ruby for Concurrency?

Concurrency is working on multiple projects. You work on ONE at a time. Parallelism is also working on multiple projects. You work on ALL of them at the same time. Parallelism requires more CPUs or CPU cores, but concurrency can make your code faster even with the same amount of CPU cores. Learn more by reading the blog.

Read More
jjj

How to use Sidekiq in rails for background processing?

Sidekiq is a Ruby-written open source job scheduler. It is important to be aware that Sidekiq does not do scheduling by default, it only performs jobs. The Enterprise version comes with outbox scheduling. Read the blog to understand the use of sidekiq in rails for background processing.

Read More
jjj

Business Intelligence in Ruby (Blazer Gem)

Blazer – a gem makes business intelligence simpler. It allows one to execute SQL queries on the database from the web panel and visualize the data in a convenient and clear way. Read our blog on Business Intelligence in Ruby (blazer gem) and know the basic fundamentals.

Read More
jjj

Deploy Rails app with Capistrano

Capistrano is a framework written in Ruby language that provides automated deployment. Similar to Rake tasks in Ruby language, it runs on the remote servers via SSH.

Read More
jjj

The Implementation of Nested Forms in Ruby On Rails (Fields For)

Form helpers are designed to make it much easier to work with resources. A form to create or update a resource typically reflects the resource’s…

Read More
jjj

How to sync InfusionSoft’s contacts in a Rails application?

Infusionsoft is a CRM software used to handle the services which are going to be provided to the customers. CRM, Marketing and Sales…

Read More
jjj

Web, Mobile and API Development Guide

What are various Web, Mobile and API end technologies and how do they work in tandem? Tudip’s Web, Mobile and API Development Guide is a good starting point

Read More
jjj

JQuery validate in Rails applications

Let’s quickly look at how can we enable client side validation using Jquery validate in a Rails applications. Relying on server-side validation done through the…

Read More
jjj

SWF_FU gem gives warning on HTTPS

OK, you got this fancy gem integrated in your project to show all sort of video content and as you are nearing the launch you…

Read More