Browsing Tag
frontend
202 posts
What’s the difference between arrow functions and regular functions?
Sometimes, after using a pattern so much, we end up forgetting the real reason why we write our…
Introduction to Responsive Web Design (RWD)
Ensuring a seamless user experience on device screens of all shapes and sizes is important in an increasingly…
Simplifying ENUMS in Angular TypeScript Projects: Enhance Code Clarity
Introduction ENUMS, short for enumerations, is a powerful feature in TypeScript that allows developers to define a set…
Stop using Swagger-UI and MSW, but SDK instead
Summary If you’re a frontend developer, stop using swagger-ui and msw. Instead, you can build SDK (Software Development…
Choosing the Right Programming Language: A Comprehensive Guide
Introduction In today’s digital age, learning a programming language has become a crucial skill for various purposes, such…
Road Map To Become a Web Developer
Becoming a skilled web developer is an exhilarating journey that combines creativity, technical expertise, and a passion for…
What is CSS Padding?
Table Of Content: Introduction to CSS Padding Understanding Box Model in CSS What is CSS Padding? Definition of…
Real DOM, Virtual DOM, Shadow DOM, What’s the Difference?
Real DOMs and virtual DOMs and shadow DOMs, oh my! Let’s take a dive to see how they…
Différentes façons de déployer une application front faites en JS
Nous avons tous déjà vécu l’expérience de travailler sur un side Project, de coder l’ensemble de l’application, puis…
React.js: Why you might need useReducer
Hooks in React.js is at the core of building functional components. Among the most used are the state…