18:07 Today is a day I just don’t feel very energetic probably because what i need to learn now has just became tough.

We gotta try every day though

So what happened on

This is a very simple crud

  • get user : Done
  • create User : Done
  • get users : Done
  • get user by email : Done
Link to original

To Do

  • Understand Dependency Injection
  • Add the DTO Layer
    • Something called pojo classes are there
  • Save the hashed password
  • Make the auth handler
  • Validate the user before allowing him the access
  • Addition Of Roles into the System

I’m thinking to Start Working on the project

Priority

  • Auth Service
Link to original

I am still trying to figure out how the structure is set for keeping the files for different logic across for repo

  • What do I want Production Ready Backend
    • Architecture : Monolithic
    • User Service
    • Notification Service

If not coding then defining things always makes sense

graph TD
A[Client Request] ---> B[Rate Limiter If Allowed]
B --> D[Filter the info Needed from the Request]
D --> E[Access Check of User for the request]
E --> F[Mapper Maps the request to the param format of the service ]