Dominik Weber

Author profile

Dominik Weber

Team Lead @ Dynatrace. Working on side-project: reading-dragon.com Interested in creating high-quality software, technical and otherwise.

Articles by @domysee

Browse the latest writing surfaced through DevArt.

Thoughts on Developer Autonomy
#motivation#productivity#psychology

Thoughts on Developer Autonomy

The level of autonomy developers get influences their learning speed, job satisfaction and how fast teams can deliver software. As a person seeking as much freedom as possible this is a topic dear to my heart.

Dominik WeberDominik Weber5 min read
8 reactions0 commentsRead full article
Type-Safe Redux Reducers
#typescript#redux#webdev#programming

Type-Safe Redux Reducers

The main problem that has to be solved is how to show TypeScript what the concrete action type is after checking the `type` property of Redux actions.

Dominik WeberDominik Weber4 min read
6 reactions1 commentsRead full article
Hosting Asp.Net Core Applications on Windows Server Core
#windowsservercore#devops#aspnetcore#iis

Hosting Asp.Net Core Applications on Windows Server Core

Recently, I've found myself in the position of having to host an application on Windows Server. Having never managed a Windows Server before, I struggled to find relevant information, especially since most of it is written for a Windows Server with installed UI, and the default image on Azure is a Core image, without UI. This is mostly documentation for myself, but maybe you find it helpful too.

Dominik WeberDominik Weber6 min read
21 reactions0 commentsRead full article
Using Scripting to quickly execute repetitive Tasks
#programming#productivity

Using Scripting to quickly execute repetitive Tasks

Sometimes I have to do a repetitive task for a project, that would take hours if done manually. Shell commands are normally the way to go, but I've always had a hard time learning them, and after I did, I forgot them quickly, because I need them very infrequently. So I found another solution.

Dominik WeberDominik Weber2 min read
13 reactions3 commentsRead full article
Dominik Weber developer articles | DevArt