About the authorauthor

Max Koretskyi

Principal Engineer at kawa.ai.. Founder indepth.dev. Big fan of software engineering, Web Platform & JavaScript. Man of Science & Philosophy.

writingpost
12 November 20204 min read
Make your mark with inDepthDev

At inDepth we strongly believe that writing technical articles is one of the most effective ways to learn a topic at a deeper level. Investing your time and effort into acquiring valuable knowledge and sharing it with peers is the most rewarding path to professional growth.

writingpost
12 November 20204 min read
Make your mark with inDepthDev

At inDepth we strongly believe that writing technical articles is one of the most effective ways to learn a topic at a deeper level. Investing your time and effort into acquiring valuable knowledge and sharing it with peers is the most rewarding path to professional growth.

Read more
writingpostMake your mark with inDepthDev

12 November 2020

4 min read

At inDepth we strongly believe that writing technical articles is one of the most effective ways to learn a topic at a deeper level. Investing your time and effort into acquiring valuable knowledge and sharing it with peers is the most rewarding path to professional growth.

Read more
engineeringpost
29 August 20189 min read
Level Up Your Reverse Engineering Skills

This article explains the reasons to start reading sources. It describes the knowledge and tools you need to do it successfully. And it also outlines a structured process to start reverse-engineering.

JavaScriptpost
16 May 20175 min read
ES6 Iterators and Generators by example

ES6 introduced a new iteration mechanism for traversing data and corresponding protocols that define a uniform approach to iterating structures in JavaScript. This article describes it.

typescriptpost
30 January 201710 min read
Configuring TypeScript compiler

This article explores in depth essential TypeScript configuration options. We'll learn how to configure input and output files location, file types, transpiling and module resolution process.

typescriptpost
30 January 201710 min read
Configuring TypeScript compiler

This article explores in depth essential TypeScript configuration options. We'll learn how to configure input and output files location, file types, transpiling and module resolution process.

Read more
typescriptpostConfiguring TypeScript compiler

30 January 2017

10 min read

This article explores in depth essential TypeScript configuration options. We'll learn how to configure input and output files location, file types, transpiling and module resolution process.

Read more
JavaScriptpost
26 September 20167 min read
How to round binary numbers

We are all familiar with rounding numbers in decimal system. This article will teach you how to round binary numbers and explain the math behind it.