[Swedish] Tangentbordskortkommandon i Windows

2018-01-02 23:01:29 - 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 →

How did I get my current job?

2017-12-25 00:12:08 - No Comments

This story tells you how I got my job and what brought me to seek the job at Textalk.

Read more →

Article XSLT example in XSpec

2017-12-18 01:12:13 - No Comments

We look at using XML transforms and testing the result using XSpec

Read more →

JavaCNN – Image Readers

2017-12-11 01:12:08 - No Comments

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

Read more →

Java 9 HttpClient incubation vs Pure Java

2017-12-04 00:12:36 - No Comments

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.

Read more →

How to build java packages using jlink

2017-11-27 02:11:13 - No Comments

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

Read more →

Git the basics #3 (how-to)

2017-11-20 00:11:17 - No Comments

In this video we talk about how to use remote repositories, pushing and fetching changes and integrating them into our repository.

Read more →

What to know when looking for work.

2017-11-13 01:11:11 - No Comments

We talk about what is good to know when you take employment in a company.

Read more →

Running work on GPU (Cuda) (how-to)

2017-11-06 00:11:48 - No Comments

We use JCuda to run some workloads on the GPU and see the difference in speed.

Read more →

Git the basics #1 (how-to)

2017-10-25 15:10:46 - No Comments

We look into the very basic commands of git. Making changes and committing to a branch.

Read more →

PHP 7 improved performance

2015-07-13 00:07:01 - No Comments

I was participating in a webinar with Zeev explaining the new implementation of PHP 7 and the improvements in memory management giving better performance. He pointed us to some blog posts, by Nikita Popov (@nikita_ppv), explaining improvements to the underlying structure of values, arrays, objects a.s.o. In this blog post I want to summaries some […]

Read more →