‘Write a function to reverse string’ is one of the most obvious algorithm questions that you can expect to be asked at a Javascript interview, especially so if are just starting your career as a software engineer. This blog is going to present 5 different solutions to this challenge and later on attempt to compare the actual time that it takes for them to run.
If you are looking to deploy your final project to Heroku and you took the same unwise path like me and created a single repo on GitHub for your final Learn project, instead of two separate ones for Rails API Backend and React Client-side apps, this blog post might be helpful.
This blog post seeks an answer to a pretty basic question “What is the difference between state and props in React?” that for some reason left me puzzled when I had faced it.
My previous story was about Festivalocator, a Rails application for exploring music and film festivals from all around the world. Following my Learn.co assignment I’ve made some improvements on the front end side of the application.