Readme

Here I gather interesting articles / books.

Typescript

Node

Event Loop

And how it works in browsers:
https://html.spec.whatwg.org/#event-loops

Multithreading

React, Redux

DB

1. https://use-the-index-luke.com
2. Postgres: GIST vs GIN for fulltext
3. Gaps and Islands in Postgres
4. https://richyen.com/postgres/2021/09/03/less-is-more-max-connections.html

Passwords hashing: Argon2id vs Scrypt vs Bcrypt

1. https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html

WS

1. https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_servers#the_websocket_handshake

DDD

GIT

Kafka

  1. How transactions work in Kafka

Philosophy

Tests