diff --git a/_talks/cracking-the-pubsub-code.md b/_talks/cracking-the-pubsub-code.md index 7d07a96..884c361 100644 --- a/_talks/cracking-the-pubsub-code.md +++ b/_talks/cracking-the-pubsub-code.md @@ -23,11 +23,11 @@ Two hands-on examples will demonstrate PubSub in action: a GenServer broadcastin Perfect for Elixir developers looking to master PubSub and build resilient, scalable applications. **OBJECTIVES:** -The talk aims to provide a comprehensive understanding of how PubSub works within the Elixir ecosystem and why mastering it is essential for building scalable, fault-tolerant, and real-time systems. It seeks to demystify the Publisher/Subscriber pattern, showing its importance in decoupling services and enabling distributed architectures. +- The talk aims to provide a comprehensive understanding of how PubSub works within the Elixir ecosystem and why mastering it is essential for building scalable, fault-tolerant, and real-time systems. It seeks to demystify the Publisher/Subscriber pattern, showing its importance in decoupling services and enabling distributed architectures. -Through real-world examples and practical demonstrations, the talk will empower attendees to effectively leverage Phoenix.PubSub, understand its role in clustering, and implement PubSub to solve real-time communication challenges in their own projects. +- Through real-world examples and practical demonstrations, the talk will empower attendees to effectively leverage Phoenix.PubSub, understand its role in clustering, and implement PubSub to solve real-time communication challenges in their own projects. **AUDIENCE:** -This talk is designed for Elixir developers, system architects, and engineers interested in building scalable, fault-tolerant, and real-time applications. +- This talk is designed for Elixir developers, system architects, and engineers interested in building scalable, fault-tolerant, and real-time applications. -It will particularly benefit those who want to deepen their understanding of PubSub, distributed systems, and real-time communication, as well as anyone looking to optimize their use of Phoenix.PubSub in production environments. +- It will particularly benefit those who want to deepen their understanding of PubSub, distributed systems, and real-time communication, as well as anyone looking to optimize their use of Phoenix.PubSub in production environments.