Chidume KennethReact Conditional Rendering: Mastering Dynamic UIsConditional rendering is used in React to control which element(s) or component(s) should be displayed based on certain conditions. Instead…Jul 28, 2023Jul 28, 2023
Chidume KennethWhat I learnt about ReactReact is a declarative, component based Javascript library for building user interfaces. By been declarative, you declare your UI and react…Feb 12, 2023Feb 12, 2023
Chidume KennethHTML SemanticsIn English Language, Semantics simply means the meaning and interpretation of words, signs, and sentence structure. Therefore in HTML, a…Dec 18, 2022Dec 18, 2022
Chidume KennethinDev GeniusLooping through Objects and Arrays in JavaScriptData structure is a format to organize, manage and store data in a way that allows efficient access and modification. As we all know…Dec 17, 2022Dec 17, 2022
Chidume KennethEquality of Arrays and Objects in JavaScriptIn JavaScript, the double equals sign(==) and triple equals sign(===) or strict equality are the two operators used in checking for the…Dec 12, 2022Dec 12, 2022
Chidume KennethUML Modelling Tools and VersionsUML stands for Unified Modelling Language. This is a standardized modelling language that consists of sets of diagrams, developed to help…Dec 11, 2022Dec 11, 2022
Chidume KennethJavaScript core features and attributesJavaScript was created initially to make web pages active. It was not initially called JavaScript but rather ‘Livescript’, but due to…Dec 4, 2022Dec 4, 2022
Chidume KennethDifference between var, let and const keywords in JavaScriptIn javascript, users can declare a variable using any of the following keywords: Var, Let and Const. In this article we are going to look…Dec 4, 2022Dec 4, 2022
Chidume KennethWhy I transitioned into techWell I really didn’t transition into tech, because I studied a tech related course in the university (Electronics and Computer…Oct 17, 2022Oct 17, 2022