Easy user interaction testing with webtest

If you’re building a web application, you should, among other things, test what a user might do.For all its usefulness, webtest is not widely known. You may have heard of Selenium and Playwright, fine solutions but a bit complex. webtest fits between unit tests...

JAX and its ecosystem

For large, fast, and easy numeric computation, JAX is an alternative to Pytorch and Tensorflow. JAX has all the benefits such as acceleration and scalability on, and across, devices without the boiler plate code. This allows you to focus on the maths without...

Your API on the fly!

The city of Amsterdam has a lot to offer. Among this are huge amounts of open datasets produced by the municipality of Amsterdam. Approximately 5 years ago, an initiative started to make these datasets available for everyone through REST APIs. During a period of...