Category: Programming
-
Convert your filesystem to Btrfs
The purpose of this article is to give you an overview about why and how to migrate your current partitions to Btrfs filesystem, and to give you kind of a step-by-step walkthrough – if you know what you’re doing!
-
Goals for 2020
It’s nice to have a list ready about what I would want to achieve this year. One is really ambitious of course, but this is something to refer back to later during the year, something to get inspired from in times of difficulty. So here we go.
-
Stress testing for “Data Structures and Algorithms” courses – Java & Python
I am doing the Data Structures And algorithms specialization on Coursera. (Which means every now and then I pick it up and make a few weeks of progress…) Started out with Python and now I’m switching to Java. In this post I’ll show you how to set up stress testing, by generating random input data […]
-
My Java experience as a Javascript developer
Motivation – why learn Java as a JS dev? As a software engineer for about 2 years, I learned a lot. Starting out as a Typescript/Node.js developer, I quickly got the gripes of the Javascript world. As we know, Javascript is a dynamically typed language, with an ‘objects linked to other objects’ (or prototype linking) […]