Personal Optimization Never Missing a Birthday Again with Sheets + Slack I’ll walk through how I built a simple birthday bot using Google Sheets as the data source and Slack API for message delivery.
Test Driven Development Bring Confidence to Complex Data Migrations with Snapshot Testing Snapshot testing let my software development team build a safety net that let us move fast without sacrificing confidence.
The Software Life Stay Engaged with Your Software Project Even When the Sun’s Out Here are a few strategies that enhance engagement, keep me learning and growing as a developer, even during the summer slump.
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.