How to become SE


SUBMITTED BY: Atronax

DATE: July 24, 2017, 4:11 p.m.

FORMAT: Text only

SIZE: 1.8 kB

HITS: 469

  1. Every software engineer will tell you, that the most quick way to learn programming is have personal project.
  2. It may be large, or it may be small. It may be connected with real life problem or may not. That's irrelevant.
  3. All you need to know - you are learning. Don't try to make your program fast. Experiment. Find errors and fix them.
  4. Change those parts of code you don't like. Throw away the whole code and start over. Learn. Don't forget you are learning.
  5. But there is one thing. Practice is good, but without theoretical background you will not be able to become good professional.
  6. So you need to find books which will help you start your hard way in this profession. There are a lot of them, but only some
  7. are really qualitative. Reading just everything is a waste of time. Reading books that are not connected with your chosen language
  8. is fine, but if you are already acquainted yourself with basics of that. Moreover, by doing so, you can understand chosen language
  9. better and deeper.
  10. So, to become a good developer, you need:
  11. 1. Read some information about history of programming,
  12. 2. Try to understand mechanism of compiling, algorithms basics,
  13. 3. Choose your main language and IDE, learn syntax, standard libraries, how to use it, etc.,
  14. 4. Make some small projects to make sure you understood everything. Get back to learning if smth is not ok,
  15. 5. Look forums for what libraries, frameworks are currently most used, get acquainted with them,
  16. 6. Start your large project, that uses them, and learn while you making it.
  17. 7. ...
  18. Why 7th is three dots. It is simple. Good developer never stops learning. Every year technologies are changing, and such a
  19. programmer is in center of such changes.
  20. And last word. Please, don't choose books with labels "Learn in 8/12/24 hours". It is just a waste of time. IMHO.

comments powered by Disqus