Mischelle LFeb 16, 20182 min readHow to make friendly looking url using “friendly_id” gem in Ruby On Rails?FreindlyId gem is used to make friendly looking URLs i.e it lets us replace id’s in the URL with the string. It also prevents hacking...
Mischelle LFeb 14, 20182 min readDigital Music Online Distribution ServicesArtists or Bands create songs. These songs are recorded in the digital format like mp3, wav, aac etc. Every artist would like to ...
Mischelle LFeb 12, 20182 min readEnabling Cross Origin Resource (CORS) Sharing In RailsHow can my application share it's resources with another client? This is where the CORS, or Cross Origin Resource protocol comes in....
Mischelle LFeb 1, 20181 min readHow to use FFmpeg tool in Rails ApplicationFFmpeg is an extremely powerful and versatile command line tool for converting any multimedia files. It is free and available for...
Mischelle LJan 31, 20181 min readVoting functionality in Ruby on RailsIn many applications we need to provide the ability to like/dislike, upvote/downvote kind of functionalities and in order to implement...
Mischelle LJan 30, 20182 min readBlockchain API Integration for PaymentsHow blockchain works Blockchain is a distributed database, which consists of two records: Individual transactions Blocks Individual...
Mischelle LJan 22, 20182 min readRails Plugin for search - FilterrificWhat is filterrific? ‘filterrific’ gem is used for filtering the data only. It is a Rails Engine plugin that makes it easy to filter,...
Mischelle LJan 4, 20182 min readIntroduction of Docker Tools For BeginnersWhat is Docker? Docker is the world's leading software container platform. Docker is a tool designed to make it easier to deploy and...
Mischelle LDec 29, 20171 min readSimple way to document API in Ruby on Rails using swagger documentAfter creating REST API, it’s important that API should be documented, so the others can use the documentation and understand the...
Mischelle LDec 28, 20171 min readHow to implement breadcrumbs functionality in Ruby on Rails app?Breadcrumbs are graphical control element used as navigational aid in user interfaces. Today I am going to explain how it can be...
Mischelle LDec 12, 20171 min readElasticsearch - Advantages of Distributed Search DataElastic-search is a platform for distributed search and analysis of data in real time. Its popularity is due to its ease of use,...