$ whoami
Hamza Duric
Software developer, security thinker, cloud builder.
Computer Science major who likes the unglamorous parts — the threat model, the failing pipeline, the query that finally runs in 40ms. I ship code that holds up in production and document it so the next person can sleep.

status
available — 2026
$ cat about.md
Ready to turn a strong computer science foundation into meaningful, real-world work.
As a graduating computer science student, I've built a broad technical foundation through coursework and hands-on projects in software development, data structures, algorithms, and low-level programming.
I'm seeking an entry-level opportunity in software development, cyber security, or data and cloud management where I can keep learning, contribute to a team, and grow into a dependable technology professional.
05
featured projects
04+
years coding
08
programming languages
$ ls ./projects
5 entriesMulti-Destination File-Copy Utility
A C++ file-copy tool built around POSIX file descriptors and configurable buffers, supporting multiple destinations with append/truncate modes, overwrite guards, same-file checks, and robust handling of partial writes and interrupted I/O.
C++ · POSIX file I/O
AVL Tree & Nearest-Neighbor Classifier
Implemented an AVL tree with parent pointers, rotations, and rebalancing, then used it as the index for a k-NN classifier that predicts labels with inverse-distance weighting and neighbor tie-breaking.
Python · AVL trees · k-NN
Product Recommendation & Sorting Engine
Implemented selection, bubble, insertion, and hybrid merge sorts with custom comparators, plus recommendation logic that selects the top 30% of products by relevance and ranks them by price or rating with tie-breaking.
Python · Sorting algorithms
Encoded-File Decoder
A C decoder that applies XOR and cyclic rotations to encoded bit strings, then reconstructs text-based images in reverse line order using a linked-list stack built with dynamic allocation.
C · Linked lists · Bit manipulation
Portfolio Website
The site you’re on right now — a responsive portfolio built to showcase projects, skills, and experience. Built from scratch and deployed.
React · TypeScript · Tailwind CSS
$ cat stack.json