Publications

40
Publisher:
ITNEXT
Jul 2024

System design sketches for popular system design interview questions.

Hacker News
Apr 2023

Published on Hacker News frontpage. The link leads to the Hacker News archive for that day where the mention can be found.

TechCrunch
Dec 2022

My okso.app drawing app is mentioned in the TechCrunch article related to TLDraw app

Hacker News
Oct 2022

Published on Hacker News frontpage. The link leads to the Hacker News archive for that day where the mention can be found.

DOU
Feb 2022

The article discusses the growth and challenges of open-source development in Ukraine, highlighting notable Ukrainian contributors and projects, the community's role in fostering collaboration, and how open-source tools are being leveraged to support Ukraine

Hacker News
Oct 2021

Published on Hacker News frontpage. The link leads to the Hacker News archive for that day where the mention can be found.

Hacker News
Oct 2021

Published on Hacker News 2nd page. The link leads to the Hacker News archive for that day where the mention can be found.

Hacker News
Sep 2021

Published on Hacker News 2nd page. The link leads to the Hacker News archive for that day where the mention can be found.

Towards Data Science
Sep 2021

Training the car to do self-parking using a genetic algorithm

Hacker News
Jul 2021

Published on Hacker News 2nd page. The link leads to the Hacker News archive for that day where the mention can be found.

Towards Data Science
Jul 2021

Interactive example of how the floating-point numbers like -27.156 are stored in binary format in a computer's memory

HackerNoon
Apr 2021

JavaScript implementation of so-called Seam Carving algorithm for the content-aware image resizing and object removal. A dynamic programming approach is applied to optimize the resizing time.

Hacker News
Apr 2021

Published on Hacker News frontpage. The link leads to the Hacker News archive for that day where the mention can be found.

Hacker News
Apr 2021

Published on Hacker News frontpage. The link leads to the Hacker News archive for that day where the mention can be found.

JavaScript in Plain English
Apr 2021

JavaScript implementation of so-called Seam Carving algorithm for the content-aware image resizing and object removal. A dynamic programming approach is applied to optimize the resizing time.

HackerNoon
Dec 2020

In this article I'm solving the issue of making the printed links (i.e. in a book or in a magazine) clickable via your smartphone camera. We will use TensorFlow 2 Object Detection API to train a custom object detector model to find positions and bounding boxes of the sub-strings like https:// in the text image (i.e. in smartphone camera stream).

Towards Data Science
Dec 2020

In this article I'm solving the issue of making the printed links (i.e. in a book or in a magazine) clickable via your smartphone camera. We will use TensorFlow 2 Object Detection API to train a custom object detector model to find positions and bounding boxes of the sub-strings like https:// in the text image (i.e. in smartphone camera stream).

Towards Data Science
Jul 2020

7 simple JavaScript functions that will give you a feeling of how machines can actually “learn”.

KDnuggets
Jul 2020

A character-level LSTM (Long short-term memory) RNN (Recurrent Neural Network) is trained on ~100k recipes dataset using TensorFlow. The model suggested the recipes "Cream Soda with Onions", "Puff Pastry Strawberry Soup", "Zucchini flavor Tea", and "Salmon Mousse of Beef and Stilton Salad with Jalapenos". Yum!? Follow along this detailed guide with code to create your own recipe-generating chef.

Newline
Jul 2020

Pass your algorithms interview with confidence by learning data structures and algorithms in JavaScript. The book should help engineers to better prepare for tech interviews.

KDnuggets
Jun 2020

A collection of interactive machine-learning experiments. Each experiment consists of Jupyter/Colab notebook (to see how a model was trained) and demo page (to see a model in action right in your browser).

Hacker News
Jun 2020

Published on Hacker News 2nd page. The link leads to the Hacker News archive for that day where the mention can be found.

Towards Data Science
Jun 2020

This article contains details of how the recipes generator LSTM model may be trained trained on Python using TensorFlow 2 with Keras API.

DOU
Jun 2020

About my work, workspace organization, useful tools, life hacks and how I learn new technologies on my pet projects.

Towards Data Science
May 2020

A collection of interactive machine-learning experiments. Each experiment consists of Jupyter/Colab notebook (to see how a model was trained) and demo page (to see a model in action right in your browser).

Hacker News
Dec 2019

Published on Hacker News frontpage. The link leads to the Hacker News archive for that day where the mention can be found.

ITNEXT
Jul 2019

In this article I'm explaining how to create React usePosition() hook to fetch and follow browser’s location.

ITNEXT
May 2019

This article is my attempt to summarize common technical interview process steps and to collect in one place some useful insights from recruiters that they normally send to applicants before the interviews.

DOU
Jan 2019

Article about the project that contains examples of popular machine learning algorithms implemented in Python with mathematics behind them being explained.

AI Time Journal
Dec 2018

Article about the project that contains examples of popular machine learning algorithms implemented in Python with mathematics behind them being explained.

Data Driven Investor
Dec 2018

Article about the project that contains examples of popular machine learning algorithms implemented in Python with mathematics behind them being explained.

Data Driven Investor
Oct 2018

MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics behind them being explained.

GeeksForGeeks
Sep 2018

In this article I’m trying to explain the difference/similarities between dynamic programming and divide and conquer approaches based on two examples: binary search and minimum edit distance (Levenshtein distance).

DOU
Sep 2018

Collection of Python scripts that are split by topics and contain code examples with explanations.

Hacker News
Jul 2018

Published on Hacker News frontpage. The link leads to the Hacker News archive for that day where the mention can be found.

HowIGotJob
Jul 2018

How to stay productive and to be open to new opportunities (career developing).

ITNEXT
Jun 2018

This article briefly describes the difference between mathematical permutations and combinations, explains the main idea behind permutations and combinations algorithms and contains links to algorithms implementation in JavaScript.

ITNEXT
Jun 2018

In this article I’m trying to explain the difference/similarities between dynamic programming and divide and conquer approaches based on two examples: binary search and minimum edit distance (Levenshtein distance).

Hacker News
May 2018

Published on Hacker News frontpage. The link leads to the Hacker News archive for that day where the mention can be found.

ITNEXT
May 2018

Algorithms and data structures implemented in JavaScript with explanations and links to further readings.