top of page
Search

Java vs Python vs Node.js : The Difference
In this article, we will learn the basics of Java, Python, and Node.js and the difference between them. What is Java? Java is a...
The Tech Platform
Jan 6, 2023

Top open-source projects for Flutter Developers
Flutter is an open-source software development kit that enables smooth and easy cross-platform mobile app development. You can build...
The Tech Platform
Dec 16, 2022

10 Best Practices to Containerize Node.js Web Applications with Docker
The following article provides production-grade guidelines for building optimized and secure Node.js Docker images. You’ll find it...
The Tech Platform
Dec 10, 2022

How to handle blockers in Node.js ?
What is a blocker? Before we talk about “handling” a blocker in your code, we first need to identify it. A blocker is a CPU-intensive...
The Tech Platform
Aug 9, 2022

Best practice for Node.js Developer
Node. js developers deploy and maintain network applications. They manage the exchange of data between servers and users, develop...
The Tech Platform
Jun 24, 2022

Modal Libraries For Web Development
A modal (also called a modal window or lightbox) is a web page element that displays in front of and deactivates all other page content....
The Tech Platform
May 31, 2022

How To Build A Twitter Hashtag Tweets Viewing Tool
In this tutorial, we will build a simple website that displays tweets with performance indicators like ‘Retweets’ and ‘Favorites’ for any...
The Tech Platform
May 20, 2022

Node.js Logging Tutorial
Node.js logging is an important part of supporting the complete application life cycle. From creation to debugging to planning new...
The Tech Platform
May 19, 2022

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
Dec 22, 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 12, 2021
bottom of page