I’m Lars

Writes about emerging technologies, machine learning, programming, other things, and πŸ–€ programming languages.

"There's life on mars" -- Scooter

Latest Posts

Create an ERC20 LARS Token

The ERC-20 introduces a standard for Fungible Tokens, in other words, they have a property that makes each Token be exactly the same (in type and value) of another Token. For exam...

Create App Icons with app-icon

Icon management for Mobile Apps. Create icons, generate all required sizes, label and annotate. Supports Native, Cordova, React Native, Xamarin and more. β€” app-icon README When ...

My LinkedIn Learning Course is Online

For anyone involved in the Internet of Things (IoT), a basic knowledge of electronics is essential. My first LinkedIn Learning course is online since this week, and as you might...

gitignore.io

Create useful .gitignore files for your project β€” gitignore.io Every time I create a new project and want to commit the first files, I see files I don’t want in the git reposito...

How to write a Dockerfile for gnu-poke

GNU poke is an interactive, extensible editor for binary data. Not limited to editing basic entities such as bits and bytes, it provides a full-fledged procedural, interactive pr...

Extend Docker size on EC2

Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. – Wikipedia: Docker I have started a...