These are honest examples of technologies and problem areas I have worked with. The focus is what each sample demonstrates.
Live App
FutArabi
A live, SEO-optimized web application deployed on a DigitalOcean droplet using Docker.
Demonstrates: taking an application from code to deployment, Docker-based hosting, server operations, SEO-focused growth, and maintaining a public-facing product that generated 400K+ visits over 3 years without ads, tracked through Google Analytics and Google Search Console.
A concise static portfolio microsite for a contracting company, built from the company's technical PDF portfolio and organized around services, sectors, project proof, and contact paths.
Demonstrates: static HTML/CSS/JS delivery, responsive layout, PDF content extraction, portfolio information architecture, project filtering, subtle UI animation, and building a deployable subfolder experience for shared hosting.
A Java Spring Boot API for an anonymous message-in-a-bottle style product with authentication, bottle delivery, accept/reject/resend flows, conversations, messages, inbox, and outbox.
Demonstrates: Spring Boot REST APIs, JWT authentication, PostgreSQL schema design, Flyway migrations, JDBC repositories, domain services, Docker Compose, and focused unit tests.