• home
  • about
  • projects
  • notes
  • 29 Apr 2023

    typed socket.io error handler

    How to create a fully typed socket.io error handler

    • ts
    • notes
  • 9 Jan 2023

    getting started with the Type<Challenge[]>

    my approach to the "typescript challenge" and how to start understanding the playground

    • ts
    • notes
    • typescript-challenge
  • 8 Jan 2023

    about:me

    This page is a little bit about me.

  • 14 Dec 2022

    typescript generics series - arrays

    how we can work with array types in typescript generics

    • ts
    • notes
    • generics
    • typescript-challenge
  • 13 Dec 2022

    typescript generics series - readonly

    how readonly works in generics

    • ts
    • notes
    • generics
    • typescript-challenge
  • 1 Dec 2022

    supabase - readonly columns

    how to protect columns to be written in supabase

    • supabase
    • rls
    • sql
    • postgres
  • 1 Apr 2022

    throwAway.js

    single use encrypted clipboard to share secrets, passwords

    • projects
    • encryption
    • devtools
  • 27 Mar 2022

    a season calendar for fermentation nerds

    A small website get always shown which fruits and vegetables are in season.

    • projects
    • fermentation
  • 13 Feb 2022

    build a command line java switch

    switch easily between java versions

    • terminal
    • snippets
  • 13 Feb 2022

    zsh (better) privacy setup

    setup zsh on mac for a little bit more privacy

    • terminal
  • 7 Jan 2022

    using generic params in typescript

    • ts
    • notes
  • 7 Jan 2022

    typing eventhandler in typescript

    • ts
    • notes
  • 15 Oct 2021

    setting up debugging with node and typescript in visual studio code

    Setting up debugging in node can be tricky. Two snippets to remember when you setup a typescript node.js project.

    • ts
    • notes
  • 25 Apr 2021

    mongo snippets: array cheatsheet

    mongo db snippets for handling arrays - values

    • mongodb
    • cheatsheet
  • 25 Apr 2021

    powerbi: handling iso weeks

    handling iso calendar weeks in powerbi

    • powerbi
    • notes
  • 25 Feb 2021

    w(u)tf-8 german csv and ms excel

    utf-8 bom and why it matters with german csv

  • 25 Feb 2021

    arduino: how to use the serial plotter of the Arduino IDE

    How to use the serial plotter of the Arduino IDE

    • notes
  • 2 Nov 2020

    mongo fixing broken timestamps

    fixing timestamp stuff which causes me headache

    • mongodb
    • notes
  • 1 Sep 2020

    make ftp working with ssh without changing permissions

    SFTP as with other users than root. Solving problems with SFTP without changing the owner of the file.

    • sftp
    • server
    • ftp
    • notes
  • 13 Jul 2020

    mongo snippets: arrays

    mongodb snippets for handling arrays

    • mongodb
    • arrays
  • arrays (1)
  • cheatsheet (1)
  • devtools (1)
  • encryption (1)
  • fermentation (1)
  • ftp (1)
  • generics (2)
  • mongodb (3)
  • notes (11)
  • postgres (1)
  • powerbi (1)
  • projects (2)
  • rls (1)
  • server (1)
  • sftp (1)
  • snippets (1)
  • sql (1)
  • supabase (1)
  • terminal (2)
  • ts (7)
  • typescript-challenge (3)