Blog

I blog about dev stuff, mostly about Ionic, Angular and NestJS.


How to secure the OpenAPI Specification and Swagger UI in a NestJS application

How to secure the OpenAPI Specification and Swagger UI in a NestJS application

Even though it is called OpenAPI Specification you might not always want everyone to have easy access to how your NetsJS API works.

— March 21, 2021

How to access the raw body of a Stripe webhook request in NestJS

How to access the raw body of a Stripe webhook request in NestJS

"No signatures found matching the expected signature for payload. Are you passing the raw request body you received from Stripe?" This error drove me nuts recently, this is my solution.

— February 20, 2021

A fix for ‘FirebaseCore/FirebaseCore.h file not found’ when using cordova-plugin-firebasex

A fix for ‘FirebaseCore/FirebaseCore.h file not found’ when using cordova-plugin-firebasex

"Could not build module Firebase" can drive you crazy when using cordova-plugin-firebasex. Here is a fix that will make your life much easier!

— March 24, 2020

An elegant way to handle native http requests with Cordova Advanced HTTP in an Ionic app

How to use cordova-plugin-advanced-http with Angular's HttpClient in an Ionic app.

— March 17, 2020

A hassle-free, zero dependency way to handle console.log() & co. in a production Angular application

Leaving console output in an application when deploying to production generally is not a good idea. But with just a couple lines of code and no dependencies, there is a simple solution for that.

— March 10, 2020

Ionic 3: Better Dialogs with async/await

Ionic 3: Better Dialogs with async/await

Making use of async/await for better dialogs in Ionic 3.

— September 4, 2018

Pagination in LoopBack 3

Pagination in LoopBack 3

Two elegant solutions for pagination in LoopBack 3.

— August 20, 2018

Analytics in Ionic 3: Easily Track Page Views with a Custom Decorator

Analytics in Ionic 3: Easily Track Page Views with a Custom Decorator

— June 7, 2018

Building a Simple Logger Service for Ionic 3

Building a Simple Logger Service for Ionic 3

— June 1, 2018