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

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

What’s new in Django v4.0

Dev

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
Getting Component Vue QuerySelector

Getting an element within a component with Vue querySelector

Dev

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.

Popoola Temitope
Dec 14, 2021 ⋅ 4 min read