Protobuf is commonly associated with code generation. However, in large projects with tens of thousands of message definitions, this approach can lead to an overwhelming amount of generated code. Combined with additional boilerplate or macros for converting between generated classes and domain entities, it can significantly impact both compile times and developer productivity.
Is another path possible? In this talk, I’ll share my journey in search of a different approach to this problem—how it led me to an alternative path, the challenges I faced, and the key discoveries I made along the way.
Drawing from multiple Scala LLM workshops we conducted this past year, I will share insights to significantly enhance your AI experience.
In this presentation, I will demonstrate how we leveraged the strengths of Scala and TypeScript to develop a collaborative text editor that meets the strictest standards for security, performance, and real-time collaboration.
Writing client-facing APIs involves mundane tasks, whether it be REST, GraphQL, or gRPC. In this talk, I will pick two repetitive tasks during API development and demonstrate how we can utilize Scala to automate the most boring parts.