Php://input Returns Empty
There are many reasons why will return an empty result. One of the reasons will return an empty result is if the URL you are sending the data to redirects to a final destination. Use an online ...
Why Proof Of Work?
When I first read that proof of work was a way to achieve consensus on the blockchain network by solving a resource-intensive math puzzle it made little sense to me. It made little sense to me because I didn't understand how solving complex math problems ensured that a network remained unc...
Becoming A Software Technical Writer
Using some products is very straightforward. Either because the product itself is not complicated or the task it's meant to complete does not require much knowledge. For example, figuring out how a toothbrush works. There are however certain products that have many moving parts or...
How To Make Your Infographics More Accessible
Whenever we put out information on the web we have the goal of reaching as many people as possible. This also involves making our content accessible to people with disabilities. For visual-heavy content, it's important to make sure they are accessible to people who depend on screen readers...
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...
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 ....