Skip to content

Instantly share code, notes, and snippets.

View bh-schmidt's full-sized avatar

Bruno Hammerschmidt bh-schmidt

  • Curitiba / PR - BR
View GitHub Profile
@bh-schmidt
bh-schmidt / About.txt
Last active May 24, 2020 00:36
Kindle Cloud Reader for students
If you are a student and you want to copy and paste words from a book in the Kindle Cloud Reader then follow these steps.
#Usage
1- Open your book on Kindle Cloud Reader
2- Go to the page you want to read
3- Open your browser console (F12 if Chrome)
4- Go to the 'Console' tab
5- Paste the code of 'file1.js' in the console and press enter
6- Go to the new oppened tab
@bh-schmidt
bh-schmidt / Shortcuts
Last active May 4, 2020 20:27
vscode-shortcuts
Select current word
CTRL+D
Remove unused imports
ALT+SHIFT+O
Go to explorer
CTRL+SHIFT+E
Collapse all explorer folders
@bh-schmidt
bh-schmidt / Dotnet Extensions.txt
Last active December 3, 2019 13:51
Visual Studio Tricks
NamespaceFixer
https://marketplace.visualstudio.com/items?itemName=p2410.NamespaceFixer
IntelliSense Extender
https://marketplace.visualstudio.com/items?itemName=Dreamescaper.IntelliSenseExtender
Power Commands for Visual Studio
https://marketplace.visualstudio.com/items?itemName=VisualStudioPlatformTeam.PowerCommandsforVisualStudio
Microsoft Code Analysis 2019
@bh-schmidt
bh-schmidt / react-vscode-extensions.txt
Created April 24, 2019 14:21
My React VSCode Snippets
React PropTypes Intellisense
https://marketplace.visualstudio.com/items?itemName=OfHumanBondage.react-proptypes-intellisense
React Pure to Class
https://marketplace.visualstudio.com/items?itemName=angryobject.react-pure-to-class-vscode
Auto Complete Tag
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-complete-tag
Auto Close Tag
@bh-schmidt
bh-schmidt / .bash_profile
Last active April 15, 2020 06:00
My bash profile
echo Bash profile loaded
#Change Directory
##Personal
alias cdworkspace="cd /c/workspace/"
alias cdworkspace-utils="cd /c/workspace/workspace-utils/"
alias cdmongodb="cd /c/workspace/ddd-with-mongodb/"
alias cdmarketplace="cd /c/workspace/marketplace-with-ddd/"
alias cdfastsharper="cd /c/workspace/fast-sharper"