CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

What is mongoose? Where we can use it?

mongoose is an Object Modeling library for mongoDB and node.js. It provides a straightforward, schema-based solution to model the application data and interact with mongoDB databases using JavaScript/TypeScript. It is specifically built for mongoDB (which is a NoSQL database). Key Features of mongoose Schemas: Define the structure of the documents (like tables in SQL, but […]

Windows – Some useful system tools / commands

We can use some useful Windows system tools or commands to perform some actions or to get helpful information about the system. All these tools or programs are located in the Windows system folder C:\WINDOWS\System32\. Internet Options Allows us to customize our browsing experience in Internet Explorer. It shows the current Internet options and allows […]

An Introduction to Apache Pulsar

Apache Pulsar is a distributed messaging system and a streaming platform originally developed by Yahoo, in 2012; the main goal was to develop a scalable and reliable messaging platform to address the gaps which were not fulfilled with the existing Enterprise Messaging Systems (EMS). It was Open-Sourced in the year 2016; contributed to the Apache […]

Scroll to top