Comments by "jCodes" (@youMatterItDoesGetBetter) on "Travis Media"
channel.
-
1
-
1
-
Completely agree but getting a software dev job nowadays without a Bachelors is pure luck at this point. You have to know someone... otherwise... you've got so much competition. It's mostly a piece of HR paper that checks a box, but it does teach you the fundamentals of problem solving and logic. Not to mention computer architecture, data structures and how to apply those things. A CS degree is honestly pretty tough as well. It was for me anyway.
int[] years =
{1,2,3,4,5,6,7,8,9,10};
}
for (int experience : years) {
System.out.println(experience);
}
Nothing will ever beat real-world experience.
1
-
1
-
1