Open in app

Sign In

Write

Sign In

Andrew Pellum
Andrew Pellum

1 Follower

Home

About

Nov 2, 2021

Becoming a confident developer with practice

When I first began coding I was overwhelmed and unsure if I was going to be able to do this. One of my first blogs was about feelings of incompetence in coding. After writing this bog, I started to follow my directions of practicing more. This led to me putting…

2 min read

2 min read


Oct 31, 2021

Using Local Storage for handling in React

Wanting to store data, but not necessarily wanting to POST/GET? Awesome. This can be done by using local storage. I ran into this issue when I was trying to make transactions in my ski resort app. I wanted to use variables that I was already using in my “Sale POST”. …

2 min read

2 min read


Oct 5, 2021

Important things to know when creating authorization with sessions

When creating authorization, there are some important setup steps to make sure that your sessions save. Setup The backend setup is crucial if you want to be able to save your sessions. Cors: Make sure that you have enabled the cors gem and also set up cors.rb It is important…

2 min read

Important things to know when creating authorization with sessions
Important things to know when creating authorization with sessions

2 min read


Sep 5, 2021

How to change your model scheme through migrations in Active Record

Create a migration If you have rake installed, you can enter in the terminal: rake db: create_migration NAME=name of the migration typically named create_tablename. Next you worry about creating the table in your migration. The change method is automatically created and you use create_table to create your table. Other options…

2 min read

How to change your model scheme through migrations in Active Record
How to change your model scheme through migrations in Active Record

2 min read


Aug 2, 2021

When to use state and where is it important to use it!

React is an awesome tool and can make your vanilla Javascript turn into something easier to use! What is state? The heart of every React component is its “state”, an object that determines how that component renders & behaves. …

1 min read

When to use state and where is it important to use it!
When to use state and where is it important to use it!

1 min read


Jun 24, 2021

Using Google API for javascript maps

I used google API to add google maps to my portfolio project. This wasn’t terribly hard to do because of how much documentation Google has on how to use their API. The first thing I had to do was create an API key for the type of map I was…

3 min read

3 min read


Jun 21, 2021

Dealing with the feeling of incompetence in coding

It doesn’t matter if you are new to coding or if you’re experienced. Everyone has felt like they may be behind at some point. For me, it was as soon as Javascript started. …

3 min read

3 min read


Jun 17, 2021

My Coding Journey!

My Coding Journey! My Background: I have a bachelors degree in exercise science. Why is this important? It led me to where I am today! After graduation, I was unsure of what was next for me, so I went to work for my dad while I figured that out. After…

4 min read

My Coding Journey!
My Coding Journey!

4 min read

Andrew Pellum

Andrew Pellum

1 Follower

The New Guy!

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech