EDDYMENS

Eddymens (List page)


Last updated 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. API clients allow...

Last updated 2022-04-07 11:06:05

What You Need To Know About APIs As A Technical Writer

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

Last updated 2022-03-29 11:06:05

Postman Tutorial For Technical Writers

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. One of the ways to test out APIs is to write code, however as a technical writer this is not always convenient so having...

Last updated 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 device, and it'...

Last updated 2021-12-09 21:57:28

How To Successfully Upgrade Laravel Applications To The Latest Version

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

Last updated 2021-10-06 09:15:54

I Leant Something New Trying To Build A Github Profile Analytics Tool

So last night an interesting idea popped into my head, a simple solution to help you track who visited your GitHub profile. I began thinking of an approach and finally settled on pixel tracking ....