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.

   



11 Stories by Popoola Temitope

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.
0 6 min read

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.
0 7 min read

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.
2 3 min read

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...
0 5 min read

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.
0 5 min read

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.
4 8 min read

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...
1 6 min read

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.
0 4 min read

Debugging Go with VS Code

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

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.
0 3 min read

Getting an element within a component with Vue querySelector

Make your webpage more interactive by getting an element within a component's tag name, class name, or ID using the querySelector function in Vue....
1 4 min read