2 useful Polling functions in JavaScript
October 10, 2020
Sometimes we need to wait for something to be happened in a webpage or web application before we execute a code or call a function or do…
Modern Browser APIs - Part 1
October 03, 2020
The modern browsers have created a handful of APIs which can help the developers to build applications that can perform better, work offline…
CSS Shapes 101
September 26, 2019
This article describes styles of different shapes: triangles, parallelograms, diamonds, comic bubbles, and more using CSS only.
Use Regex in JavaScript to Improve Search Results
September 02, 2019
Being able to accurately and efficiently filter search results based on a user’s input is vital for ensuring a positive and effective user…