Mime types define the format of a document that you will typically encounter in web development. In this article let’s look at a few important mime types for web developers. What does MIME stands for?…
Web Development
Useful Redis Commands for beginners
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, and has high availability. In this article, we look at some useful…
How to cancel a fetch request?
Ever wondered how to cancel a fetch request in your web application. There’s good news, we can finally abort HTTP calls made using fetch from our applications. In this article, I will cover how to…
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…
What is JAMStack?
What is JAMStack? Have you heard about this term before? Well, maybe yes or maybe no. Anyways, let me explain to you about JAMStack in this article. JAMStack The JAM in JAMStack stands for JavaScript, APIs, and HTML markup.…