In this post we'll be taking a look at the mockito rust library for mocking HTTP requests in order to write integration tests for a web-service
Casbin is an authorization library for Go, which supports several access control models. In this post we will take a look at a simple HTTP example featuring basic role-based authorization.
One of Go's big upsides, for me, is its simplicity. This post shows another example of this, implementing a basic HTTP File Up- and Download using just the standard library.