difference between http1 and http2
we have some error at some server, how can we find the root cause of the error (ssh connect, ps aux, finding pid, ls -l /proc/PID/fd), remote debug
hand shake of TCP connection (ACK, SYN)
How to block traffic (ip tables)
what is TLS
difference between HTTP and HTTPS, how to read HTTPS traffic
Live coding - task about changing of quantity and price:
2 lists of tuples a = [(1, 100), (2, 101)] b =[(1, 100), (1, 101), (1,103)]
output like "added q 1 with price 103" "changed q of price 101 from 2 to 1"