Programming

  • The W3C proposes WebMCP to help build websites for both humans and AI agents

    15/03/2026

    At 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.

  • How to run AI on your computer with free and private models

    15/01/2026

    Artificial intelligence keeps transforming the way we work, but there’s a catch with how most of us use it: we rely on cloud services that come with recurring costs, privacy concerns, and the constant need for an internet connection.

  • Superpowers to turn Claude Code into a real senior developer

    15/10/2025

    Imagine you’re working on a complex project. Your AI assistant generates code quickly, but inconsistently: sometimes it skips tests, other times it implements makeshift solutions, and when something fails, it makes random changes hoping they’ll work.

  • Automation and advanced logic in your database with functions and triggers

    15/04/2025

    In the previous chapters of this series, we’ve explored everything from foundational concepts of database design to more advanced SQL use cases using PostgreSQL. We’ve built a system to manage a public transportation network and covered how to define relationships between entities, perform complex queries, and even build views to simplify access to key data.

  • Build a New Year resolution generator with ChatGPT

    01/01/2025

    Almost 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/2024

    AI-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.

  • Debugging errors during Software Development

    15/07/2024

    The origin of debugging The term debugging, so familiar in the world of software development, has a rather interesting history that dates back to the early days of computing.

  • Github Copilot as a development buddy

    01/05/2024

    In today’s article, we will discuss Github Copilot, an AI-driven programming assistant specifically trained for this purpose. Copilot products are a collaboration between OpenAI and Microsoft, with two products currently sharing the same name, Microsoft Copilot, which is integrated into the well-known office suite of the tech giant, Office, and Github Copilot, developed and trained by Microsoft’s subsidiary, Github, specifically designed as a support tool during the software development process.

  • Creating our first Cross-Platform app, a palindrome checker

    15/03/2024

    Introduction In the previous chapters of our series on Flutter, we’ve laid down a solid theoretical and practical foundation that allows us to delve deeper into the fascinating world of cross-platform application development.

  • Let's talk (About) Dart, the language of Flutter

    01/01/2024

    In the world of mobile application development, Flutter has stood out as one of the most innovative and efficient frameworks. However, the real hero behind its success is the programming language that powers it: Dart.

  • Widgets, the cornerstone of Flutter

    15/11/2023

    In the previous chapter, we explored the origins of the Flutter framework, who created it, a bit about its community, the Dart language, Skia, etc. We took a tour on the surface of this profound technology involving multiple actors.

  • Flutter introduction

    15/09/2023

    Flutter is a mobile app development framework created by Google. It utilizes the Skia rendering engine to directly paint each view of the application on the screen, enabling the creation of highly customizable and flexible user interfaces from a single codebase.