Featured Posts

Styling CSS Scrollbars Guide

Guide to styling CSS scrollbars

We explore a few different ways to style CSS scrollbars across different browsers, so you can customize the default scrollbar to...
Taminoturoko Briggs
3 min read
Creating Animated Logos Lottie Vue 3

Creating animated logos with Lottie and Vue 3

We demonstrate how to create, customize, export, and add Lottie animations (including animated logos) to Vue 3 projects.
David Omotayo
10 min read
A complete guide to using IndexedDB

A complete guide to using IndexedDB

IndexedDB is an in-browser database option for client-side storage. In this post, learn how to make use of the database successfully.
Chibuike Nwachukwu
6 min read
Getting Started With Vue Select

Getting started with Vue Select

In this post, we will learn about Vue Select, its features, how it works, and how to integrate it into a...
Nefe James
4 min read
A Guide To Wrapping In CSS

A guide to wrapping in CSS

The CSS flex-wrap property allows you to control the wrapping behavior of flex items when they exceed the size of their...
Fimber Elemuwa
5 min read
Diagnosing React Native crashes

Diagnosing React Native crashes

In this post, learn how to diagnose and resolve the root causes of your errors when your React Native Android app...
Emmanuel John
5 min read
Setting up Visual Regression Testing With React Native Owl

Setting up visual regression testing with React Native Owl

In this post, we will take a look at writing visual regression tests for React Native applications using React Native Owl.
Rahul Padalkar
6 min read
Type Safe CSS Modules Typescript

How to write type-safe CSS Modules

Having the correct CSS class names in place ensures that the intended styles are applied to a given component, preventing the...
Alain Perkaz
4 min read

Pattern matching and type safety in TypeScript

Although TypeScript doesn’t have native pattern matching, its community has created several pattern matching libraries that offer more expressive and concise...
Michal Zalecki
8 min read
Exploring 5 Popular React Native Color Picker Libraries

Exploring 5 popular React Native color picker libraries

React Native color picker libraries can help us select the right color scheme for our apps. Let's look at five popular...
Chimezie Innocent
9 min read
Using Kotlin Sleep(), Delay(), And Wait() In Your Android App

Kotlin multithreading: Comparing .wait(), .sleep(), and .delay()

The wait, sleep, and delay Kotlin multithreading functions control the flow and order of execution of different streams of information.
Ivan Garza
5 min read
Create Beautiful Stroked Text CSS

Can you create beautiful stroked text in CSS?

We explore several approaches for creating stroked text (or outline text) in CSS and with SVGs and look at many stroked...
Rob O'Leary
11 min read