David Omotayo Frontend developer and indie game enthusiast.

Stories by David Omotayo

tailwind typography

How to use the Tailwind Typography plugin

Dev

Walk you through how to set up and use the Tailwind Typography plugin, also known as the @tailwindcss/typography or the prose plugin.

David Omotayo
May 7, 2025 ⋅ 7 min read

React Compiler RC: What it means for React devs

Dev

The React team officially released the first Release Candidate (RC). Let’s go over what’s new in RC and what it means for React developers.

David Omotayo
May 2, 2025 ⋅ 7 min read
Understanding Anthropic's Model Context Protocol (MCP)

Understanding Anthropic’s Model Context Protocol (MCP)

Dev

The Model Context Protocol (MCP) provides a standardized way for AI models to access contextual information from diverse data sources.

David Omotayo
May 2, 2025 ⋅ 12 min read
how to measure round-trip time using cURL

How to measure round-trip time (RTT) using cURL

Dev

Learn how to measure round-trip time (RTT) using cURL, a helpful tool used to transfer data from or to a server.

David Omotayo
Feb 26, 2025 ⋅ 10 min read
Leveraging Parallel Computing In Node.js

Leveraging parallel computing in Node.js

Dev

Use parallel computing in Node.js with worker threads to optimize performance, handle CPU-intensive tasks, and utilize multi-core processors.

David Omotayo
Feb 13, 2025 ⋅ 8 min read
Implementing Scroll-Aware UI State With CSS

Implementing scroll-aware UI state with CSS

Dev

Learn how to implement scroll-aware UI state using CSS and scroll-driven animations to enhance user experience without JavaScript.

David Omotayo
Feb 10, 2025 ⋅ 13 min read

Mastering charts and database visualization with ChartDB

Dev

ChartDB is a powerful tool designed to simplify and enhance the process of visualizing complex databases. Explore how to get started with ChartDB to enhance your data storytelling.

David Omotayo
Jan 3, 2025 ⋅ 7 min read
Implementing Infinite Scroll In React Snap Carousel

Implementing infinite scroll in React with React Snap Carousel

Dev

Making carousels can be time-consuming, but it doesn’t have to be. Learn how to use React Snap Carousel to simplify the process.

David Omotayo
Dec 13, 2024 ⋅ 10 min read
Vue logo over a brown background.

A guide to two-way binding in Vue

Dev

Learn how to implement one-way and two-way data binding in Vue.js, using v-model and advanced techniques like defineModel for better apps.

David Omotayo
Nov 22, 2024 ⋅ 10 min read
Vue.js Logo on Abstract Blue Background

Automatic file-based routing in Vue.js

Dev

Read how automatic file-based routing works and is set up in Vue.js along with how it compares to traditional routing methods.

David Omotayo
Oct 18, 2024 ⋅ 11 min read

How to implement Coolify, the self-hosted alternative to Heroku

Dev

If you’ve been active on Twitter or Reddit lately, you’ve likely seen discussions surrounding Vercel’s pricing model, which has turned […]

David Omotayo
Aug 28, 2024 ⋅ 15 min read
Exploring The React Compiler: A Detailed Introduction

Exploring the React Compiler: A detailed introduction

Dev

The new React Compiler promises to streamline frontend development with React by eliminating the need for manual memoization and optimization.

David Omotayo
Jul 3, 2024 ⋅ 11 min read