Tutorials

What is Webpack Externals?

Webpack externals is a way of loading in dependencies that are not installed in the node_modules folder. There are a few key points to grasp about this concept to use it properly.

Read
Tutorials

Setting up Create React App, VS Code, ESLint, and Prettier

A brief guide to configuring VS Code to automatically format code in your CRA app using ESLint and Prettier

Read
Interviewing

Working with a Recruiting Agency: The Good, the Bad, and the Ugly

I had never worked with a third party recruiting agency before but figured it couldn't hurt. I quickly learned how it could both hurt me and help me.

Read
Tutorials

What is Snowpack? How does it work?

Snowpack is a new bundler, similar to Webpack, Parcel, and Rollup, but with some important differences.

Read
Interviewing

How to Ace a Take Home Coding Project

There are a couple of keys to take care of when working on a take home project from a company you're interviewing with. These tips will help you get to the next round of the interview.

Read