Server-side rendering in Rust - a Dall.E use-case
Last week, I decided to see the capabilities of OpenAI's image generation. However, I noticed that one has to pay to use the web interface, …

Technologist focusing on cloud-native technologies, DevOps, CI/CD pipelines, and system observability. His focus revolves around creating technical content, delivering talks, and engaging with developer communities to promote the adoption of modern software practices. With a strong background in software, he has worked extensively with the JVM, applying his expertise across various industries. In addition to his technical work, he is the author of several books and regularly shares insights through his blog and open-source contributions.
39 views

Nicolas Frankel
1 viewsLast week, I decided to see the capabilities of OpenAI's image generation. However, I noticed that one has to pay to use the web interface, …

Nicolas Frankel
6,565 viewsWhile many discussions about REST focus on entities and methods, using the correct response status codes can make your API stand out.

Nicolas Frankel
4,385 viewsDistroless images are a solution to reduce your image size and improve its security, by providing neither a package manager nor a shell.

Nicolas Frankel
3,460 viewsA couple of weeks ago, I spent the weekend creating another CFP submission helper in the form of a Firefox extension.

The subject of canonical reference has been touched thousand times. But since some content writers are still making the same mistake over …

Nicolas Frankel
3,479 viewsHeroku's owner, Salesforce, announced it would stop the free plan, I found a new provider, Scaleway, and here are my experiences.

Nicolas Frankel
5,518 viewsThis review is about API Design Patterns by JJ Geewax from Manning. Check it out and if you've read it too, what did you think?

Nicolas Frankel
1 viewsMost inter-systems communication components that use REST serialize their payload in JSON. As of now, JSON lacks a widely-used schema …

Nicolas Frankel
7,727 viewsExternalizing your authentication process to a third party may be sensible, but avoid binding your infrastructure to its proprietary …

Nicolas Frankel
2,546 viewsLearn how you can leverage OPA and Apache APISIX to move your authentication and authorization logic from the code to the infrastructure.