Schematical

Helping CTOs running on AWS sleep better at night

Master Your Infrastructure With Daily Tips


CloudWatch Instights Now Has A Virtual Assistant LLM

I often wonder “How will I be automated out of a job with AI?” not “If” but “how”. It will happen someday and I need to continue to evolve what I do. One of the first steps towards that, which I am actually pretty excited about, is the addition of an LLM based Virtual Assistant for CloudWatch Insights.

Monolithic Repos vs Multiple Repos

Should you store all the code for all your various services/applications in a single repo or should you break it down into multiple repositories?

Why You Need Infrastructure As Code

Ever wished there was a way to clearly define a blueprint for how your Virtual Infrastructure should look and track every change made to it in version control? Then Infrastructure as Code is something you need to check out.

Is Your Mindset Limiting Your Ability To Solve Technical Problems?

Today we have a short story and a quick tip on how to reframe your thought process when your up against an “unsolvable problem”.

A Love/Hate Relationship With JavaScript

As an engineer and software developer I think JavaScript is okay. As a Web Application Architect my thoughts are much different.

Happy New Year! - 2024 Goals And Office Tour

Here is a quick Youtube video giving you a peak behind the scenes of the channel as well as a preview of what is to come in 2024

2 Commands To Avoid To Write Low Latency SQL

There are a lot of ways to speed up your DB like adding indexes, sharding, and not doing joins on joins on joins but let’s start with some super basic redflags I look for before making any advanced changes.

Is Your ORM Making Your Site Slow?

ORM Are No Excuse For Not Knowing What SQL Is Hitting The DB