https://www.coderfoundry.com/jobroadmap
https://www.youtube.com/watch?v=oC483DTjRXU
Back-end server is for serving static pages, static resources (CSS, JavaScript), and for fetching and storing data. We should not mix data with rendering markup if possible. Use server-side rendering when required or make sense. Other than that, we should keep the data separate from the rendering markup.
Use index
Record and monitor slow queries
Combine and minify static resources
Benchmark
https://www.youtube.com/watch?v=XKu_SEDAykw - How to: Work at Google — Example Coding/Engineering Interview
https://www.youtube.com/watch?v=mElVGah7Epg - How I Learned to Code - and Got a Job at Google!
https://www.youtube.com/watch?v=r8RxkpUvxK0 - Moishe Lettvin - What I Learned Doing 250 Interviews at Google
https://www.youtube.com/watch?v=YJZCUhxNCv8 - 'How to Get a Job at the Big 4 - Amazon, Facebook, Google & Microsoft' by Sean Lee
https://www.youtube.com/watch?v=e-5obm1G_FY - Learning Functional Programming with JavaScript - Anjana Vakil - JSUnconf
https://www.youtube.com/watch?v=6MaOPdQPvow - 10 Things To Master For JavaScript Beginners
https://www.youtube.com/watch?v=nKW8Ndu7Mjw - The 7 Steps of Machine Learning (AI Adventures)
https://www.youtube.com/watch?v=i-xqRDwpilM - How To Solve Google's 25 Horses Interview Question
https://www.youtube.com/watch?v=gnZh0CqOCA0 - Best Coding Practices to Show during Job Interviews
https://www.quora.com/I-was-asked-to-solve-a-well-known-NP-complete-problem-in-an-interview-Should-I-refuse-to-solve-it
http://www.sitepoint.com/vital-guide-interviewing-web-developers/
http://20bits.com/articles/when-its-your-turn/
https://dzone.com/articles/how-to-find-good-programmers-on-interviews
https://docs.google.com/document/d/142qL4YB64yMOmE-OjLCmm2qaAThHm8YDcHkOiy9h1sU/edit
Phone screening questions
Interview questions to ask employer (interviewers)
interview questions to ask a candidate
How to prepare for an interview as a software engineer (you are applying for a job)
How should I conduct the interview process as a hiring manager
How should I interview my future manager
Questions to ask employers during the phone screen
interview-java
interview-php
interview-database
JavaScript
Interview questions
Tricky interview questions
What is Impala?
Apache Impala (incubating) is the open source, native analytic database for Apache Hadoop. Impala is shipped by Cloudera, MapR, Oracle, and Amazon. Do BI-style Queries on Hadoop. Impala provides low latency and high concurrency for BI/analytic queries on Hadoop (not delivered by batch frameworks such as Apache Hive). Impala also scales linearly, even in multitenant environments.
What is SaltStack?
SaltStack is an automation tool for enterprise IT ops, event-driven data center orchestration and the most flexible configuration management for DevOps at scale.





