PinnedCreating a small E-Commerce website using HTML and CSSIt’s not that difficult😉Feb 23, 20212Feb 23, 20212
What are cookies and sessions?When you are browsing the internet you may have encountered as follows:Jan 29, 20221Jan 29, 20221
REACT HOOKSHooks are a new addition in React 16.8. They let you use state and other React features without writing a class. Hooks are functions that…Jan 28, 2022Jan 28, 2022
WHAT IS MONGODB ?MongoDB is an open-source document database NoSQL database. The main features of MongoDB are support ad hoc queries(In MongoDB, you can…Jan 28, 2022Jan 28, 2022
DATABASESLet’s talk about the meaning of data first. Data are pieces of information recorded and used for the purpose of analysis. A database is an…Jan 27, 2022Jan 27, 2022
What is GIT ? -Part 2In this article we are going to talk about how to clone a git repository in to your working directory and how to make changes to it.Jan 27, 2022Jan 27, 2022
What is GIT?GIT is a free and open source version control tool which we use to manage our projects efficiently. Let’s talk about how you can use Git…Jan 27, 2022Jan 27, 2022