Building a website

How to Code

Notes: Computers really only do two things well: store values and perform operations on those values. Everything computers do can be broken down into simple operations that are performed on simple values. To learn how to code, first I have to learn to think computationally. Computational thinking is a way of thinking about problem solving that grew out of computer science. To write code, first I have to break a problem down into a simple set of actions that solves the problem....

February 11, 2022 · 3 min · Kei