Blog

Abordamos tópicos de programación web, apps Android y escritorio con un enfoque 100% práctico y aplicado al mundo laboral.

Rutas de Aprendizaje Libros Cursos Categorías Anuncios

Install Zend Framework and Zend Tool on Linux

21-10-2023 - Andrés Cruz

Install Zend Framework and Zend Tool on Linux

PHP In this post we will see how to install Zend Framework on Linux and Zend Tool in a Linux environment.


OSX zsh - bash: Command not found in MacOS

13-10-2023 - Andrés Cruz

OSX zsh - bash: Command not found in MacOS

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.


reactive run-android failed "could not install *smartsocket* listener: Address already in use" in Node and MacOS

11-10-2023 - Andrés Cruz

reactive run-android failed "could not install *smartsocket* listener: Address already in use" in Node and MacOS

JavaScript Let's talk about the EACCES errors with NPM permissions error on MacOS


Forge2D with Flame and Flutter Complete Guide: 2D Game Development with Physics

22-09-2023 - Andrés Cruz

Forge2D with Flame and Flutter Complete Guide: 2D Game Development with Physics

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.


Web workers to execute JavaScript in parallel

06-09-2023 - Andrés Cruz

Web workers to execute JavaScript in parallel

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.


Websockets in Django using Django Channels, wsgi and asgi servers

12-07-2023 - Andrés Cruz

Websockets in Django using Django Channels, wsgi and asgi servers

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.


Redirects in Django: Types, Uses, and How to Maintain Your SEO When Changing URLs

08-07-2023 - Andrés Cruz

Redirects in Django: Types, Uses, and How to Maintain Your SEO When Changing URLs

Django Redirects in Django are the mechanism we have to send from one page to another that we have configured in our Django app.


How to incorporate a YouTube playlist on your website

29-05-2023 - Andrés Cruz

How to incorporate a YouTube playlist on your website

Programación básica How to embed a YouTube playlist on your website correctly. Methods using iframes, WordPress, and SEO best practices.


Create a side menu or Drawer in flutter for navigation in our app

14-05-2023 - Andrés Cruz

Create a side menu or Drawer in flutter for navigation in our app

Flutter We are going to know how we can create a side menu or Drawer with options, headers and user information in Flutter.


Connect an app in Flutter to the Cloud Firestore database in Firebase

09-05-2023 - Andrés Cruz

Connect an app in Flutter to the Cloud Firestore database in Firebase

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.