
How to use OpenCL for GPU work
We use OpenCL to run workloads on GPU and try a simple blur filter.

A quick look into the tensorflow lite demo
We compile and look at the code for the Tensorflow lite demo, looking at the key concepts.

How to use native libraries on Android
We look at connecting up a native library, native source to our Android application.

Looping concepts
We look into different looping concepts, what they are and when to use them.

DevLog 2 – SQRL – S4 Storage Format
We look into the way SQRL stores keys on disk or paper in QR form. How to read the data and decrypt the different blocks.

DevLog 1 – SQRL – Secure Quick Reliable Login
I talk about a project I’ve started to work on. The specific technologies I’ve looked into and tried to implement.

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

How does Diffie-Hellman work?
We look closer at an encryption algorithm used in communication today in order to establish secrets at two endpoints.

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

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

[Swedish] Tangentbordskortkommandon i Windows
Vi går igenom vissa kort kommandon för tangentbord.

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