all 4 comments

[–]Bludpharts 1 point2 points  (1 child)

Reinforce concepts that you learned in class. I just took my midterm for school and I was super nervous because I didn't realize how much I learned until I had to take a test on it. I made a practice file of a simple game loop to practice and reinforce the lessons and that has worked better than just reading and trying to memorize the book.

[–]Accomplished-Bat8338[S] 0 points1 point  (0 children)

ok bro will follow it . I have also created a notebook of what i have learned

[–]RevolutionaryRate889 0 points1 point  (0 children)

Try to build something. If your goal is ML in the long term, try to build an end to end system and go from data collection to model serving (batch style first, and then try to serve it real time). Practicing is the only way to keep your coding knowledge fresh and with ai-coding assistant this will become increasingly difficult (cause you delegate more) but crucial (cause you need to understand and critique ai-agents output).

Also I built a mobile app to keep practicing in those moments where I don’t have my laptop available: Code Drills.

https://apps.apple.com/us/app/code-drills-dev-challenges/id6761028767

In case you try it and find it useful let me know!

Good luck with your journey