Ask HN: As a coding teacher in middle / high school, which tools are you using?

11 points by bachmitre ↗ HN
And also: which tools (or abilities) are you lacking for a better teaching (and learning) experience ?

10 comments

[ 3.2 ms ] story [ 32.4 ms ] thread
I have been a teacher, tutor, and head of school clubs, as well as director of education for makerspaces.

The tools to focus on are THE FUNDAMENTALS. The fundamentals start with the framing - that means talking about Software Freedoms and our relationship with technology and society.

Then once the foundations are in place, the Free Tech starts to matter. Linux, Firefox, Devtools + html/js, Scratch etc.

Be sure you're clear on what your own goals are. Are you an entertainer, or an educator?

Currently neither nor, but I used to teach unix systems administration in evening schools 20 years ago.. now I have children in middle / high school, and I wonder what tools are currently used in schools to teach programming
As a "coding" teacher I would stop teaching how to "code" and start teaching how to think and solve problems.
I would focus on web technologies. Getting something on the screen with html and css is trivial, and JavaScript is very powerful.

Best of all, every computer has a built in JavaScript runtime (web browser). This makes it easy to share what you build with friends and family.