Post cover

How not to lint your code?

A quick overview of what happens when you take your linter to another level…

Read More
Post cover

TypeScript vs Flow with React in the background

A closer look at best two solutions on the market for static typing support in JS…

Read More
Post cover

Let's talk JS ⚡: unit testing

What is and how to do unit tests with currently available tools…

Read More
Post cover

How to setup Webpack config 📦

How to setup your Webpack? Find out how easy it is to create your very own Webpack config from scratch…

Read More
Post cover

Top 10: JS compilables

Languages that compile to JS & more! What other options there are for web development…

Read More
Post cover

Async JavaScript basics revise

Let's explore the fundamentals of JS asynchronous programming…

Read More
Post cover

Let's talk JS ⚡: Web APIs

JavaScript isn't doing everything alone. Let's meet his best friends - Web APIs…

Read More
Post cover

The world beyond React, Vue & Angular

React, Vue and Angular have been hot topics lately. Let's see if there are any other interesting tools and concepts out there…

Read More
Post cover

Lexing in JS style 😎

Following the process of writing a lexer for AIM programming language…

Read More
Post cover

Your WebGL aiders

There are some great tools for dealing with the whole WebGL API, let's see which ones are worth a look…

Read More
Post cover

Coding controversy

Thoughts on my first OSS library, and what has gone wrong…

Read More
Post cover

ECMAScript 6 and up in 2019

How's good, 4-years-old ES6 been doing in the last couple of years…

Read More
Post cover

Let's talk JS ⚡: documentation

Best ways of documenting your JS code…

Read More
Post cover

Hello World! in AIM

The AIM project - developing the syntax…

Read More
Post cover

The AIM-lang project

Introduction to AIM - the new programming language learning project and post series of mine…

Read More
Post cover

Hello... RegExp?!

Introductory tutorial to the world of regular expressions…

Read More
Post cover

Nice syntax! - Popular languages' syntaxes compared

A closer look at some popular programming languages' syntaxes…

Read More
Post cover

Let's talk JS ⚡: performance

Let's investigate JavaScript performance in 2018…

Read More
Post cover

The tale about not-so-much-dead JavaScript

Is WebAssembly indeed so good?…

Read More
Post cover

The Pros, Cons & TypeScript

TypeScript not-so unbiased introduction…

Read More