DEV Community

Discussion on: What was your win this week?

Collapse
 
bias profile image
Tobias Nickel
  1. learn how to add good typescript types to old js library as my old 5 year old node.js orm: github.com/TobiasNickel/tmysqlprom...

with ts conditional typing and templatestring types.

  1. i found that puppeteer now is less dependent on installed c libraries in linux. now I can use puppeteer in my virtual server at 1&1. these c libraries where are considered desktop libraries, so they are not awailable in the 1&1 ubuntu repo. Thanks to the puppeteer team 👍.

My plan is to use it as webrtc turn server, that is easier to install and with more features than coturn.