Anuncios Libros Cursos Categorías

Complete guide to installing WordPress on your server

06-03-2026 - Andrés Cruz

Complete guide to installing WordPress on your server

A complete guide to installing WordPress on your server. We'll show you how to configure the database, set up initial configurations, and get started.


Learn Python from Scratch: Installation and Configuration Guide 2026

06-03-2026 - Andrés Cruz

Learn Python from Scratch: Installation and Configuration Guide  2026

Discover why Python is the ideal language to start programming with. Learn how to install it, configure your environment, and take your first steps in web development and data science.


Install MongoDB on macOS with Homebrew and CRUD operations

23-02-2026 - Andrés Cruz

Install MongoDB on macOS with Homebrew and CRUD operations

Learn how to install MongoDB on macOS using Homebrew, step by step. This updated guide covers common errors, service startup, and CRUD examples to help you get started.


How to install MySQL on Mac and allow remote access

30-01-2026 - Andrés Cruz

How to install MySQL on Mac and allow remote access

Install MySQL on macOS with Homebrew step by step. Learn how to start the service, configure users, avoid common mistakes, and connect with Sequel Pro or TablePlus.


Install or Update PHP on MacOS with Homebrew

22-01-2026 - Andrés Cruz

Install or Update PHP on MacOS with Homebrew

We're going to learn how to update our PHP on our Mac OS operating system; by default, Mac comes with both Apache and the PHP module installed.


Android Studio Step by Step: Setup, File Structure, Composable - Your First App

16-01-2026 - Andrés Cruz

Android Studio Step by Step: Setup, File Structure, Composable - Your First App

Introduction to Android Studio; we will see its requirements, how to install it, SDK, Virtual Devices, folder set, file types -Gradle-, activity lifecycle, Composable and preview.


Steps to generate an APK and ABB signed in Release mode in Flutter using VSC in Google Play

04-01-2026 - Andrés Cruz

Steps to generate an APK and ABB signed in Release mode in Flutter using VSC in Google Play

We will talk about many important steps when generating an APK and ABB signed in Release mode in Flutter using VSC that are not discussed in the official documentation.


What is the Django 6 framework and why should you learn and use it to develop web apps?

04-12-2025 - Andrés Cruz

What is the Django 6 framework and why should you learn and use it to develop web apps?

In this post we are going to talk about the most popular web framework for Python known as Django 3, its characteristics, how to use it and installation through the pip that has been the package manager that Python offers us.


Installing and serving CodeIgniter 4 on Windows, Linux or MacOs

21-11-2025 - Andrés Cruz

Installing and serving CodeIgniter 4 on Windows, Linux or MacOs

We are going to learn how we can install CodeIgniter 4, for this we have two different ways; one completely manual and another via composer; these are the only two ways we have to work with C4.


What is Alpine.js? How to install it and get started

18-11-2025 - Andrés Cruz

What is Alpine.js? How to install it and get started

We can use Alpine.js via Node or the CDN; in this article, we'll see how to install it. We'll talk a little about the framework and introduce the "Hello World" Alpine example, which will showcase its reactivity and component-based approach.