Posts

Exploring Windows Command Prompt

Image
  CMD    Command Prompt, also known as Command Line Interface (CLI) or simply the " terminal ," is a text-based interface used to interact with your computer's operating system (OS). It allows you to perform various tasks, such as running programs, managing files and directories, configuring system settings, and more, all using text commands instead of a graphical user interface (GUI). To open the Command Prompt on a Windows computer, you can search for " Command Prompt " in the Start menu or press the Windows key + R , type " cmd " and hit Enter. Types Of Windows Command Prompt  Windows Command Prompt This is the default Command Prompt that comes with Windows. It is a basic CLI that allows you to interact with the Windows operating system and run commands. PowerShell Powershell It is a more powerful command-line interface for Windows. It includes many advanced features, such as scripting and automation capabilities, and is designed to be more user-fr...

API

Image
  API A pplication  P rogramming  I nterface or  API  which is used to provide an interface to communicate between two application by mostly in   JSON [Java Script Object Notation]  response because it is lightweight to transfer between the data, but also in some other format like XML TYPES OF  API Public Private PUBLIC API       This API can be used by any of the user without any restrictions. It is specifically designed to integrate to use or create new cases in any applications. Some public API may ask to create a free account to access their API keys and request calls. PRIVATE API     It will let you to extract and work with data without any restrictions because this will mostly used for developing new technologies with vast data. The only disadvantage is it costs you more amount because it will allow you to make any number of calls per second unlike public api has many restriction when comes in to api call. HTTP ...