Written content to help you along your web development journey, without forgetting to have some fun along the way.
It seems like it's going to be super easy. And it is! And then it's not.
I had my hands full and didn't write much, but I found a plethora of new articles and tools to help you in your web adventures.
Learn the basics of sending custom email notifications using Netlify functions and your email service of choice.
SQLite is not like the others. But what makes it different also makes it a pretty cool database engine.
From a series of tweets by @laurieontech, here are 10 unspoken truths on life as a developer.
FormData is a useful interface for collecting data from a form. But it can be tricky to convert to JSON.
Well, now there's another Davis and a lot more poop. Also, new code stuff and things.
SQLite is simple but very cool and powerful. Yet, it's a little quirky when it comes to handling types. Let's explore that goofiness together, and see how we can protect against it when using Node.
JavaScript has three different types of incrementers: i++ ++i and i+=1. Let's look at how they differ from one another.