Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hafizxd committed Feb 18, 2024
1 parent 3e1c70f commit 26361e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ With the purpose of learning different topics regarding Backend Development such
- Use Docker for local development
- Build RESTful HTTP APIs using Gin. This includes loading app configs, mocking DB unit tests, handling errors, authenticating users, authorizing with JWT and PASETO, and managing refresh token
- Build app with Docker and deploy it to a production Kubernetes cluster on AWS. Also using GitHub Action to automatically build and deploy the image to the EKS cluster
- Building gRPC APIs
- Embedding Swagger documentation as part of the backend service
- Writing structured logger HTTP middlewares and gRPC interceptors
- Build asynchronous processing in Golang using background workers and Redis as its message queue
- Create and send emails to users via Gmail SMTP server
- Build gRPC APIs
- Embedding Swagger as part of the backend service
- Writing logger HTTP middlewares and gRPC interceptors
- Build asynchronous processing with background workers and Redis as its message queue
- Send emails to users via Gmail SMTP server
- Writing unit tests for gRPC services that might involve mocking multiple dependencies at once

0 comments on commit 26361e9

Please sign in to comment.