Josh Maxwell Profile picture
Improving Developer Experience and Tooling ⬢ Software Engineer @QualtricsLife: #DevX ⬡ #DevOps ⬢ Whole Self: #TTRPGs GM ⬡ #GameDev #Godot ⬡ LDS ⬡ He/Him
Sep 18, 2021 9 tweets 3 min read
⭐ PPV ⭐
My current Life Operating System

PPV stands for Pillars, Pipelines, and Views.

It is an incredible productivity system created by @augustbradley.

I have been using it for about a year now. Let's look at the basics.

2021-09-18 #30years30threads 18/30

A thread🧵⬇ /1 The Goal
The whole PPV system is about integrating systems to gain better focus and alignment, with knowledge resurfacing at the right time.

With PPV I tie my tasks to my goals, habits, and values and track my overall progress regularly.
Sep 17, 2021 7 tweets 7 min read
It's Follow Friday: Golang Edition! 🤩

Check below for who you should follow for A+ #Golang content on various platforms.

Please feel free to jump in and add your own! I'm always looking for more quality sources!

2021-09-16 #30years30threads 16/30

A #FollowFriday thread🧵⬇ /1 #Golang Twitter

@steevehook

@go100and1

@JeremyCMorgan

@felixge

@ardanlabs

@CuratedGo
Sep 16, 2021 8 tweets 4 min read
Let's wrap up learning about the #Golang CLI

Go CLI; Help, Docs, and Miscellany

2021-09-16 #30years30threads 16/30

A thread🧵⬇ /1 Go Help

When diving into the #Golang CLI `go help` is your best friend.

It contains very detailed reports of each sub-component in the CLI.
(Think man pages, but just for go)

You can see all top-level options with `go help`, then dive deeper with `go help <topic>`.