Skip to content

Instantly share code, notes, and snippets.

@kenyiu

kenyiu/index.js Secret

Last active June 24, 2019 02:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save kenyiu/84f21b6ff307927e644cec2ec79d919b to your computer and use it in GitHub Desktop.
Save kenyiu/84f21b6ff307927e644cec2ec79d919b to your computer and use it in GitHub Desktop.
GRITUS IS HIRING!
let gritus = {
'vision': 'Make traditional retail GREAT again.',
'website': 'https://www.gritus.com/',
'products': [
{
'name': 'smart consoles',
'video_url': 'https://www.youtube.com/watch?v=taS8BvRTqpo',
'text_url': 'https://www.gritus.com/about/?lang=en'
}
],
'environment': [
'surrounded by snacks and drinks. (some of our machines sell snacks and drinks, so you know what we meant.)'
],
'keywords': [
// just some buzz words if you like them
'iot', 'smart city', 'big data', 'machine learning', 'change the world', 'automated', 'smart retail', 'AI', 'blockchain', 'actionable analytics'
]
};
let techStack = {
'languages': [
'javascript', 'php', 'go'
],
'frameworks': [
'express', 'laravel', 'gin', 'vuejs'
],
'css_preprocessor': [
'stylus',
],
'css_framework': [
'bootstrap'
],
'js_build_tools': [
'webpack'
],
'package_manager': [
'npm', 'yarn'
],
'web_servers': [
'nginx'
],
'os': [
'linux (ubuntu)'
],
'databases': [
'postgresql', 'mariaDB'
]
}
if (you.isInterestedIn(gritus) && you.isPassionateIn(['coding', 'new tech']) && you.like(techStack)) {
you.applyJob({'email': 'hi@gritus.com', 'company': 'Gritus Technology Limited'});
return 'Yeah!';
}
return 'Feel free to apply.';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment