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!
Category: Programming
Goals for 2020
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… Continue reading Stress testing for “Data Structures and Algorithms” courses – Java & Python
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)… Continue reading My Java experience as a Javascript developer