My Coding Journey...


3 ways to reverse a string using JS

1) Using string concatenation:


Creating Rails API and unit testing with Minitest

The easiest way to create an API in Rails and get it up and running is creating it with scaffold and testing it with Mini Test.


PROJECTS

Frello - Trello clone built on Ruby on Rails Frame Work and JQuery


ReactJS

React (sometimes called React.js or ReactJS) is an open-source JavaScript library providing a view for data rendered as HTML.


understanding javascript callbacks

In javascript, functions are first-class objects, and they can be used in a first class manner like any other object(arrays, strings, numbers, etc). They can be stored as variables, passed as arguments to functions.