Let's Build: Road Traffic Simulation
# 2024-08-02
# Building a prototype for a simulation of
# road traffic.
The Perils of Visual Basic
# 2023-09-29
# The many footguns of VB.Net.
Faster JS Array Filtering
# 2023-02-02
# Making JavaScript array filtering 25 times
# faster.
Sort of Faster
# 2023-01-20
# Making a naive Python number sorting
# function a cool 53,442 times faster.
Python 3.11 Performance
# 2022-10-13
# With the candidate release of Python 3.11,
# we measure Python's performance gains over
# the years.
Wrappers
# 2022-10-10
# A quick look at how wrappers work in
# Python.
Stack Overflow Developer Survey 2022 Review
# 2022-07-14
# A review of the results of this year's
# developer survey.
Running Cron Jobs with AWS
# 2022-07-07
# Here's how to run cron jobs with AWS
# Lambda serverless functions and
# EventBridge.