From rocks to code


Eat. Code. Sleep. Repeat

Learning Gatsbyjs by Building a Simple Blog: Part II

This post is the second part of the tutorial! If you havenโ€™t read the first part you can do it here! ๐Ÿ˜Š For this part of the tutorial we will add images to the blog post, and the syntax highlighter.


Learning Gatsbyjs by Building a Simple Blog: Part I

Warning: itโ€™s gonna be a looooong post!!


How I deployed my Rails API & React project

I graduated from the program some time ago!! ๐ŸŽ‰๐ŸŽ‰! I decided to dedicate some time to deploy my React project! There are many ways to do this, but I decided to go with the one I felt more comfortable: deploying the backend with Heroku, and the frontend with Surge.


A JavaScript Promise...

Iโ€™ve always had a love/hate relationship with JavaScript, but now Iโ€™m starting to love it a lot! One of the topics that I found very interesting and cool in JS was the Promise.


Undertanding State vs Props

Just like houses need a strong foundation, an app needs a strong foundation to work well. For a while, I thought that I had functional understanding of State vs. Props, until I was working with the React-Redux portfolio ๐Ÿ˜ฑ๐Ÿ˜ฑ๐Ÿ˜ฑ!!