Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 406 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 406 Bytes

Wallet-as-a-service

Wrote from scratch, a production quality backend for wallet as a service in Golang.

  • Developed a decoupled, extensible backend for a Wallet-as-a-Service application using Go.
  • Utilized Redis for caching and implemented cron jobs for automated processes.
  • Used a MySQL database for data storage.
  • Created clean and organized code with a focus on maintainability and scalability.