Skip to content
View acekavi's full-sized avatar
🌾
touching grass
🌾
touching grass

Block or report acekavi

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

Avishka Kavinda Gamage

Senior technical founder mindset · full-stack · Rust · AI · product execution

I build products, systems, and websites that are meant to ship, convert, and keep working.

acekavi

Portfolio LinkedIn Avaia


About

I work like a technical founder even when the title says something else.

My background spans full-stack engineering, design, Rust, AI tooling, automation, and product execution. I care about systems that are clear, fast, useful, and commercially grounded.

If I’m quiet on public GitHub for a while, I’m usually deep in client work, product work, or my job, not away from building.

struct Avishka {
    role: &'static str,
    focus: [&'static str; 4],
    builds: [&'static str; 4],
}

impl Avishka {
    fn current() -> Self {
        Self {
            role: "engineer with founder instincts",
            focus: ["products", "Rust systems", "AI tools", "execution"],
            builds: ["web platforms", "automation", "internal tools", "sites that convert"],
        }
    }
}

Previously at

Infor
Infor
Kerner Norland
Kerner Norland
Accario
Accario
Bluewave
Bluewave
WD Strategies
WD Strategies
AdLever
AdLever
Open edX
Open edX

Shipped work

On the web

  • avaia.design — the agency I built for personal brands, hospitality, and e-commerce.
  • teyabeach.com — website for Teya Beach Hotel, built around booking flow, conversion, and a stronger hospitality presence.
  • acekavi.me — my portfolio, writing hub, and public home on the internet.

Public repos

  • Crypto — trading systems, backtesting, execution logic, and research tooling.
  • booking-extranet-bot — Booking.com extranet automation with 2FA support.
  • grubsi — restaurant and bar POS system built with Rust.
  • keytide — IAM microservice for authentication and authorization.
  • tradingview-mcp — AI-assisted TradingView workflow automation.

Current focus

  • software tied to business outcomes
  • AI that saves real time
  • Rust for reliability-critical logic
  • product execution with fast iteration
  • web experiences that move people to act

Stack

Skills

How I think

  • build for leverage
  • design for clarity
  • automate repetitive work
  • care about conversion, not decoration
  • prefer useful systems over impressive-sounding ones
  • use high standards when designing systems, not just when polishing UI

Find me

obsession beats talent

Popular repositories Loading

  1. booking-extranet-bot booking-extranet-bot Public

    Node automation bot for Booking.com extranet with 2FA support

    TypeScript 2 1

  2. crypto-analyzer crypto-analyzer Public

    Analyzing the Crypto market using sentiment analysis of social media (Twitter)

    Jupyter Notebook 1

  3. student-progress-calculator student-progress-calculator Public

    Simple program to calculate progress status of students. Slightly advanced way to print a vertical Histogram.

    Python

  4. properties-of-matrices properties-of-matrices Public

    Simple python program to get matrix from a file and view its properties.

    Python

  5. mathtrix-python mathtrix-python Public

    Math game in python with Highscores

    Python

  6. music-player music-player Public

    Music player site using ReactJS

    JavaScript