19 Stories by Kingsley Ubah
In this project, we will create a resume builder app to demonstrate some important practical skills and techniques for mobile development.
Let's design a vertical tab layout in React Native — using CSS flexbox for responsiveness — and discuss horizontal vs. vertical tab layouts.
Once fully compatible across browsers, CSS Toggles will be valuable for styling elements or adding interactivity based on toggle state.
Customizing thematic elements such as text color in your React Native app can help provide a smooth user experience. Let's explore how.
In React Native, you can use zIndex, position, Flatlist, and other methods to stack and position elements. Let's explore some examples.
Using security headers in your Next.js apps is a highly effective way to secure websites from common security threats.
In this tutorial, we will learn how to build a simple login form to register and sign in users using Node.js.
Let's take a look at conditions and loops in Kotlin, including how to use the Kotlin for
loop and why ternary operators are not...
Let's explore how to use the NextAuth.js library to implement user authorization (OAuth2.0) in Next.js applications.
Explore common React Native errors such as "command not found" and learn about their causes and potential solutions.
Create a custom sticky header with React Native ScrollView that shrinks, expands, and changes color on scroll to enhance your app's UX.
Let's look at how to compare Kotlin strings and other ways to work with stored string values in this statically typed language.