Snippets

Gritus Gritus

Created by k last modified
let jobHighlights = [
  'Seeing your codes running in offline world',
  'For Developers who love cutting edge tech',
  'Welcoming fresh-grad'
]

let jobs = [
  'Writing clean, maintainable codes while rapidly iterating and shipping',
  'Collaborate with the team to define and implement new features in a startup environment',
  'Grow and have fun with the team',
]

if (you.isSenior()) {
  jobs.push("Lead and coach Junior Web Developers");
}

// This is for your reference only. You don't need to know them all.
let techStack = {
  'languages': [
  'javascript', 'php', 'go'
  ],
  'frameworks': [
  'express', 'laravel', 'vuejs'
  ],
  'css_preprocessor': [
  'stylus'
  ],
  'js_build_tools': [
  'webpack'
  ],
  'package_manager': [
  'yarn'
  ],
  'web_servers': [
  'nginx'
  ],
  'os': [
  'linux (ubuntu)'
  ],
  'databases': [
  'PostgreSQL', 'MongoDB'
  ]
}

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/our-product.html'
    }
  ],
  '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'
  ]
};

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.';

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.