Oyetoke Tobi Software engineer passionate about building developers tools and open source contributions.

Stories by Oyetoke Tobi

Building Accessible Vue Components

How to build accessible components for Vue

Dev

Web accessibility is the practice of utilizing tools and technologies that make navigating, interacting with, and understanding a website easier for visitors who may have disabilities, impairments, or limitations.

Oyetoke Tobi
Jun 5, 2023 ⋅ 5 min read
CSS Attribute Selector

How and why to use attribute selectors in CSS

Dev

Using CSS attribute selectors, we can add extra information and CSS styling to a given HTML element. In this article, we review the available CSS selectors, comparing them to the basic CSS selectors.

Oyetoke Tobi
Mar 15, 2023 ⋅ 5 min read
Configuring Service Workers Vite 2.8

How to configure worker plugins in Vite 2.8

Dev

With Vite, you can save your code and see the changes reflected on the browser very quickly since Vite only serves and changes source code when the browser requests it.

Oyetoke Tobi
Nov 29, 2022 ⋅ 3 min read
Typeorm Node Typescript

TypeORM: Object-relational mapping with Node.js

Dev

Explore creating ORMs in JavaScript, learn about TypeORM, an important JavaScript ORM, and finally build a Node.js and TypeScript application using TypeORM.

Oyetoke Tobi
May 17, 2022 ⋅ 4 min read
Vue Property Decorator

Define properties with Vue Property Decorator and TypeScript

Dev

Support TypeScript in Vue class-based components by defining properties directly on the class in Vue components using Vue Class Component and Vue Property Decorator.

Oyetoke Tobi
Feb 2, 2022 ⋅ 4 min read
Synthetic Event React

Getting started with React SyntheticEvent

Dev

Take a detailed look at React SyntheticEvent by comparing it to plain JavaScript events and running through a few examples.

Oyetoke Tobi
Dec 7, 2021 ⋅ 6 min read