-Jun 27, 20222 minAJAX Tutorial - What is AJAX and How it Works?AJAX stands for Asynchronous JavaScript And XML. It is not a programming language. It is a technology for developing better, faster and...
-Aug 9, 20213 minAjax Polling vs Long-Polling vs WebSockets vs Server-Sent EventsAjax Polling, Long-Polling, WebSockets, and Server-Sent Events are popular communication protocols between clients like web browsers and...
-Jan 14, 20212 minHow To Fix Laravel CSRF Token Mismatch Error From AJAX RequestAs I’ve mentioned in previous posts about CSRF tokens, Laravel actively checks certain requests for CSRF tokens for validation. If this...