01-05-2023 - Andrés Cruz
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.
30-04-2023 - Andrés Cruz
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.
29-04-2023 - Andrés Cruz
CodeIgniter We are going to explain how to install LAMP on Mac OS: Apache, PHP7, MySQL and PhPMyAdmin on our Mac.
19-04-2023 - Andrés Cruz
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.
19-04-2023 - Andrés Cruz
CodeIgniter Learn how to fully or partially export your database through a query in CodeIgniter
13-04-2023 - Andrés Cruz
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.
11-04-2023 - Andrés Cruz
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.
09-04-2023 - Andrés Cruz
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.
08-04-2023 - Andrés Cruz
Laravel We will talk about how to fix the Vite manifest not found manifest.json error
04-04-2023 - Andrés Cruz
Laravel We will see how to deal with a common error when working with migrations in Laravel, which happens when we rollback them.