Denys Vuika's Blog

Using Angular CLI with Yarn

21 October, 2020

This article gives a brief overview of how to setup your Angular CLI to use Yarn and how to get back to NPM package manager

Duckflow: a tiny BPMN process designer

03 May, 2020

I would like to announce a new hobby project I have been working at my spare time during the global lockdown. It is a web application called Duckflow, and it provides a lightweight BPMN designer experience.

Preact Project with TypeScript and Parcel

11 May, 2019

In this article, I am going to walk you through the process of configuring a new web application project that is powered by Preact library, and backed by TypeScript and Parcel bundler. The article is part of a series of posts on Preact and React development.

Announcing ngi: installer for Angular libraries

07 October, 2018

Today I am very excited to announce a new tool for Angular CLI projects called “ngi”.

Translation library for Angular and Ionic apps

01 April, 2018

Introducing an @ngstack/translate library that is going to satisfy all your apps’ translation (i18n) needs.

Simple i18n support for your Angular apps

18 March, 2018

Easy ways to create a translation mechanism for your Angular and Ionic applications that does not rely on third-party libraries.

Dynamic Material Sidebar in Angular

11 March, 2018

Creating a configuration-based sidebar using Material components in your Angular CLI application.

Your Angular apps as Docker containers

02 March, 2018

In this article, I am going to show you how to create a Docker image from your Angular application, publish and consume it from the Docker Hub.

Dynamic Routes with Angular

21 February, 2018

In this article, I am going to show you an excellent Angular Router feature related to dynamic route population. It can be handy both for projects and unit testing.

Material Icons with Angular CLI Projects

18 February, 2018

Using material-design-icons without extra 97+ thousand files.

Dynamic Content in Angular

27 November, 2016

Multiple ways to create Angular components dynamically at runtime.

Using Angular 2 with Electron

19 November, 2016

This article will show you how to configure and use Angular components with Electron framework for creating cross-platform applications with web technologies.