Robin Kretzschmar

Robin Kretzschmar @darksmile92

About: Started coding at the age of 13, now a professional software engineer and Scrum Master, creating and maintaining enterprise solutions. Eat - Sleep - Code - Lift - Repeat 💪🏾

Location:
Mannheim, Germany
Joined:
Nov 14, 2017

Robin Kretzschmar
articles - 45 total

What is the ideal session timeout?

To make applications that rely on user sessions secure, it is necessary to define a session...

Learn More 1 1Jan 11 '23

What are your geek christmas present ideas?

With christmas being around the corner for most people, shopping for christmas presents can be a...

Learn More 11 6Nov 14 '22

Set docker build args from .env file (NextJS)

I recently came across the issue that I had to build a Docker container with a NextJS app inside that...

Learn More 31 6Sep 15 '22

Arch Linux remap keys for 80% keyboard

The story behind it Skip this section if you just want to know the implementation, no one...

Learn More 7 0Mar 7 '22

How do you find cool names for your side projects?

Having side projects is fun and sometimes one of them will even be launched and used by a large crowd...

Learn More 6 21May 22 '21

How do you catch and log errors of production web apps?

Do you catch and log errors of your productions web apps? If so, which tools/libs/methods are you usi...

Learn More 14 10Jan 20 '21

Explain apollo graphql partialRefetch like I'm five

Apollo GraphQL Query hook has an option called partialRefetch and the docs state: If true, perform...

Learn More 6 3Nov 29 '20

What questions do you ask a new client?

Every client and every project is different. There is no checklist that fits every client and every p...

Learn More 7 1Oct 26 '20

Reach Router scroll top fix - my 2nd npm package!

I did a lot of projects with NextJS and recently had to do one with create-react-app again. So I quic...

Learn More 5 0Oct 22 '20

Is it important to get up everyday at the same time?

Is it important to you to get up and start your day at the same time throughout the week? And if so,...

Learn More 5 2Aug 4 '20

PowerShell disabled support for TLS 1.0 for the Gallery - Update-Module and Install-Module broken

Microsoft announced that the PowerShell Gallery has deprecated Transport Layer Security (TLS) version...

Learn More 16 5May 14 '20

Make task management fun again

I like to deal with productivity and how to increase it. In doing so, I am always trying out new tool...

Learn More 21 1May 12 '20

JS: use spread to exclude properties

I thought I'd share this small trick with you because I find myself looking this up every now and...

Learn More 60 7Apr 10 '20

Updated #news Tag Guidelines

The tag #news has recently gotten some love with a general overhaul of the description and guidelines...

Learn More 18 3Apr 1 '20

Remote working equipment

Due to the current situation, many people are now working from home either for the first time or more...

Learn More 45 8Mar 23 '20

Do you do coding challenges like adventOfCode?

There are various coding challenges, the most popular one around here is for sure #adventofcode. Do...

Learn More 17 9Feb 8 '20

DYK: Inspect and trigger media queries in chrome

Did you know you can trigger media queries right in chrome? Open the developer tools (F12 / Ctrl+Shi...

Learn More 4 0Jan 31 '20

MeCardGenerator - my first npm package!

I just published my first npm package! The package is called MeCardGenerator and can be installed...

Learn More 9 2Jan 20 '20

How often do you save per minute?

I got reminded of my time as a trainee today. My dad and I were writing something and because I "can...

Learn More 11 14Jan 14 '20

Get emojis working on arch linux with noto-fonts-emoji

After switching to arch linux as my daily driver I came across a new problem: I couldn't see emojis!...

Learn More 52 18Jan 7 '20

How to use GraphQL Fragments with Apollo

GraphQL requires that the queries specify the fields to return with the result to prevent over-select...

Learn More 35 2Jan 2 '20

Use Google Sheets to translate faster

Have you ever found yourself in a situation where you had to translate a complete app / a lo...

Learn More 13 4Dec 3 '19

Which software do you use to take screenshots?

Which software / tool do you use to take screenshots? You could use the following template: Name: [...

Learn More 15 35Dec 2 '19

The reality of a developer's life

Today a colleague sent me a link to an awesome post called "The reality of a developer's life". It i...

Learn More 14 4Nov 14 '19

How do you manage your code snippets?

Which tools do you use to manage your snippets and where do you store them? Or do you use snippets a...

Learn More 8 5Oct 10 '19

Do you create templates or automate initial setup?

This discussion concerns freelancers, employees and owners of side projects alike. Who doesn't know...

Learn More 8 2Sep 11 '19

A day with only the keyboard - no mouse!

Today I forgot my mouse at home and thought it is a perfect fit to challenge myself at the office tod...

Learn More 45 7Aug 21 '19

Linux on Windows: WSL with Desktop Environment via RDP

WSL (Windows Subsystem for Linux) is very common these days especially with the new that Windows will...

Learn More 128 65Jul 17 '19

Windows 10 FluentTerminal

Use PowerShell, CMD, WSL and custom shells in one terminal with tabs on ...

Learn More 27 0May 15 '19

How to write this SQL select the best way?

Hey guys, I know there are some SQL specialists in my home feed and I want to ...

Learn More 10 7Apr 4 '19