Skip to content

Instantly share code, notes, and snippets.

View AmboMaya's full-sized avatar
👩‍💻
Learning React and Node

MayaN AmboMaya

👩‍💻
Learning React and Node
View GitHub Profile
@AmboMaya
AmboMaya / vsCode-shortcuts.md
Last active April 12, 2020 00:47
VS Code shortcut keys MAC

Delete line cmnd+shift+k

Select All Occurrences of Find Match cmd+shift+l (hint: select a word first) Select A single Occurrences of Find Match cmd+d (hint: select a word first) or skip the next one cmd+k then cmd+d

Toggle to previously visited file cmd+pp

Multi cursor select alt+shift and select

Activating Type-checking:

@AmboMaya
AmboMaya / date-helper.md
Last active April 12, 2020 00:47
Ember JS date helper

This helper is used to display the following format : Apr 21, 2019 00:21.38 AM

In util directory, create date.js file

  const MONTH_NAMES = [
    'Jan',
    'Feb',
    'Mar',
    'Apr',
    'May',