Continued taking private ukulele lessons.
This file contains 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
REM Open new Chrome instance with two tabs | |
REM Thanks to https://stackoverflow.com/a/46488816/65545 | |
start chrome --new-window "https://www.facebook.com" "https://www.microsoft.com" | |
REM Open new Chrome instance with single tab | |
start chrome --new-window "https://www.google.com" |
On the command line, navigate to the repository that contains the commit you want to amend.
Type git commit --amend and press Enter.
In your text editor, edit the commit message, and save the commit. You can add a co-author by adding a trailer to the commit.
Source: https://help.github.com/en/github/committing-changes-to-your-project/changing-a-commit-message
This file contains 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
https://www.blackboxx.be/nl - 1 free day | |
https://www.brugge.be/coworking |
Follow up to https://mobile.twitter.com/DigitalGert/status/1139245853082902535
How do you store the knowledge?
I tend to introduce a OneNote to consolidate shared knowledge. But use what works best for your environment.
Benefits:
- Use Swashbuckle to get Swagger API documentation at
http(s)://website/swagger
- Disable online Swagger validation to fix validation error on swagger page: uncomment
c.DisableValidator()
inSwaggerConfig.cs
- Describe all enum values as string in swagger: uncomment
c.DescribeAllEnumsAsStrings()
inSwaggerConfig.cs
- Add to automated build/deployment pipeline: expect HTTP Status 200 for GET /swagger/ui/index
- Add to automated build/deployment pipeline: expect HTTP Status 200 for GET /swagger/docs/v1
NewerOlder