I have a question, especially for those who’ve been programming for some time or have experience with...
Is anyone hosting a full CRUD type app with routing and persisting as an AWS Lambda? And if so, how...
I'm writing an article about GRPC and protobufs. Here is the thing I'd like to know: What tools to...
The law is code that is interpreted by Judges. My wife is a lawyer and tells me this. In this view,...
The Dunning-Kruger Effect is my favorite. This effect has been the darling of journalists who want...
In 2008, I got my first job at a software-as-a-service company. We built learning management software...
Have you ever wanted your unit tests written for you? Property based testing is a powerful testing...
Starting in early 2021 and continuing to this day, a movement has been underway to migrate...
Observability If you do software-as-a-service development and you have paying customers,...
Earthly is excited about Hacktoberfest and we are looking for contributors. Last year we saw lots of...
Many linting, code formatting, and static analysis tools exist for code. You can use eslint, gofmt,...
You have two lists and you'd like to join them into a new list.
👋 Hello 👋 I've been a professional software developer for 15 years now and I've had this...
matplotlib is an excellent library for creating graphs and visualizations in Python. For example, I...
Here is a problem. You are tasked with improving the hot loop of a Python program: maybe it is an...
Lately, I've been doing a lot more things at the command line. I'm not a hard-core terminal guy -- I...
Unit tests are tests that are testing the smallest possible pieces of code in isolation. What then is a Unit?
Unit tests are great. They are quick to run. They can help validate your work. They make future...