blog


  • Format HTML input fields with JavaScript

    This a quick example of how you can format HTML input fields with JavaScript to allow Credit Card numbers or let’s say Phone numbers in a particular format. Most often or not you might have seen this when you are trying to do a payment checkout. This article will cover the technique to format an…




  • Setting Expiry in Redis

    This is a short article that features a video on Setting Expiry in Redis. So, we will learn how you can set an expiry time to your Redis keys. What is Redis? Redis is an open-source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker. It is highly reliable, scalable,…




  • Share like native mobile apps with Web Share

    In this article we will check out how to share like native apps with the Web Share API. Web Share API has been around for some time and can add the great ability to your Mobile Web/PWA applications. Using the Web Share API you can provide your users with native app like sharing dialog as…