Frontend


A Primer on Unit Testing in UI

Unit Testing in UI and an introduction to the mental model and philosophy behind it.

testingunit-testingui

React Redux Demystified: State Management Made Simple

Explore how Redux simplifies state management in React applications.

reactdeveloperfrontend

Create a Slider Component with React and Framer Motion

Learn how to create an awesome slider component with React and Framer Motion. It is actually really simple to create your own sliders from scratch.

reactframer-motiondevelopment

How to Remove Undefined Values from Objects in JavaScript

I’ve often found myself working with data that contains undefined values. These values can cause issues with data manipulation and can lead to unexpected behavior in your code. In this article, I’ll…

javascriptfrontenddevelopment

How To Solve Hydration Error In Next.js

Today, let’s talk about hydration error that often occurs in Next.js. Most of us used Next.js must be familiar with the following error: The reason for the error has been clearly stated in the error…

javascriptnextjsweb-development

React with TypeScript or JavaScript — Which Side are You on?

JavaScript is the beloved child of frontend development, but TypeScript is the father of this beloved child. Learn to embrace it and get ahead in 2022.

reacttypescriptjavascript

Angular vs React vs Vue.js: Which is the Best Choice for 2022

Angular vs React vs Vue: Which is the Best Choice of Framework in 2022?

angularreactvuejs

Python FastAPI — Serving Images, MP3 Files, etc. from Your Backend for Beginners

A beginners’ guide on how to serve images, MP3 files, PDF files, DOC files, etc. to frontend from backend using Python FastAPI.

pythonfastapifrontend

7 Awesome APIs for All Frontend Developers

Useful APIs that you might need for your next projects.

javascriptweb-developmentapi

5 Advanced React Patterns

An overview of 5 modern advanced React patterns, including integration codes, pros and cons, and concrete usage within public libraries.

reactjavascriptpatterns