Coding exercises and projects on GitHub

Achievements Hunter

A Steam achievement tracker and AI-powered platinum guide generator.

A personal Steam toolkit built to solve a specific problem: tracking year-to-date achievement progress against friends and generating AI-powered completion guides for games I'm chasing. Five CLI commands, a dual LLM backend, and enough Steam API work to access private libraries without touching privacy settings. * — Fetches your full...

Read More →

C# Exercises

C# coding exercises covering language fundamentals, DDD, and EF Core internals.

A multi-module .NET 10 solution for drilling C# concepts that come up in senior engineering interviews and production codebases — not just syntax, but the behavior that trips people up. Four independent projects, each focused on a distinct area. Five algorithmic problems in C# 12, emphasizing patterns idiomatic to the...

Read More →

LeetCode Python

Python solutions to data structures and algorithms problems in LeetCode.

A structured practice repository for data structures and algorithms in Python, picking up where the original leetcode repo left off. The goal wasn't just to collect solutions, it was to build a codebase I'd be comfortable showing in an interview: tested, documented, and idiomatic. 32 problems solved, at the time...

Read More →

flask-api

Crash course introducing Flask web framework, Flask-SQLAlchemy ORM and the integration with a couple of basic data structures.

This Flask crash course is a basic introduction to the web framework and learn about basic data structure concepts at the very low level by building a Flask API with Python. The data structures covered in this course are: - Linked List. - Hash Table. - Binary Search Tree. -...

Read More →

LeetCode exercises

Personal repository for data structures and algorithms solutions in LeetCode.

Personal repository for data structures and algorithm solutions in LeetCode. Due to the amount of topics found in LeetCode, problems can be found in the following categories: - array - binary search - binary tree - bit manipulation - dynamic programming - graph search - linked list - matrix -...

Read More →