API

8 posts tagged with "API"

May 1, 2019 · 8 min read
Making Axios Request Payload work with PHP & What goes behind?
I tried to use a mock PHP page for my API requests with Axios, but unfortunately I ran into multiple problems. This article has solutions for all.
JavaScript, Web Development, Programming
April 20, 2019 · 9 min read
Using React's Proxy to get ahead of CORS & use HTTPS for API calls
My experience of managing to use CRA React's Proxy feature to proxy an API server like it's in Production and use Secure HTTPS on localhost!
JavaScript, Web Development, Programming, Security
April 29, 2018 · 7 min read
Generating Screenshots of URLs using Google's secret magic API
A simple and quick way of generating screenshots without any external software or libraries using Google's Page Speed Insights API.
Web Development, DevOps & Tools, Programming, Social & Culture
July 29, 2017 · 2 min read
Getting the Initialisation Parameters for DataTables
Killing and reinitialising the DataTable. An example demonstration.
JavaScript, Web Development, Programming, Career & Achievement, Lifestyle
July 7, 2017 · 4 min read
Best way to punish Plagiarisers? Vote them down!
Recently this website: codexample.org started plagiarising Stack Overflow. This is the revenge from a fan of Stack Overflow.
JavaScript, Web Development, Programming, Career & Achievement, Security, Lifestyle
May 10, 2017 · 2 min read
Enabling POST request for Ghost Blog
A quick way to solve the issue with Ghost, where it doesn't accept POST requests.
JavaScript, Web Development, Programming
May 7, 2017 · 1 min read
Headaches of UTF-8 BOM!
This article explains my struggle on how I encountered a dreadful UTF-8 BOM and how I overcame it!
Web Development, Programming
February 16, 2017 · 4 min read
Any values of 0 or 1 from REST API, when type-casted to boolean returns true.
You can never trust the automatic type conversion in JavaScript when it has more than two data types.
JavaScript, Web Development, Programming