Telegram Web Link
#PHP #Tips #Post

Tres errores muy comunes que veo sobre type hintings en PHP son:

1. Pensar que los type hintings están sólo desde PHP 7, cuando están desde PHP 5. A partir de PHP 7 lo que se tiene es type hintings de tipos escalares y también type hintings de retorno.

2. Pensar que la directiva "declare(strict_types=1)" habilita la comprobación de type hintings, cuando no es nada de eso. Lo que hace es deshabilitar el casting entre tipos escalares en los type hintings.

3. Pensar que si se pone la directiva "declare(strict_types=1)" en la cabecera de un archivo de clases/trait/interface, se evita el casting de escalares siempre que se llame a cualquier método de esa clase. Pero solo afectaría a las llamadas entre métodos de la misma clase.

- Fuente: https://twitter.com/trasweb/status/1130883396241121291
#Github #MachineLearning #PHP

PHP-ML - Machine Learning library for PHP

- https://github.com/php-ai/php-ml
#JavaScript #API #Markup #JAMStack

JAMStack. Qué es el JAMStack? Una alternativa separada ha stacks como LAMP, MEAN o MEAN. Generador de sitios estaticos.

- https://jamstack.org/
#API #Tool #Testing

A hosted REST-API ready to respond to your AJAX requests.

- https://reqres.in/
#JavaScript #WebDesing #Helpful

Drag and drop so simple it hurts

Features
* Super easy to set up
* No bloated dependencies
* Figures out sort order on its own
* A shadow where the item would be dropped offers visual feedback
* Touch events!
* Seamlessly handles clicks without any configuration

- https://github.com/bevacqua/dragula
#Rest #Helpful #API #Tool

Cross-platform HTTP and GraphQL Client

Insomnia is a free cross-platform desktop application that takes the pain out of interacting with HTTP-based APIs. Insomnia combines an easy-to-use interface with advanced functionality like authentication helpers, code generation, and environment variables. There is also the option to subscribe to a paid plan to gain access to encrypted data sync and team collaboration.

- https://github.com/getinsomnia/insomnia
Feliz año a todos!!! 🥂😄

» "Que tus esfuerzos estén a la altura de tus ambiciones"
- Anónimo -
2025/06/30 07:28:12
Back to Top
HTML Embed Code: