Skip to content

Instantly share code, notes, and snippets.

View a5hik's full-sized avatar
🎯
Focusing

Muhammed Ashik a5hik

🎯
Focusing
  • Chennai
View GitHub Profile
@a5hik
a5hik / IntelliJ.md
Last active August 16, 2018 02:27
IntelliJ Shortcuts
  1. Navigation Bar -> Fn + Alt + Left
  2. Project Window -> Cmd + 1
  3. Structure Window -> Cmd + 7
  4. Jump to Source -> F4
  5. Select In Project View -> Ctrl + Alt + L
  6. Navigate Class -> Cmd + N
  7. Create New -> Ctrl + N
  8. Restore Window -> Shift + Cmd + F12
  9. Project Settings -> Cmd + ;
  10. Settings -> Cmd + ,
@a5hik
a5hik / API.md
Created March 9, 2017 01:52 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method:

@a5hik
a5hik / API.md
Created March 9, 2017 01:52 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: