Vlado Tesanovic CEO / developer at innovic.io, open source lover, lifelong learner. Writing code on GitHub in my free time.

Stories by Vlado Tesanovic

Setting Up A Monorepo With Lerna For A TypeScript Project

Setting up a monorepo with Lerna for a TypeScript project

Dev

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

Vlado Tesanovic
Apr 21, 2023 ⋅ 8 min read

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

Dev

Learn how we can shift heavy processing from the main thread to a background thread, without blocking the main thread in order to provide a great user experience.

Vlado Tesanovic
Nov 23, 2019 ⋅ 3 min read

Building reusable web components with Stencil.js

Dev

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

Vlado Tesanovic
Oct 14, 2019 ⋅ 11 min read

How to use event-driven programming in Node.js

Dev

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 architecture.

Vlado Tesanovic
Sep 24, 2019 ⋅ 4 min read