David Omotayo Frontend developer and indie game enthusiast.

Stories by David Omotayo

Control CSS Cascade With Cascade Layers

Cascade layers: Control the CSS cascade with the @layer at-rule

Dev

Learn about CSS cascade layers. The @layer at-rule can be used to prevent or address conflicts regarding layer order and specificity.

David Omotayo
Feb 16, 2022 ⋅ 6 min read
Vue vs Svelte Comparing Framework Internals

Svelte vs. Vue: Comparing framework internals

Dev

Svelte improves on what made us love Vue to begin with, like high performance, a lightweight and familiar templating syntax, and an easy learning curve.

David Omotayo
Jan 24, 2022 ⋅ 12 min read
Building SVGs Javascript Pablo

Building SVGs in JavaScript with Pablo

Dev

In this article, we’ll introduce Pablo and discuss how it can be used to create both simple and complex SVG shapes. Pablo is an open source library that is faster and easier to use compared to vanilla JavaScript.

David Omotayo
Jan 4, 2022 ⋅ 9 min read
react-three-fiber

Configure 3D models with react-three-fiber

Dev

react-three-fiber is a React renderer for Three.js that eases working with 3D models on the web by handling imperative Three.js functionalities under the hood.

David Omotayo
Nov 8, 2021 ⋅ 13 min read