Day 7 of improving my backend skills.
Today, I realized you can create different servers for each service you have, e.g, post, search, and users, and connect everything to one API gateway.
You can send a request from the API gateway based on that it'll determine where to go.
Also, I continued with the post-identity today, creating some controllers and routing.