AJAX

5 posts tagged with "AJAX"

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
June 1, 2018 · 4 min read
Right way of delaying execution synchronously in JavaScript without using Loops or Timeouts!
I recently found a better way to delay JavaScript execution by the use of async and await keywords. Sharing my experience with a Jest test case.
JavaScript, Web Development, Programming, Agile & Process, Lifestyle
December 25, 2017 · 1 min read
Handling Broken Image Links in a Better Way (HTTP Only)
A small snippet for handling images that do not exist or throw error in a website, without much struggle using JavaScript.
JavaScript, Web Development, Programming, Design & UX, 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
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