Web
5 minutes read
Reusable Presentational Components in Angular 6+
Have you ever felt the pain of writing and maintaining the same piece of code at multiple places? It could be a small code snippet or a third-party component, the pain and frustration are constant.
Read more
5 minutes read
React + custom hook + typescript to download a file through API
Wondering how to download files on UI by calling an API behind authentication? Problem Statement File needs to be downloaded at the frontend. Data of that file is being served by the backend. …
Read more
10 minutes read
What is Web Accessibility?
Accessibility “means that websites, tools, and technologies are designed and developed so that people with disabilities can use them. More specifically, people can: perceive, understand, navigate, interact with the Web and contribute to the Web.”