-
main
(omaster
): Siempre lista para producción.- Solo código estable y desplegable.
- Rama protegida (requiere revisión de PR).
-
develop
: Rama de integración.
This is a production-ready FastAPI backend for serving APIs, real-time features, and machine learning models. It supports:
- RESTful endpoints
- WebSocket-based real-time communication
- Secure authentication (JWT/OAuth2)
- Async database operations (SQL and NoSQL)
- Distributed ML workloads (e.g., Stable Diffusion via Celery)
- Observability with logging and metrics
To install DataTables in a Laravel 12 project, you typically use the yajra/laravel-datatables
package, which provides server-side processing support for jQuery DataTables. Here's a complete step-by-step guide:
composer require yajra/laravel-datatables-oracle:"^10.0"
This version is compatible with Laravel 10–12.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Stop all running containers | |
echo "Stopping all running containers..." | |
docker stop $(docker ps -a -q) | |
# Remove all containers | |
echo "Removing all containers..." | |
docker rm $(docker ps -a -q) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ALERT! There are more than ten years since I wrote the first version (adaptation) of this code with PHP 5.6, | |
* then I changed my code stack and I couldn't mantain this code anymore. Ten years ago worked like a charm. | |
* Fell free to test, use, fork, update, etc. and if possible put in the comments how to fix, | |
* if it doesn't work for you as it is, so other people could find answers. | |
**/ | |
/** | |
* Get hearder Authorization |
NewerOlder