EDDYMENS

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 write this software. ...

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...

Markdown Nested Lists

In 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 ...