Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Development and Gaming: Steam deck (handle pc) the best ally for a GAMER software developer

26-07-2024 - Andrés Cruz

Development and Gaming: Steam deck (handle pc) the best ally for a GAMER software developer

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.


Laravel, CodeIgniter, Django, Flask, FastAPI... They are the same....

14-07-2024 - Andrés Cruz

Laravel, CodeIgniter, Django, Flask, FastAPI... They are the same....

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.


How to Allow 2 Decimals in an Input of Type "Number" in HTML

11-07-2024 - Andrés Cruz

How to Allow 2 Decimals in an Input of Type "Number" in HTML

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.


Install PHP imagick on Windows, MacOS with Laragon and Laravel Herd

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.


How to solve This class inherits from a class marked as @immutable, and therefore should be immutable

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


Basic Shell Usage - Interactive Python Console in Django

06-06-2024 - Andrés Cruz

Basic Shell Usage - Interactive Python Console in Django

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.


Unit Tests in Django: What you should know

04-06-2024 - Andrés Cruz

Unit Tests in Django: What you should know

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.


Solution to gradlew The operation couldn’t be completed. Unable to locate a Java Runtime on MacOS and Windows

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.


Laravel Herd - The ideal environment for PHP development on MacOS y Windows

12-03-2024 - Andrés Cruz

Laravel Herd - The ideal environment for PHP development on MacOS y Windows

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.


Unit Testing in Flask with Pytest in Python

28-12-2023 - Andrés Cruz

Unit Testing in Flask with Pytest in Python

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.