Linux by example – Building different file utils

2019-07-14 23:07:33 - No Comments

We talk about building different file utils and how they can be stringed together to great usage.

Read more →

Linux by example – Building a m4, ncurses and bash

2019-07-07 23:07:23 - No Comments

We talk about building macro languages, gui tools and shells.

Read more →

Linux by example – Creating test tooling

2019-06-30 23:06:51 - No Comments

We talk about building the test tooling we later will use to test the compiler and build systems.

Read more →

How to set up Let’s Encrypt

2019-06-23 23:06:06 - No Comments

We will talk about how to set up Let’s Encrypt, what is required, what commands to run and what to do with the result. Lastly, we add renew command to keep the cert up to date.

Read more →

Java 13 – Simplified Booster

2019-06-16 23:06:26 - No Comments

We look at what will come in the next release of java. Java 13, this release will boost your development and help you get up and running.

Read more →

How to add Android Shortcuts

2019-06-10 00:06:07 - No Comments

We will look into what shortcuts are and how to set them up in your Android project.

Read more →

Sapper – Bootstrap your Svelte project

2019-06-03 16:06:14 - No Comments

We will look into using Sapper with Webpack and build a small notes application and talk about the different features available in the Sapper framework.

Read more →

How to use API-Platform

2019-05-26 23:05:16 - No Comments

We will look into using API-Platform a turn-key solution to create applications upon a docker swarm using swagger, react, symphony and doctrine.

Read more →

How to use Quarkus

2019-05-19 23:05:09 - No Comments

We will look into using Quarkus, a framework for building java endpoints in a reactive manner. Change code, package structure or class names and the server will restart and just work.

Read more →

Dramatic reading – The Conscience of a Hacker

2019-05-12 23:05:32 - No Comments

We will read an Hacker manifesto writter by The Mentor.

Read more →

How to use Svelte. A JS compiler

2019-05-05 23:05:03 - No Comments

We will look into using Svelte with webpack and code some specific code that will be compiled to javascript native code for faster execution.

Read more →

Contributing to Open Source

2019-04-28 23:04:56 - No Comments

We will discuss how to contribute and be a good citizen of a open source community. We talk about guidelines and licenses. We also look into code style and pull requests.

Read more →