DevLog 1 – SQRL – Secure Quick Reliable Login

2018-01-29 01:01:32 - No Comments

I talk about a project I’ve started to work on. The specific technologies I’ve looked into and tried to implement.

Read more →

Java ahead of time compilation

2018-01-22 00:01:25 - No Comments

We look into the different ways that your Java code can be executed and how this impacts performance.

Read more →

How does Diffie-Hellman work?

2018-01-15 01:01:06 - No Comments

We look closer at an encryption algorithm used in communication today in order to establish secrets at two endpoints.

Read more →

Swagger: Custom java rest server api generator

2018-01-08 01:01:09 - No Comments

We look into the swagger generator in the swagger codegen cli, in order to generate our own little simple java rest web server.

Read more →

Keyboard shortcuts in Windows

2018-01-02 23:01:35 - No Comments

We look at some keyboard shortcuts in windows that might streamline your workflow.

Read more →

[Swedish] Tangentbordskortkommandon i Windows

- No Comments

Vi går igenom vissa kort kommandon för tangentbord.

Read more →

REST API – Simple web server

2018-01-01 00:01:35 - No Comments

We implement a simple REST web server using pure java. Both with socket server and using the HTTP server implementation currently in Java.

Read more →