Nick

Nick @stlnick

About: A Full-Stack JavaScript Web Developer with hometown love.

Location:
STL, MO
Joined:
Jun 29, 2020

Nick
articles - 11 total

Consistency

Do you ever get that thought that pops in your head like, "I should really start doing / should do...

Learn More 2 0Feb 10 '22

How To Deploy a Full-Stack MERN App with Heroku/Netlify

This post is intended to be a guide for those that want to deploy a full-stack MERN app. It will be v...

Learn More 154 35Aug 29 '20

Connect NodeJS and MongoDB

Getting into full-stack development requires that we're able to work with server-side code and databa...

Learn More 10 1Aug 24 '20

React Lifecycle Methods - The Basics

If you're using React then you're likely using Components. Why else would you be using React if you w...

Learn More 7 0Aug 17 '20

`useEffect()` and `async`

If you've learned the traditional class-based React Components and you're now trying to move into Hoo...

Learn More 113 8Aug 10 '20

Starting with React Hooks

For just over a year now we've had access to this shiny new feature React Hooks. I'm sure most of us...

Learn More 7 0Aug 3 '20

Callbacks vs. Promises

Basically whenever you need to get data from a server, do something with that data, maybe grab more d...

Learn More 6 0Jul 27 '20

JavaScript Array.flat()

Array methods in JavaScript can be super helpful. This method is no exception! Array.flat() is a met...

Learn More 6 4Jul 20 '20

Scope in JavaScript

Scope This one is definitely important to having your code run properly or as expected. If...

Learn More 6 0Jul 17 '20

Arrow Function Expressions - The Basics

ES6, or ECMAScript 2015, brought us many great changes to the language of JavaScript. One such featur...

Learn More 5 0Jul 13 '20

Listening for a Form Submit in JavaScript

What is a Form Submit? Simply put it's submitting a form... Basically, when you fill the f...

Learn More 8 0Jul 6 '20