protium

protium @protium

About: autodidact dev, open source enthusiast and photographer. I want to either hack or build something.

Location:
Munich, Germany
Joined:
Feb 12, 2018

protium
articles - 28 total

An interpreted language you can try in my terminal website

A few weeks ago I started reading Writing An Interpreter In Go and while reading it and implementing...

Learn More 4 0Nov 17 '22

Github template for Golang services

As a weekend project I created a github template that can be very handy for creating go services with...

Learn More 11 1Jun 19 '22

Creating a Text-based UI with rust

Intro Continuing with my last project rq, I recently started to work on this project card:...

Learn More 30 6Jun 2 '22

My profile website is now a terminal

When I was younger I used to think that my profile website would be a really cool, fully featured...

Learn More 559 59May 25 '22

An HTTP request parser with rust and pest.rs

Introduction I happened to have learned about parsing expression grammars a few days ago...

Learn More 11 0May 23 '22

Automate an articles section in your github.io page

Today I wanted to update my github page to show a list of my last Medium articles. I ended up...

Learn More 11 0May 13 '22

kitty + zsh + powerlevel10k = ✨ aesthetics ✨

Who doesn't like a good looking terminal and useful layouts and keymaps? This has always been my goal...

Learn More 58 1May 9 '22

blogpub@v0.4.1: host media on github for your blog posts

blogpub@v0.4.1: host media on github for your blog posts Hey everyone, this is just a...

Learn More 4 0Feb 20 '22

Publish your blog articles everywhere with this github action

Long ago I made this comment in this article: This is a really good idea with great potential....

Learn More 17 1Jan 16 '22

autoenv: relax, ansible will setup your dev environment for you

Yesterday I published: Bash + GNU Stow: take a walk while your new macbook is being set up. I was...

Learn More 6 0Dec 30 '21

Bash + GNU Stow: take a walk while your new macbook is being set up

I'm addicted to automation. I said it. Okay? Today we are going to learn how we can automatize all...

Learn More 1 1Dec 29 '21

Your new pretty and minimalist resume with LaTex

Hi everyone, today we are going to take a look at how we can create a pretty resume using LaTex. ...

Learn More 6 0Dec 28 '21

Kitty configuration for the iTerm user

I've been using kitty for a couple of days and I really like it. As I come from years of using iTerm,...

Learn More 5 1Dec 25 '21

Vim: Delightful settings and plugins

Hi everyone, lately I have been enjoying my neovim setup a lot so I decided to share some settings...

Learn More 7 0Dec 15 '21

Advent of code: Rust, Go, and Binary operators

Hi everyone, I got late into the advent of code problems and currently I'm solving day 3 and 4. I've...

Learn More 6 0Dec 14 '21

Coding Problems, TDD, and CI

Hi everyone. In this post I want to share a little project I've been working on in the past few days....

Learn More 5 0Dec 11 '21

How to change or migrate github account on Dev.to?

Hi guys. I'm changing my github account. How can I change my login account to the new one?

Learn More 8 3Jun 27 '19

Extract code from Android APK with 3 commands

I mean, with 3 tools Disclaimer This post is for informational and educational purposes o...

Learn More 38 2Jun 27 '19

How "green" is your code?

Hello guys. I often think about electricity consumption. Services and Servers running never stop (l...

Learn More 10 4Jun 27 '19

[Today I learned] Typescript Index Signatures

Days ago I read a post that contained the phrase "Today I learned" in its tittle. So I want to propos...

Learn More 10 0Jun 23 '19

Flutter: Background services

So, it's time for me to actually try Flutter. I've watched the last dev conferences and I'm amazed of...

Learn More 66 11Jun 17 '19

I can't stop thinking in this coding problem

I had this problem during a live session: There is going to be a car race. The...

Learn More 7 5Apr 5 '19

Failing at getting a new job

You have only failed if you failed and didn't learn something new in the process.

Learn More 65 11Mar 22 '19

How do you automatize tests that need visual confirmation?

Imagine the following scenario: you have a mockup or a definition about how should look some user...

Learn More 7 5Jan 7 '19

Service Oriented Architecture folder scaffolding, thoughts?

Hi guys, what are your best practices about folder scaffolding for service project? A common...

Learn More 8 2Dec 11 '18

packages "cache" and symlink all the projects?

Hi everyone! I started to think about that question two months ago as I'm working in different...

Learn More 8 2Oct 2 '18

From pseudo code to full-stack software developer

A journey as an autodidact into this wonderful binary world.

Learn More 14 0Sep 28 '18

Javascript: html2canvas with videos

Render videos captures whit html2canvas to get a screenshot of your web app

Learn More 15 10Sep 21 '18