Hey, I'm Nicholas 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.
ChatGPT Scraper
A Selenium tool for automating ChatGPT interactions, ideal for fetching responses, testing, and demos through predefined prompts in a browser session.
Set Me Up
set-me-up aims to simplify the dull setup and maintenance of MacOS and Debian-based development environments.
Guard Rails
Guard Rails is a modular, maintainable, and customizable DevOps strategy designed for use with Travis CI.
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.
Dec 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.Nov 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.Nov 07, 2024
Building a Simple Load Balancer with Spring BootLearn how to build a basic load balancer using Spring Boot, featuring health checks and round-robin distribution.