Page 3

Minify Your SVGs

Web Development

How I optimize SVGs for this blog and why you probably should, too.

Read

Neural Networks From Scratch

Series

A 4-post series that provides a fundamentals-oriented approach towards understanding Neural Networks.

View Series

An Introduction to Recurrent Neural Networks for Beginners

Machine Learning

A simple walkthrough of what RNNs are, how they work, and how to build one from scratch in Python.

Read

A Simple Explanation of the Softmax Function

Machine Learning

What Softmax is, how it's used, and how to implement it in Python.

Read

Mailchimp to Sendy: How I Cut Email Costs by 100x

Blogging

Mailchimp was getting too expensive, so I moved this blog's newsletter to Sendy.

Read

Keras for Beginners: Building Your First Neural Network

Python

A beginner-friendly guide on using Keras to implement a simple Neural Network in Python.

Read

Using Flow to Type Check a Node.js Codebase

Javascript

Integrating the Flow static type checker with a Javascript backend.

Read

Should You Static Type Check Your Javascript?

Javascript

The pros and cons of using a static type checker for Javascript.

Read