Blog

Follow our insights about technology and Yupiik OSS release updates.

Romain Manni-Bucau
We multiply microservices more and more but did we think about how to combine them? how to ensure they are maintainable? how to make them decoupled from the current technology choices? how to ensure they can evolve with your requirements? In other words, are you future proof?
Romain Manni-Bucau
CI/CD and modern environments enable to deploy faster but also imply a lot more automotion to work smoothly. Let see how a configuration SDK can enable you to harness your deployment and make it even smoother as well as enabling you to reduce infrastructure cost by reducing your ops work.
Romain Manni-Bucau
JSON-RPC protocol enables to unify its development. It provide a transport agnostic way to exchange requests/responses by exchange or by bulk. From the plain HTTP server to the messaging solution it fits and integrates a lot of modern use cases. By its simple/JSON nature, it also enables very advanced extensions and replaces very easily the rigid or not well integrated fancy GraphQL solution. Let's dig into it.