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
UX

Use Links to Quickly Ruin a Blog Post

Links can be helpful in a blog post but they do come at a cost and they may not always be the right tool.

Read
Education

Low Level Should Be Low Priority

An appeal to computer science educators to engage students, not to weed them out. Giving students something they can be passionate about may help fix the diversity issues within the software development field.

Read
JavaScript

Function Declarations vs Function Expressions

A brief explanation of the difference between a function declaration and a function expression in JavaScript.

Read