Weekly Shaarli

All links of one week in a single page.

Week 47 (November 19, 2018)

8,760 Hours: How to get the most out of next year

End of Year Planning / Manifesto Guide

20 rules of formulating knowledge in learning
Go update slice iterating error "does not support indexing" - Stack Overflow
thumbnail

Indexing pointer receivers:

Important to put the dereferencing in parantheses when trying to index such as this

(*someSlice)[index] = value

if leaving out the parantheses - someSlice[index] - it will not* work