Skip to content
View vrima25's full-sized avatar
🎯
Focusing
🎯
Focusing
  • Jakarta, Indonesia

Block or report vrima25

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
vrima25/README.md

Hi, I'm Vrima

Backend engineer working in Java, .NET, and Go. Three years building internal platforms used by call center agents at a bank — writing endpoints and business logic from PRDs, and contributing to database and API design on new projects.

Background in Statistics. Currently deepening my Go and system design work.


Tech Stack

  • Languages Java · Go · C# / .NET · SQL
  • Frameworks Spring Boot · .NET
  • Databases PostgreSQL · MySQL · MSSQL
  • Tools Git · Linux · Postman · JIRA
  • Frontend React · TypeScript (secondary)

Projects

go-auth-service — Go · Live demo

REST API for customer registration and login, built from scratch. Go standard library (net/http) without a web framework, PostgreSQL, JWT authentication, bcrypt password hashing. Layered architecture: model, repository, service, controller, middleware. Deployed on Render with a managed PostgreSQL instance.


Contact

LinkedIn · Email

Open to backend engineer roles — remote or Jakarta.


Pinned Loading

  1. go-auth-service go-auth-service Public

    REST API for customer registration and login, built from scratch in Go with the standard library. JWT auth, bcrypt, PostgreSQL.

    Go