Featured
// featured project
Fraud Detection System
Real-time financial fraud detection platform with a
rule-based analysis engine. Transactions are
streamed through
RabbitMQ, analyzed for suspicious patterns, and results are
pushed to the frontend instantly via
WebSocket. Redis handles caching for high-throughput rule
lookups, all data persisted in MongoDB. Fully
containerized with Docker Compose for single-command
deployment.
Go
Go Fiber
WebSocket
RabbitMQ
Redis
MongoDB
Next.js
Docker Compose
Oxford 5000 API
REST API and web interface for Oxford 5000
vocabulary. Self-built dataset via web scraping
(definitions, UK/US pronunciations). CEFR levels,
API key management, Swagger/OpenAPI docs.
GoGinMongoDBNext.jsSwagger
Crypto & FX Rate Platform
Live prices for 10 cryptocurrencies + FX rates. Go
Fiber + gRPC microservice in hexagonal architecture.
CCXT for 3 exchanges, TCMB for FX, HashiCorp Vault
for secrets.
Go FibergRPCPostgreSQLVaultDocker
YKS Exam Analysis Platform
Students analyze exam performance by topic and
subject. Supabase auth with JWT public-key
validation on Go backend. Feature-based Next.js
frontend with Zod + React Hook Form.
GoGinNext.jsSupabaseMongoDB
Blockchain Transaction Watcher
Real-time wallet monitoring on Base & Fantom
networks. Detects buy/sell transactions, sends
instant Telegram notifications with token info and
DexScreener links. Configurable addresses and scan
intervals.
GoWeb3BaseFantomTelegram Bot
Bridal AI
AI-powered wedding dress design app. Custom EachLabs
Go client (SDK was outdated), prompt generation
pipeline, rate-limiting. Users pick body type,
fabric, model, and style preferences.
GoAI / Image GenNext.jsRate Limiting
Charity Donation Site
Secure online donation platform with Iyzico payment
gateway. Supports one-time and recurring donations,
receipt generation, post-payment redirects, and full
callback/validation pipeline.
Next.jsGoIyzicoPayments
Web3 Blog & Staking Platform
Decentralized platform on Mande Network. Web3 wallet
login, blog publishing, mutual token staking
listings. Solidity smart contracts, media on
Pinata/IPFS.
SolidityNext.jsIPFSMande Network
SaaS Announcement App
Demo SaaS app exploring multi-tenant architecture
patterns in depth. Go Fiber, PostgreSQL, JWT in
hexagonal architecture. A practical study of
scalable SaaS design.
GoFiberPostgreSQLMulti-tenantJWT
Go Readlist
Curated Go learning resource hub organized by topic
depth — from language fundamentals (goroutines,
interfaces, memory) to advanced internals like the
GMP scheduler, garbage collection, and eBPF.
GoOpen SourceLearningResources