short resources to take a quick look
fundamentals
a short, sweet, and visual fundamental algorithms book, grokking algorithms
CS50, Harvard University’s introduction to computer science and the art of programming
first language
Python is beginner friendly and simple. C is also good
basic research
learn basic terminal commands. ls, cd, mv, top, mkdir, touch, cat, sort, grep, rm
learn basics of git. add, commit, push, pull request
read on programming paradigms. procedural, imperative, declerative, object oriented,functional
speak in data
practice
Get some algorithms practice with Leetcode’s top-100 liked easy collection
more