Home

Posts (Page 17)

Written content to help you along your web development journey, without forgetting to have some fun along the way.

Change the Primary Key Type with Sequelize

It seems like it's going to be super easy. And it is! And then it's not.

May 11, 2021

The Spinneret: Issue #8

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.

May 11, 2021

Use Netlify Functions to Send Email Notifications

Learn the basics of sending custom email notifications using Netlify functions and your email service of choice.

May 06, 2021

WTF is Netlify?

What the what is Netlify and why am I always talking about it?

May 04, 2021

7 Things that Make SQLite Unique and Awesome

SQLite is not like the others. But what makes it different also makes it a pretty cool database engine.

Apr 30, 2021

10 Unspoken Truths on Being a Developer

From a series of tweets by @laurieontech, here are 10 unspoken truths on life as a developer.

Apr 29, 2021

Converting FormData to JSON in JavaScript

FormData is a useful interface for collecting data from a form. But it can be tricky to convert to JSON.

Apr 28, 2021

The Spinneret: Issue #7

Well, now there's another Davis and a lot more poop. Also, new code stuff and things.

Apr 26, 2021

Understanding Types with SQLite and Node.js

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.

Apr 22, 2021

Incrementing Variables in JavaScript

JavaScript has three different types of incrementers: i++ ++i and i+=1. Let's look at how they differ from one another.

Apr 06, 2021