|
|
|
|
|
by lmarcos
1156 days ago
|
|
> I believe knowing their data-structures and algorithms is the difference between an okay programmer and a good one For me, the difference between and okay programmer and a good one is: how much Linux/Unix they know (processes, core system calls, networking, sockets, awk/sed/bash). Whether you are writing apis for ecommerce platforms or writing custom k8s providers, Linux knowledge is a must. Knowing how to implement a trie? I bet most of us have never been in that situation. |
|
Likewise, there are jobs where being able to reason on complexity and data structures is important.