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

Stories by Temitope Oyedele

NestJS Vs. Express.js

NestJS vs. Express.js

Dev

Compare NestJS and Express.js based on their features, architecture, community support, and more, for your Node.js project.

Temitope Oyedele
Apr 10, 2024 ⋅ 9 min read
Understanding Solid Js Props A Complete Guide From Beginner To Advanced

Understanding SolidJS props: A complete guide

Dev

Let’s see how Solid props work to promote component reusability, exploring basic to advanced concepts for a complete understanding.

Temitope Oyedele
Dec 7, 2023 ⋅ 11 min read
Optimizing Vue Js Apps With Web Workers

Optimizing Vue.js apps with web workers

Dev

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

Temitope Oyedele
Sep 19, 2023 ⋅ 6 min read
Designing Pixel Art Using Css Only

Designing pixel art using CSS only

Dev

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.

Temitope Oyedele
Jul 12, 2023 ⋅ 12 min read
Using Next.js’ Middleware and Edge Functions

Using Next.js’ middleware and Edge Functions

Dev

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.

Temitope Oyedele
Jun 14, 2023 ⋅ 11 min read
Getting Started With the TypeScript Satisfies Operator

Getting started with the TypeScript satisfies operator

Dev

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

Temitope Oyedele
May 5, 2023 ⋅ 5 min read
Comparing Next Js Vs Angular Key Features And Use Cases

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

Dev

Next.js and Angular are both popular JavaScript frameworks for developing web applications. Let’s compare their features, use cases, and more.

Temitope Oyedele
Mar 16, 2023 ⋅ 5 min read

Exploring Anime.js with an example site animation project

Dev

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.

Temitope Oyedele
Mar 6, 2023 ⋅ 10 min read
Creating A Typewriter Animation Effect With Css Only

Creating a typewriter animation effect with only CSS

Dev

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 CSS.

Temitope Oyedele
Jan 12, 2023 ⋅ 6 min read
Using Hsl Colors In Css

Using HSL colors in CSS

Dev

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 color models.

Temitope Oyedele
Oct 28, 2022 ⋅ 5 min read
Exploring Post-Processing In Unity

Exploring post-processing in Unity

Dev

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

Temitope Oyedele
Sep 5, 2022 ⋅ 7 min read
How And When To Use Css Calc Tutorial With Examples

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

Dev

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

Temitope Oyedele
Aug 1, 2022 ⋅ 9 min read