SkillsAboutProjectsInsightsContact

Hi, I'm Chris Norton Jr

I Build Systems

Multi-disciplinary engineer specializing in scalable software solutions, intelligent automation, and embedded systems. Transforming complex problems into elegant, production-ready solutions.

Email AutomationCloud & DevOpsData Analyst Embedded Systems
Chris Norton
10+
Projects
B.S.
Engineering
  • HTML

  • CSS

  • Liquid

  • HubSpot

  • Mailchimp

  • Zapier

  • Make

  • Salesforce

  • Braze

  • AWS SES

  • N8N

  • Figma

  • Klaviyo

  • Analytics

  • Wordpress

The person behind the code

I'm Christopher Norton, a multi-disciplinary engineer who lives at the intersection of systems thinking and creative problem-solving. I got my B.S. in Engineering and since then I've been obsessed with building things that actually work at scale. I'm working on something from cloud pipelines, an embedded hardware solution, or a fully automated funnel. When I'm not shipping code I'm probably deep in an anime arc, tinkering with electronics, or traveling with family.

Family Anime Hardware Tinkering Music Travel Reading AI / Automation Open Source
Chris Norton
5+ yrs
Engineering
Always
Building

Latest Thinking

Strategic perspectives on systems engineering, automation architecture, cloud infrastructure, and the craft of building scalable solutions.

Isometric illustration of a two level smart parking garage built on top of a glowing circuit board
Featured Insight
September 10, 2026
5 min read
Hardware

You Shall Not Park: How I Built a Smart Parking Garage on a Chip

TL;DR I built the brain of a two floor, 16 spot parking garage on an FPGA (a chip you can rewire with code). It checks for payment or a permit, decides if the gate opens, and points every driver to the closest open spot on the right floor. When I rewatched the demo, I also caught a bug that would cost a real garage money. The fix is one line. Finding it is the actual skill.

Read Full Article

Latest Insights

View All
Keycloak OpenFGA FastAPI authentication RBAC architecture diagram
DevOps
September 6, 2026
5 min

From JWT Hand-Rolled to Federal-Grade: Refactoring the OAOS Auth Layer with Keycloak and OpenFGA

TL;DR The OAOS backend inherited a manual JWT-minting auth system wired to a database that no longer existed. We ripped it out and rebuilt it as a Keycloak + OpenFGA gateway; proper authentication, fine-grained authorization, compliance-ready from the ground up. This post covers the architecture decisions, the refactor, and the debugging gauntlet that stood between us and a green system.

Firmware CI/CD pipeline ESP32 PlatformIO GitHub Actions hardware testing
DevOpsHardwareCloud
July 22, 2026
5 min

Building a Firmware CI/CD Pipeline from Scratch — Phase 1: The Foundation

TL;DR: Most embedded teams still ship firmware by hand , a developer builds locally, flashes a board, pokes around, and calls it tested. This series documents building a complete automated firmware pipeline from nothing: reproducible builds, GitHub Actions, Python hardware test scripts, and eventually a self-hosted runner with a physical dev board wired directly into the CI system.

What is AI?
AI
April 3, 2026
5 min

What is AI?

AI stands for artificial intelligence and by the end of this article it will be more than just another buzzword.

Network Devices
DevOps
March 29, 2026
5 min

The DevOps Engineer's Guide to Networking Devices

This is the stuff you'll actually touch, configure, and troubleshoot daily.

AWS DevOps
DevOpsCloud
October 6, 2025
5 min

Deploying a Full-Stack Java App on AWS — EC2, S3, Route 53, and Actually Understanding What I Built

TL;DR: I spun up 4 EC2 instances, deployed a full-stack Java application using Maven and the AWS CLI, wired up auto-scaling and load balancing, and connected everything with Route 53. This post breaks down what each piece does and why the architecture is set up the way it is because passing an AWS cert and actually building something with it are two very different things.

IoT home energy monitoring system circuit board with CT sensor
Hardware
October 6, 2025
5 min

Power Pulse: How We Built an IoT Home Energy Monitoring System

We built Power Pulse - a non-invasive home energy monitoring system using ESP32, AWS, and React Native. Here's how it works and why we built it.

Browse All Insights

Engineering write-ups · Deep dives · Guides · Case studies