EDDYMENS


Published 2022-04-16 11:06:05

What The Heck Is Heatos?

One of the things about APIs is th...

Published 2022-04-07 11:06:05

5 Terms To Know As A Technical Writer [part 2]

An API client is a tool used to test APIs. Software developers usually write client-side code to make API calls to a server, however, during the development of such systems, it's a lot more convenient to test those APIs using an API client instead of writing client code....

Published 2022-04-07 11:06:05

Creating A Browser-based Interactive Terminal (Using XtermJS And NodeJS)

A browser-based terminal has a lot of use cases. Instead of sharing server access through keys, you can grant them access to a web-b...

Published 2022-04-07 11:06:05

What You Need To Know About APIs As A Technical Writer

What are APIs and why do they exist? API which is an acrony...

Published 2022-03-29 11:06:05

Postman Tutorial For Technical Writers

What is postman Postman can be used for a lot of things these days but at its core, it's an API client which is a term used to describe a tool used to interact and test APIs. why should you learn to use it as a technical writer? One of the ways to test out APIs i...

Published 2022-03-28 11:06:05

5 Terms To Know As A Technical Writer [part 1]

API stands for Application Programming Interface. It describes any software setup that allows software systems to communicate with one another. Servers are very powerful computers. Some have high computing power as well as ample storage capacities. Compare this to a mobile ...