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
Tweet your Strava runs with distance in Kilometers
These tweets show the result of fixing the Strava IFTTT service with a webhook. The hook calculates the meters to Kilometers distance. All you’ll need is an IFTTT and Azure account. TLDR Setup webhooks in IFTTT and tweet on the … Continue reading
TFS Build light with jQuery
We use TFS for our builds. These include release builds, continuous integration builds and regression test build. We want to have a simple build light to keep an eye on the status of all definitions. This is why we use … Continue reading
Cordova, AngularJs, WebApi and CORS
We have a simple website with some data stored in Azure Table Storage. From a Cordova app we request the data from the webapi we have added to the website. This works great when running on the device, but not … Continue reading
EPPlus – create excel speadsheets
Image courtesy of ddpavumba / FreeDigitalPhotos.net https://www.nuget.org/packages/EPPlus/ EEPlus provides the lightweight library for creating real Excel files. It uses office open xml (ooxml) and provides all features I could think of when export-to-excel is available on a website. SaveSave
Syncfusion – advanced web controls
Image courtesy of iprostocks / FreeDigitalPhotos.net https://www.nuget.org/packages/Syncfusion.AspNet.Mvc5/ Control libraries are available in all shapes and sizes. The library from syncfusion has the best license – flat yearly license fee, unlimited developers within the same company, the best features – export … Continue reading