Skip to content

Instantly share code, notes, and snippets.

View akshaysmurthy's full-sized avatar

Akshay S Murthy akshaysmurthy

View GitHub Profile
@akshaysmurthy
akshaysmurthy / promo_hunt_jd.md
Last active December 26, 2018 11:54
PromoHunt - Job Description

PromoHunt is a promotional product e-commerce aggregator and a browser extension - that helps distributors and suppliers with productivity.

We are looking for a full-stack developer with 4+ years of experience (at least 2 years of experience in Ruby / NodeJS / Python / Java).

Experience and skills

  • Designing and building high performance web applications / APIs in Ruby on Rails / Python / Java / NodeJS / any backend language really
  • ReactJS, Redux
  • HTML, JavaScript, CSS. A key goal we have is to offer butter-smooth front-end performance
  • Writing high quality code, proficiency in OOP
  • Unit, integration tests, contract tests. Experience in TDD a bonus
@akshaysmurthy
akshaysmurthy / validates_example.rb
Created August 17, 2016 05:18
Validates presence with if clause
validates :response_options, presence: { if: Proc.new { |item| item.type == 'single-select' }, message: 'single select item cannot be empty.' }
@akshaysmurthy
akshaysmurthy / cheat_sheet.md
Last active August 29, 2015 14:01
Continuous Delivery with Jenkins