import { Navigation } from "@/components/navigation"; import { Github, Linkedin, Mail, Code } from "lucide-react"; import type { Metadata } from "next"; export const metadata: Metadata = { title: "About", description: "Learn more about me and my work", }; export default function AboutPage() { return (

About Me

I'm Alex, a full-stack engineer at Whisker with 4 years of experience building scalable cloud applications and IoT solutions. My journey in software development has been driven by curiosity and a passion for solving complex problems with efficient solutions. I specialize in creating performant applications using the latest technologies, with a particular interest in performance at scale and building developer-friendly tools.

Learning and sharing new tech is something I'm genuinely passionate about. When I'm not coding, you'll find me contributing to open-source projects, writing blog posts, or giving technical talks. Off-duty, I'm usually reading, exploring the outdoors with my dogs, or rolling dice as a D&D sorcerer. This site is where I share book thoughts, code experiments, and random shower thoughts. Thanks for stopping by!

Alex
Err

Connect With Me

GitHub
@amuszyn
LinkedIn
Alex Muszynski
Email
alexander.muszynski@gmail.com
Gitea
@muszyn
); }