February 2023 's Post

  • How to Get the Node Server's Port Number?

  • Author : Shubham Verma
  • Date : February 12, 2023
  • idkblogs.com

How to Get the Node Server's Port Number?


node

Display your Node Server's port number dynamically in your Node application

idkBlogs

  • Implement Kafka Module with AWS Secrets Manager in NodeJS with TypeScript [Modularized Code]

  • Author : Shubham Verma
  • Date : February 11, 2023
  • idkblogs.com

Implement Kafka Module with AWS Secrets Manager in NodeJS with TypeScript [Modularized Code]


node

The best way to use Kafka in your NodeJS project is to create an independent module. Here we will create an independent Kafka module that you can use in your multiple module in your appliction. In this module we will write the reusable code so that we can use it just by...

idkBlogs

  • Implement Logger Module with GrayLogger in NodeJS with TypeScript [Modularized Code]

  • Author : Shubham Verma
  • Date : February 10, 2023
  • idkblogs.com

Implement Logger Module with GrayLogger in NodeJS with TypeScript [Modularized Code]


node

Every node application needs a logger service. This logger service will be used to log all the information in the node. In this implementation, we will create a Nodejs app with a logger service and this will log all your information. We will be using GrayLogger in TypeS...

idkBlogs

  • Implement LaunchDarkly with NodeJS from Scratch - Feature Flags

  • Author : Shubham Verma
  • Date : February 8, 2023
  • idkblogs.com

Implement LaunchDarkly with NodeJS from Scratch - Feature Flags


node

LaunchDarkly is a Feature Flagging and Experimentation Platform. LaunchDarkly provides very easy way to handle and launch the features to your users. It helps in A/B testing of the features. You can fundamentally change how you deliver software. Using LaunchDarkly you ...

idkBlogs