Load testing is a crucial task for any developer who work on backend services. At Codemotion, we are always interested in providing values for all developers, and that's one of the reasons why the Spanish edition of the Codemotion Online Tech … Read more
Testing
How to Monitor Microservices
At their core, microservices are a response to the monolithic applications of yesteryear. Rather than designing apps as one massive entity that is so interconnected there is no such thing as a small problem anymore, microservices instead break even … Read more
GraphQL Testing With Karate
Table Of ContentsWhat is GraphQL?Overcoming over-fetchingGraphQL SyntaxTesting GraphQL services with KarateManage the plain text queryManage the JSON responseConcluding remarks Web APIs have become one of the most common solutions for providing … Read more
Testing your C# code with xUnit
It should be clear to everyone by now that automating code testing is not a whim, a habit of some programmers, nor an optional activity. It is a necessity that helps you to be confident that your code does what it should, and allows you to change it … Read more
What Coding Mistakes Are You Doing?
Community Management for DevelopersDownload our latest eBook to learn how to build a thriving coding community with no prior experience. We had Codemotion's own community managers and some of our members list down the essential skills, practices and … Read more
Troubleshooting & Debugging Microservices
From Hoverfly to Lyft Envoy, there are a number of tools available for troubleshooting and debugging microservices. But even with tools in hand, debugging microservices can be a challenge. With so many layers of potential abstraction and complexity, … Read more
How to Challenge Your Code with Property-Based Testing – Part 3
Property-based testing suggests a new way to test software, going beyond the example-based approach and stressing your code with random, realistic inputs. Follow this 3-issue mini serie about property-based testing and Kenny Baas and João Rosa speech … Read more
Multi-armed bandits – a better way to A/B test?
A/B testing is a well-known approach for determining which of several options will work best for your users. However, it also has some well-known issues. In this talk at Codemotion Amsterdam 2019, Claudia Vicol (head of Platform Infrastructure Data … Read more
How to Challenge Your Code with Property-Based Testing – Part 1
What does Property-Based Testing mean for developers? Well, a debate persists in software as to the exact nature, division and scope of "testing" activities. We need to check that a particular software component produces the expected output with the … Read more