- Short introduction to the master class
- Overview of demo project
- 📖 Presentation: "part #1 Architecture"
- 📖 Presentation SOLID principles for frontend projects
- Q&A session and Summary
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# in your .zshrc add: | |
alias HG='history | grep ' | |
# reload ZSH (using my default location as an example) | |
. ~/.zshrc | |
# Now run: ``HG something_of_interest`` and your history is grepped for said interesting something. |