Skip to content

Instantly share code, notes, and snippets.

@pwmoore
pwmoore / about.md
Created August 15, 2011 00:15 — forked from jasonrudolph/about.md
Programming Achievements: How to Level Up as a Developer
### Keybase proof
I hereby claim:
* I am pwmoore on github.
* I am itsokimbatman (https://keybase.io/itsokimbatman) on keybase.
* I have a public key whose fingerprint is 894A 2F05 8806 4943 E732 AB8E 6D88 0EB3 83BE 5E02
To claim this, I am signing this object:
Anonymous UUID: 9540475B-C9B9-D309-60E2-218C79ED6C29
Thu Mar 28 16:21:08 2019
*** Panic Report ***
Panic(CPU 5, time 2346970991347): NMIPI for unresponsive processor: TLB flush timeout, TLB state:0x0
RAX: 0x0000000053e9f354, RBX: 0x0000000000000001, RCX: 0x0000000055555502, RDX: 0x00000000000010c1
RSP: 0xffffff873f9b3ae8, RBP: 0xffffff873f9b3b00, RSI: 0x0000000000000002, RDI: 0xffffff800c40db90
R8: 0xffffff800c451bd0, R9: 0x0000000000000000, R10: 0x0000000000000000, R11: 0x0000000000000000
R12: 0xffffff800c348cfb, R13: 0xffffff800c6466b8, R14: 0x0000000000000001, R15: 0x000010c0fa7aeb61
@pwmoore
pwmoore / Go Ramp Up.md
Last active July 15, 2020 04:15 — forked from johannaratliff/learning-golang.md
Golang Rampup

Context

This is for programmers who want to ramp on Go, without resources that reiterate programming fundamentals. This would not be a good list of resources for folks who are learning to program using Go as their first language. Some resources that I dismiss here would be super valuable for newer folks. This is a selection of resources for those who understand programming fundamentals in a different language already.

Advice

  1. First steps = Tour of Go
  2. Don't waste time on Go Fundamentals-type books - it all lives in tour of Go.
  3. Consider joining the Gophers Slack
  4. When you need help, the Go Playground allows you make a quick scratch file and share it. Others trying to help can run your code easily this way.