top of page
Search
The Tech Platform
Dec 22, 2021
Top 10 lesser-known useful NPM packages
Node.js applications benefit from more than a million open-source packages available in the NPM package registry. Most popular packages...
The Tech Platform
Nov 12, 2021
CQRS vs Classical n-layer application
When building an API the typical practice is to divide it into parts, simplest would be presentation, service / business logic and data...
The Tech Platform
Nov 9, 2021
Node.js Server-Sent Events with Total.js framework
With the Total.js framework, you can create an HTTP route for Server-Sent Events, or you can connect easily to another server with...
The Tech Platform
Oct 29, 2021
How to Use Saga Pattern in Microservices
Using the microservices architecture has many benefits. It has become the norm for many large-scale applications. However, Microservices...
The Tech Platform
Oct 21, 2021
Django vs Nodejs : Comparison of two amazing backend frameworks
Django Django is a high-level Python web framework that enables rapid development of secure and maintainable websites. Built by...
The Tech Platform
Sep 28, 2021
How to make HTTP Request in JavaScript in 5 different ways
In JavaScript, there are several ways to make HTTP requests to remote servers. These options range from native solutions like the...
bottom of page