Development

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

  • From local chat to personal AI infrastructure with LMStudio and Aider

    01/02/2026

    In the previous article we explored how to install LMStudio, download models, and use them through its chat interface. That was our first approach to local AI: conversations, capability testing, and experimentation.

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

  • Essential n8n Fundamentals for building professional automations

    01/10/2025

    n8n has established itself as one of the most powerful tools for creating automation workflows, enabling developers and teams to connect different services and applications without writing complex code.

  • 10 Linux commands that will transform your development workflow

    15/08/2025

    What separates an average developer from an expert isn’t the IDE or the language—it’s how well they master their environment. If you’ve followed the Linux series so far, you already know the basic commands and understand how permissions work.

  • When everything feels urgent, nothing is: How milestones bring order to chaos

    15/06/2025

    Working in software can quickly turn into a maze of tasks, branches, and bugs waiting to be resolved. When the backlog starts piling up and the team loses sight of the goal, frustration is never far behind.

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

  • How to internationalize your Flutter app texts step by step

    01/04/2025

    When we start developing a new app, we usually focus on functionality, design, and user experience first. However, there’s one important aspect that’s often left for later—or worse, completely overlooked: text internationalization, also known as i18n (short for internationalization).

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

  • How to pick the right Flutter packages and build your first cross-platform desktop app

    01/10/2024

    We have already talked about Flutter and how it has become one of the most powerful frameworks for building applications with a single codebase. However, its capabilities go beyond mobile and web development, enabling the creation of cross-platform desktop applications.

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

  • Essential Flutter Widgets for Your Apps

    15/06/2024

    Flutter is a mobile app development framework created by Google that has gained popularity for its ability to build high-quality applications with a single codebase. We have already discussed this in depth here.

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

  • The new image format, WebP

    15/02/2024

    History and Evolution of the Format The WebP format was created by Google with the goal of speeding up internet loading times by significantly reducing the size of photos and online graphics without sacrificing quality.

  • Exploring testing phases in Google and Apple's mobile app stores

    15/01/2024

    In the mobile app development world, ensuring quality and user satisfaction is as crucial as innovation itself. Launching an app in today’s competitive market is a challenge that goes beyond developing innovative and attractive features.

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

  • Essential coding principles for better software

    28/08/2023

    In the vast universe of programming, there are principles that, although not commandments, provide great guidance for those who aspire to write clean, maintainable, and efficient code.

  • Basic principles of Scrum

    31/07/2023

    Agile methodologies were developed to provide a mechanism that facilitates adaptation to change in the development and creation of projects. In today’s fast-paced world, it’s essential to be ready for these changes to ensure the final quality of the project or product.