Hi I'm Alex
an enthusiastic, self-motivated forever learner able to adapt to challenging situations and new technologies. I am a full-stack developer and consultant with a passion for building things.
Check out what I've been building
Personal Website
A modern portfolio website built with Go, HTMX, and Tailwind CSS. This project showcases a dynamic, lightweight website architecture with minimal JavaScript, deployed on Fly.io.
Go Compiler
A procedural programming language compiler with C-like syntax, built from scratch using Go. It supports core language features such as arrays, loops, functions, and arithmetic operations, along with logical operators and ternary expressions. The compiler enforces strong type checking and variable declaration validation, providing clear error messages. It translates source code into a simplified RISC instruction set for efficient execution.
Satellite Imagery Processing
A machine learning tool for analyzing Sentinel-2 satellite imagery. It applies clustering for area segmentation, supervised learning for pixel classification, and deep learning with ResNets for large-scale image categorization. Detailed results are available in *Results.pdf*.
Check out my latest posts
Building my Personal Website With Go, Htmx and TailwindCSS
2025-04-20A high-level walkthrough of how I built a fast, minimal, and fully customizable personal website using Go, HTMX, and TailwindCSS without external frameworks.