Glad Chinda Full-stack web developer learning new hacks one day at a time. Web technology enthusiast. Hacking stuffs @theflutterwave.

Stories by Glad Chinda

Lazy Loading React Components

Lazy loading React components

Dev

Learn how to apply code-splitting and lazy loading to React components with React.lazy() and React.Suspense.

Glad Chinda
Nov 11, 2020 ⋅ 5 min read
CSS Animations For DOM Observation

CSS animations for DOM observation

Dev

That’s right, you can use CSS animations to observe DOM mutations.

Glad Chinda
Feb 11, 2020 ⋅ 7 min read
User Interaction Feedback: Designing A Ripple Effect

Designing a ripple effect for UI feedback

Dev

The ripple effect is one of the most intuitive ways to provide users with touch feedback.

Glad Chinda
Feb 4, 2020 ⋅ 10 min read
Radix Sort: No Comparisons Required

Radix sort: No comparisons required

Dev

Radix sort is unique among sorting algorithms. Explore how it works and how to implement it in JavaScript.

Glad Chinda
Nov 3, 2019 ⋅ 8 min read
isPalindrome(): A Recursive Approach

isPalindrome(): A recursive approach

Dev

Learn how you can delay stack overflow for most recursive functions by writing a simple isPalindrome() function in JavaScript.

Glad Chinda
Oct 24, 2019 ⋅ 6 min read

Anomalies in JavaScript arrow functions

Dev

Arrow functions can be considered regular JS functions with anomalies. Learn how to use that to your advantage.

Glad Chinda
Jun 26, 2019 ⋅ 14 min read

Reactivity with RxJS: force press

Dev

RxJS is a reactive programming library for JavaScript, which leverages Observable sequences to compose asynchronous or event-based programs. As part […]

Glad Chinda
Jan 3, 2019 ⋅ 10 min read

5 key Redux libraries to improve code reuse

Dev

Redux is a very popular state container used in so many modern frontend JavaScript applications. It is framework agnostic and […]

Glad Chinda
Dec 13, 2018 ⋅ 14 min read
JavaScript typeof

JavaScript typeof: Understanding type checking in JavaScript

Dev

A very important aspect of every programming language is its type system and data types. For a strictly typed programming […]

Glad Chinda
Sep 27, 2018 ⋅ 7 min read

JavaScript ES6: 5 new abstractions to improve your code

Dev

Leverage powerful ES6 features to write better, elegant, and more predictable JavaScript. JavaScript is a very powerful programming language that […]

Glad Chinda
Aug 1, 2018 ⋅ 22 min read