Pontus Öwre

Pontus Öwre

Dedicated and diverse software developer with 15 years professional experience. Passionate about software security, test driven development and DevOps with interest in getting things done.

Cover image

Struggling with Nextcloud's SMB/CIFS backend? Consider These Alternatives.

If you're struggling with Nextcloud's SMB/CIFS backend, try mounting the Samba share in a Docker volume or mounting it in your OS. These alternatives can improve performance and reliability in the same time

Link
Cover image

Vue 3 Event Bus using the Composition API

Vue 3's Composition API brings a lot of flexibility when it comes to write and organize reusable logic into smaller chunks called composables. In this post, I will show you how to leverage the Composition API to add and use an event bus in your project.

Link
Cover image

Update libseccomp2 to resolve issues with time not being set correctly inside containers

Newer versions of various Linux distributions used in containers fails to set the time correctly because libseccomp2 needs to be updated on your host.

Link
Cover image

Sign in users programmatically with Auth0 using the Resource Owner Password Flow

Acquire a bearer tokens programmatically from Auth0 using the Resource Owner Password Flow. This can be useful when end-to-end testing your api.

Link