TLDR: A book on presentation. Not on slides, but on how to give a presentation
in person, and how to engage the audience to the topic
[more]
Karatsuba method of multiplication
This is a way of doing
multiplication
of large numbers that I learned today. It allows the multiplication below \(O(n^2)\) complexity.
[more]
Team Geek
Fitzpatrick and Collins-Sussman / 2012
TLDR: A book summarizing a lot of common sense on working in an engineering
organization. It proposed the concept “HRT” – humble, respect, trust – as the
general rule for dealing with people, whether they are coworkers, managers,
customers.
[more]
Artificial Neural Network using only numpy
I know there are tensorflow, pytorch, kera and a whole bunch of other libraries out there but I need something that can work on Termux but no success (at least no longer after Python 3.7 upgrade). But after reading again the textbook on how a neural network operates, it doesn’t...
[more]
System design checklist
This is a system design checklist I made to summarize a handful of videos I watched on the topic:
[more]