Articles

Welcome to my blog! Discover articles on software engineering, systems design and product management.

Working with AWS Lambda: A Beginner's Guide

Apr 9, 2024

AWS Lambda is a serverless computing service provided by Amazon Web Services that allows developers to run code without provisioning or managing servers.

Authorize Net For React Native Expo Sdk 49

Apr 8, 2024

I solved a problem for a client integrating Authorize.net into their React Native app and published the solution to npm repository! It works for both Android and iOS and is compatible with Expo SDK v49.

Using CSS Gradients for Dynamic Post Thumbnails

Mar 29, 2024

I think it's finally time to remove these tacky under construction GIFs and make some changes around here! Check out this article to see how I did it!

How to end a process by port number

Nov 18, 2023

Sometimes you need to kill a process by port number. This is how you do it.

How to See When a File Was Deleted or Changed with Git Log

Nov 14, 2023

Ever needed to trace exactly what happened to a rogue file? Well, there's a Git command for that!