Article summary: Create a scalable Node.js application using the Express generator starter tool, including modular routes & controllers, and Sass. See GitHub repo here.
Article Summary: Assuming that you have an already-existing Node/Express web application structure, learn how to easily add the Sequelize ORM to your project.
Article summary: Create a React app from scratch, the old-fashioned way. Features hot reloading with webpack and automatic browser refresh using Browsersync. View GitHub repo here.
Article summary: Learn how to flex your muscles with CSS FlexBox! Codepen also provided.
Article Summary: Explore commonly used object methods for cloning, combining, iterating, destructuring, and property-checking objects. CodePen also provided.
Article summary: Write your own Array prototype methods for forEach, map, filter, reduce, some, find, and every. Codepen also provided.
Array
forEach
map
filter
reduce
some
find
every