Add UPI To Any Web AppThe easiest way to integrate UPI in your web apps

Add UPI To Any Web App

The easiest way to integrate UPI in your web apps

Earlier this week I had to add an instant payment receiving method on one of the side projects I have been pursuing. In India, we have been using the most advanced form of payment transaction method called Unified Payments Interface or UPI. What is UPI? From the official docs: Unified Payments Interface (UPI) is a system…

Responsive Font-Sizes In React AppsBest CSS practice to ensure consistent styling in web applications

Responsive Font-Sizes In React Apps

Best CSS practice to ensure consistent styling in web applications

We live in a mobile-first world and hence as a front-end developer it is our job to ensure that the web-apps we are building are mobile-friendly. With the rise of hybrid frameworks, things that are developed for web are easily translated to Android and iOS applications. This shift in the development community has not only…

Why NextJs should not be ignored.A brief introduction to a full-stack framework backed with React syntax

Why NextJs should not be ignored.

A brief introduction to a full-stack framework backed with React syntax

The NextJs official website’s landing page terms NextJs as “The React Framework for Production”. It is by Vercel. I encountered NextJs while I was pursuing to become a full-stack developer with 4+ years of hands-on experience in front-end web technologies. NextJs is a layer on top of React extending its capabilities. React does not need…