Amarachi Amaechi I am a frontend developer with a passion for designing clean and intuitive applications for the web and an eye for design with a user-driven approach to development. I am also passionate about web accessibility and building communities. In my spare time, I contribute to open source projects.

Stories by Amarachi Amaechi

How To Dynamically Create JavaScript Elements With Event Handlers

Dynamically creating JavaScript elements with event handlers

Dev

This tutorial explores the concepts of events, event listeners, and dynamically creating new JavaScript elements by using document.createElement and template literals.

Amarachi Amaechi
Apr 19, 2023 ⋅ 7 min read
Vue Logo

Comparing Redux vs. Vuex

Dev

Let’s explore how both Redux and Vuex work and determine which popular state management library solution is best for your project.

Amarachi Amaechi
Nov 22, 2022 ⋅ 10 min read
Bulma vs Tailwind CSS

Bulma vs. Tailwind CSS: Which is the better Bootstrap alternative?

Dev

Find out how Bulma and Tailwind CSS stack up against Bootstrap. Learn what developers find most compelling about each of these frameworks.

Amarachi Amaechi
Feb 3, 2022 ⋅ 3 min read
PostCSS With Media Queries Level 4

Using PostCSS with Media Queries Level 4

Dev

In this article, we demonstrate using PostCSS to implement several features available in Media Queries Level 4.

Amarachi Amaechi
Jan 18, 2022 ⋅ 3 min read
Event Handling Vue

Deep dive into Vue event handling

Dev

Provide a rich UX by dynamically handling events in your Vue application. Customize your application with event listeners and add an appropriate reaction.

Amarachi Amaechi
Aug 30, 2021 ⋅ 5 min read
Utility First CSS Frameworks

Top utility-first CSS frameworks

Dev

Simplify CSS on larger projects using a utility-first framework, which provides a low-level utility class to build out custom designs within your HTML file.

Amarachi Amaechi
Apr 2, 2021 ⋅ 5 min read
Styling a Vue.js application using CSS

Styling a Vue.js application using CSS

Dev

Learn to apply different CSS styling methods to your Vue.js application to improve its aesthetic performance.

Amarachi Amaechi
Feb 4, 2021 ⋅ 4 min read
JavaScript Logo Over a Stormy Background

The bleeding edge of JavaScript classes

Dev

Here, you can take a look at the bleeding edge of JavaScript classes, including ES6 classes and the ECMASCRIPT 2020 additions to classes.

Amarachi Amaechi
Jan 7, 2021 ⋅ 3 min read
The Vue logo above a background of atoms.

Your guide to reactivity in Vue.js

Dev

This tutorial explains what reactivity in Vue.js is, what it does for your codebase, and how to achieve the state in which changes in your app are automatically rendered in the DOM.

Amarachi Amaechi
Dec 17, 2020 ⋅ 6 min read