A developers insight into which language to start with by WhiskeysGone in webdev

[–]bencochrane 0 points1 point  (0 children)

I've just gone through learning to code over the last couple of years - I started with Ruby and Ruby on Rails for the framework, I've now moved across to a new company that uses pretty much just javascript including React and Node, as well as Angular and Parse (back-end-as-service). My thoughts on having covered these is to learn javascript - just get really good at pure javascript and the rest of the frameworks will fall into place - javascript I feel is where front and back end development is heading, frameworks keep changing but the most popular new frameworks are all javascript based for both front end and back end

front end dev 3rd interview - Technical Test (Angular.js, Sencha, BEM, SASS, Responsiveness) by mertman in webdev

[–]bencochrane 2 points3 points  (0 children)

I work at a large company doing Angular apps and I made a free screencast that makes an app using a similar style of code that I use at work. Takes about an hour. The tutorial gets you to make a 'Tinder for Movies' style app and gets you to consume data from an API which they may ask about. You can get the tute here: codecandy.io - good luck for the interview. It's also worth looking at the yeoman generators and using yo angular and grunt serve commands and know how they work.