The code is part of the job. The system is the real job.
My experience comes from real users, support desks, deployed web products, internal systems, client work and years of learning how technology behaves outside a demo.
Where I can operate.
I am not positioning myself as a specialist in everything. This map shows the layers I have actually worked across or actively build with.
Frontend
React · Next.js · TypeScript · responsive UI · motion · accessibility
Backend / data
Supabase · auth · RLS · storage · data modelling · admin workflows
Infrastructure
Vercel · domains · DNS · hosting · deployment · Cloudflare concepts
Automation / AI
Python · assistant routing · voice/TTS · modular skills · workflow design
IT support
Windows · hardware · networking · Wi-Fi · printers · troubleshooting · users
Product thinking
Research · scope · pricing · onboarding · documentation · iteration
Hands-on before the headline.
Support work trained the part of me that cares about reliability: users do not care how elegant the code is if the system does not help them.
Founder & Chief Executive Officer
Andreas Digital Agency (ADA)Leading strategy, product development, web services, internal systems, client work, research and the development of ADA's multi-division structure.
IT Student Assistant
University of NamibiaHands-on student IT support experience covering troubleshooting, devices, connectivity, software, user assistance and day-to-day technical problem solving; began voluntarily and later moved onto payroll in 2026.
IT Technician
Gesture.ccPractical IT technician experience supporting technical operations and end-user technology needs.
IT Technician & Help Desk
KasTech Computing Solutions, RunduProvided help-desk and technician support across computers, software troubleshooting and customer-facing technical assistance.
Inspectable work beats decorative claims.
The examples beside this text come from the portfolio code itself: typed project data, memoized filtering and pointer-driven interaction.
export type Project = {
title: string;
category: "Web" | "Software" | "AI";
status: "Live" | "In development";
stack?: string[];
link?: string;
};The portfolio content is data-driven instead of hard-coded page by page.