📲 Releasing Steel City Time Machine: A Pittsburgh History App for iOSFebruary 13, 2025·2 minsios swiftAnnouncing the launch of Steel City Time Machine, an iOS app that brings Pittsburgh’s history to life.
Do You Still Need Apache Commons StringUtils in Modern Java?May 22, 2024·3 minsjavaJava 8 and later versions have introduced built-in string utilities that make Apache Commons StringUtils less necessary. Learn how to replace it with modern Java methods.
🧽 Clean Static Site URLs with CloudFront and S3February 10, 2024·1 mincloudfront s3 awsConfigure CloudFront so you can avoid ugly .html endings in URLs.
✂️ The Playbook for Cutting Cloud CostsAugust 3, 2023·3 minscloudSlash your cloud bill without impacting your operations.
📜 Six Rules for Designing a REST APIMarch 17, 2023·3 minsrest-apiA checklist for building a successful REST API.
Adding SSL/TLS to a Web Application using AWS Application Load BalancerFebruary 2, 2022·4 minsaws tls albI demonstrate how to add SSL/TLS to a web application running on AWS EC2 by configuring an application load balancer in front of it.
🌱 Testing Log Statements in Spring BootJanuary 8, 2022·2 minsjava spring-bootI explain how to test log statements in Spring Boot using the OutputCaptureExtension.
Publish a Docker Image to Private Docker Hub Repo Using GitHub ActionsAugust 31, 2021·2 minsdocker github-actionsI describe a common Git error and how to resolve it.
Delete Local Branches in GitApril 10, 2020·Updated: February 26, 2024·2 minsgitCommand-line snippets for deleting multiple branches at once.
Git Error - fatal: Not a valid object name: 'master'April 8, 2020·1 mingitI describe a common Git error and how to resolve it.