Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
26-07-2024 - Andrés Cruz
Programación básica Are you a developer and a gamer? An analysis of how to separate work and leisure to avoid stress. Discover the advantages of a handheld PC like the Steam Deck to optimize your free time.
14-07-2024 - Andrés Cruz
Programación básica OPINION - I will talk about why I consider all web frameworks to be the same, their foundations are the same, and knowing aspects of them allows us to learn good practices and be better developers.
11-07-2024 - Andrés Cruz
HTML Let's see how we can limit the number of decimals in a <input type="number" step="0.01" id="price"> field in HTML. Many times we have a text field which we want to represent a price or ultimately a numerical value with a decimal part; for that we use the step attribute.
15-06-2024 - Andrés Cruz
PHP In this entry, we will explain how to install the Imagick DLL on Windows and MacOS, in the Laragon and Laravel Herd environments; this is an extension used for image manipulation in PHP and is used internally by many PHP packages such as QR generators.
11-06-2024 - Andrés Cruz
Flutter We will talk about how to resolve the warning This class inherits from a class marked as @immutable, and therefore should be immutable in Dart
06-06-2024 - Andrés Cruz
Django We will learn how to use the Django Shell: python manage.py shell To be able to execute commands as if they were defined in a view, it is ideal for testing all kinds of scripts and evaluating their operation.
04-06-2024 - Andrés Cruz
Django We will talk about the different configurations that can be used when performing tests in Django, such as configuration of the test database, types of TestCase classes, among others.
24-05-2024 - Andrés Cruz
Flutter We will see how to solve the Unable to locate error in Java Runtime when executing some commands in Flutter, Kotlin or Android in general.
12-03-2024 - Andrés Cruz
Laravel Laravel Herd, which is the equivalent of Laragon but for MacOS, with Laravel Herd we have an environment available in which to develop in Laravel and we can install.
28-12-2023 - Andrés Cruz
Flask We will use Pytest to perform unit testing, we will talk about the package, installation, configuration and performing a test on a project in Flask.