Denis Jakus

making tech less cryptic

CTO x Unique People

Denis Jakus

making tech less cryptic

CTO x Unique People

Javascript

19 June 2019 Reactive user interfaces using SvelteJS
Javascript

Today I’ll be writing about SvelteJS. A truly refreshing Javascript framework (Well, Svelte is not a framework. It’s a compiler.)…

13 June 2019 Overview of UI frameworks in 2019
Javascript

Last blog post I announced I’ll be writing about a new Javascript framework. In the meantime (while I was preparing…

04 June 2019 Labeled statements in Javascript
Javascript

Naming in Javascript world Labeled statements are just that, labels.Using label statement we name loops or blocks of code in…

16 May 2019 Using Export-Import in Typescript?
Javascript

Let’s dive in Following the previously published article, i’ll be writing about Export-Import modules in Typescript.