Best Chair for Programmers in 2023 – (5 Tried & Reviewed)
|

Best Chair for Programmers in 2023 – (5 Tried & Reviewed)

As a programmer, when we’re not sitting on our couch working from our laptops, we spend most of our time sitting at a desk. While you’re not thinking about it while trying to push out that final piece of code or finish up a code review for a teammate, over time, your chair selection can make a huge difference.

Improving Developer Experience through Local Webhook Routing
|

Improving Developer Experience through Local Webhook Routing

What is developer experience? In software engineering, developer experience (DX) is a term used to refer to the entire process of developing, implementing and maintaining software and/or web apps. It covers everything from the initial concept and design of a solution, through coding and testing it, to long-term maintenance and troubleshooting. Developer experience is an…

Using Idempotency to Prevent Duplicates in APIs – 0 to 1
|

Using Idempotency to Prevent Duplicates in APIs – 0 to 1

This is a practical code walkthrough of Idempotency, including Dockerfiles you can pull down to run and test your code on. Do note, this article is intended to be illustrative – not production ready code, and we will be taking some shortcuts for the sake of brevity.  With that said, let’s get started. In this…