Web Bloat, Dev Ops & Developer Tools - March 2026
Welcome to Hot Web Dev March 2026, featuring the latest technology, web development news and articles. This month, we discuss websites prioritising revenue ahead of readability and how it's spoiling the web. We’ve got a DevOps career path to die for, and the tool of the month is a development delight.
Table of contents:
- How Much Bloat?
- Learning Resources
- Coding & Web Design News & Resources
- WOW Tool Of The Month
- Must-Read Resources From March 2026
How Much Bloat?
Ever clicked on a website, and you are immediately attacked by multiple pop-ups, cookie banners, and advertising that loads and shares your data with a minimum of 250 partners. If you look at the network console in developer tools, you can see just how much is loaded. News websites are typically heavily laden with ads and trackers. This causes slow loading times, impacts the user experience and browser performance, prompting the use of ad blockers.
The programmatic auction process relies on frequent behavioural surveillance. This involves background monitoring and data collection of users. This paradox highlights the disconnect between mandatory cookie banners and ongoing data mining practices. Publishers, desperate for revenue, prioritise short-term gains over long-term reader retention. This leads to user-hostile design choices, driven by metrics such as viewability and time-on-page, which increase ad revenue at the expense of user experience.
Users face a frustrating experience when clicking news links with intrusive GDPR banners, newsletter modals, and notification prompts, hindering access to the desired content.
Google is no better. It penalises Cumulative Layout Shift (CLS) and other factors that negatively impact user experience, yet its own ad products contribute to these issues. Have you ever viewed a website on a mobile device and found it automatically scrolling back to the top? Auto-playing videos embedded by publishers are unpopular, especially when they shrink and pin themselves to the screen while scrolling.
A 49 MB web page is compared to the size of Windows 95 and a high-quality MP3 song, highlighting the significant increase in data size and the impact of modern frameworks and ad-tech on web page loading times.
We do have faster internet speeds, but when publishers prioritise revenue over readability, it ultimately defeats the purpose.
Learning Resources
A database system comprises hardware, software, data, and users. The hardware stores the database, while the software, typically a DBMS, manages it. Data is organised into user data and metadata, and users interact with the system through various roles.
Different database types suit different needs. Relational databases are widely used for structured data, while NoSQL databases handle unstructured data. Cloud and distributed databases offer scalability and fault tolerance.
An Introduction to Database System Design article discusses best practises for designing highly functional databases, covering topics such as database components, design stages, and system design.
This career roadmap for DevOps outlines a path from foundational skills to senior-level expertise. It covers essential areas including infrastructure as code, containerisation (including Docker and Kubernetes), CI/CD pipelines and much more.
Coding & Web Design News & Resources
More and more websites are using AI to switch technologies. Migrating an entire codebase from React to Vue or Svelte would be tedious in the past. You would probably end up rewriting the whole thing. With the help of AI agents, this is possible.
Strawberry browser’s UI was ported from React to Svelte to improve performance. React’s virtual DOM caused rendering issues, especially with multiple React apps and constant updates from AI agents. Svelte’s fine-grained reactivity and compiled JavaScript provided a faster, more responsive solution.
Switching to Svelte resulted in a 2x faster browser with improved performance, including faster tab loading and smoother token streams. The codebase was also optimised, with 56 unused dependencies removed and increased test coverage.
WOW Tool Of The Month
DevKit is a suite of tools that run entirely in your browser, ensuring privacy and security. It provides instant results, requires no account, and is designed with developers in mind.
- Converters and encoders transform data between various formats and encodings. This includes text case converters, Base64 encoding and decoding, URL encoding, JSON/YAML/TOML formatters and more.
- Generators create content and data for your projects. You can generate Lorem Ipsum text, UUIDs, QR codes, passwords, gradients, placeholder images and more.
- Web development tools are essential for web developers. These tools extract images, optimise assets, generate meta tags, minify code and manage URLs efficiently.
- Utilities provide general-purpose developer utilities. These include colour pickers, hash generators, diff checkers, regex testers, unit converters and JWT debuggers.
Most tools offer one-click copy, download results, clear/reset, real-time updates, and error handling.