Published 2 years ago
What The Heck Is Heatos?One of the things about APIs is that without accompanying documentation it's difficult to know what is available. On the other hand, most command-line tools, have the well know flag you can invoke to view all the options you can access. What if we could implement something similar to th...
Published 2 years ago
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. API clients allow...
Published 2 years ago
What You Need To Know About APIs As A Technical WriterAPI which is an acronym for Application Programming Interface is used to refer to any software implementation that enables two distinct systems to communicate with each other. In modern software development most of this communication is done over HTTP. APIs c...
Published 2 years ago
Postman Tutorial For Technical WritersPostman 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. One of the ways to test out APIs is to write code, however as a technical writer this is not always convenient so having...
Published 2 years ago
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 device, and it'...
Published 2 years ago
How To Successfully Upgrade Laravel Applications To The Latest VersionOne of the painful but most often useful things you have to do as a software developer or team is upgrading your software to the latest version of a framework it relies on. Most often you can delay the need to upgrade if you are running on a ...