01.
Default to Remote Work?
Companies that enabled remote work due to lockdowns might wonder
if it could be the default way of working in post-corona times.
Should all companies be fully remote if they can?
02.
Downsides of choosing popular tools
Nobody questions a programmer’s decision of choosing the most
popular tool, but does that mean that this choice comes with no
trade-offs?
03.
General and specific knowledge
How do you decide which tool to learn next or which one is better?
Learn about general and specific knowledge as an important
criteria when evaluating software.
21.06.2020
Autoresizing Textareas
For one of my side projects I wanted to use a textarea that auto
resizes to the length of its content.
19.06.2020
General and specific knowledge
How do you decide which tool to learn next or which one is better?
Learn about general and specific knowledge as an important
criteria when evaluating software.
19.06.2020
Downsides of choosing popular tools
Nobody questions a programmer’s decision of choosing the most
popular tool, but does that mean that this choice comes with no
trade-offs?
26.05.2020
Default to Remote Work?
Companies that enabled remote work due to lockdowns might wonder
if it could be the default way of working in post-corona times.
Should all companies be fully remote if they can?
15.02.2020
How to write maintainable CSS
CSS has a maintenance problem and preprocessors or current CSS
architectures don’t help solving it. Instead they reinforce the
language’s weaknesses and add more problems. But we can use
components to do better.
15.10.2019
2 years at diesdas.digital
A lot has happened since I joined diesdas. This is an incomplete
list of things I’ve worked on during this time.
03.10.2019
DRY CSS is a lie
I’ve already written about how to write maintainable CSS, but
since this is still quite controversial for many I’d like to
elaborate my point from a different perspective.
03.10.2019
Elm exercise solutions
This post contains the solutions to exercises which could be found
on Elm’s official page for version 0.15.