App

  • Programming ≠ Creating a product. Beyond the algorithm

    01/03/2025

    Have you ever built something convinced that it would be a success… only to realize that in the end, no one uses it? Today, we’re shifting gears a bit to talk about something that I find very interesting and that is often misunderstood: programming vs.

  • Asynchrony in Flutter

    15/09/2024

    Introduction to asynchrony in programming In the world of programming, one of the biggest challenges developers face is how to manage tasks that take time to complete without blocking the execution of the rest of the program.

  • How to publish our iOS app on the App Store

    01/08/2024

    Publishing an application on Apple’s App Store may seem like a complicated process, but with this guide, it will become a completely manageable task. Below, we will see the essential steps to take your app from development to making it available to millions of users on the App Store.

  • How to deploy our Android app on Google Play

    01/07/2024

    At the beginning, when we have a developed application and want to publish it, many questions arise. How is it done? What do I need? How much does it cost?

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

  • Take your apps to the next level by storing and sharing data with customized QR codes

    15/05/2024

    Previously, we have seen how QR codes work and how they can be used to store specific information to be read by an external device. Their potential is vast as they offer an interface between the physical and digital worlds.

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

  • GraphQL Flutter client

    07/04/2023

    We have seen the basic functionalities to manage our data that GraphQL offers us. Operations like Query, Mutation and Subscription of GraphQL allow us to obtain, create, update and delete data with a very simple and easy to learn syntax.