collapsible markdown?
CLICK ME
yes, even hidden code blocks!
print("hello world!")
print("hello world!")
I hereby claim:
To claim this, I am signing this object:
Rich Hickey • 3 years ago
Sorry, I have to disagree with the entire premise here.
A wide variety of experiences might lead to well-roundedness, but not to greatness, nor even goodness. By constantly switching from one thing to another you are always reaching above your comfort zone, yes, but doing so by resetting your skill and knowledge level to zero.
Mastery comes from a combination of at least several of the following:
Verifying my Blockstack ID is secured with the address 14HX3feRkTmewxHLYMqmzhdKXHD1se2qKu https://explorer.blockstack.org/address/14HX3feRkTmewxHLYMqmzhdKXHD1se2qKu |
(by @andrestaltz)
If you prefer to watch video tutorials with live-coding, then check out this series I recorded with the same contents as in this article: Egghead.io - Introduction to Reactive Programming.
package main | |
import ( | |
"context" | |
"flag" | |
"fmt" | |
"log" | |
"net/http" | |
"os" | |
"os/signal" |