How to setup and connect Firebase emulators?

Firebase emulators allow you to develop locally and perform unit tests. It is very easy to run and connect to them.

August 3, 2022 · 2 min

Typescript interfaces versus classes, which one to use?

Both interfaces and classes typescript provide a typed view of objects available in javascript. In some cases they look very similar to each other. So which one should you use?

June 14, 2022 · 2 min