OFOkoye Francisindevfrancis5.hashnode.dev·Jan 23, 2024 · 3 min readHow articles are been writtenWhat is cms? CMS stands for Content Management System. It is a software application or a set of related programs that allow users to create, manage, and publish digital content on the internet. A CMS provides a user-friendly interface that enables in...00
OFOkoye Francisindevfrancis5.hashnode.dev·Oct 12, 2023 · 1 min readTime Complexity in DSA(Data structure and algorithm)Time complexity is simply the amount of time it takes to run a particular code, and I’m going to be explaining which and which takes time and which does not. Now, by default, JavaScript provides us with two structures, which are Arrays([]), and Objec...00
OFOkoye Francisindevfrancis5.hashnode.dev·Oct 12, 2023 · 2 min readSQL and NoSQLSQL and NoSQL are two different types of database management systems that are used to store and retrieve data. SQL, which stands for Structured Query Language, is a relational database management system (RDBMS) that uses a structured approach to stor...00