Published 2022-11-05 03:50:45
What Is Version Control?Version control is a practice of managing and keeping track of all the changes made to a software's source code . With version control, all the changes are stored or tracked. So, if a...
Published 2022-11-05 03:50:45
What Is Versioning?Versioning is the process of assigning a label (usually a unique number) to software at a given time to mark a completed stage in its development. No new features or code will b...
Published 2022-11-05 03:50:45
What Is Work In Progress (WIP)?Work In Progress is a term used to describe unfinished work. This can be code, documentation, testing, etc. You will find the term used as a label usually in its short-form WIP in places where other developers can see the work of t...
Published 2022-11-05 03:50:45
Who Is A Programmer?A programmer, software developer, or software engineer is an individual who creates software. This individual understands at least one programming language in which they w...
Published 2022-11-03 11:39:08
What Are Statically Typed Languages?A Statically Typed Language is one where the data types of its variables need to be defined ahead of time. For example, a programming lang...
Published 2022-09-23 22:31:15
Markdown Nested ListsIn a previous article we looked at how to create a list in Markdown. In this article, we will look at how to create a list within a list. Something like this: Wake up ...