Published 2 years ago
Who Is A Software Developer?Published 2 years ago
Who Is A Software Engineer?Published 2 years ago
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 language such as C requires you to specify the type of data...
Published 2 years ago
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 ...
Published 2 years ago
Markdown: Add A BlockquoteTo create a blockquote to draw emphasis or highlight a block of text you will use the syntax. For example: This is a block of text Markdown: Here is another article for you 😊 "...
Published 2 years ago
How To Create A List In MarkdownA list is one of the best ways of laying out step-by-step instructions or presenting related items to readers. There are two main types of lists: An ordered list is one where the items within the list need to be followed in chronological order. Here is an example of such l...