1.) Turing technical: Tic-Tac-Toe implementation in Node REPL 2.) Client technical: Fundamental design of the implementation of a VSCode-like editor. Starting a new project from scratch to see if I am capable of collaboration and to examine my view on the big picture of a new project.
Sigiloso
1): I produced a buggy but working implementation of the TTT game (REPL is not my cup of tea :)). 2): I have talked about the design patterns I may use and discussed my ideas with my pair. I have started the basic setup of the project, created the folder structure, and begin to implement the most fundamental part of the application. This process required proactive mentality and good algorithmic skills.