Home

Posts (Page 18)

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

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

Components: They Take a Village

It takes a lot to build a rock-solid, performant, beautiful, well-organized, component-driven site. But there's one thing that matters more than the rest.

Apr 01, 2021

Dynamically Changing a Netlify Form Name

Netlify forms are easy to use because they are simple in scope. Add a little power with this cool trick.

Mar 31, 2021

Develop Long-Term Efficiency by Creating Conventions

It's fun to chase after the new and shiny tool you just found. But it's productive to stay establish a preferred way of working.

Mar 30, 2021

Promisifying Your Node Callback Functions

Learn how to convert old Node.js callback-based function to new and shiny promised-based functions.

Mar 25, 2021

How to Use PNPM in Netlify Build

PNPM is now natively supported by Netlify.

Mar 19, 2021