Earlier quoted context omitted.
> The fundamental knowledge of math and science that separates engineers from 'coders'. Only math. Furthermore, someone with years of coding instinctively develops such mathematical understanding, while the very same understanding will be lost on someone who just graduated, but has never coded.
> Furthermore, someone with years of coding instinctively develops such mathematical understanding FWIW, this isn't my experience. I have a CS/math background, spent the first few yrs of my career at Google, and then moved to a startup as the first employee. We had a lot of difficulty sourcing good candidates, and our first two hires were 1) a guy with no engineering experience and domain knowledge that had programme…
Thousands of Veterans Want to Learn to Code But Can’t
141–150 of 269 posts
Re: Thousands of Veterans Want to Learn to Code But Can’t
#142I don't see the need for Code Schools. Folks can learn almost anything using the resources of the internet. Provide the vets with books on coding for a specialized curriculum for fee and give them some specialized job prep. Many places would love to hire Vets.
Re: Thousands of Veterans Want to Learn to Code But Can’t
#143Earlier quoted context omitted.
You need it if you don't want to work on cookie cutter applications.
Cookie-cutter isn't a bad thing. If it solves a real problem or addresses a real need, it will be successful. I mean Facebook started out as a cookie cutter app. Heck, it was a basic CRUD app. Look at where it is today. Outside of such unicorns there are also many examples of reasonably successful products that can be categorized as cookie-cutter. Basecamp. Trello. Snapchat. These apps don't do anything groundbreakin…
Re: Thousands of Veterans Want to Learn to Code But Can’t
#144If you live in Phoenix, AZ I will personally 1-on-1 mentor you if you want to learn how to code. Come to heatsync labs every wednesday from 9:00am-3:00pm. (But you have to actually show up AND you have to agree to the curriculum. Email in profile.)
Re: Thousands of Veterans Want to Learn to Code But Can’t
#145Earlier quoted context omitted.
I'm from Wisconsin and am currently reading "Janesville: An American Story", which is about the city of Janesville, WI and what happened when the GM auto plant closed in 2008. A lot of subsidies went to retraining the unemployed factory workers because that's supposedly how you are supposed to treat factory closings. But it turns out that when you compare the salaries of the workers who went back to school (tech scho…
Got any sources for that from the book I can peek at?
https://www.propublica.org/article/rare-agreement-obama-romn...
Re: Thousands of Veterans Want to Learn to Code But Can’t
#146Code school won't turn you into much of a coder, nor will an Ivy League university. They will establish some sort of foundation, but I think the benefit-per-month and -per-dollar is not the best. And this is coming from someone who loved school, mades As and Bs, and graduated from a university.
Books and online resources are not the whole answer either, not for a beginner. You need a jump start. Maybe school would get you jump started, but an internship would be even better. And this is coming from someone who read thick books cover to cover on JavaScript, Apache, and SQL. I seem to do well with books, not needing a class --- but I wonder if I could have done it without some solid real-life problems to sink my teeth into. I didn't get an internship. I got even better: a job where I could learn on the job --- basically a paid internship.
Humans learn best through apprenticeship, on-the-job demonstration, using more than one of their five senses, question-and-answer. It was true in the Middle Ages, and it's true now. We haven't changed.
Never underestimate the bandwidth of a human face-to-face interaction.
Re: Thousands of Veterans Want to Learn to Code But Can’t
#147Earlier quoted context omitted.
> The fundamental knowledge of math and science that separates engineers from 'coders'. Only math. Furthermore, someone with years of coding instinctively develops such mathematical understanding, while the very same understanding will be lost on someone who just graduated, but has never coded.
> Furthermore, someone with years of coding instinctively develops such mathematical understanding FWIW, this isn't my experience. I have a CS/math background, spent the first few yrs of my career at Google, and then moved to a startup as the first employee. We had a lot of difficulty sourcing good candidates, and our first two hires were 1) a guy with no engineering experience and domain knowledge that had programme…
In my experience, intellectual curiosity, intellectual openness, raw intelligence, initiative, and attitude are much better indicators of success as a programmer than having a degree.
Re: Thousands of Veterans Want to Learn to Code But Can’t
#148Earlier quoted context omitted.
You need it if you don't want to work on cookie cutter applications.
Cookie-cutter isn't a bad thing. If it solves a real problem or addresses a real need, it will be successful. I mean Facebook started out as a cookie cutter app. Heck, it was a basic CRUD app. Look at where it is today. Outside of such unicorns there are also many examples of reasonably successful products that can be categorized as cookie-cutter. Basecamp. Trello. Snapchat. These apps don't do anything groundbreakin…
I mean, it's great you're working on the latest computer vision algo to make the billboards in Minority Report a reality. I just spent the day wrestling with Google's client API registration and authentication nonsense so I could get per-page bounce rates.
Re: Thousands of Veterans Want to Learn to Code But Can’t
#149Perhaps there's not enough knowledge about this program but 1/4 of USAA employees (~31,000) are vets.
Re: Thousands of Veterans Want to Learn to Code But Can’t
#150Whether you believe code schools are good or bad (I lean somewhat towards good), I wonder if we have not fully learned the lesson from the rash several years ago of fly-by-night for-profit colleges preying on vets and providing substandard education and inflated job promises, all on the GI Bill's dime. I worry that if the GI Bill was extended to code schools, we'd see the exact same thing happen again.
> I worry that if the GI Bill was extended to code schools, we'd see the exact same thing happen again. This is dead on. I am a veteran currently going back to school for an engineering degree on the GI bill. When I got out of the service I didn't even consider going back to school, and just taught myself how to code and started working as a web developer. Once I made it to the point of working with other software en…
Right. You cannot solve engineering problems with programming skills unless you also know engineering, just like you cannot write accounting software unless you know accounting, etc.
For another example, if you were coding the Shazam app, a good understanding of undergraduate math is needed to code of the fast fourier transform part. Even more so, one would need that knowledge to even realize that an FFT was the path to a solution.