Monthly Archives

2 Articles

Visual Studio Tips

Easily Transfer Steps from Garmin to Fitbit

Posted by matteskolin on

I created an application to make it easier to enter manual step data into fitbit. I don’t have a fitbit device as I prefer the functionality of a garmin watch.

This app is a project to help me continue to improve my knowledge of .NET Core, as well as how to work with a public API and OAuth authentication.

Access the live version of the application here.

https://fitbitapitools.azurewebsites.net/

Github Project here.

https://github.com/mje2/Garmin_To_Fitbit_Steps_Sync_Web



Visual Studio Tips

Throw away your mouse while browsing the web – Into to Vimium

Posted by matteskolin on

I’m always looking for ways to use the mouse less.

Get the extension here.

https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb?hl=en

This extension for Chrome allows users to have a vim-like experience while browsing the web.

Some Things I have discovered so far…

How to leave the address bar to return to command mode on the page without a reload (enter -key)
https://xavierchow.github.io/2016/03/07/vimium-leave-address-bar/

o – The o command is good if you are navigating to a new website, but the auto-fill is not as good as the chrome address bar for visiting sites you visit often. For now, I am continuing to use the chrome shortcut <Alt + D> to access the address bar.