April 2021
One-liner introduction - Ruby one-liners cookbook
One liners are always fun to learn.
Diagram Maker · A library to display an interactive editor for any graph-like data.
Looks like a useful addition to the various diagram makers.

How to make video calls almost as good as face-to-face | benkuhn.net
I spent way too long figuring out the how to make video calls feel natural. Here’s the best advice I came up with.
Hello from Kuby | Kuby
Looks like another wonderful rails deployment solution. Definitely will check this out as an alternative to Heroku.

30+ Best Free One Page Website Templates - DEV
I need a new template for campus rover.org
numpy for Linear Algebra
For robot reasons I have been diving into linear algebra and have done a pretty thorough search of resources for this. This is one of the pretty simple summaries.
How a Kalman filter works, in pictures | Bzarg
Ive been doing a deep dive on Kalman Filters. Here are one of the best explanations. Beware it's hard.
Bilgin's Blog | Kalman Filter For Dummies
More Kalman Filter links. This one is one of the best.

App Downloads – GeoGebra
Free offline GeoGebra apps for iOS, Android, Windows, Mac, Chromebook and Linux
Pauls Online Math Notes
Seems like a comprehensive but short and sweet set of basic math notes for problem solving. College level.
Address These 5 Questions to Understand Python Logging | by Yong Cui, Ph.D. | Better Programming | Nov, 2020 | Medium
When you shouldn’t use print for logging purposes

Building Your Color Palette
Excellent guide to picking good colors in a UI
When Should You NOT Use Rails?
Useful, but not necessarily universally agreed-upon, guides!

Stevey's Google Platforms Rant · GitHub
I am not sure I agree with all of this but it does make for interesting and thought provoking reading.

Python Code Tips: 4 Ways to Debug Your Python Code Without IDE
A few good reminders. Nothing too new. Except I didn’t know pdb. On the other hand I am not sure I will use pdb.

Git Commands to Live By
A great collection of semi- advanced git commands. Super useful!

The Ultimate Guide to MERN Stack - DEV Community
Is the MERN stack really the future of web applications? Is it used for real products or just toys?

Building GitHub-style Hovercards with StimulusJS and HTML-over-the-wire | Boring Rails: Skip the bullshit and ship fast
Here's what the true modern stack looks for real products (rather than toys!)