Skip to content

Instantly share code, notes, and snippets.

@nicomarr
nicomarr / polya.md
Created October 31, 2025 08:43 — forked from jph00/polya.md
Summary of Polya's "How To Solve It With Code"

A guide to George Polya's "How to Solve It"

Introduction

George Polya (1887-1985) was a Hungarian mathematician and educator who revolutionized our understanding of problem-solving and teaching. While he made significant contributions to mathematics, his most enduring legacy is his insights into how people learn and solve problems. His 1945 book "How to Solve It" has influenced educators across numerous fields, extending far beyond mathematics.

Polya's Teaching Philosophy

Polya's approach centered on three key principles. First, he championed active learning, believing students learn best by discovering solutions themselves rather than being told answers. Second, he emphasized heuristic thinking - the art of guided discovery and learning from experience, viewing problem-solving as a skill that can be developed through practice. Third, he developed sophisticated questionin

@nicomarr
nicomarr / SpecStory-Installation.md
Last active October 23, 2025 22:41
SpecStory CLI Installation Guide for GitHub Codespaces & Dev Containers

SpecStory CLI Installation Quickstart for GitHub Codespaces & Dev Containers

This guide covers installing SpecStory CLI in containerized Linux environments, specifically:

  • GitHub Codespaces
  • VS Code Dev Containers (Docker)

For macOS or Windows native installations, refer to the official SpecStory documentation.

Prerequisites