Tech Blog

Thoughts on software development, technology trends, and lessons learned from building applications that scale

A Well Architected Cloud Application
2025-09-20

A Well Architected Cloud Application

While deploying application to cloud servers can be fairly straightforward, getting the most out of the cloud providers' service is another story. Her...

Read more
How To Train your AI Part 2
2025-07-06

How To Train your AI Part 2

Continuation of part 1

Read more
How to Train your AI Part 1
2025-06-26

How to Train your AI Part 1

Ever wanted to learn how to train your own AI? This blog post goes in to my experience with brainstorming, collecting data, and training my very own L...

Read more
Testing JavaScript with Jest
2025-05-19

Testing JavaScript with Jest

Testing is a powerful tool to foolproof your code base. Learn how to use Jest to aid in writing and executing tests for your React, Next, or plain JS ...

Read more
A Beginner's Guide to Learning Java
2025-04-05

A Beginner's Guide to Learning Java

Ever wondered where to start with learning Java? Look no further! This blog post gives you the resources to kick off your Java learning journey with a...

Read more