Azure Blob Storage is totally different from S3 or is it?
In this video I go through a minimal client storing data in Azure Blob Storage. Talking about the differences with S3 and what to look out for and challenges to get it working.
We look into how the electron app framwork works and how to use it to create a simple progress counter application.
I just switched to use Linux at work. I’ve had Gentoo at home for years but Windows seems to be a part of the consulting branch of work I’ve done so far. The new machine I got was of course a 64 bit one and I installed the right distribution. After a week of use…
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We look into pieces and what features currently are available. Is it a tool for your development workflow or is it to early to use/know.
We talk about building the compiler we later will use to build the actual compiler used to build a linux system. Compiler inception.
We use OpenCL to run workloads on GPU and try a simple blur filter.