Skip to content
View bimakw's full-sized avatar
🌙
Coding after hours
🌙
Coding after hours

Block or report bimakw

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

Typing SVG

Gregorius Bima Kharisma Wicaksana

Tech Lead · Backend Architect · Southeast Asia

Dev.to LinkedIn Portfolio GitHub


About

Tech Lead managing multiple engineering squads across Southeast Asia. I build backend systems, infrastructure, and tools that make small teams move like large ones.

7+ years shipping production systems — from enterprise platforms serving hundreds of thousands of users to open source contributions across 10+ projects. Currently deep in Go, Rust, and Terraform. Exploring Web3 on the side.

I also build systems that most engineers don't know exist yet. My first post about it.


Open Source

Project What I Did Status
tscircuit Knockout props, highlightColor, .kicad_mod imports Merged
Gumroad Inertia migration, scroll fixes Merged
Cortex Linux AI conflict predictor, TUI Dashboard ($150 bounty) Merged
Gitea CODEOWNERS attribution, HTML heading fix Merged
Databuddy Feature flag folders Merged
StarkNet.go Type fixes, block return types Open

What I Build

API Gateway

Rate limiting, circuit breaker, reverse proxy, Prometheus metrics. Production-grade.

Go Redis Prometheus Docker

Auth Service

JWT, OAuth2, TOTP 2FA, RBAC, audit logging. Written in Rust because why not.

Rust Actix-web PostgreSQL Redis

Chain Indexer

ERC-20 transfer indexer with real-time WebSocket streaming and PostgreSQL storage.

Go PostgreSQL WebSocket Web3

GCP DevOps IaC

Full GCP infrastructure — GKE, Cloud SQL, ArgoCD GitOps, observability stack.

Terraform GKE ArgoCD Prometheus

GraphQL Store

E-commerce GraphQL API with DataLoader, Redis caching, and connection-based pagination.

Go gqlgen PostgreSQL Redis

Detective Benno

Automated code review bot that actually knows your codebase patterns.

Go GitHub API Code Analysis


Stack

Languages: Go · Rust · TypeScript · C# · PHP · Sui Move

Infrastructure: Kubernetes · Docker · Terraform · GCP · AWS · Jenkins · GitHub Actions

Data: PostgreSQL · Redis · MongoDB · Elasticsearch

Practices: Clean Architecture · DDD · TDD · Microservices · GitOps


Profile Views

Pinned Loading

  1. gcp-devops-iac gcp-devops-iac Public

    GCP infra with Terraform — GKE, Cloud SQL, CI/CD, monitoring stack

    HCL 1

  2. detective-benno detective-benno Public

    Code review bot that comments on PRs

    Python 1

  3. api-gateway api-gateway Public

    API gateway — rate limiting, API keys, reverse proxy (Go)

    Go 1

  4. auth-service auth-service Public

    Auth service — Rust, Actix-web, JWT, OAuth2, TOTP

    Rust 1

  5. chain-indexer chain-indexer Public

    ERC-20 transfer indexer — Go, PostgreSQL, WebSocket

    Go 1

  6. graphql-store graphql-store Public

    GraphQL API for an e-commerce store — Go, gqlgen, PostgreSQL, Redis, DataLoader

    Go