Mindblown: a blog about philosophy.
-
Factory Pattern
The factory pattern is a design pattern that is used when working with one or more families of objects. It provides an interface for creating families of related or dependent objects without specifying their concrete class. It makes it easy to interchange families of objects, hides concrete objects behind an abstraction and provides consistency among…
-
Firestore generic data converter with typescript
Firestore is a non relational database that allows saving scheme-less documents. Nevertheless most of the time we need documents to be shaped in a particular way to avoid mess and gain control over the code. In order to take advantage of type safety and typescript autocomplete on we need to use converter when fetching data…
-
Browser extensions for developers
A bunch of plugins that will make developers live easier
Got any book recommendations?