david_dev05's profile picture.

David

@david_dev05

David รีโพสต์แล้ว

Bruno es un camino sin retorno

DanielBlancoSWE's tweet image. Bruno es un camino sin retorno

Is there any API testing tool worse than postman?

valigo_gg's tweet image. Is there any API testing tool worse than postman?


David รีโพสต์แล้ว

Red flags en un proyecto de React 🚩 React

baumannzone's tweet image. Red flags en un proyecto de React

🚩 React

David รีโพสต์แล้ว

🚀 Coming in #Angular 21 🆕 New Migration: ngStyle -> style

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
🆕 New Migration: ngStyle -> style

David รีโพสต์แล้ว

🚀 Coming in #Angular 21 ✔️ Built-in validator for regex patterns

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
✔️ Built-in validator for regex patterns

David รีโพสต์แล้ว

🚀 Coming in #Angular 21 🆕 Signal Forms! Look at a simple example:

TheIgorSedov's tweet image. 🚀 Coming in #Angular 21
🆕 Signal Forms! 
 Look at a simple example:

David รีโพสต์แล้ว

David รีโพสต์แล้ว
_newtonjob's tweet image.

David รีโพสต์แล้ว

🚨Bruno v2.14.0 is here and it's massive ⚡️Your local, Git-native, API Client keeps getting better! - Request/Response examples - Copy + paste requests - Import/Export collection & global environments - Vault + API Key auth - GraphQL + gRPC upgrades - Import WSDL 🐞 Tons of…

use_bruno's tweet image. 🚨Bruno v2.14.0 is here and it's massive 
⚡️Your local, Git-native, API Client keeps getting better! 

- Request/Response examples
- Copy + paste requests
- Import/Export collection & global environments
- Vault + API Key auth
- GraphQL + gRPC upgrades
- Import  WSDL

🐞 Tons of…

David รีโพสต์แล้ว

🎉🥳🎈🪩 👇

Fancy some signal forms debounce ? 👀 #Angular github.com/angular/angula…

Jean__Meche's tweet image. Fancy some signal forms debounce ? 👀
#Angular 

github.com/angular/angula…


David รีโพสต์แล้ว

The results are in! The winner of the PHP 8.5 Release Page Design Contest is @nunowar 🏆🎉 Big thanks to everyone who submitted their ideas, and to @phpstorm and @rectorphp for sponsoring the prizes 🙌 See the full results and next steps: thephp.foundation/blog/2025/11/0…

ThePHPF's tweet image. The results are in!
The winner of the PHP 8.5 Release Page Design Contest is @nunowar 🏆🎉

Big thanks to everyone who submitted their ideas, and to @phpstorm and @rectorphp for sponsoring the prizes 🙌

See the full results and next steps:
thephp.foundation/blog/2025/11/0…

David รีโพสต์แล้ว

For GDE @EliranEliassy, the #Angular community is more than just code — it’s a place where deep, supportive friendships are forged. His commitment to community creates a network that is strong and dependable. Are you ready to connect with experts who share your passion? If so,…

angular's tweet image. For GDE @EliranEliassy, the #Angular community is more than just code — it’s a place where deep, supportive friendships are forged. His commitment to community creates a network that is strong and dependable.
Are you ready to connect with experts who share your passion? If so,…

David รีโพสต์แล้ว

🅰️💥 #Angular 21's CLI will support 𝐓𝐚𝐢𝐥𝐰𝐢𝐧𝐝 𝐂𝐒𝐒 config generation for new projects

GergelySzerovay's tweet image. 🅰️💥 #Angular 21's CLI will support 𝐓𝐚𝐢𝐥𝐰𝐢𝐧𝐝 𝐂𝐒𝐒 config generation for new projects

David รีโพสต์แล้ว

First glimps of the signal forms on the v21 #Angular docs ! 👀 Tell us how you feel about them ! v21.angular.dev/essentials/sig…


David รีโพสต์แล้ว

Este video de @lauriewired me encantó! "Programar no son matemáticas, es lingüística" youtube.com/watch?v=rv3S1H…

charliesbot's tweet image. Este video de @lauriewired me encantó!

"Programar no son matemáticas, es lingüística"

youtube.com/watch?v=rv3S1H…

David รีโพสต์แล้ว

¿Por qué los microservicios se vuelven tan complejos? En un monolito, todo vive dentro del mismo proceso. Las funciones se llaman directo, comparten memoria y logs. Si algo falla, lo ves en el mismo lugar. Podes debuggear fácil y deployar todo junto. Cuando pasas a…


David รีโพสต์แล้ว

Ok, I really want to do 2 things 1. Show folks that using AI to power your apps is not a privilege of backend developers only; as a matter of fact, generative UI is a powerful tool for Angular apps 2. Show that it is not hard, you can get started even if you feel you're behind,…

Armandotrue's tweet image. Ok, I really want to do 2 things

1. Show folks that using AI to power your apps is not a privilege of backend developers only; as a matter of fact, generative UI is a powerful tool for Angular apps
2. Show that it is not hard, you can get started even if you feel you're behind,…

David รีโพสต์แล้ว

The best bug is the one you never write. 💪 Angular strictly enforces required inputs at compile time. Catch critical component configuration errors before deployment. Let’s assume you’ve added the following required input to your component. value = input.required<number>();…


David รีโพสต์แล้ว

toSignal(toObservable(toSignal(of(42))))

จาก CJ Zafir

David รีโพสต์แล้ว

Esta herramienta revisa el rendimiento de tu web. Escanea todas tus páginas y puntúa cada una. Como Lighthouse pero con una visión total de tu sitio Ejecuta esto: npx unlighthouse --site <tu-web>


David รีโพสต์แล้ว

I've finished first version late at night yesterday. Now the tools is collecting every new useful PHP feature since PHP 7.0. Using node class instance + pattern matching (e.g. parameter types = Param + Param->type). Then render simple table to show results 😇 How "good" is…

VotrubaT's tweet image. I&apos;ve finished first version late at night yesterday. 

Now the tools is collecting every new useful PHP feature since PHP 7.0. Using node class instance + pattern matching (e.g. parameter types = Param + Param-&amp;gt;type).

Then render simple table to show results 😇

How &quot;good&quot; is…

When you're dealing with a new legac project, you need to understand mess fast. composer.json is nice start (if project has it), but if often doesn't tell you anything about real PHP code situation. Simple php-parser script does 😇

VotrubaT's tweet image. When you&apos;re dealing with a new legac project, you need to understand mess fast. 

composer.json is nice start (if project has it), but if often doesn&apos;t tell you anything about real PHP code situation.

Simple php-parser script does 😇


United States เทรนด์

Loading...

Something went wrong.


Something went wrong.