Drive Chrome using Puppeteer

2018-03-19 01:03:17 - No Comments

We look into how to screenshot in different devices, take coverage metrics and check loading performance.

Read more →

Kubernetes: How to setup and deploy to a cluster

2018-03-12 01:03:23 - No Comments

We look at setting up, running, and setting up deployments on Kubernetes. We talk about running and scaling pods, connecting services and pushing to google cloud.

Read more →

How to use OpenCL for GPU work

2018-03-05 01:03:20 - No Comments

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

Read more →

A quick look into the tensorflow lite demo

2018-02-26 01:02:09 - No Comments

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

Read more →

How to use native libraries on Android

2018-02-19 01:02:14 - No Comments

We look at connecting up a native library, native source to our Android application.

Read more →

Looping concepts

2018-02-12 01:02:09 - No Comments

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

Read more →

DevLog 2 – SQRL – S4 Storage Format

2018-02-05 01:02:32 - No Comments

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.

Read more →

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 →