slimhs.hashnode.devBuild a docker image for a deployed React app on Nginx and Deno server.On the weekend, while trying to deploy a project on a private platform, I discovered that it does not support docker-compose. So, I have to build the whole project in the same docker image. It's not a good practice to combine different services in th...Jul 12, 2022·5 min read
slimhs.hashnode.devCreate a server with deno and mongo.Despite the success of Node.js and the great effort done by the community since its creation, Ryan Dahl the creator of the famous javascript runtime, decided however in 2018 to design a new secure runtime for javascript built on V8, Rust, Typescript ...May 3, 2020
slimhs.hashnode.devPART II: write unit & integration tests with Mongoose and Typescript.“NOTHING WILL WORK UNLESS YOU DO.” –MAYA ANGELOU In the first part, we described the different steps to create a server with Node.js, Typescript and mongoose of our users-demo application. Feel free to check the part I if you missed it. In this pos...Dec 16, 2019
slimhs.hashnode.devPART I: Create a Node.js server with Mongoose and Typescript step by step.“YOU DON’T HAVE TO BE GREAT TO START, BUT YOU HAVE TO START TO BE GREAT.” –ZIG ZIGLAR TL;DR In this post, we are going to present in the first part how to create a node.js server with mongoose and typescript to design a simple application. In part ...Dec 16, 2019