Blog
10 posts- book-notesshape-up
Shape Up (Ryan Singer) - Notes
There were tons of challenges faced by Basecamp, with trial and errors they figured out techniques that actually worked for the Basecamp. Three people built the first version of the product, Json Frie…
- book-notesclean-code
Clean Code (Robert C Martin)- Notes
There are two parts to learning craftsmanship: knowledge and work. Learning to write clean code is hard work. It requires more than just the knowledge of principles and patterns. You must sweat over i…
- internalsgoroutinesgolang
The Ultimate Guide to Concurrency With Go Routines - Exploring inside out
Let’s travel back in time, back in the 80s, Computers like the Amiga and Apple Macintosh were able to run multiple operations at once. The question is how?
- internalsunique-identifiers
Which Unique Identifier Is Right For You?
Choosing the right Unique Identifier for your next project is crucial. We always want to ensure that our Unique Identifier is reliable, scalable, and gives more performance. In this article, we’ve bro…
- book-notessoftware-craftsmanship
The Software Craftsman (Sandro Mancuso) - Notes
The key lessons from this chapters are.
- papergoogle-file-system
Google File System (Oct 2003) Notes
Chunk Server has the final word in saying if it has the chunk or not. Better to not keep a consistent view with master. Simple design, no divergence or conflicts. The entire metadata is held in-memory…
- handbooksrspec-testing
RSpec Testing Handbook
The Book: Effective Testing with RSpec says....
- handbookstypescript
TypeScript Handbook
- A Programming language created by Microsoft. - Disciplined JavaScript - Top layer of JavaScript - Every JavaScript code is also TypeScript code - Features - Static Typed: Give type of variable at…
- handbooksjava
Java Handbook
Java is a high-level, class-based, object-oriented programming language. It is a compiled language.
- algorithm
Bencoding Algorithm - Torrent
→ Torrent file are ‘Bencoded’ and to extract the above fields we would need to parse the torrent file (Bencoded).