CJChukwu Jachike Victorinjachx.hashnode.dev·Feb 12, 2023 · 7 min readBasics of REACT JSREACT JS React (also known as React.js or ReactJS ) is a free and open-source front-end JavaScript library for building user interfaces based on UI components. It can also be described as a declarative, efficient, and flexible JavaScript library for ...00
CJChukwu Jachike Victorinjachx.hashnode.dev·Dec 18, 2022 · 3 min readHTML semanticsHtml semantics The HTML semantics refers to the tags that gives adequate meaning to a HTML page rather than just presentation. It makes HTML more comprehensible and communicative by describing the various sections and layout of web pages. The main at...00
CJChukwu Jachike Victorinjachx.hashnode.dev·Dec 11, 2022 · 1 min readE-learning management system UML diagrams00
CJChukwu Jachike Victorinjachx.hashnode.dev·Dec 10, 2022 · 2 min readUML versions and modelling tools/softwareUML Uml which stands for unified modeling language, is specification defining a graphical language for visualizing, specifying, constructing, and documenting the artifacts of distributed object systems. Also, the Unified Modeling Language (UML) is a ...00
CJChukwu Jachike Victorinjachx.hashnode.dev·Dec 4, 2022 · 6 min readVariable declaration in JavaScript-First of all, a variable is a pointer to a data stored in a memory, we use variables to store data temporally in the computer's memory. Thera are three ways to declare a variable, by the use of the keywords; var, let and const. Before let and const, ...00