- Less software
- The monkey on your back
- Deliberate work
- Adding people to a project makes it later
- Murphy's law
- Peter principle
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
Word Building Blocks | |
Documentation: | |
- https://support.office.com/en-us/article/create-and-use-content-building-blocks-in-word-documents-0b5a27ae-9776-4096-bcfc-98599f16cadc | |
Defining building blocks: | |
- Custom building blocks are stored in a Word template. | |
- Ribbon Insert > Quick Parts > Building Blocks Organizer. |
Event | Location | Next date | Been there before? | Family & children friendly? |
---|---|---|---|---|
Map Camp Online 2020 | Virtual | 13 October 2020 Going | Yes | |
Online Coach Retreat | Virtual | 26 October 2020 Going | Yes | |
Metaphorum 2020 | Virtual | 4 December 2020 Going | Yes | |
Codefreeze https://twitter.com/codefreeze_fi Child friendly | Kiilopää, Finland | 11-18 January 2020 | No | |
DDD Europe | Amsterdam | February 3-7 2020 | No | |
Newcrafts | Paris | 16-17 May 2019 | Yes |
- 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
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:
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
https://www.blackboxx.be/nl - 1 free day | |
https://www.brugge.be/coworking |
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
OlderNewer