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

Improving mobile UX with react-native-inappbrowser-reborn

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

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

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

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

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

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

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

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

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

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

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
Whats New Django v4

What’s new in Django v4.0

Explore some of the new features in Django v4.0, as well as some of the older third-party versions that have been removed.

Popoola Temitope
Dec 30, 2021 â‹… 3 min read