During a break from university, the individual decided to enhance their development skills by learning new technologies.
Based on suggestions from ChatGPT, they opted to focus on general development and DevOps instead of fundamental skills.
They started by learning ES6+ Function in JavaScript and async await in just two days from documentation and YouTube.
Next, they delved into learning TypeScript from a tutorial by Hitesh Chaudhary on FreeCodeCamp.
While practicing coding in VScode, they noticed that Copilot's auto-completion feature was completing their code automatically when naming functions.
Although auto-completion generally helps, in this case, the individual found it counter-productive as it hindered their learning process by not allowing them time to think and understand the concepts.
The advice given is to disable Copilot's auto-completion feature while learning. Instead, utilize Copilot for asking questions and clarifying doubts, which can enhance the learning process.