Home/Victor Ayomipo
Author
VAVictor Ayomipo

Victor Ayomipo

8 articles by Victor Ayomipo.

Frontend — When It Makes Sense To “Block” The Main Thread — Smashing Magazine

When It Makes Sense To “Block” The Main Thread — Smashing Magazine

The common rule of thumb is to never “block” the browser’s main thread when running JavaScript tasks. But is this a hard rule? Victor Ayomipo describes a use case he encountered involving a screenshot extension where he made an exception to the rule and decided that blocking the main thread was absolutely the right thing to do.

VAVictor AyomipoVictor Ayomipo·July 17, 2026Frontend
Frontend — Previewing Content Changes In Your Work With document.designMode — Smashing Magazine

Previewing Content Changes In Your Work With document.designMode — Smashing Magazine

You probably already know that you can use developer tools in your browser to make on-the-spot changes to a webpage — simply click the node in the Inspector and make your edits. But have you tried `document.designMode`? Victor Ayomipo explains how it can be used to preview content changes and demonstrates several use cases where it comes in handy for everything from basic content editing to improv

VAVictor AyomipoVictor Ayomipo·March 21, 2025Frontend
Languages — Solo Development: Learning To Let Go Of Perfection — Smashing Magazine

Solo Development: Learning To Let Go Of Perfection — Smashing Magazine

The best and worst thing about solo development is the “solo” part. There’s a lot of freedom in working alone, and that freedom can be inspiring, but it can also become a debilitating hindrance to productivity and progress. Victor Ayomipo shares his personal lessons on what it takes to navigate solo development and build the “right” app.

VAVictor AyomipoVictor Ayomipo·January 10, 2025Languages
Frontend — CSS min() All The Things — Smashing Magazine

CSS min() All The Things — Smashing Magazine

Victor Ayomipo experiments with the CSS `min()` function, exploring its flexibility with different units to determine if it is the be-all, end-all for responsiveness. Discover the cautions he highlights against dogmatic approaches to web design based on his findings.

VAVictor AyomipoVictor Ayomipo·October 17, 2024Frontend
Career & Teams — How Developers Can Strengthen Their Mental Health Amidst High-Pressure Projects — Smashing Magazine

How Developers Can Strengthen Their Mental Health Amidst High-Pressure Projects — Smashing Magazine

There’s no shortage of articles about the mental health of developers, ranging from personal accounts of harrowing work experiences to round-ups of advice on how to preserve healthy work habits. But what working situations trigger things like stress, anxiety, burnout, and depression? Victor Ayomipo shares his personal triggers and how he manages them.

VAVictor AyomipoVictor Ayomipo·March 29, 2024Career & Teams