I Left Node for Deno

Introduction 🦕
If you don’t know Deno , it is a javascript runtime like Nodejs but with some changes.
We are not going to talk about the technical aspect here but only the advantages and disadvantages that I have in working with Deno.
Advantages
Wr… Read more

Similar

Building a Secure Node.js API with gRPC

This article will demonstrate how to use gRPC via a client and server-like communication between two Node.js applications. We’ll also highlight some safety measures when using gRPC as the communication mechanism in your services. (more…)

Read more »

How to Reduce Node Docker Image Size by 10x

Dockerizing an application is simple, effective, but optimizing the size of Docker Image is the tricky part. Docker is easy to use but once the application starts scaling, the image size inflates exponentially. In general, the node docker image size of th... (more…)

Read more »