Check out our most recent blog posts:
How to use AWS SES email templates - Guide
Amazon Simple Email Service is a powerful and cost-efficient tool. So it's no surprise that many startups and SaaS businesses choose AWS SES for sending transactional emails. One disadvantage of that service is how using and managing email templates works. In this blog post I explain how to embrace this problem.
Separation of concerns in modern React apps - key principles and examples
Building React apps, ever wondered where to put that "thing", and how to name it?
React is very flexible and you can structure your code however you want. Yet, I can assure you that if you follow the practices introduced in this article, you'll thank yourself later, when your project (and the team) grows.