Recent Posts

Load testing NETCONF servers

1 minute read

Gotling is a great HTTP Load test tool. Nothing exists for doing something similar over NETCONF. nc-hammer is a tool that can be used to generate load agai...

net/netconf - Golang NETCONF Library

less than 1 minute read

Mature NETCONF client libraries exist for Python. For Go, the primary library is hosted at https://github.com/Juniper/go-netconf. Although hosted under the...

Kotlin

less than 1 minute read

I bumped into an old work-colleague, someone who I respect as a great programmer, a JVM nut, and he’s raving about Kotlin and type inference.

I love uncle bob

less than 1 minute read

Anyone that has worked with me for any period of time, knows I love Bob. Bob released a new book last year, only got time recently to work through it. If you...

Micro Frontends

1 minute read

The idea behind Micro Frontends is to think about a website or web app as a composition of features which are owned by independent teams. Each team has a dis...