
Apache Kafka Tutotial with Example
Apache Kafka Sample Application using Nestjs – NodeJs In our previsour Article we had learnt about the basics of Kafka and How to Install and

Apache Kafka Sample Application using Nestjs – NodeJs In our previsour Article we had learnt about the basics of Kafka and How to Install and

This article covers on Apache Kafka documentation and Apache Kafka download and installation using Docker Image

Machine learning is a rapidly growing field that has the potential to revolutionize industries and change the way we live our lives. If you’re interested

You can use the below scp command to copy an entire directory or a specific file from one linux based server to another: scp -i

Stream Collectors.joining import java.util.Arrays; import java.util.List; import java.util.stream.Collectors; //———————— public class YourClass { public static void main(String[] args) { List list = Arrays.asList(“a”, “b”, “c”);

Update Node.js with NVM (Node Version Manager) There are many ways that can be used to update the node version on a linux system. Bu

Most Searched Key Words on Google in 2022

There are many ways that we can use to setup SSL/TLS to our Nodejs app. In this post we will forcus on tow of the

Creating a New User SSH to your Ubuntu system and login to MYSQL instance using root user mysql -u root -p Once you have gained

List Forign keys of a table SELECT TABLE_NAME,COLUMN_NAME,CONSTRAINT_NAME, REFERENCED_TABLE_NAME,REFERENCED_COLUMN_NAME FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE WHERE REFERENCED_TABLE_SCHEMA = ‘<database>’ AND REFERENCED_TABLE_NAME = ‘<table>’; List Forign keys of a table

sudo apt-get remove nodejs sudo apt-get remove npm Then go to /etc/apt/sources.list.d and remove any node list if you have. Then do a sudo apt-get

let message = ‘helloWorld’ let convertedMessage=message.replace(/[A-Z]/g, letter => `_${letter.toLowerCase()}`); console.log(convertedMessage); output -> hello_world

Cron Job Every Minute * * * * * Cron Job Every Hour 0 * * * * Cron Job Every Day Midnight 0 0

Note: This post only provides the key commands of the postgreSQL as a easy way for developers. If you need to learn in depth, please

Update the apt package index and install packages to allow apt to use a repository over HTTPS: sudo apt-get update sudo apt-get install ca-certificates curl gnupg lsb-release Add