45 followers
Husband, Web Developer, Drinker of Coffee, I'm always learning and love sharing as I go. Hit me up on Twitter if you want to chat!
Subscribe to my newsletter and never miss my upcoming articles
Welcome to part two of our series on animating react with React-Spring! In the first article we took a quick look at what React-Spring is, what makes it awesome, and took a peek at what the api has to offer. Today we're going to take a bit deeper of...
Animations: the sugar on top of a well-designed webpage and the bane of a developers' existence. As you may already be well-aware, animating elements on a webpage can be quite a pain to get right. Fortunately for us, there are a bunch of libraries ou...
We as developers often run across situations where we want some process to happen on a certain schedule. It could be clearing out error logs every Monday evening, emailing users who haven't checked in to an event the day before their event takes plac...
First off, congratulations! 🎉 Between polishing your technical toolbelt, researching companies, interviewing, etc... you've put in a lot of work. Landing your first position as a developer can be a daunting task and is something to be proud of. No...
Error handling is a necessary and very important aspect to any API. Express’ error-handling middleware makes handling errors simple and clean and allows for the flexibility to create pretty advanced and useful error-handling tools! A typical simple h...
Setting up Node.js on your server is the first step to creating an awesome application on a performant and scalable JavaScript platform built on Chrome’s JavaScript run-time. This tutorial will walk you through three ways to take this first step. Th...