Development

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