Skip to content
View Haminimi's full-sized avatar

Block or report Haminimi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Haminimi/README.md

About me

I’m a Data Analyst with a background in Economics and a strong technical skill set developed through self-study and hands-on project work. In my current role, I focus on solving problems using Python and Excel—developing automations, transforming data, and delivering reports that support decision-making and operational efficiency.

My work sits at the intersection of analytics, automation, and business needs. I regularly build tools and scripts that streamline internal workflows and optimize how data is collected, processed, and used.

Website 🌐

https://www.hamzamujinovic.com/

Projects 📂

This GitHub profile showcases my hobby projects, mostly from my early coding journey in web development. Feel free to explore my public repositories to see some of them.

Skills 💻

An overview of my Full Stack skills gained through self-study and practical projects, mostly from my early coding days.

Full Stack Skills

html5 logo javascript logo css3 logo jest logo react logo tailwindcss logo vite logo nodejs logo express logo

Socials 📱

Stats🔥

streak graph

Snake animation

Pinned Loading

  1. tic-tac-toe tic-tac-toe Public

    Minimax is a recursive algorithm that is used in decision making and game theory to find the optimal move for a player. The AI mode in this game is based on the Minimax Algorithm, making it unbeata…

    JavaScript

  2. e-commerce e-commerce Public

    An SPA E-Commerce site built with React.

    JavaScript

  3. weather-app weather-app Public

    Find the accurate weather data for any city in the world, view current weather conditions, and have a peek at the forecast for the next three days.

    JavaScript

  4. merge-sort merge-sort Public

    Sort a list of numbers using the powerful Merge Sort algorithm.

    CSS