top of page



User Authentication in React With Redux
SERVER SIDE CONFIGURATION Add "bcrypt" to your gemfile Add "jwt" to you gemfile Remember to run bundle install SET UP THE MODEL Add...


Final Project: Habit Tracker
Github (Client) | Github (Server) | Demo THE IDEA Tracking habits is crucial when you want to establish new ones. It takes up to three...
For Loops in React Render() - No You Didn't!
Let's say you want to programmatically create a table in React. Something like: Looks like we could use for loops to generate the desired...


How to Get the Current Week in Javascript
Currently I am working on my final project for my coding bootcamp - a Habit Tracker! And in this habit tracker the user will be able to...


What is React?
How often have I heard, "We are coding it like this right now, but once you learn React..." It always seemed like the moment that we...
Server Side vs. Client Side Rendering
Why does this even matter? Consider websites like Amazon.com. They claim that a millisecond of latency, where the user has to wait for a...


Bootcamp Life Week 9 - Project Mode
It is week 3 of Module 3. You've guessed it. It is project week! Pat and I form our mini group. What's new this week? We use Javascript!...
Paginate me!
This week we had an interesting mini-project to do: clone your favorite website and its search functionality. Make use of Ajax to make...


What is the difference between $.ajax() and $.get()?
I've noticed that $.ajax() and $.get() seem to be used interchangeably. For example, when I make a request to the GitHub API to list a...


Sending Emails With Rails Application
You've set up your Rails app and want to send out emails to your users, for example welcome emails for sign ups or thank you emails when...
bottom of page