AfrocatioN

"Education is the passport to the future, for tomorrow belongs to those who prepare for it today" - Malcolm X

Featured Post

Most & Least Federally Dependent States | WalletHub�

Most & Least Federally Dependent States AfrocatioN ™  Knowledge Is Key ®

Khan Academy

Thursday, January 28, 2016

What skills should software engineers have for the next decade?


What Skills Should Software Engineers Have for the Next Decade - Slate?
Answer by Pedram Keyani, worked at Google, was an early engineer at Facebook, and now at Uber:If you are looking to be a great general-purpose software engineer, then the skills for the next five to 10 years are very similar to the skills needed in the past five to 10 years:
  • Strong understanding of the fundamentals of computer science, including databases, networking, compilers, data structures, algorithms, and operating systems design
  • Highly analytical and able to decompose big problems into smaller problems
  • Sequence and prioritize what needs to be done
  • Work well in teams (meaningful work is done in the unit of teams)
If you are looking to optimize for trends in the industry or what you think the real world will demand of computer technology, then focus on machine learning, computer vision, mobile development, or distributed systems.
I have one caveat regarding machine learning. Most people think of it as this sexy field (which it is), but most practical applications of machine learning really depend on strong system design focused on effectively using memory, IO, and extracting features that don't reside on the machine making the classification. Most graduate course are focused on the underlying classifiers, but really the magic is in how they are applied to real-world problems.  - Slate
AfrocatioN ™  Knowledge Is Key ®