Applications
-
Databases, an introduction to fundamentals
15/11/2024Today we will talk about databases, which are often the backbone of modern computer systems, powering everything from business applications to social networks and e-commerce systems.
-
Installing and managing software in GNU/Linux
01/09/2024In any operating system, installing, updating, and removing software is a fundamental task. In GNU/Linux, this management is done using packages, which are collections of files installed on your system to provide an application or utility.
-
The ELK suite for monitoring the health and performance of our apps
15/08/2024Monitoring is one of the fundamental pieces in software development; it helps us ensure the stability and performance of systems. The ability to detect issues before they affect end users, analyze behavior, and optimize performance is vital for any organization that wants to understand the state of its business.
-
Exploring testing phases in Google and Apple's mobile app stores
15/01/2024In 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.
-
Let's talk (About) Dart, the language of Flutter
01/01/2024In 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.
-
Advertising our own apps for free with Google Admob's auto fill
15/12/2023In this case, we will see how we can take advantage of the auto fill feature of Google Admob to advertise our applications within others under our control.
-
Flutter introduction
15/09/2023Flutter 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.