_   _          _  ____      
    | | | |        (_)/ ___|     
    | |_| |__   ___ _/ /___  ___ 
    | __| '_ \ / _ \ | ___ \/ __|
    | |_| | | |  __/ | \_/ |\__ \
     \__|_| |_|\___| |_____/|___/
                  _/ |           
                 |__/            

             ┌─────────┐
             │ hire me │
             └─────────┘


Things I learned: 2018#22

  • disown can be used to de-associate an application running in the background from the current shell thus not being terminated when the shell is. This is usefull when launching GUI applications fro
... read more






Things I learned: 2018#19

  • When using a rewrite rule inside of a location block in nginx you might want to add the break keyword to it: Not using it will start a full evaluation of the URL after it is rewritten. `break
... read more


Things I learned: 2018#18

  • Tailwinds clearfix cannot be applied to pseudo elements as it uses pseude elements itself.

  • In go a type matches an interface if the definitions line up. No matter if the interfaces have anything

... read more



◀ Newer Articles | Older Articles ▶