Web Front-end developments

This category contains articles and posts that relate to web frontend technologies and developments.

Manipulating the DOM with JavaScript Part 2 (Modern Tools and Techniques)

In this article, you will go beyond wrestling with awkward selectors and learn modern approaches to manipulating the DOM. This…

7 months ago

A simplified guide to using SASS-SCSS and CSS variables in React styles

React styling- SCSS and CSS Introduction: React is a declarative, fast and flexible JavaScript framework. It is used for developing…

3 years ago

Manipulating the DOM with Javascript series part 1

DOM tree from wikipedia This is the begining of a series on the DOM in Javascript. The DOM is one…

4 years ago

Validating forms with pure vanilla JavaScript

Image from codewithawa.com Forms occupy a very important part of a web application. An application makes use of it to…

4 years ago