Hauke T.

Hauke T. @htho

About: Usabilty Engineer and JavaScript/TypeScript Developer. On the path to become a Clean Code Developer. Also rediscovering OOP-Principals and Design-Patterns.

Location:
Würzburg, Germany
Joined:
Dec 4, 2019

Hauke T.
articles - 5 total

TIL: Synchronous import in ES-Modules using module.createRequire (Node)

I've been looking for a way to inject a configuration file like process.cwd()+"/my-config.js" into a...

Learn More 0 0Feb 7

Jest Recap: Safely Mock Properties and Methods of Global Objects

TL;DR: You want to avoid that overridden/mocked properties/methods affect other...

Learn More 1 0Jul 18 '24

Jest Recap: What Runs When?

TL;DR: Execution Order Everything on the top-level and in describe() blocks (where...

Learn More 0 0Jul 18 '24

Wibbles - W(eb) (N)ibbles - Recreating "The Worm", Snake, Nibbles and the like

Do you remember NIBBLES.BAS from your old DOS Computer? Well I do. But I also remember "Der...

Learn More 5 0Nov 30 '22

Jest Recap: Access `private` Members in TypeScript Unit Tests

TL;DR: Use bracket notation to Access private...

Learn More 2 0Sep 14 '22