Hey, I'm Nick Adamou
I am a full-stack software engineer with a passion for leveraging technology to create positive change in the world. My mission is to harness the power of code to develop innovative solutions that address real-world challenges and improve people's lives.

I love building projects, whether they are simple websites or more complex web apps. Below are a few of my favorites.
- 🖼️Image unavailable
🛠️ You Build It: Interactive Coding Challenges Platform
RepositoryAn interactive coding challenges platform designed to help developers improve their programming skills through hands-on, practical projects that build real-world applications and tools.
Next.js 15TypeScriptReact 19Tailwind CSSFramer MotionMDXRadix UIReact MarkdownGray Matter - 🖼️Image unavailable
☁️ Cloud Tools
RepositoryA serverless AWS-based file processing platform that provides users with the ability to convert and compress files using a modern Next.js frontend and scalable cloud architecture.
Next.jsTypeScriptTailwind CSSFramer MotionAWS LambdaAmazon S3DynamoDBSQSAPI GatewayCloudWatchTerraformVercelLocalStackDocker - 🖼️Image unavailable
🧩 coolregex
RepositoryA carefully curated collection of regex patterns designed for easy copying and use in validating various data formats. Ideal for developers and data analysts looking to streamline their validation processes.
gitGitHubNext.jsVercelTailwind CSSShadcn/uiTypeScript - 🖼️Image unavailable
🌎 PrivyDNS
RepositoryA Python library that facilitates secure DNS record queries over encrypted protocols like DNS over HTTPS (DoH), DNS over TLS (DoT), and DNS over Mutual TLS (mTLS).
gitGitHubpythonasynciopytestDNS - 🖼️Image unavailable
📘 Learn Git
RepositoryLearn Git is a free and open-source platform to learn Git. It is designed to be simple and easy to understand for beginners.
gitGitHubNext.jsVercelTailwind CSSShadcn/uiMagic UITypeScript - 🖼️Image unavailable
🎨 Squash: A browser-based image compression tool
RepositoryA modern, browser-based image compression tool that leverages WebAssembly for high-performance image optimization.
React/TypeScriptTailwind CSSViteWebAssemblyFramer MotionJestGitHub Actions
I occasionally share valuable insights on programming, productivity, and a variety of other engaging topics. My notes features a range of articles that delve into the latest trends, tips, and best practices in these areas. I invite you to explore my latest notes and discover the ideas and strategies that can help you enhance your skills and boost your productivity.
May 08, 2025
Understanding the Fork Bomb 💣🍴A deep dive into one of the simplest yet most destructive shell payloads — the fork bomb.3 min readApr 12, 2025
Worker Threads in Node.js: The Secret to High Performance BackendsNode.js is famously single-threaded—but when you hit CPU-heavy operations like encryption, data processing, or image resizing, your app can grind to a halt. That's where Worker Threads come in.18 min readMar 28, 2025
Handling Large File Uploads (20GB+) in Fast API with S3 Multipart Upload Using Signed URLsLearn how to handle large file uploads in Fast API using S3 multipart upload with signed URLs, ensuring efficient and secure file transfers.4 min read