Anuncios Libros Cursos Categorías

SQFlite to manage a database with SQLite in Flutter

01-05-2023 - Andrés Cruz

SQFlite to manage a database with SQLite in Flutter

Flutter We will explain how to use SQLite in Flutter through a dependency that will allow us to use the famous database manager in our project.


Enum with extensions in Flutter

30-04-2023 - Andrés Cruz

Enum with extensions in Flutter

Flutter Learn how to enhance enums with Flutter extensions to clean up your code and eliminate repetitive switch statements. Discover how to centralize titles, icons, colors, and actions in one place to improve your app's architecture and scalability with this essential pattern.


Install Lamp: Apache, PHP, MySQL and PHPMyAdmin on MacOS

29-04-2023 - Andrés Cruz

Install Lamp: Apache, PHP, MySQL and PHPMyAdmin on MacOS

CodeIgniter We are going to explain how to install LAMP on Mac OS: Apache, PHP7, MySQL and PhPMyAdmin on our Mac.


The helpers in CodeIgniter 3 to define our functions

19-04-2023 - Andrés Cruz

The helpers in CodeIgniter 3 to define our functions

CodeIgniter We are going to learn what helpers are, how we can load helpers, why we should use them, and how to create our own helpers in CodeIgniter.


Backup of the database in CodeIgniter 3 (includes CSV)

19-04-2023 - Andrés Cruz

Backup of the database in CodeIgniter 3 (includes CSV)

CodeIgniter Learn how to fully or partially export your database through a query in CodeIgniter


Configure Laravel Sanctum for SPA authentication and API Tokens

13-04-2023 - Andrés Cruz

Configure Laravel Sanctum for SPA authentication and API Tokens

Laravel We're going to learn about Laravel Sanctum and configure Laravel Sanctum via SPA or API Tokens to secure a REST API with required authentication.


Display HTML content in Laravel blade

11-04-2023 - Andrés Cruz

Display HTML content in Laravel blade

Laravel Many times we want to display an HTML block directly in a blade view file; for that we have to use another type of printing in the blade file.


Laravel Jetstream with Livewire to work with a Scafolding

09-04-2023 - Andrés Cruz

Laravel Jetstream with Livewire to work with a Scafolding

Laravel We are going to talk about Livewire with Laravel, a fundamental component when we want to create applications with preconfigured ready to edit, with modules for user, tokens, roles and much more.


In Laravel: See manifest not found manifest.json

08-04-2023 - Andrés Cruz

In Laravel: See manifest not found manifest.json

Laravel We will talk about how to fix the Vite manifest not found manifest.json error


FOREIGN_KEY_CHECKS for rollback of foreign key type migrations in Laravel

04-04-2023 - Andrés Cruz

FOREIGN_KEY_CHECKS for rollback of foreign key type migrations in Laravel

Laravel We will see how to deal with a common error when working with migrations in Laravel, which happens when we rollback them.