Victor Erikedeverike.hashnode.dev·Dec 11, 2022Introducing UML and UML Modelling ToolsUML Diagrams UML is an acronym for Unified Modelling Language, This is a graphical representation of a system, the system components, and how the user interacts with the system. Types of UML diagrams UML uses elements and associates them in different...47 readsUML
Victor Erikedeverike.hashnode.dev·Dec 2, 2022Contrasting features amongst these JavaScript reserved words mentioned below.As essential as it is to make declarations in our source codes, it is also very important to understand reserved words used for declarations and apply them in the best context where they function optimally. Today, I will be sharing crucial points on ...53 readsJavaScript
Victor Erikedeverike.hashnode.dev·Nov 27, 2022Exploring Git and Version ControlIn this post, I would like to share an overview of Git and how you can take your first baby steps in Git and the Version Control Journey. Git is a popular and freely available-to-use (Open source) Version Control System(VCS). This is the most freque...1 likeLearnable22