About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
Laptop ergonomics on the go
I’m working on a laptop for some time now. When I work in my home office I can hook up an external monitor and full size keyboard/mouse. When I work on the go like in the library or coffeeshop I … Continue reading
Syncfusion upgrade v14.1 to v20.3
We’re working on our technical debt and moved the Syncfusion upgrade into our sprint. Time to get this done since it was long overdue. Turned out this was easy with a little aftermath. Since we only used the ejGrid in … Continue reading
Posted in Uncategorized
Leave a comment
What is R Shiny doing?
We try to measure the response times from the user perspective. Using the callback from the datable we are able to get some information about the metric. Continue reading
AutoMapper upgrade to v12
We use AutoMapper in almost all of our solutions. The recent new version forced us to finally refactor the way we used to resolve external dependencies. As you can read here (https://docs.automapper.org/en/latest/12.0-Upgrade-Guide.html) the ServiceCtor was removed. Nugets First we upgraded … Continue reading
Upgrade to SonarQube 9
We use SonarQube to scan our code (see Adding SonarQube to TFS build) and have version 8 LTS up-and-running for some time now. The upgrade to SonarQube 9 and future version 9 LTS is upcoming. Here is how we prepare for … Continue reading