How to Create a Loader Button with HTML, CSS, and jQuery

Tiempo de lectura: 2 minutos Reading time: 2 minutes Good afternoon! Today I bring you a very cool and interesting tutorial about an element you can use on your website. Let’s get started! A loader button is a functionality that allows users to know when a background task is being processed, such as a request to a server. In this … Read more

Install Jenkins on Ubuntu or Linux

Install Jenkins on Ubuntu or Linux

Tiempo de lectura: 2 minutos Reading time: 2 minutes In this tutorial, I’m going to show you how to install Jenkins on Ubuntu or Linux: Jenkins is an open-source Continuous Integration and Delivery (CI/CD) system. It allows you to automate the build, testing, and deployment of software applications, making it easier to deliver new features and fixes faster and more … Read more

Applying responsive design to an HTML, CSS, Javascript website

Applying responsive design to an HTML, CSS, Javascript website

Tiempo de lectura: 2 minutos Reading time: 2 minutes Adapting a website to be responsive is a process that involves designing and developing a website that adjusts to different screen sizes and devices, providing an optimal user experience across all of them. In order to adapt a website to be responsive, it is necessary to consider the following steps: Identify … Read more

Monitor your website with Uptime Kuma

Monitor your website with Uptime Kuma

Tiempo de lectura: 2 minutos Reading time: 2 minutes Today I bring you a service integrated in a Docker called Uptime Kuma. Uptime Kuma is a powerful web monitor that allows us to know the status of our website. It allows us to configure alerts for when our website goes down or even when the SSL certificate is about to … Read more

Create a Docker Compose container with Apache + PHP + MySQL (XAMPP with Docker)

Create a Docker Compose container with Apache + PHP + MySQL (XAMPP with Docker)

Tiempo de lectura: 3 minutos Reading time: 3 minutes Continuing with the series of Docker Compose tutorials, based on the previous tutorial “Associate a Docker file to have a custom image (Apache + PHP + Python) within Docker Compose”, we will now create a XAMPP or LAMPP service that includes Apache2, PHP, and MySQL. This will be achieved by leveraging … Read more

Crear un modal con Boostrap

Crear un modal con Boostrap

Tiempo de lectura: 2 minutos Reading time: 2 minutes To create a modal with Bootstrap and HTML, follow these steps: Include the Bootstrap stylesheet in your HTML file. You can do this by downloading the CSS file from the Bootstrap website or including a link to an online version in your HTML file. <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css”> Add the HTML code … Read more

How to create a symbolic link under htdocs to run our applications from the development environment we want on Windows.

How to create a symbolic link under htdocs to run our applications from the development environment we want on Windows.

Tiempo de lectura: < 1 minuto Reading Time: < 1 minute Good morning, in this post I am going to explain how to create a symbolic link under HTDOCS and be able to run our applications from our development environment, without having to constantly access HTDOCS to run it. The first thing we need to have installed is the XAMPP server ... Read more

How to Install and Use GitBash (Windows) for GITLAB and Other GIT Services

How to Install and Use GitBash (Windows) for GITLAB and Other GIT Services

Tiempo de lectura: 2 minutos Reading time: 2 minutes How to Install and Use GitBash (Windows) for GITLAB and Other GIT Services Photo by Lukas on Pexels What is Git Bash? It is an application for Microsoft Windows environments that offers an emulation layer for a Git command-line experience. Also valid on Linux and MacOS. You can install it on GITBASH. A Git … Read more

Web Accessibility

Web Accessibility

Tiempo de lectura: 2 minutos Reading time: 2 minutes Web accessibility refers to the ability of a website to be used by a wide range of people, including those with physical, cognitive, and learning disabilities. Web accessibility aims to ensure that all users, regardless of their abilities, can access and use the information and features of a website. There are … Read more