React Hooks

React Hooks

6mins readunread

How I learned about hooks by upgrading this website

  • UI engineering
  • software engineering
Communicate Through Code

Communicate Through Code

18mins readunread

Learn to communicate your ideas clearly while coding

  • software engineering
  • python
The Nature of Distributed Systems

The Nature of Distributed Systems

9mins readunread

How distributed systems are different to single-node setups?

  • system design
Design LRU Cache

Design LRU Cache

7mins readunread

Have fun designing least-recently-used cache in Python

  • algorithmic coding
  • data structures
  • python
Heapify ✌️

Heapify ✌️

9mins readunread

How the priority queue and heap work: theory, implementation, complexity. Heap sorting and other applications.

  • algorithmic coding
  • data structures
  • python
How I built my ML workstation 🔬

How I built my ML workstation 🔬

25mins readunread

A full story about building a custom ML workstation. From parts picking to software installation and using.

  • machine learning
  • computer engineering
K-Nearest Neighbors 👨‍👩‍👧‍👦

K-Nearest Neighbors 👨‍👩‍👧‍👦

5mins readunread

Theoretical aspects of the KNN algorithm. Where it can be applied and when it fails.

  • machine learning