React-testing-library: fireEvent vs userEvent
When we develop our React applications there is a part which is as important as the development itself, and which sometimes is left behind: the testing.
Read moremimacom blog
When we develop our React applications there is a part which is as important as the development itself, and which sometimes is left behind: the testing.
Read moreIn this post I will introduce Detox as a tool for end-to-end testing for React Native. Detox helps us reduce our reliance on manual QA.
Read moreOn my serverless journey, I had a closer look at the technologies around. Since I have been implementing applications with Spring for many years, it was natural to try Spring Cloud Function. Let's have a closer look at how a serverless function running as Azure Function can be implemented with Spring.
Read moreMakefiles are helpful for managing a growing number of Shell scripts. See how you can simplify management of schema-only versioned secrets with Make and Shell:
Read moreStripe uses webhooks to notify about events like successfully finished payments. While integrating Stripe for the first time, I asked myself how such webhooks can be tested properly without relying on Stripe during automated test execution. In this blog post you will learn how it works.
Read more