- 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 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 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 |
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
From : Result in %temp%\servicehub\logs | |
Microsoft.Developer.Settings-* | |
11/07/2019 09:19:43 Romance Standard Time : Error : Exception | |
Microsoft.VisualStudio.Services.CircuitBreaker.CircuitBreakerShortCircuitException: TF10216: Azure DevOps services are currently unavailable. Try again later. Activity Id: e4ee448b-b94d-4265-afcf-9978d2894270 | |
at Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase.<HandleResponseAsync>d__52.MoveNext() | |
--- End of stack trace from previous location where exception was thrown --- | |
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) | |
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) | |
at Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase.<SendAsync>d__50.MoveNext() |
OlderNewer