Published 2022-11-05 03:50:45
What Is Semver?Semver versioning is a type of versioning that tracks major and minor changes as well as fixes using the format eg: . Use Cas...
Published 2022-11-05 03:50:45
What Is Separation Of Concern (Soc)?Separation Of Concern (SOC) is the separation of a functionality into distinct components. This means that the code is organized in such a way that a change in the behavior of one part does not lead to a domino effect where other parts are affected. Use cases and Examp...
Published 2022-11-05 03:50:45
What Is Session Storage?Session storage is a web storage type that can store data (key-value pairs ) in the browser. It will hold the data until the tab or browser is closed. Once the browser or tab is ...
Published 2022-11-05 03:50:45
What Is Software Patching?A software patch is a fix to a software issue or bug . Sometimes after a software release, it might not work as intended and a fix will need to be rel...
Published 2022-11-05 03:50:45
What Is Software?A software/program is the final output you get once you run source code through a compiler ...
Published 2022-11-05 03:50:45
What Is Source Code?Source code is the collection of code or a string of text files that make up a program. A program is a set of instructions and statements produced by a programmer in a comput...