Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.
21-10-2023 - Andrés Cruz
PHP In this post we will see how to install Zend Framework on Linux and Zend Tool in a Linux environment.
13-10-2023 - Andrés Cruz
Programación básica We will see how to solve the Command not found error that occurs when you try to execute a command that is not recognized in MacOS.
11-10-2023 - Andrés Cruz
JavaScript Let's talk about the EACCES errors with NPM permissions error on MacOS
22-09-2023 - Andrés Cruz
Flutter Want to create 2D physics games in Flutter? Learn to master Forge2D with Flame: from setting up the world and camera to managing bodies, forces, and collisions.
06-09-2023 - Andrés Cruz
JavaScript Web workers allow code sections of JavaScript files to be executed in parallel in a separate thread; In this entry we will see how to work with web workers.
12-07-2023 - Andrés Cruz
Django Learn how to implement WebSockets in Django with Django Channels. A complete guide covering ASGI servers, consumers, and how to create a real-time chat step by step.
08-07-2023 - Andrés Cruz
Django Redirects in Django are the mechanism we have to send from one page to another that we have configured in our Django app.
29-05-2023 - Andrés Cruz
Programación básica How to embed a YouTube playlist on your website correctly. Methods using iframes, WordPress, and SEO best practices.
14-05-2023 - Andrés Cruz
Flutter We are going to know how we can create a side menu or Drawer with options, headers and user information in Flutter.
09-05-2023 - Andrés Cruz
Flutter We are going to configure a project in Flutter to the Cloud Firestore database in Firebase and learn the CRUD operations to this database.