Kingsley Ubah 21. Web Developer. Technical Writer. African in Tech.

Stories by Kingsley Ubah

7 Common Next.js Errors and How to Solve Them

7 common Next.js errors and how to solve them

Dev

Let’s explore the causes and solutions of some common errors in Next.js that you may encounter during development.

Kingsley Ubah
Aug 17, 2023 ⋅ 6 min read
Exploring Best Node Js Logging Libraries And Aggregators

7 best Node.js logging libraries and aggregators

Dev

Popular Node.js logging libraries include Grafana Loki, Pino, Bunyan, and more. Learn how each option helps with logging in Node.js.

Kingsley Ubah
Jun 6, 2023 ⋅ 7 min read
Building Custom React Native Map Markers

Building custom React Native map markers

Dev

Use React Native and the MapView component to render a Google map with customizable markers, floating buttons, and more.

Kingsley Ubah
May 25, 2023 ⋅ 5 min read
Getting Started With React Native And Clojurescript

Getting started with React Native and ClojureScript

Dev

If you’re wondering how React Native and ClojureScript can be integrated together for mobile development, then this article is for you.

Kingsley Ubah
Apr 25, 2023 ⋅ 6 min read
Using React Lifecycle Methods In Clojure Apps With Re-frame

Using React lifecycle methods in Clojure apps with re-frame

Dev

The ClojureScript re-frame library lets us use React’s lifecycle methods to monitor and manage your application at various phases.

Kingsley Ubah
Mar 30, 2023 ⋅ 7 min read
Building a Simple Login Form with Node.js

Building a simple login form with Node.js

Dev

In this tutorial, we will learn how to build a simple login form to register and sign in users using Node.js.

Kingsley Ubah
Mar 29, 2023 ⋅ 7 min read

Creating a resume builder app in React Native

Dev

In this project, we will create a resume builder app to demonstrate some important practical skills and techniques for mobile development.

Kingsley Ubah
Jan 17, 2023 ⋅ 7 min read
Creating A Vertical Tab Layout For React Native Apps

Creating a vertical tab layout for React Native apps

Dev

Let’s design a vertical tab layout in React Native — using CSS flexbox for responsiveness — and discuss horizontal vs. vertical tab layouts.

Kingsley Ubah
Jan 4, 2023 ⋅ 5 min read
Advanced Guide To The Css Toggle Pseudo Class

Advanced guide to the CSS toggle() pseudo-class

Dev

Once fully compatible across browsers, CSS Toggles will be valuable for styling elements or adding interactivity based on toggle state.

Kingsley Ubah
Dec 28, 2022 ⋅ 4 min read
Customize React Native Text Color And Other Theme Elements

Customize React Native text color and other theme elements

Dev

Customizing thematic elements such as text color in your React Native app can help provide a smooth user experience. Let’s explore how.

Kingsley Ubah
Nov 29, 2022 ⋅ 5 min read
Using Methods Like Zindex In React Native To Stack Elements

Using methods like zIndex in React Native to stack elements

Dev

In React Native, you can use zIndex, position, Flatlist, and other methods to stack and position elements. Let’s explore some examples.

Kingsley Ubah
Nov 2, 2022 ⋅ 5 min read

Using Next.js security headers to strengthen app security

Dev

Using security headers in your Next.js apps is a highly effective way to secure websites from common security threats.

Kingsley Ubah
Oct 13, 2022 ⋅ 6 min read