#​322 — June 23, 2021

Web Version

👋  As part of our winding down to our July hiatus, last week we included a roundup of some of the most popular reads from the past few years. One even made it back on to Hacker News the same day, so it's great to see them resonate :-) This week we're running a roundup of the most popular 'tiny tools' we've linked to in recent years, so I hope you enjoy it.
__
Peter Cooper, your editor
(@peterc to follow me on Twitter)

StatusCode Weekly
What's happening in software development, ops, platforms and tools.

The 2021 Software Developer Shortage Is Coming? — A big headline from the ACM here, but the argument is that travel embargoes and significant declines in 2021 comp sci student graduation rates coupled with increased competition will only make a tight labor market even tighter. (Better conditions and more pay can always help though..)

Breaux and Moritz

Introducing AWS Step Functions Workflow Studio — AWS Step Functions has been around for years and is a serverless orchestrator that lets you build scalable apps using state machines. Workflow Studio takes things to another level providing a low-code visual way to bring things together. Perfect for anyone new to or otherwise intimidated by the usual process.

Marcia Villalba (AWS)

Advanced Engineering Go, Docker & K8’s Training — Ardan Labs provides instructor-led live-streaming training and self-paced online video training for teams and individuals. Join the 10,000 + engineers who’ve dramatically improved their engineering skills using Ardan Labs training now!

Ardan Labs sponsor

Benchmarking JavaScript Memory Usage — Historically, memory usage hasn’t been a heavily tracked thing in the JavaScript world, whether for a lack of tooling or motivation. This is changing and new tools and APIs are turning up all the time. Here, Tim has done some analysis of what the top 10k web sites are using in terms of memory and, perhaps controversially, how the choice of framework can affect things.

Tim Kadlec (WebPageTest)

IN BRIEF:

What Does 'First Normal Form' Actually Mean? — Normalization is a fundamental concept in relational databases but there are different formal levels of it. This is a good explanation of first normal form (aka 1NF). Then you can move on to 2NF and 3NF. Fundamental database concepts worth knowing about even if you don’t memorize their definitions.

Galimatias

What Every Programmer Should Know About SSDs — SSDs have some interesting characteristics that can affect how to get the most out of them. This item led to some interesting discussion on Hacker News going into more detail about the realities of SSD use in production environments.

Viktor Leis

That Time I Deleted A Production Database, or How Everyone Makes Mistakes — A roller up Twitter thread inspired by last week’s HBO Max test email mistake.

Francis Stokes

A Tour of Bitcoin 'From Scratch' in Python — Even if you may own some Bitcoin, do you know how it really works? Maybe even the reasonably simple academic paper didn’t work for you. Here’s another take from a Pythonic perspective.

Andrej Karpathy

Is AWS Certification Worth It? Weighing All the Factors — Essential qualification or waste of time? As always, it depends.

Alex Chan

A Collection of Modern Alternatives to Classic Unix Commands — Relates to our ‘tiny tools’ section below, somewhat, but with a variety of options, each shown off with a screenshot or animation.

Ibraheem Ahmed

# Top Tiny Tools 2019-2021  🔧

supported by Okta

htop: The Interactive Process Viewerhtop is a long standing cross platform tool that provides a better process viewing experience than standard top. v3.0 came out last year. You might also enjoy these comments by the main creator on what it’s been like to work on the project for fifteen (now sixteen) years so far.

htop maintainers

Dog: A New Command-Line DNS Client — We had nslookup, we got dig, but in 2010 we got dog too.. and it’s really neat. I’m very much here for common command line tools being ‘rethought’ and modernized in Rust.

Benjamin Sago

Ali: Generate HTTP Loads and Plot The Results in Real-Time — Go is fantastic at putting together tools like this.

Ryo Nakao

[Download] Forrester New Wave: Feature Management and Experimentation — Learn how LaunchDarkly helps development teams reduce software release headaches & enable true testing in production.

LaunchDarkly sponsor

wuzz: Interactive CLI Tool for HTTP Inspection — Think curl but with a text UI to show off request and response headers, manage params, etc.

Adam Tauber

SQLPad: A Web-Based SQL Editor to Run In Your Private Cloud — Built in JavaScript but available to run via a Docker image, this elegant SQL query runner and visualizer supports MySQL, Postgres, SQL Server, Presto, SAP HANA, Cassandra, SQLite and more.

Rick Bergfalk

nq: Simple Unix Command Line Queuing System — Small utilities for creating a lightweight job queue system in a very Unix-y way. Jobs are queued in an interesting way with chains of file locks.

Leah Neukirchen

is-website-vulnerable: Find Known Vulnerabilities in a Site's Frontend Libraries — This is a neat tool, especially as npx lets you run it right now as simply as npx is-website-vulnerable http://..... Give it a try on your own site.

Liran Tal

Falcon: An Open-Source, Cross Platform SQL Client — Built around Electron and React, this basic client can quickly do chart visualizations of query results and can connect to RedShift, MySQL, PostgreSQL, IBM DB2, Impala, MS SQL, Oracle, SQLite and more.

Plotly

duf: Think htop but for Disk Usage — For Linux, BSD and macOS and written in Go.

Christian Muehlhaeuser

Gitql: A Git Query Language and Tool — Lets you query a git repository using a SQL-like syntax, e.g. select date, message from commits where date < '2014-04-10'

Claudson Oliveira

Free Chat & Activity Feed APIs for Qualifying Teams

Stream sponsor

gping: Ping, But with A Graph — I had a shaky connection last year and wanted a more visual way to see the results of pinging 8.8.8.8 (I know, I know..) – this did the job pretty well and is written in Rust.

Tom Forbes

nb: A Command Line Note-Taking, Bookmarking, Archiving, and Knowledge Base App — Features encryption, filter/search, import/export in many doc formats, Git-based versioning, customizable color themes, extensibility via plugins, and more. Impressively entirely written in bash(!)

William Melody

And if you need encouragement to take a break..

Winddown: A VS Code Extension That Encourages You to Take a Break — After 25 minutes of use, this extension slowly fades out your syntax highlight colors, making things just annoying enough to encourage you to take a quick break.

schneefux