Blog

How to work with Rails-based e-commerce platform, Shoppe

Shoppe is a Rails-based ecommerce platform. By virtue of it, we can easily introduce a catalogue-based store into our Rails applications.We can easily create store with this core framework, Shoppe. And we are only responsible for creating the storefront (UI) which our customers will use to buy products. Apart from UI, we are also responsible …

How to work with Rails-based e-commerce platform, Shoppe Read More »

Integration of chatbot using Ruby on Rails

Definition of a Chatbot A computer program designed to simulate conversation with human users, especially over the Internet. Such programs are often designed to convincingly simulate how a human would behave as a conversational partner. Chatbots are typically used in dialog systems for various practical purposes including customer service or information acquisition. How it works …

Integration of chatbot using Ruby on Rails Read More »

Salesforce API integration with Rails app

Salesforce is known to be a Customer Relationship Management (CRM) platform and it provides cloud-based applications for Sales, Service & Marketing. This article intends to develop a clearer understanding on the Salesforce API and how you can sync data between Salesforce and your Rails application. The following steps are required to be followed to integrate …

Salesforce API integration with Rails app Read More »

PAGER DUTY & EXCEPTION NOTIFIER PLUGINS FOR RAILS

PagerDuty gives you an overall view of all your monitoring alarms and alerts in one place. Let’s have a look at the key attributes of this expedient plug-in: Serves as a Monitoring aggregation tool PagerDuty serves as an alarm aggregation and dispatching tool for the system administration and support teams. While collecting the alerts from …

PAGER DUTY & EXCEPTION NOTIFIER PLUGINS FOR RAILS Read More »

BASIC GIT COMMANDS

Git is an open-source version control system and a command-line tool, it is used by programmers, developers, and designers to store projects and keep track of changes to their files. github.com is the website where developers can store their projects. Some basic git command is mentioned below: git clone /path/to/repository This command is used to …

BASIC GIT COMMANDS Read More »