|
|
|
|
|
by doobiaus
4344 days ago
|
|
Programming is the 'easy' part. To be employable learn the rest of the process, which is typically language agnostic:
Dev Processes & workflow (scrum),
DVCS (git),
TDD,
CI/CD (Travis/Jenkins/TeamCity),
devops (puppet).
etc They're the things, regardless of language or project you will need, but which are rarely taught properly. |
|