Open in app

Sign In

Write

Sign In

Yoel Yukalo
Yoel Yukalo

1 Follower

Home

About

Apr 22, 2021

Deploying a Rails Backend and React Frontend App Using Heroku & Firebase

The first step to begin you must have/create a Rails backend db: rails new <your_project_name> --api -T --database=postgresql After the Rails backend is created, you must create an account on heroku.com. Once signed in, hit “create a new app”, which can found in the upper right corner. …

React

2 min read

Deploying a Rails Backend and React Frontend App Using Heroku & Firebase
Deploying a Rails Backend and React Frontend App Using Heroku & Firebase
React

2 min read


Apr 16, 2021

React Fundamentals

For starters, React is a JavaScript library for building user interfaces. It is not a framework, and will likely have to be combined with more libraries to form solutions. React build what is known as the User Interface, or UI, which is what the user sees when using the program…

React

3 min read

React

3 min read


Apr 8, 2021

APIs 101

Application Programming Interface, or API for short, is a very common and useful tool used by programmers. It allows the application to communicate with one another application. NOTE: Neither the server nor the database is the API. The API is the code that governs the access point(s) for the server…

Json

2 min read

APIs 101
APIs 101
Json

2 min read


Mar 2, 2021

Explained: React Hooks

When using React without hooks, you may find yourself passing props from function components to class components which can cause very unnecessary stress and confusion and may result in you finding long workarounds to solve the problem. React Hooks will help solve some of these problems. Using Hooks useState: one of the…

Java Script

2 min read

Explained: React Hooks
Explained: React Hooks
Java Script

2 min read


Feb 9, 2021

React: Props & State Explained

Props, short for “properties”, is used for passing data from one component to another. However, the data being passed is uni-directional, meaning it can only be passed from the parent to the child. The state of a component is an object that holds information that may change over the lifetime…

Flatiron School

2 min read

React: Props & State Explained
React: Props & State Explained
Flatiron School

2 min read


Nov 19, 2020

Rails Association: The Very Basics

A connection between two Active Record Models is known as an association. With many types of database tables available, you’ll need to know the types of associations in order to properly navigate your database and pull the data you need when you need it. One to One One to Many …

3 min read

Rails Association: The Very Basics
Rails Association: The Very Basics

3 min read


Nov 6, 2020

Pry Open Your Code

I’ve coded a lot during my time at Flatiron School, and with a lot of coding comes a lot of errors, and with a lot of errors comes a lot of lessons. …

Ruby

3 min read

Pry Open Your Code
Pry Open Your Code
Ruby

3 min read

Yoel Yukalo

Yoel Yukalo

1 Follower

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech