All posts by

Filip Skibiński

expand_more

How to inject dependencies in TypeScript?

An object-oriented approach in the JS world   The development of many front-end applications is oriented rather to the functional and declarative paradigm. This approach facilitates solving problems specific to this type of software – e.g. making the displayed view a function of the application state. In the case of

Developing inside a box

Utilising the Remote – Containers extension for VSCode The idea of an executable “box” – a container with encapsulated application code and system-related dependencies – seems to become increasingly popular and even perceived as a standard nowadays. Such a container is easy to recreate if something goes wrong. It’s also