Skip to content
View MagnaibayarMN's full-sized avatar

Block or report MagnaibayarMN

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

Magnaibayar Ganzorig

I'm a software engineer who has spent 10+ years on the quiet backend parts of financial software — a stock exchange, a credit bureau, insurance systems — mostly in Java, Go, TypeScript, PHP and PostgreSQL.

These days I'm studying cybersecurity and slowly building a small product of my own.


🧪 Edge Cases vs. Real World

flowchart TD
    A["A QA engineer walks into a bar"] --> B["Orders 1 beer"]
    A --> C["Orders 0 beers"]
    A --> D["Orders 999999999 beers"]
    A --> E["Orders -1 beers"]
    A --> F["Orders 'chocolate'"]
    A --> G["Orders '; DROP TABLE beers;--"]
    B --> H["All tests pass"]
    C --> H
    D --> H
    E --> H
    F --> H
    G --> H
    H --> I["First real customer walks in and asks where the toilet is"]
    I --> J["The bar burns down"]

    classDef start fill:#1e3a5f,stroke:#4a90d9,stroke-width:2px,color:#ffffff
    classDef test fill:#1b4332,stroke:#40916c,stroke-width:2px,color:#ffffff
    classDef pass fill:#2d6a4f,stroke:#74c69d,stroke-width:3px,color:#ffffff
    classDef chaos fill:#6a040f,stroke:#e85d04,stroke-width:3px,color:#ffffff

    class A start
    class B,C,D,E,F,G test
    class H pass
    class I,J chaos
Loading

Pinned Loading

  1. centrifugo-pulumi centrifugo-pulumi Public

    A Pulumi-based SAAS deployment solution for Centrifugo using Kubernetes with tenant-per-stack architecture.

    Go

  2. tracke-lite tracke-lite Public

    Tracke Light is a real-time GPS tracking and fleet monitoring platform built with Laravel 12, Inertia.js + React 19 and PostgreSQL/PostGIS.

    PHP

  3. rc-api rc-api Public

    Backend API for resource contracts database, a platform that publishes extractive-sector contracts in Mongolia together with their metadata, full text and annotations.

    Go

  4. quickfast quickfast Public

    Forked from objectcomputing/quickfast

    A C++ implementation of the FAST protocol.

    C++