Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.64 KB

readings.md

File metadata and controls

33 lines (26 loc) · 1.64 KB
layout title permalink ref lang menuitem
page
Interesting Readings
/readings/
readings
en
true

Table of Contents

  • Management
    • "Maker's Schedule, Manager's Schedule", by Paul Graham
  • Programming
    • "The Grug Brained Developer"
  • Writing
    • "A blogging style guide", by Robert Heaton
    • "A blogging style guide vol. 2", by Robert Heaton

The purpose of this page is to keep track of the interesting things that I had read. These things will be mostly blog posts, but the list might include books, academic papers, and other forms of content at some point.

I copied the idea from here.

Management

  • "Maker's Schedule, Manager's Schedule", by Paul Graham: A 15-years old article that still rings as true today. If you're a manager and can't understand why your developers hate meetings, impromptu calls and other distractions, make yourself—and themselves—a favor and read this.

Programming

  • "The Grug Brained Developer": a humorous guide about software development learnings, collected over the author's career. In a way, it's a warning against unnecessary complexity.

Writing