How to set up AWS SES with LocalStackAmazon Simple Email Service (SES) is a cloud-based email service provider that can integrate into any application for high-volume email automation. LocalStack, on the other hand, is a local cloud emulator that lets you build and test cloud applicatio...Feb 11, 2026·2 min read
Refit - Simple source code generated HTTP client library for .NetRefit is a library that turns the REST API into a living interface. With its help, I have created a PoC of a client that communicates with the REST API. As an example, I have used the Wizard World API, which returns content about the Harry Potter uni...May 7, 2024·4 min read
Implementation of i18n in the Vue 3 Composition APIi18n stands for internationalisation, or internationalisation. It is a term used to describe processes and techniques for adapting software to different languages and cultures, without changing the source code. i18n enables not only the translation o...Apr 16, 2024·4 min read
How to create a client for the gRPC API in .NET?gRPC is a compelling interface (about 10 times faster than REST) developed by Google under an open-source license. It can run in any environment. Its implementation is based on Protocol Buffers, a data serialization mechanism independent of the progr...Apr 16, 2024·4 min read