About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (201)
- Security (17)
- Test (30)
- Tooling (160)
- Uncategorized (159)
Category Archives: Tooling
Update SEQ with Powershell DSC
We user Powershell Desired State Configuration (DSC) to install everything. A new installation could be done to a clean machine or by removing existing software prior to installing it. Below is part of the script we use. Now we want … Continue reading
My 2019 developer and power user tools
Below a list of tools I use today. If you’re like me, you check them out and add the ones you like to your own toolbox. Image courtesy of vectorolie / FreeDigitalPhotos.net Productivity DropBox, file share/sync between computers and the … Continue reading
MySql in marketplace of your Cloud Foundry
This post is a combination of information available elsewhere (links are included) and can be used to get mysql in the marketplace on your local Cloud Foundry. Tip! Run startupcf.sh from my quickly set environment for local cloud foundry post. … Continue reading
Seq
Seq creates the visibility you need to quickly identify and diagnose problems in complex applications and microservices. Empower your team to build better software by centralizing, searching, and alerting on structured application logs. https://getseq.net Image source https://getseq.net Every project we … Continue reading
Serilog – structured logging
Image courtesy of Ricardo Gomez Angel / unsplash.com https://www.nuget.org/packages/serilog With Serilog we can log with named properties. The advantage is that processing of the log(file) is no longer needed as it is already structured. You can stil output plain text … Continue reading