Shahid

Founder of Codeforgeek. Technologist. Published Author. Engineer. Content Creator. Teaching Everything I learn!

Develop Command Line Applications Using Node.js & SpeedTest.net

Node.js provides powerful utilities to develop command-line applications. Popular tools like Express Generator and Nodemon are examples of command-line applications built with Node.js. In this tutorial, we’ll learn how to use Node.js to create command-line utilities and build a sample internet speed test application using the speedtest.net API. Getting Started with Command Line Applications Command-line

Develop Command Line Applications Using Node.js & SpeedTest.net Read More »

Making HTTP Calls in Node.js Using Built-in HTTP Module

Node.js provides powerful built-in modules for handling network operations, including the HTTP module. This article will explore how to make various HTTP calls using Node.js’s native HTTP module, focusing on GET, POST, PUT, and DELETE requests. We’ll also discuss best practices and provide detailed examples to help you master HTTP calls in Node.js. Introduction to

Making HTTP Calls in Node.js Using Built-in HTTP Module Read More »

What is Apache Kafka?

In this article, we are going to learn the basics of Apache Kafka and it’s core concepts. And yes, a bit of history too. What is Kafka Apache Kafka is an open source distributed streaming platform developed by LinkedIn and managed by the Apache software foundation. Kafka is aimed to provide a high-throughput, low-latency, scalable,

What is Apache Kafka? Read More »