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…

4+ years of cracking technical interviews

A framework to solve any technical interview question

I have been working as a Senior Software Engineer — II (Frontend) from quite some time now and have been on both sides of the interview table. I have given a lot of technical interviews and have taken the same amount (if not more). From white-boarding the data structures and algorithmic questions to pair-programming with my interviewer,…

4 Ways to Style React Components: A Beginner’s Guide

An introduction to statically and dynamically style React components

Styling React components is an essential part of building front-end applications. There are several ways in which we can achieve our desired styling in React. Not only it helps make the applications aesthetically pleasing, but also improves the overall user experience (UX). This is not a be-all guide to styling React components, but a starting…