Web Development

How Everything We Know About SEO Is Full of Lies

SEO is riddled with myths like overvaluing keywords, backlinks, and content length. Success lies in focusing on user intent, creating valuable content, and adapting to changes. Stop chasing shortcuts and diversify your strategy, as Google prioritizes its own interests over yours. Build genuine authority and deliver what users need for lasting results.

How Everything We Know About SEO Is Full of Lies Read More »

Integrations: From Simple Data Transfer To Modern Composable Architectures

This article is a sponsored by Storyblok When computers first started talking to each other, the methods were remarkably simple. In the early days of the Internet, systems exchanged files via FTP or communicated via raw TCP/IP sockets. This direct approach worked well for simple use cases but quickly showed its limitations as applications grew

Integrations: From Simple Data Transfer To Modern Composable Architectures Read More »

Chrome 133 Goodies

I often wonder what it’s like working for the Chrome team. You must get issued some sort of government-level security clearance for the latest browser builds that grants you permission to bash on them ahead of everyone else and come up with these rad demos showing off the latest features. No, I’m, not jealous, why

Chrome 133 Goodies Read More »

Keeping the page interactive while a View Transition is running

When using View Transitions you’ll notice the page becomes unresponsive to clicks while a View Transition is running. […] This happens because of the ::view-transition pseudo element – the one that contains all animated snapshots – gets overlayed on top of the document and captures all the clicks. ::view-transition /* 👈 Captures all the clicks! */ └─

Keeping the page interactive while a View Transition is running Read More »