EDDYMENS

Published a year ago

What Is A Call Stack?

A call stack refers to the use of the stack data structure to store the execution order of any piece of code. A call stack as mentioned above is used to describe the execution order of any piece of code. Most of us read written content from top to bottom. For the most part, software is e...

Published a year ago

Simple OpenAPI Starter Template

If you ever tried modifying the default "Pet Store" API spec that comes with editor.swagger.io you will notice it has a lot of bells and whistles you likely don't need and it takes a bit of ti...

Published a year ago

Mark An Open API Spec Endpoint As Deprecated

Place the key-value pair anywhere within the endpoint indented block to mark it as deprecated. Here is an example ...

Published a year ago

What Is ASCII?

ASCII stands for American Standard Code for Information Interchange, a set of chosen numbers used to represent letters, numbers, and unique actions. is the number used to represent . The question then is why and for what reason do we need this mapping? Well, comput...

Published a year ago

What Is Syntax?

The meaning of a sentence relies on getting the grammar right, this is true for programming languages as well. Syntax is a word that refers to the rules that govern the correct combination...