monday.com — Cursor-based Pagination in Make /IntegromatHi all, I’m currently working as a Business Automation Specialist at an awesome company — AXANEXA!Apr 12Apr 12
Configure Rails app for Heroku Deploy with Action CableHi everyone! When working with Action Cable in Rails, there are a few things you need to do in order to have Action Cable operate…Apr 28, 2022Apr 28, 2022
Post to Sinatra with React JS/RubyToday we’ll discuss the process of making a POST request in React JS and persisting data to a Sinatra backend. Let’s get started!Apr 23, 2022Apr 23, 2022
Use Geolocation API to Calculate Distance Between Users (Rails/React JS)For my final project at Flatiron school I decided to create a basic dating application similar to Tinder or Hinge. I wanted the app’s…Apr 23, 2022Apr 23, 2022
Using FullCalendar with Rails/ReactAfter spending a lot of time Google searching how to use FullCalendar with your own Rails backend, I couldn’t find anything that explained…Feb 19, 20222Feb 19, 20222
Use React Router for Client-side routing (URL change) in ReactBeing able to share direct links to webpages is extremely useful when navigating the internet. Say for example, you want to share a YouTube…Aug 16, 2021Aug 16, 2021
Create a like button with a like-counterToday I’ll be talking about how to 1) create a like button, 2) count the number of likes, and 3) appending the button and results to the…Jun 18, 2021Jun 18, 2021
Destructuring AssignmentIn JavaScript, destructuring assignment is extremely useful. It allows us to pull information from Objects and Arrays with ease, and with…May 17, 2021May 17, 2021