I'm Yassine,

a Developer and DevOps from Milan, Italy. I like planning projects from zero to deployment, scaling, and security. I enjoy the engineering side of building — making things stable and fast.

Projects

NeoSpeech

AI text-to-speech platform that turns text into natural voices in multiple languages. People use it to make voiceovers, podcasts, or add speech to their apps using the API.

Built with React, Node.js, PostgreSQL, Azure, and AWS.

Dockerized with CI/CD via GitHub Actions, deployed to AWS EC2.

NeoSpeech iOS App

iOS app for NeoSpeech. Lets you create voiceovers from your phone with cloud sync.

Built with SwiftUI, Node.js, PostgreSQL, and Redis.

Published on App Store with automated CI/CD pipeline.

PingStack

API monitoring tool that checks endpoints and sends alerts if they go down. It notifies users by email or phone and keeps a full log of every check for uptime analytics.

Built with Next.js, Node.js, BullMQ, Redis, and Postgres.

Docker-based CI/CD with GitHub Actions for automated deployments.

Mail Scheme Finder

Tool that finds email patterns using common formats like firstname.lastname@domain. Tests different combinations and verifies if emails are valid and deliverable.

Built with Node.js using DNS and SMTP verification from scratch.