Microservices Architecture
Built scalable microservices for high-traffic applications, handling authentication, loyalty programs, and referral systems with 99.9% uptime. Focused on practical solutions that actually solve real problems.
I design & build
Software Engineer specializing in backend systems, microservices, and cloud infrastructure. I architect solutions that handle real traffic and scale with your business.
I'm a Software Engineer with a focus on backend development. My expertise spans from designing microservices architectures to optimizing database performance for high-traffic applications.
Currently based in Batam, Indonesia, working remotely with teams across Singapore and Jakarta. I specialize in Go and .NET Core, with deep experience in PostgreSQL, Redis, and cloud infrastructure.
Query optimization and intelligent caching strategies
Zero-downtime migrations and deployments
Cross-functional collaboration and mentorship
package main
import "fmt"
type Engineer struct {
Name string
Focus string
Principles []string
}
func main() {
me := Engineer{
Name: "Irvan Kadhafi",
Focus: "Backend Systems",
Principles: []string{
"Clean code over clever code",
"Performance matters at scale",
"Reliability is non-negotiable",
"Simplicity is the ultimate sophistication",
},
}
for _, p := range me.Principles {
fmt.Println("✓", p)
}
}
Markono Group (Moonshot Innovations)
Remote · Singapore
Maintaining and enhancing manufacturing systems with focus on query optimization and real-time reporting for shopfloor operations across multiple facilities.
PT Cladtek Bi-Metal Manufacturing
Batam, Indonesia
Built comprehensive reporting modules deployed to 3 countries. Automated workflows and refactored legacy systems for 40% better performance.
PT Erajaya Swasembada (Eraspace)
Jakarta, Indonesia
Maintained core services (IAM, Loyalty, Referral) serving thousands daily. Improved Elasticsearch performance by 95% through query optimization.
kumparan (Dynamo Media Network)
Remote
Led zero-downtime database migration to CockroachDB. Migrated Node.js monoliths to Go microservices using gRPC and GraphQL Federation.
A selection of projects I've built and contributed to
Built scalable microservices for high-traffic applications, handling authentication, loyalty programs, and referral systems with 99.9% uptime. Focused on practical solutions that actually solve real problems.
Migrated PostgreSQL to CockroachDB with zero downtime for a media platform serving millions. Practical approach that kept everything running while upgrading.
Optimized Elasticsearch indexing and search queries, reducing response time by 95% for millions of documents through intelligent caching and query restructuring.
Have a project in mind or just want to discuss backend architecture? I'm always open to interesting opportunities and meaningful conversations.