Testing Webhooks with JS

testing webhooks with nodejs

Webhooks are a popular way for platforms to notify external clients and integrations when changes are occurring in near real time. Webhooks can be very useful but they can also present a challenge for both automated and exploratory testing of the webhooks implementation. Typically the integrator registers to recieve webhooks by providing an endpoint that … [Read more…]

Mental Warfare: Legacy Apps

In software we so often focus on the new, new products, new features, new technology. The thing is we don’t all get to work on the shiny new stuff, many of us spend a good amount of our time maintaining existing, often referred to as legacy products. It might not always be pretty but it … [Read more…]