02-08-2024 - Andrés Cruz
Programación básica OPINION - I will tell you some anecdotes about the Gumroad platform when trying to use it to upload my content.
26-07-2024 - Andrés Cruz
Programación básica Are you a developer and a gamer? An analysis of how to separate work and leisure to avoid stress. Discover the advantages of a handheld PC like the Steam Deck to optimize your free time.
21-07-2024 - Andrés Cruz
Laravel We will see the steps to install Redis in Laragon, configure the DLL, start it from Laragon and run the process, we will also see the process in DBngin and MacOS.
15-07-2024 - Andrés Cruz
Flutter We will talk about the new features that version 4 of Flutter will bring, such as the incorporation of Material Design 3, new components, multi-windows and better performance.
14-07-2024 - Andrés Cruz
Programación básica OPINION - I will talk about why I consider all web frameworks to be the same, their foundations are the same, and knowing aspects of them allows us to learn good practices and be better developers.
12-07-2024 - Andrés Cruz
Laravel I will give you my reasons why I consider Hostinger to be the best hosting for Laravel in terms of quality and price; more details below...
11-07-2024 - Andrés Cruz
HTML Let's see how we can limit the number of decimals in a <input type="number" step="0.01" id="price"> field in HTML. Many times we have a text field which we want to represent a price or ultimately a numerical value with a decimal part; for that we use the step attribute.
07-07-2024 - Andrés Cruz
Laravel The next development that we are going to carry out is to use a middleware to detect the language configured by the user and establish it through the translation text strings, in addition, we also define the acronyms or language tag in the URL to return the corresponding translation.
27-06-2024 - Andrés Cruz
Vue We will see why we should not pass functions in props in Vue and what other mechanisms you can use such as the use of custom events.
22-06-2024 - Andrés Cruz
Laravel How to check if a string contains a specific word in Laravel using the Str::contains() function.