Temitope Oyedele

  I am a web developer and technical writer. I love to write about things I've learned and experienced.

     



13 Stories by Temitope Oyedele

Optimizing Vue.js apps with web workers

Web workers can improve Vue app performance by offloading resource-intensive tasks to separate threads, enhancing responsiveness and UX.
0 6 min read

Designing pixel art using CSS only

Designing pixel art using CSS is a fun and challenging way to create unique and interesting images. Let's get creative with CSS pixel art.
0 12 min read

Using Next.js’ middleware and Edge Functions

Next.js Edge Functions allow you to run code at the network's edge. In this post, we’ll learn how middleware works with Edge Functions.
3 11 min read

Getting started with the TypeScript satisfies operator

The TypeScript satisfies operator is a new and better approach to type-safe configuration in TypeScript released in TypeScript v4.9.
1 5 min read

Next.js vs. Angular: Comparing key features and use cases

Next.js and Angular are both popular JavaScript frameworks for developing web applications. Let's compare their features, use cases, and more.
0 5 min read

Exploring Anime.js with an example site animation project

Learn to use Anime.js, one of the best and fastest JavaScript animation libraries out there, to set your website a step above the rest.
1 10 min read

Creating a typewriter animation effect with only CSS

A typewriter CSS animation is easier to achieve than you may think. Let's explore how and why to create a typewriter animation with only...
2 6 min read

Using HSL colors in CSS

Using HSL in CSS is an efficient way to specify and modify colors. Let's explore use cases and why HSL stands out among other...
1 5 min read

Exploring post-processing in Unity

The built-in Unity Post Processing stack can help improve your game's visuals and solve the problems of color correction, effects, and more.
0 7 min read

How and when to use CSS calc(): Tutorial with examples

In this tutorial, we'll get to know the CSS calc() function, why it's useful, and how to use it in your projects.
0 9 min read

NestJS vs. Express.js

In this article, we’ll compare NestJS vs. Express.js to help developers choose the best framework for their Node.js projects.
0 6 min read

How to style React Router links with styled-components

Let's look at how to use styled-components and TypeScript to style React Router links in an application's navbar.
0 11 min read