Skip to content

Instantly share code, notes, and snippets.

View yomolify's full-sized avatar

Amol Singh Sidhu yomolify

View GitHub Profile
Problem: All commercial establishments (spas, clinics, shops, restaurants) have ongoing promotions that need to reach consumers, and a booking schedule they use to manage their clients. Their schedule availabilities along with their promotions, if made public (at a glance like http://istarkov.github.io/google-map-react/map/main/) along with an ability to check-in or book directly on the website would make lots of marriages happen.
Solution: Users love to see their options at a glance while making decisions. Interactive Map + List view would heavily improve because current solutions (yelp, opentable, zomato) rely either only on lists or very static maps which provide no more information than the location. https://docs.google.com/spreadsheets/d/1S4WeqE9enhLo2JkP7mOEWmGOeQTRc59CSHJ26RYFqXE/edit?usp=sharing
@yomolify
yomolify / terminal-cheatsheet.md
Created June 14, 2016 16:34
Terminal Cheatsheet

Lines starting with $ are terminal commands

View current directory

  • $ pwd
  • eg output: /Users/winnie06

List all files and folders in current directory

  • $ ls
  • $ ls -la (for listing all files including hidden files)
@yomolify
yomolify / html_basics_3.html
Created August 28, 2016 14:42
CodeAcademy HTML Basics III
<html>
<head>
<title>Table Time</title>
</head>
<body>
<table style="border-collapse:collapse;">
<thead>
<tr>