Anuncios Libros Cursos Categorías

Ways to Recover the Last Inserted ID in Laravel

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.


Solutions for the Error “Class ‘ZipArchive’ not found”

16-06-2024 - Andrés Cruz

Laravel We will see some tips to solve the problem of “Class ‘ZipArchive’ not found”.


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.


Flutter vs Kotlin Multiplatform: A Comparison in 2024

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.


Setting up Git for the first time

28-05-2024 - Andrés Cruz

Setting up Git for the first time

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.


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.


Using props in Laravel components to set default classes

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.