Jun 21, 2022
What is HTTP? and HTTP Request Methods
What is HTTP? The Hypertext Transfer Protocol (HTTP) is designed to enable communications between clients and servers.HTTP works as a request-response protocol between a client and server. Example: A client...
Jun 15, 2022
What is the Server? and How does it work?
What is the Server? A server is a software or hardware device that accepts and responds to requests made over a network. The device that makes the request, and receives a response from the server, is called a...
Jun 10, 2022
Installing and using Git and GitHub on Ubuntu Linux: A beginner's guide
GitHub is a treasure trove of some of the world’s best projects, built by the contributions of developers all across the globe. This simple, yet...
Jun 10, 2022
MongoDB Commands
Install MongoDB NoSQL Database: MongoDB is very easy to install, and it is present in Ubuntu 20.04 software repository. sudo mongod sudo mongo show dbs use dbName db db.dropDatabase...
Aug 7, 2020
MongoDB History
MongoDB is an open source NoSQL database management program. NoSQL is used as an alternative to traditional relational databases. NoSQL databases are quite useful for working with large sets of...
Jun 09, 2022
What is NoSQL?
NoSQL Database is a non-relational Data Management System, that does not require a fixed schema. It avoids joins, and is easy to scale. The major purpose of using a NoSQL database is for distributed data stores...
Jun 09, 2022
What is SQL?
SQL is Structured Query Language, which is a computer language for storing, manipulating and retrieving data stored in a relational database. SQL is the standard language for Relational Database System. All the...
Jun 8, 2022
What is Database
A database is an organized collection of structured information, or data, typically stored electronically in a computer system. A database is usually controlled by a database management system (DBMS)...
Jun 8, 2022
Data and Information
Data In general, Data is any set of characters that is gathered and translated for some purpose, usually analysis. If data is not put into context, it doesn’t do anything to a human or computer. There are...
Jun 6, 2022
8 steps to publishing your portfolio on GitHub
A portfolio is a way in which you showcase your work samples for the skills that are stated by your Curriculum Vitae (CV). Having it online is an added advantage since anyone from all...
Apr 1, 2022
Cloud Computing
What is cloud computing? Cloud computing is the on-demand delivery of IT resources over the Internet with pay-as-you-go pricing. Instead of buying, owning, and maintaining physical data centers and servers, you...