Tag: programming
-
What is Git?
We do a lot of work on computers. Whether it’s the document work that many people mainly do or the coding work that mostly developers do, we create and manage files on computers. It would be ideal if file work could be completed in one go, but it rarely happens. After multiple revisions, the final…
-
Let’s start to make a Tetris game
After the birth of my first child, I began learning web development by attending lectures and reading blogs from a web developer named ZeroCho. At that time, I was told by him: if I could create a Tetris game using only HTML, CSS, and Vanilla JavaScript, I would be qualified to apply for a junior…