Vlado Tesanovic

  https://www.github.com/vladotesanovic CEO / developer at innovic.io, open source lover, lifelong learner. Writing code on GitHub in my free time.

   



4 Stories by Vlado Tesanovic

Setting up a monorepo with Lerna for a TypeScript project

Learn the process for how to set up a monorepo with Lerna and configure it for TypeScript, as well as alternatives tools to Lerna.
3 8 min read

How to execute a function with a web worker on a different thread in Angular

Learn how we can shift heavy processing from the main thread to a background thread, without blocking the main thread in order to provide...
4 3 min read

Building reusable web components with Stencil.js

Stencil is well developed, well documented, battle-tested, backed by a big company, aligned with standards, and is very easy to learn.
1 11 min read

How to use event-driven programming in Node.js

If it is applied to the right place and for the right scenario, the event-driven programming paradigm can be a huge win for application...
2 4 min read