Ankur VyasWords Counted: A gem that counts!Sometimes we come across situations where we need to count numbers of words, characters etc. from some content. Lets say we are creating a…Feb 1, 2021Feb 1, 2021
Ankur VyasIntegrate Rubocop gem with Popular Ruby Text EditorsRuboCop is a very popular gem among ruby developers for the static code analysis of the ruby codebase. It does static code analysis as per…Feb 1, 2021Feb 1, 2021
Ankur VyasjQuery Tag-it -Integration with Ruby on RailsSometimes we come across situations where we need to add tags to some items e.g. there is an online shopping website which sells various…Feb 1, 2021Feb 1, 2021
Ankur VyasAuto generate REST API using SailsJSSails is a lightweight framework that sits on top of Express. Its ensemble of small modules work together to provide simplicity…Feb 1, 2021Feb 1, 2021
Ankur VyasPage Load Optimization by Progressive Image Loading (like Medium)While working on the project we came across the situation where the client told us the page load time of our home page is very high and we…Feb 1, 20211Feb 1, 20211
Ankur VyasExploring Handlebars JS features !In my previous post I explained what is Handlebars JS and how we can use it with Ruby on Rails. In this article lets look at some of the…Feb 1, 2021Feb 1, 2021
Ankur VyasTaking advantage of Mailchimp web hooksThis article will guide you on how we can take the advantage of the Mailchimp web hooks in order to keep our database synchronized with…Feb 1, 2021Feb 1, 2021
Ankur VyasHow to test Rails app using Mocha JS and Chai JS ?It has been quite some time since we started writing RSpecs for our Rails applications. We had written tests for our rails models, views…Feb 1, 2021Feb 1, 2021
Ankur VyasCompare text differences between two contents (%) using Ruby on RailsRequirement: Compare two contents(HTML, JavaScript code or any other text) and find text difference in percentage(%) between them.Feb 1, 2021Feb 1, 2021
Ankur VyasHow to add React JS to your Ruby on Rails App with WebpackerThis tutorial will guide you on how to create a Ruby on Rails application and add the power of webpacker and React JS to it.Feb 1, 2021Feb 1, 2021