EDDYMENS

Published 3 weeks ago

Readme.io Documentation Platform: A Review

Readme.io is a platform for hosting developer documentation, including guides and OpenAPI sp...

Published 3 weeks ago

A Comprehensive Guide To API Pagination Standards And Techniques

Pagination just like authentication, is something you need to think about early when building or using APIs (Application Programming Interfaces) . In this blog post, I will explain different some ...

Published a month ago

Math Symbols Cheatsheet For Markdown & HTML

If you want to add math symbols to your website or markdown document, you can use HTML entities. This cheat sheet makes it easy to find the right code. Just look at the table below to see the symbol, its HTML entity, and the Unicode value. Use these codes to display math symbols in your t...

Published a month ago

How To Use Fractional (Vinculum) Notations In Markdown

Markdown doesn't have built-in support for math notations. However, since HTML is a superset of Markdown, we can use it to add math notations. But even with ...

Published a month ago

How To Include Square Root Notations In Markdown

Let's be clear: Markdown alone can't handle complex mathematical notations. Markdown is designed for basic text formatting and has a limited set of features. Markdown's main goal ...

Published 2 months ago

Setting An Attribute To Null In OpenAPI

OpenAPI (formerly known as Swagger) is a tool for defining APIs. It allows you to describe your API structure and data types in a standardized format. One common requirement is to all...