Websockets and Kafka

Why I had this idea about the highly reactive collaborative web application. After messing around I ended up with PoC which consisted of bunch of Go services and on top of that I somewhat implemented CQRS architecture. How front wss srp General idea was that websocket is used as protocol. Custom message format is created and synchronized between TypeScript and Go with help of Protocol Buffers, gRPC and few gRPC extensions....

2024 Feb 21 · Dzintars

SPA Front page application

About the Project It’s a SPA-style web application based on a bunch of buzzword technologies, most importantly Web Components. The idea behind choosing web components was to accumulate a bunch of reusable components that would be framework-agnostic over time. At the time of creating the project, React was the only framework that didn’t support web components, but times might have changed since then. TODO: Add some images TIL (Today I Learned) Redux features: Thinking in terms of “features” helped me come up with a better code structure....

2024 Feb 19 · Dzintars