/**
* Clearly, our HR team loves to code. Do you?
*/
public class FullStackDeveloper {
// Unless you have a kick ass college project, we would like you to have some
// prior experience before applying.
public static final int REQUIRED_MIN_EXPERIENCE_YEARS = 2;
// This only indicates the language we currently work in. If you prove you
// rock your favourite language, we don’t mind adding it to our list.
public enum PROGRAMMING_LANGUAGES {
JAVA, JAVASCRIPT, PHP, PYTHON, HTML5
}
// Similar to the comment about languages. BYOF if you prove your framework is
// the best framework.
public enum FRAMEWORKS {
JAVA_SPRING, ANGULAR, D3_JS, NODE_JS
}
// Listing one RDBMS and NoSQL here. We are not married to the below mentioned
// databases.
public enum DATABASES {
MYSQL, MONGODB, REDIS
}
// We do require you to have hosted an internet facing application.
public enum HOSTING_ENV {
AWS, GCP, AZURE, OTHER
}
// Pick your workplace.
public enum LOCATION {
PANJIM, BANGALORE
}
// Send your resume(with your git link if exists).
public static final String SIGN_UP_EMAIL = “MyConnect@nabler.com”;
}
Visit for more info Full Stack Developer
Tagged as: Web Developer