Popoola Temitope I'm a software developer and technical writer. I love learning about new technology and am always ready to share ideas with others.

Stories by Popoola Temitope

Building a Custom Compositional API with React Aria

Building a custom compositional API with React Aria

Dev

Learn how and when to extend React Aria’s composition API by dropping down to the Hooks layer to build your own custom compositional API.

Popoola Temitope
Jan 31, 2024 ⋅ 6 min read

Improving mobile UX with react-native-inappbrowser-reborn

Dev

Using an in-app browser can vastly improve UX in mobile apps. Learn how you can use react-native-inappbrowser-reborn to do just that.

Popoola Temitope
Nov 1, 2023 ⋅ 6 min read
Top 3 Services to Deploy a Vue App for Free

Top 3 services to deploy a Vue app for free

Dev

We explore the best free services for deploying Vue.js apps, along with instructions on how to deploy an app on each platform.

Popoola Temitope
Jul 31, 2023 ⋅ 6 min read
Custom Vuetify Grid System

How to create a custom Vuetify grid system

Dev

With the Vuetify grid system, we can easily build web applications that are both responsive and visually appealing on all devices.

Popoola Temitope
May 19, 2023 ⋅ 6 min read
A guide to Vitest automated testing with Vue components

A guide to Vitest automated testing with Vue components

Dev

Learn about the Vitest framework, how to configure it, and how to use it for testing Vue components.

Popoola Temitope
Apr 19, 2023 ⋅ 7 min read
Comparing Tabby Vs Code

How Tabby compares with the VS Code terminal

Dev

Tabby is a modern alternative to traditional command-line apps like PowerShell, iTerm, and macOS Terminal, providing users with an entirely customizable terminal.

Popoola Temitope
Apr 5, 2023 ⋅ 3 min read
Guide Vuex ORM

A guide to Vuex ORM

Dev

Vuex ORM provides a simple interface for interacting with the Vuex store as a database, making it easy to store, retrieve, and update data within a Vue application.

Popoola Temitope
Feb 6, 2023 ⋅ 5 min read
CSS Property Types

Using @property for loosely typed CSS custom properties

Dev

Explore setting CSS variable configuration using the CSS @property feature; we demo building a simple page loader animation and a themes switcher.

Popoola Temitope
Jan 30, 2023 ⋅ 5 min read
Typescript Webpack

Using webpack with TypeScript

Dev

Walk through the step-by-step process of setting up webpack with TypeScript and learn how to optimize TypeScript applications using webpack plugins.

Popoola Temitope
Sep 1, 2022 ⋅ 8 min read
How to Build a REST Client with JavaScript Proxies

How to build a REST client with JavaScript proxies

Dev

A proxy is a feature of metaprogramming that enhances the behavior of a function by passing different functions as a parameter, essentially allowing developers to trick the JavaScript language.

Popoola Temitope
Apr 20, 2022 ⋅ 6 min read
Usereducer Web Workers

How to place React useReducer Hooks into web workers

Dev

When a resource is loading, users can’t perform actions like clicking, selecting, or dragging elements. web workers help us to solve this problem.

Popoola Temitope
Mar 28, 2022 ⋅ 4 min read
Debugging Go VSCode

Debugging Go with VS Code

Dev

Using breakpoints, conditional breakpoints, and logpoints, you can debug Go applications in VS Code, deeply inspecting where errors occurred.

Popoola Temitope
Feb 9, 2022 ⋅ 6 min read