Anuncios Libros Cursos Categorías

This is how serialize works in jQuery

22-01-2026 - Andrés Cruz

This is how serialize works in jQuery

JQuery The .serialize() method provided by jQuery allows you to create a text string in URL-encoded notation; The serialize method is perfect for working with forms and sending data to PHP via Ajax.


Install MongoDB on macOS with Homebrew and CRUD operations

22-01-2026 - Andrés Cruz

Install MongoDB on macOS with Homebrew and CRUD operations

Programación básica 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.


Install or Update PHP on MacOS with Homebrew

22-01-2026 - Andrés Cruz

Install or Update PHP on MacOS with Homebrew

PHP 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.


Incorporating Tailwind CSS into Django 6

21-01-2026 - Andrés Cruz

Incorporating Tailwind CSS into Django 6

Django We will incorporate Tailwind CSS into the Django framework using a package that allows us to create a Node project natively as if it were a Laravel project.


From RecyclerView to: LazyColumn, LazyRow and LazyVerticalGrid in Android Studio | Jetpack Compose

21-01-2026 - Andrés Cruz

From RecyclerView to: LazyColumn, LazyRow and LazyVerticalGrid in Android Studio | Jetpack Compose

Android Learn how to use lists in Jetpack Compose: Column, Row, LazyColumn, and LazyGrid. Optimize performance, scrolling, and reuse components efficiently.


Morphic Relationships in Laravel

21-01-2026 - Andrés Cruz

Morphic Relationships in Laravel

Laravel Practical guide on morphic relationships in Laravel: morphTo, morphOne and morphMany explained with real examples and query optimization in Eloquent.


Create a Card as a Container in Android Studio | Jetpack Compose

20-01-2026 - Andrés Cruz

Create a Card as a Container in Android Studio | Jetpack Compose

Android A letter is a container, usually with rounded edges and a raised edge that gives it depth. It is ideal for presenting data in an organized way.


How to view the SQL of migrations in Laravel with `php artisan migrate --pretend`

20-01-2026 - Andrés Cruz

How to view the SQL of migrations in Laravel with `php artisan migrate --pretend`

Laravel Discover how to view the SQL that migrations execute in Laravel without running them. Perfect for environments without terminal access.


How to Export Files in Excel Format with Laravel Excel

20-01-2026 - Andrés Cruz

How to Export Files in Excel Format with Laravel Excel

Laravel In this post we are going to see how we can generate an Excel file using Laravel, for this we are going to use a package that will greatly facilitate this entire process.


How to Validate Epubs to Ensure They Are CORRECT

20-01-2026 - Andrés Cruz

How to Validate Epubs to Ensure They Are CORRECT

Programación básica Discover how to validate EPUBs with EpubCheck step by step. Avoid errors and rejections on Google Play and publish 100% valid ebooks.