Frontend
-
The technology behind real-time web experiences: How WebSockets actually work
15/06/2026“Real-time” sounds more ambitious than it actually is. It’s not magic, and it doesn’t require expensive infrastructure — in many cases it comes down to picking the right communication mechanism for the problem in front of you.
-
How to debug HTTP requests in Flutter with DevTools
01/05/2026Throughout the Flutter series we have covered how an application is structured, how to build interfaces with widgets, how to lean on Dart, how to handle asynchronous operations, how to integrate packages, how to bring the UI to life with animations, and how to adapt text content with internationalization.
-
The W3C proposes WebMCP to help build websites for both humans and AI agents
15/03/2026At BetaZetaDev we like getting ahead of the curve, and one of our goals is to bring you the future of web browsing before it becomes the present.
-
Build a New Year resolution generator with ChatGPT
01/01/2025Almost everyone makes New Year resolutions at the beginning or end of the year, or at least rethinks goals and objectives. For this article, considering the time of year, we’ll do something “different,” something simple yet practical.
-
Exploring Github Copilot in the web by building a simple Q&A page
15/12/2024AI-powered programming assistants are on everyone’s mind. They are already altering the workflow of developers, and in the future, they could completely redefine the way we code, making it unrecognizable compared to today.