Selecteer een pagina

Unauthorized intercepter for Angular

Unauthorized intercepter for Angular In his article on Medium, Ryan Chenkie suggests using the following code to intercept 401 responses: [sourcecode language=”javascript”] import ‘rxjs/add/operator/do’; export class JwtInterceptor implements...

Using my IDE was not USING my IDE

Logo: www.jetbrains.com Today I discovered some neat features and plugins in PHPStorm worthy of sharing; these features made my life so much easier. While I was getting to know the features, I realized something. I was not really using my IDE to its full potential and...

Artificial Intelligence vs. creativity

Computers kraken Creativiteit Dat veel van de hedendaagse beroepen geen toekomst hebben wist je vast al. In Nederland alleen al zullen naar schatting de komende 20 jaar maar liefst 2 tot 3 miljoen banen verdwijnen als gevolg van robotisering. Benieuwd of jouw baan...

Developing API’s using Postman

The API First Strategy At Polder Knowledge, we often apply an “API First Strategy”. There is some debate on what API First actually means, but at Polder Knowledge we interpret this as a loose project that contains the business logic for an application....

Ngrok for testing webhooks

Being a developer also comes with the endless pursuit of making work easier for yourself. Luckily the rest of the developer world is also in on this pursuit and has often done just that by creating handy tools. Most tools only solve parts of your problem and just save...