17-06-2024 - Andrés Cruz
Laravel We will see 5 ways to obtain the identifier or instance of the model to be able to obtain the ID in Laravel using Eloquent.
16-06-2024 - Andrés Cruz
Laravel We will see some tips to solve the problem of “Class ‘ZipArchive’ not found”.
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.
03-06-2024 - Andrés Cruz
Flutter Flutter and Kotlin Multiplatform are two options for developing cross-platform applications. Flutter stands out for its Hot Reload and cross-platform development, while KMP offers code sharing and native performance.
28-05-2024 - Andrés Cruz
Programación básica Git, the widely used version control system, is essential for tracking and managing code changes. Learn how to set it up for the first time.
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.
15-05-2024 - Andrés Cruz
Laravel Using props to set default values for classes is very useful when we want to leave a class by default but override it when consuming the component when necessary.