
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.

How did I get my current job?
This story tells you how I got my job and what brought me to seek the job at Textalk.

Article XSLT example in XSpec
We look at using XML transforms and testing the result using XSpec

JavaCNN – Image Readers
In this video, we improve the JavaCNN repository adding new image readers to get your test and training data.

Java 9 HttpClient incubation vs Pure Java
We look at the differences in how we do HTTP requests today in Java 8 vs the new incubation project in Java 9 for HttpClient.

How to build java packages using jlink
We explore how to package your Java code using jlink and maven in order to get all your dependencies in order.

Git the basics #3 (how-to)
In this video we talk about how to use remote repositories, pushing and fetching changes and integrating them into our repository.