Skip to content

Instantly share code, notes, and snippets.

@karthikkoruvada09
karthikkoruvada09 / ReadME
Last active January 30, 2025 19:37
NestJs DI and core decorators overview 😇
NestJs:
- [ ] DI
- [ ] NestJS uses the IoC container
What are decorators:
- The Nest framework uses TypeScript decorators extensively to improve its modularity and code maintainability.
- Decorators then allow you to inject code into the actual definition of a class even before the class instance is created.
@karthikkoruvada09
karthikkoruvada09 / wstorm-cheatsheet.md
Created May 16, 2019 05:42 — forked from tylertadej/wstorm-cheatsheet.md
WebStorm keyboard shortcuts

WebStorm keyboard shortcuts

List of helpful keyboard shortcuts for IntelliJ WebStorm 8 running on OSX
Alt+Up                Select text blocks in incrementing size
Alt+Down              Deselect text blocks in decreasing size
Shift+Shift           Search Everywhere pop-up window