17-11-2025 - Andrés Cruz
IA In this video, I'll show you the definitive guide to installing and running your own Large Language Models (LLMs) directly on your computer (PC or Mac). Discover how to harness the power of AI locally, ensuring privacy, speed, and efficiency without sacrificing performance.
17-11-2025 - Andrés Cruz
Flutter Discover how to work with PDFs in Flutter step by step: viewing, generating, previewing, sharing, and the best packages like pdfrx, pdf, printing, and more. Learn to open PDF files from assets, network, and local storage, and create professional reports, invoices, and dynamic documents with real-world examples and ready-to-use code. The ultimate guide to PDFs in Flutter.
17-11-2025 - Andrés Cruz
Flutter I'll show you how to use the Flutter Quill plugin in Flutter to enable Rich Text in your application, and I'll also introduce a mechanism for formatting text in Flutter.
16-11-2025 - Andrés Cruz
Vue We are going to learn how to do a simple routing in Vue 3, for this we are going to use the Vue Router plugin which is excellent because it is developed and maintained by the same Vue people, therefore the integration is optimal.
16-11-2025 - Andrés Cruz
Laravel We are going to apply the filters defined before using the when and whereBetween, which is the predefined way in Laravel.
16-11-2025 - Andrés Cruz
Laravel We will learn how to generate Flash messages in Laravel Inertia, which are messages that only last for one request and are ideal for showing confirmation of an action performed, such as deleting.
16-11-2025 - Andrés Cruz
Laravel We implemented a native confirmation dialog in Laravel Inertia and also, using Oruga UI with Vue.
16-11-2025 - Andrés Cruz
Laravel We see an update on how to migrate from InertiaLink to the new approach implemented by the people of Inertia Laravel.
16-11-2025 - Andrés Cruz
Laravel We will know how to handle forms in Laravel Inertia with Vue, the basic flow to use a component in Vue and send the request to Laravel.
16-11-2025 - Andrés Cruz
Laravel We will see the process of uploading or loading files in Laravel Inertia, which includes an implementation that shows how to implement drag and drop uploads.