Adam Gordon Bell

Adam Gordon Bell @adamgordonbell

About: Follow me for Coding, Computers, and Backend stuff.

Location:
Earth
Joined:
Sep 17, 2018

Adam Gordon Bell
articles - 18 total

What's gotten better in programming languages

I have a question, especially for those who’ve been programming for some time or have experience with...

Learn More 16 7Jun 14 '22

Full Backend Apps on AWS Lambda?

Is anyone hosting a full CRUD type app with routing and persisting as an AWS Lambda? And if so, how...

Learn More 14 10May 19 '22

Do you use GRPC?

I'm writing an article about GRPC and protobufs. Here is the thing I'd like to know: What tools to...

Learn More 30 12Jan 31 '22

Web3 will not replace Contract Law?

The law is code that is interpreted by Judges. My wife is a lawyer and tells me this. In this view,...

Learn More 31 13Jan 28 '22

Knowing I'm Dumb Is the First Step

The Dunning-Kruger Effect is my favorite. This effect has been the darling of journalists who want...

Learn More 40 18Jan 27 '22

Incident Management Metrics and Key Performance Indicators

In 2008, I got my first job at a software-as-a-service company. We built learning management software...

Learn More 9 0Jan 27 '22

Property-Based Testing In Go

Have you ever wanted your unit tests written for you? Property based testing is a powerful testing...

Learn More 21 4Jan 12 '22

Migrating Your Open Source Builds Off Of Travis CI

Starting in early 2021 and continuing to this day, a movement has been underway to migrate...

Learn More 17 2Jan 7 '22

Idiots And Maniacs

Observability If you do software-as-a-service development and you have paying customers,...

Learn More 26 5Jan 5 '22

Earthly Stickers And Hacktoberfest

Earthly is excited about Hacktoberfest and we are looking for contributors. Last year we saw lots of...

Learn More 15 2Sep 29 '21

Markdown Linting

Many linting, code formatting, and static analysis tools exist for code. You can use eslint, gofmt,...

Learn More 35 3Aug 19 '21

Python Concatenate Lists

You have two lists and you'd like to join them into a new list.

Learn More 16 2Aug 16 '21

📚 Git Branching Explained With A Story 📚

👋 Hello 👋 I've been a professional software developer for 15 years now and I've had this...

Learn More 39 3Aug 6 '21

Install matplotlib In A Docker Container

matplotlib is an excellent library for creating graphs and visualizations in Python. For example, I...

Learn More 11 0Aug 3 '21

Beating TimSort at Merging

Here is a problem. You are tasked with improving the hot loop of a Python program: maybe it is an...

Learn More 19 0Jul 30 '21

6 Command Line Tools for Productive Programmers

Lately, I've been doing a lot more things at the command line. I'm not a hard-core terminal guy -- I...

Learn More 199 9Jul 27 '21

Unit Testing, But What is a Unit?

Unit tests are tests that are testing the smallest possible pieces of code in isolation. What then is a Unit?

Learn More 3 3Dec 21 '20

How To Make Integration Tests Less Flaky

Unit tests are great. They are quick to run. They can help validate your work. They make future...

Learn More 11 0Oct 16 '20