Setup a virtual server for a Ruby on Rails application using DigitalOcean
What is DigitalOcean? DigitalOcean is a cloud infrastructure provider which...
DevOps
Taking Advantage Of Mailchimp Web Hooks
This article will guide you on how we can take...
Understanding Basic Ruby Data Types
When we start learning a programming language, we generally start...
How To Enable SSL For Rails Development Environment In Two Minutes
We recently migrated a Rails application from non SSL to...
How to Send Push Notification in Android Apps Using React Native and FCM
Push notification is a very popular communication channel to notify...
Exploring Handlebars JS features!
In my previous post I explained what is Handlebars JS and how we can...
Javascript Refactoring – Nested Conditions to Readable Code Using Recursion
I was working on the javascript code which required me...
Migrating Http To Https With Addthis – Retain The Social Share Count Numbers
What Is It? It is really frustrating when you migrate your...
Huge File Uploads On Amazon S3 – Rails With Dropzone on Unicorn + Nginx + Sidekiq
What is it … Almost every second web application has a...
Send Automated Email in Ruby on Rails with Mailgun
Assumptions You have a Rails project and you want to...
Send transactional emails using SendGrid with Ruby on Rails
SendGrid provides a very simple API to send transactional and marketing...
Using Handlebars JS with Ruby on Rails!
What is Handlebars.js? Handlebars allows to build semantic templates. Handlebars is...
How to send responsive Emails using MJML in Rails?
Recently we faced an issue with rendering html email template...
Installing Omnivore API in Ruby on Rails Application
Omnivore API provides the universal Point of Sale (POS) API....
Part 2: Mocking a RESTful Microservice in MounteBank
In previous article I explained importance of mocking microservices. Now let’s have...
Page Load Optimization by Progressive Image Loading (like Medium)
While working on the project we came across the situation...