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.
🦑 SquidLeet: A Command-Line LeetCode Practice Tool
RepositoryA deep dive into the low-level design of SquidLeet, a command-line tool for practicing LeetCode problems.
PythonGraphQLDockerLinuxChatGPT Scraper
RepositoryA Selenium tool for automating ChatGPT interactions, ideal for fetching responses, testing, and demos through predefined prompts in a browser session.
PythonSeleniumDockerSet Me Up
Repositoryset-me-up aims to simplify the dull setup and maintenance of MacOS and Debian-based development environments.
ShellPythonHomebrewDebianMacOSrcm
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.
Jan 10, 2025
A Deeper Than Not Dive into Two SumExplore the infamous LeetCode problem #1, Two Sum, with a deep dive into its naive and optimized solutions, including a discussion on Hash Maps, binary search, and memory management.11 min readDec 13, 2024
7 Steps to Successfully Onboard to a New CodebaseJumping into a new codebase can feel overwhelming, especially in fast-paced engineering teams. Here are seven practical steps to streamline your onboarding and set yourself up for success.7 min readNov 11, 2024
The Power of Stacked Diffs: A Strategy for Better Code ReviewsDiscover the benefits of using stacked diffs to make code reviews easier and faster. Learn how breaking up large PRs into smaller, logical units enhances readability, reduces reviewer fatigue, and improves overall code quality.6 min read