
Developing nudger
After building a simple knowledge base chatbot, we decided to try the next level - an agent that reminds people to do their work. Read on for our experience developing it and putting it into production.
Posts tagged testing

After building a simple knowledge base chatbot, we decided to try the next level - an agent that reminds people to do their work. Read on for our experience developing it and putting it into production.

AI is reshaping how software gets built — from planning and design through to testing and predictions. Here is a practical overview of where AI adds real value across the development lifecycle, along with the trade-offs to keep in mind.

How to test side effects in Redux Saga without complex mocking — using generators, mocha and chai.

Exploring the ongoing debate between dynamic and static typing — what really matters is if you test your code.
Comparing Karma, Jest and Mocha for testing React applications — their strengths, weaknesses, and when to use each.
How to use Mockito's ArgumentCaptor with parameterized generic types like List<Long> using a double cast to work around Java's type erasure.