Šta da učim?

100

Member
Joined
Mar 16, 2018
Messages
410
Reaction score
6
Prvi jezik koji bi početnici trebalo dobro da nauče je engleski.

A za apsolutne početnike je ionako svejedno. Najbolje je prvo pročitati neku neutralnu knjigu, onu koja se ne bavi nijednim jezikom konkretno već je generalno o programiranju. Recimo ovako nešto…

Coders at Work: Reflections on the Craft of Programming
If you’re curious about life as a programmer than Coders at Work is the book for you. It’s packed with interesting interviews from 15 accomplished programmers and computer scientists including Joshua Bloch, Peter Norvig, Donald Knuth, Ken Thomson, and Jamie Zawinski. The author, Peter Seibel (a programmer turned writer), got interviewees to open up about the famous projects that they worked on and the inspiring stories behind them. Coders at Work gives a peek into what makes some of the greatest programmers tick and how they think.
The Complete Software Developer’s Career Guide

  • []How to systematically find and fill the gaps in your technical knowledge so you can face any new challenge with confidence
    [
    ]Should you take contract work - or hold out for a salaried position? Which will earn you more, what the tradeoffs are, and how your personality should sway your choice
    []Should you learn JavaScript, C#, Python, C++? How to decide which programming language you should master first
    [
    ]Ever notice how every job ever posted requires “3-5 years of experience,” which you don’t have? Simple solution for this frustrating chicken-and-egg problem that allows you to build legitimate job experience while you learn to code
    []Is earning a computer science degree a necessity - or a total waste of time? How to get a college degree with maximum credibility and minimum debt
    [
    ]Coding bootcampssome are great, some are complete scams. How to tell the difference so you don’t find yourself cheated out of $10,000
    []Interviewer tells you, “Dress code is casual around here - the development team wears flipflops.” What should you wear?
    [
    ]How do you deal with a boss who’s a micromanager. Plus how helping your manager with his goals can make you the MVP of your team
    []The technical skills that every professional developer must have - but no one teaches you (most developers are missing some critical pieces, they don’t teach this stuff in college, you’re expected to just “know” this)


  • [
  • ]An inside look at the recruiting industry. What that “friendly” recruiter really wants from you, how they get paid, and how to avoid getting pigeonholed into a job you’ll hate

Uvek ljudima koji počinju preporučujem da prvo pročitaju ovaj klasik napisan davne 1975. godine…

The Mythical Man-Month
The premise of this book is built on the fact that computers change, but people don’t. The Mythical Man Month is a programming classic that discusses the human elements of software engineering. Even though the book was written more than 40 years ago (first published in 1975) it’s stood the test of time. Why? Because building things, including software, has been as much about people as much as hit has been about materials or technology.
No, kada definitivno odluče šta će sa sobom i šta žele konkretno da rade, moraće da se specijalizuju i ne lutaju. Ako neko želi da pravi AAA igre prvi će mu izbor verovatno biti C++. Ako neko želi da se bavi front end-om, prvi izbor će mu biti JavaScript. Za Android Java, za iOS Swift… itd… itd… itd…
 
Last edited:

webad

Member
Joined
Jan 5, 2016
Messages
126
Reaction score
8
Cesto preporucujem
Clean Code: A Handbook of Agile Software Craftsmanship by Robert C. Martin
 
Last edited:
Top