Developer Tools Tools That Let Me Spend More Time Coding, Less Time Clicking Smart tools cut out the noise. They eliminate those tiny moments of friction that interrupt your flow and your focus.
Project & Team Management Navigate the Swamp of Sadness When Your Development Project Gets Bogged Down If you ever feel like you are getting bogged down in the Swamp of Sadness on a development project, here are a few tips.
C & C++ IoT With Me: Measure and Send Distances over Wi-Fi with the ESP-12E and Ultrasonic Sensor I like to stay sharp and expand my skills with hobby projects, so I’ve been playing with a new microcontroller, the ESP8266 ESP-12E.
C# My Typescript to C# Cheatsheet To facilitate learning C#, I created a Typescript to C# cheatsheet to help map commonly-used TypeScript concepts to their C# counterparts.
Growing as Makers Don’t Let Perfectionism Stall Your Software Development Project When building software, we are constantly faced with decisions and trade-offs. Don't let perfectionism stand in your way.
Exploratory Testing Deal with Flaky Cypress Tests: Cloud vs. Parallelized Testing Glen Bahmutov's cypress-split plugin offers the prospect of parallelized testing without the hefty price tag of Cypress Cloud.
Prisma Translate a Graph Database Schema to a Prisma Schema On a recent project, we chose to migrate data from an existing Amazon Neptune graph database to an Amazon RDS PostgreSQL relational database.
Prisma Prisma vs. TypeORM – Which is Right For You? In my current project, we use two popular ORMs, TypeORM and Prisma. Each one has advantages and disadvantages. But which is right for you?
AWS Improve Feature Flagging with AWS AppConfig Feature flags are essential parts of continuous delivery. Here is why my software development team chose AWS AppConfig to meet our needs.
Extracurricular Activities Build a MIDI Controller with Me Using Arduino Making your own MIDI controller is a great beginner project, while also providing opportunity for future expansion.
Developer Tools Make the Most of Storybook Stories with These Simple Tips Storybook has benefits for teams working on front-end components. Make the most of these benefits by adding interaction tests for components.
TypeScript Automate API Documentation and TypeScript Types with OpenAPI Recently I was tasked with updating the API documentation on a project to OpenAPI format. Here's how to get started using it in your project.