Anuncios Libros Cursos Categorías

Blue Light Computer Glasses, Why Do I Wear Them?

19-03-2025 - Andrés Cruz

Blue Light Computer Glasses, Why Do I Wear Them?

Programación básica I'm talking to you about the importance for ME of using glasses to protect myself from blue light.


PayPal Server, Generate authorization token to process order #-Python Django 28

15-03-2025 - Andrés Cruz

PayPal Server, Generate authorization token to process order #-Python Django 28

Django We are going to generate the access token to be able to process the order.


PayPal Server, Create PayPal class to charge PayPal using Django/PayPal - 27

14-03-2025 - Andrés Cruz

PayPal Server, Create PayPal class to charge PayPal using Django/PayPal - 27

Django We created the PayPal class to handle payments.


Obtaining relevant data when processing PayPal order Django - 30

09-03-2025 - Andrés Cruz

Obtaining relevant data when processing PayPal order Django - 30

Django Let's talk about the most important data that we should record.


Laravel, a framework that is becoming more difficult to learn, fragmented and redundant every day

06-03-2025 - Andrés Cruz

Laravel, a framework that is becoming more difficult to learn, fragmented and redundant every day

Laravel I give you my OPINION on why I think that every day Laravel becomes a more difficult framework to use and learn.


PayPal Server, Package for making http requests in Django/Python - 26

05-03-2025 - Andrés Cruz

PayPal Server, Package for making http requests in Django/Python - 26

Django We install a package to make HTTP requests using Python.


window.getSelection() in JavaScript - The torment of text selection

19-02-2025 - Andrés Cruz

window.getSelection() in JavaScript - The torment of text selection

JavaScript I talk about how I am implementing a functionality for text selection in JavaScript and being able to perform text highlighting and a note.


CORS in CodeIgniter 4, the easy way

15-02-2025 - Andrés Cruz

CORS in CodeIgniter 4, the easy way

CodeIgniter Learn how to properly configure CORS in CodeIgniter 4. Troubleshoot errors when connecting your REST API to Vue.js using native filters and routes.


Changing Your Computer's Processor (CPU) - Step by Step

30-01-2025 - Andrés Cruz

Changing Your Computer's Processor (CPU) - Step by Step

Programación básica I give you step by step instructions to change the processor of your PC, tips, previous steps, step by step and some other stories


Upgrading older versions of CodeIgniter 4 to a modern version

15-01-2025 - Andrés Cruz

Upgrading older versions of CodeIgniter 4 to a modern version

CodeIgniter I'm talking about how you can easily update an old project in C4 to a modern version. One of the problems we have is that the C4 team tends to change files like index.php, configurations, dependencies, which can be a mess if you have a very old project.