Bloging, Documentation, walkthroughs.

I use Notion to document most of my build processes. Along the way, when I run into something new or exciting, I'll create a walkthrough to share.

If you read something that may interest you or someone you know, feel free to share! All of the Notion can be shared and duplicated.

2020-04-11

A guide to set up your Express.js Server / Databases / Migrations / Seed Data.

avatar
Ariel R.

Author

2020-06-12

Setting up your React-App with Redux can be a bit complex when you're first learning Redux, especially if you're new to React. Here is my guide to getting a React-Redux App started.

avatar
Ariel R.

Author

2020-07-30

A great way to wrap your head around the useReducer hook is to implement it on a form. We'll be using Semantic-ui for styling. (If you're unfamiliar with Semantic-ui, not to worry, I'm here to help with that too).

avatar
Ariel R.

Author

2020-08-11

So what is a reducer function? A reducer function takes in 2 arguments, your state, and an action.

avatar
Ariel R.

Author

2020-08-11

Here's a guide to deploy your site on Netlify using AirTable as your database.

avatar
Ariel R.

Author

2020-09-16

Here's a simple walkthrough on setting up your .env files in React.js

avatar
Ariel R.

Author

2020-10-08

React forms are a bit different than an HTML form. Out of the box, they have similar functionality but with React we can add additional functionality to our forms. 👈🏼More on this later.

avatar
Ariel R.

Author

2020-11-05

Here's a guide to get your started with Firebase. It's not a definitive guide but it get your started on your Firebase journey.

avatar
Ariel R.

Author