Posts

Showing posts with the label CMD

Standard Way To Setup Node JS Project With TypeScript

Image
As you know in programming world  JavaScript  is becoming quite famous programming language so in this blog we will discuss how we can create fresh project of  NodeJS with TypeScript  in standard way. What is Node JS? It s a cross-platform, open-source, and server-side JavaScript runtime environment that executes JavaScript code outside a web browser. What is TypeScript? TypeScript is an open-source language maintained and developed by Microsoft. It's loved and used by a lot of software developers around the world. If you want to Setup with only Node JS Then here is the Link . Requirements Any server should be installed either Apache or Nginx. NodeJS and NPM should be  installed  in the operating system.  First open your terminal and go to your project directory then run following commands ~ npm init (after hitting this command it will ask some basic questions you can answer it as per your needs) { " name " : " kafka-nodejs-real-time-app " , ...

Get Real IP Address Of Any Website

Image
Get Real IP Address of Google, Facebook, YouTube, Instagram and Twitter What is IP Address? An IP address is a unique address that identifies a device on the internet or a local network. IP stands for "Internet Protocol," which is the set of rules governing the format of data sent via the internet or local network. IP Address - Education Funda Tool You can use your laptop or desktop to get IP address any website, you just need to open the command prompt of your operating system either windows operating system or linux operating system. In windows operating system just type CMD in search box so easily command line interface will open where you can run the command which we shown in this video. Here is the video with explanation how to get real ip address of any domain: Content in Video: - Get Google IP Address - Get Facebook IP Address - Get YouTube IP Address - Get Instagram IP Address - Get Twitter IP Address Thanks for reading this blog, I hope it will help you to increase ...