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
Webapi core 2.1 and jQuery (CORS)
I’ve written before about Cordova, AngularJs, WebApi and CORS. (Cross Origin Resource Sharing) Now we have te same hurdle to take with our dotnet core 2.1 webapi. Since the webapi is on a webserver and accessible to third parties we decided … Continue reading
Installed macOS Catalina on my MacBook Early 2009
I still have my Early 2009 MacBook for my kids. It runs El Capitan and Windows 10 (bootcamp). Installation of macOS Catalina on my macbook 5,2 is unsupported. With the Catalina patcher from DosDude1 the installer can be tricked to … Continue reading
Working keyboard only
I’ve tried working keyboard only (no mouse) for two weeks and learned to live with shortcuts. Here are my tips-and-tricks. Just do it Put your mouse out of reach. Disconnect it. Turn it off. Just do it.You’ll feel helpless for … Continue reading
Posted in Uncategorized
Leave a comment
Upgraded Windows 7 to 10 on my MacBook Early 2009
I still have my Early 2009 MacBook for my kids. It runs El Capitan and Windows 7 (bootcamp). Since the support for Windows 7 ended on January 14 2020 an upgrade was needed. Unfortunately the bootcamp 3 that comes with … Continue reading
Bogus – testdata generator
Photo by Steve Harvey on Unsplash https://www.nuget.org/packages/bogus Creating testdata is not my favourite task. With bogus I can define the rules the data must adhere and generate as much data as I need. The rules are setup with fluent syntax … Continue reading