Skip to content
View zxeenu's full-sized avatar
🎯
Workin'
🎯
Workin'

Block or report zxeenu

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
zxeenu/README.md

Hi there, I'm zxeenu! πŸ‘‹

Welcome to my GitHub profile!

I am a passionate developer focused on building efficient, scalable, and user-friendly software. I care deeply about correctness, clarity, and ergonomicsβ€”both for users and future maintainers.

I currently design and maintain a dynamic workflow orchestration system, where these principles are tested daily against real-world complexity.

πŸš€ About Me

  • 🌱 I like TypeScript.
  • πŸ’₯ I like errors and exceptions that clearly tell you what to fix.
  • 🧠 I like software designs that guide you toward the correct solution by default

πŸ› οΈ My Methodology

A well-designed system doesn't just work. It makes incorrect usage impossible or intolerable.

  • πŸ›‘οΈ Guard first
  • πŸƒβ€β™‚οΈ Return early
  • 🧠 Keep the logic fearless
  • 🚨 Let exceptions be loud

I value designs where:

  • errors are explicit
  • edge cases are uncomfortable to ignore
  • intent is obvious from types and structure (I’d go so far as to say types are part of the developer documentation)

πŸ› οΈ Technologies and Tools

  • Languages: TypeScript, Python, Go
  • Frameworks & Tools: Laravel, React, Remix, Mantine, Prisma
  • DevOps: Docker, Docker Compose, Caddy
  • Other Interests: distributed architectures, event-based systems, message brokers, observability, reactive programming, probabilistic data structures (will I ever have a chance where I will need to use one?)

πŸ“Š GitHub Stats

zxeenu's GitHub stats

πŸ† GitHub Trophies

zxeenu's GitHub trophies

πŸ“ˆ Top Languages

Top Languages

πŸ”— Connect with Me

πŸ“‚ Featured Projects

  • Heavy Telegram Bot: A toy distributed event orchestration project.
    • Python β€’ RabbitMQ β€’ Telegram β€’ GO β€’ Docker β€’ Event Based
  • Bread3: Bill Splitting app. Had to sunset it because of lack of users :(
    • Remix β€’ Mantine β€’ TypeScript β€’ Drizzle β€’ PWA

Feel free to explore my repositories and get in touch if you have any questions or collaboration ideas!

Pinned Loading

  1. cuckoo_filter cuckoo_filter Public

    Go 1

  2. heavy-telegram-bot heavy-telegram-bot Public

    An intentionally overengineered Telegram userbot ecosystem built for architectural play, event choreography, and modular experimentation.

    Python

  3. Declarative Action System for React... Declarative Action System for React Tables
    1
    import { contract } from '@/global-module/contracts';
    2
    import { formatDate } from '@/global-module/helper/helper-functions';
    3
    import {
    4
      ActionIcon,
    5
      Button,
  4. bread3 bread3 Public

    App to split bills among friends, and share them via links.

    TypeScript