Skip to content
View karar-hayder's full-sized avatar
:bowtie:
Having a blast
:bowtie:
Having a blast

Block or report karar-hayder

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
karar-hayder/README.md

Typing SVG

LinkedIn


About Me

Backend-focused software engineer with production experience building performance-conscious, transactional, and reliable systems, including fintech and payment infrastructure.
I care deeply about correctness, architecture, and how software behaves under real-world constraints like scale and concurrency.
I lead a three-person dev team on ongoing work, and have led different teams across multiple hackathons. I also share technical content on LinkedIn and YouTube.


Projects

🗳️ VoteLocal

Real-time offline voting system built in 48 hours for an 80+ person live conference. SSE broadcasting, double-vote suspicion scoring, single-laptop deployment. SSE Redis Vanilla JS


💸 Hissati

P2P payment MiniApp for QiCard's SuperQi ecosystem. Led a three-person team through atomic transfers, webhook confirmation, and role-based dashboards. C# ASP.NET Core EF Core PostgreSQL Hangfire Next.js Docker


Ledger-based core banking API guaranteeing money conservation, atomic transfers, idempotency, and concurrency safety. ASP.NET Core EF Core PostgreSQL Clean Architecture


AI-enhanced social platform with real-time interaction and intelligent responses, built with a focus on caching and performance. Django Next.js PostgreSQL Redis


Static analysis tool scanning 750,000+ lines of code in under 6 seconds to surface duplication and complexity issues. Python CLI Static Analysis


Hybrid recommendation engine for books, movies, and TV shows, combining content-based and collaborative filtering with cold-start handling. Python Django PostgreSQL Redis


Integrity-focused backup engine with atomic operations, manifest-based verification, and AES-GCM encryption. Python Flask SQLAlchemy SQLite


Core Tech Stack

Backend Python, Django, Django REST Framework, C#, ASP.NET Core, Entity Framework Core, RESTful APIs, JWT/OAuth, WebSockets
Frontend TypeScript, Next.js, React, Svelte, TailwindCSS, Sass
Databases & Caching PostgreSQL, MySQL, MariaDB, SQLite, MongoDB, Redis
Infrastructure Docker, Docker Compose, Nginx, Gunicorn, DigitalOcean, Linux
Testing & Quality PyTest, Unit & Integration testing, static analysis, code quality tooling
Tooling Git, GitHub, Bash, VS Code
Python C# TypeScript .NET Django Next.js React PostgreSQL MySQL Redis MongoDB Docker Linux GitHub

Current Focus Areas

Building systems that can't afford to be wrong (money, votes, concurrency). Performance at scale, staying fast under real load. Shipping full products people actually use, not prototypes.


GitHub Stats

GitHub Stats Top Languages

Pinned Loading

  1. ITS-SecureBank ITS-SecureBank Public

    Ledger-based core banking API built with .NET 8. Guarantees atomic, crash-safe money transfers using immutable debit/credit entries, idempotency guards, optimistic locking, and JWT-based zero-trust…

    C# 1

  2. SynthTweet SynthTweet Public

    SynthTweet is an AI-enhanced social platform that combines traditional microblogging with intelligent interactions. Built with Django, Next.js, and PostgreSQL, it lets users create, like, and follo…

    TypeScript

  3. Replicheck Replicheck Public

    A Python tool for detecting code duplications and code quality issues in your projects. Replicheck analyzes your codebase to identify similar or identical code blocks, high complexity functions, la…

    Python 2 2

  4. RecAnthology RecAnthology Public

    RecAnthology is a hybrid recommendation system for books, movies, and TV shows that combines content-based modeling and collaborative filtering with adaptive weighting, cold-start handling, and off…

    Python 1

  5. SafeCopy SafeCopy Public

    SafeCopy is a lightweight, automated backup tool for Windows. It lets you configure folder-to-drive backups through a simple local web interface, with both manual and scheduled options. Ideal for U…

    Python