PinnedBeginner’s Guide to Building a Rails APIBuilding an API from scratch for a web application might sound challenging for a first-timer. But if you have the fundamental Ruby on…Oct 23, 20202Oct 23, 20202
PinnedHow to Setup Image URLs on Your Rails API & Render them on your JavaScript Front-End in 10 StepsYou would like to add images to your small web app, googled & searched Stack Overflow in agony, got lost in gem hunting, and confused by…Nov 12, 2020Nov 12, 2020
A Beginner’s Guide to Redux Thunk from a Beginner: Async Logic and Data Fetching from an API with…THUNK/THəNGk/ — verb, past tense: thunk; past participle: thunk “nonstandard or humorous past and past participle of think.”Jan 9, 2021Jan 9, 2021
RUBY ON RAILS GENERATORS: HOW TO GET YOUR APP UP AND RUNNING & START A NEW RAILS PROJECTStarting a new project is not the easiest task. Especially if you are new to Rails, and running between projects. Well, wouldn’t it be…Sep 25, 2020Sep 25, 2020
A SHORT INTRODUCTION TO SEVEN RESTFUL ROUTES & PUT/PATCH HTTP VERBSWhile working on my Sinatra CRUD application project at Flatiron School, one of the most important, if not the most, aspects of the…Jun 23, 2020Jun 23, 2020
Scraping with Nokogiri — It is Not that Scary or is it?Nowadays, I’m working on an app project that requires scraping, mapping, and iterating data from websites.May 15, 2020May 15, 2020