
Microservices architecture is a smart way to design applications by breaking them into smaller, independent components—microservices—each focusing ...
For further actions, you may consider blocking this person and/or reporting abuse
Thank you, cleared a lot of things up for me !
Kudos on the effort put into this bro!
Thanks for the clear explanation.Much appreciated.
My pleasure, glad you found it helpful.
This is very clear and concise.
Thanks for the insight 🚀
good innovation at work.
Did anybody else have troubles with some Typescript errors?
I have just started and I have some type discrepancies in the user-service, had to add some @ts-ignore in both authRoutes.ts and RabbitMQService.ts
I got these troubles too! Here are my solutions:
return res.json(...)
byres.json(...) return;
"@types/amqplib": "0.10.x"
withx > 6
. Let's use"@types/amqplib": "0.10.6"
.It fixed my issues. Hope this helps you too!
Thank you so much for this saved a life.
Please now after build the docker compose. i can't access the entire system via a single point like the localhost:8080 please how can i do that when the docker is running. do i need to run that server seperately again?
Yes, basically the api-gateway is not started through the docker-compose t is there only for testing purposes and for production nginx is used
Wow! masterpiece content. Really worth reading and coding it.
So much informative!!!!
it's an amazing article, can you please provide this article with javascript ?
When is setUserOnline in UserStatusStore will be use?
I can't access the entire system via a single point like the localhost:8080 please how can I do that when the docker is running. do I need to run that server separately again?