Frontend developer @Zepto
Nothing here yet.
Introduction In this blog post, we will discuss the common "Unsupported Media Type" error encountered while uploading files to the server along with form data. We will explore the causes of this error and walk through the solutions to resolve it effe...

Photo by olia danilevich Throttling and debouncing refer to the technique used in the browser by limiting the number of events that will be executed. This is used to improve the performance of the website by reducing the number of events and preventi...

This blog discusses the different string manipulation methods available in javascript. Strings in JavaScript Strings are the sequence of characters which is used to store the data in the form of "text". In JavaScript, Strings are derived data type wh...
