Newscrate logo

Browse the latest symfony news online for free

Search results for "symfony"

Building a Decentralized Event Ticketing System Web3 with Symfony 7.4
Building a Decentralized Event Ticketing System Web3 with Symfony 7.4

This guide shows how to build a scalable NFT-based event ticketing backend in PHP using Symfony Messenger to handle blockchain latency safely and reliably. Read more

Hackernoon - Dec 21
Everything You Need to Know to Master Server-Sent Events (SSE) in Symfony 7.4
Everything You Need to Know to Master Server-Sent Events (SSE) in Symfony 7.4

If your requirement is unidirectional (Server → Client) **Server-Sent Events (SSE)** is the protocol you should master. SSE runs over standard HTTP/1.1 or HTTP/2. It doesn’t require complex handshakes, works with standard authentication mechanisms, and native support is built into every modern br... Read more

Hackernoon - Dec 09
The Quiet Bottleneck in Your Symfony App: Fragmented Indexes and Random UUIDs
The Quiet Bottleneck in Your Symfony App: Fragmented Indexes and Random UUIDs

Random UUIDs silently fragment your database and slow down inserts. Learn how UUID v7, ULIDs, and Symfony’s Uid component dramatically boost performance. Read more

Hackernoon - Nov 29
Important Caching Strategies: How to Create Resilient Caching in Symfony
Important Caching Strategies: How to Create Resilient Caching in Symfony

The Symfony Cache component is often the most under-utilized tool in a developer’s arsenal. This article explores important caching strategies that solve expensive architectural problems. The Cache is a sophisticated system capable of tiered architecture, probabilistic stampede protection, and tr... Read more

Hackernoon - Nov 23
How to Build an Asynchronous ReAct Agent in PHP with Symfony, Doctrine, and OpenAI
How to Build an Asynchronous ReAct Agent in PHP with Symfony, Doctrine, and OpenAI

Build a stateful, asynchronous ReAct AI agent in PHP using Symfony, Doctrine, Messenger, and OpenAI tool calling—production patterns and code. Read more

Hackernoon - Nov 03