ndaidong.hashnode.devHow to make your MongoDB container more secure?Start it with docker The most simple way to get MongoDB instance in your machine is using docker to run mongodb image on docker hub as below: docker run --name mongodb -p 27017:27017 mongo By specifying -p 27017:27017, you can access to it with the ...Sep 13, 2020·4 min read
ndaidong.hashnode.dev6 things I just learned after implementing my first Deno web serviceAs I've shared yesterday about my list of microservices, today I try to implement an API Gateway with Deno. Because I've created Node.js version early, I though that it should be very simple to migrate to Deno, but not really. It taken about 3 hours ...Aug 22, 2020·4 min read
ndaidong.hashnode.devWould you like to play with microservices?Hello guys, I just created a (quite long) list of services to implement, just for learning and practice more about microservices, node, deno, python, golang, vlang, and some new tools. https://github.com/ndaidong/microservices But studying alone is b...Aug 21, 2020·1 min read