Edward Withers

Nov 18 2019: Education is a product and a service

-draft-

Education is a product and a service. What is design? This should work.

At Makers

The coaching team at Makers for a lot of start-up reasons has some product management responsibility. A couple years ago we extracted a role from the coaching...

Oct 17 2019: Self-directed learning in practice.

Instead of reading this blog post, just read Number 4 on my reading list.

But really, read it.

If there aren't any available to buy, I'm sorry. They're out of print, and every now and again I buy a bunch for Makers. Swing by Makers for a copy or...

Oct 17 2019: Responding to beginners.

-draft-

Getting better at learning is the best thing you can do.

Part 2

Updated on 27-04-2018

I've been a software engineering coach at Makers Academy for 10 months. That in itself is a feat.

I had a conversation that I wanted to fully transcribe...

Oct 17 2019: Notes on learning environments

-draft-

Notes on learning environments

There is a lot that goes into this.

When I work with coaches, sometimes I think of the team as a software infrastructure team whose job it is to create and maintain internal platforms and tools to allow other...

Jun 12 2019: Reimplementing classes in ruby

A short challenge to reimplement the class keyword in ruby.

I used Kernel#binding to set scope.

Have a look here for the gist.

Pretty, huh?


module BasicClass
  def self.new(parent_klass = nil, &block)
    klass = lambda do
      class_scope =

Dec 4 2017: Notes on Coaching

Jump to Part 2 (Nov 4 2019)


I'm six months in coaching at Makers Academy, helping beginners learn how to program. But I'm a beginner too. I'm at the beginning of a journey to get better at coaching. And to get better at anything, it's key to understand...

Oct 28 2017: Advice to learners - Test-drive your learning

Every four weeks a new cohort of beginner developers comes through the doors of Makers Academy. Our students come from all manner of backgrounds and walks of life which makes working here an enriching experience. However, as diverse as their backgrounds...