Home
Random Coding
Cancel

How to set preview window theme for markdown preview?

I’m writing markdown basically everyday. I love Visual Studio Code as an editor and i’m using Markdown Preview Enhanced as my preview tool. Now out of the box the preview window is white, and I pre...

xUnit, complex types as parameters? Memberdata!

TLDR; Go to the code example: code. This is a feature in Xunit that I think people arent using enough. There are many times that you can get away with having a few parameters into a test with t...

My favourite key shortcuts I cant live withouth

My favourite key shortcuts I cant live withouth tldr; Resharper.Resharper_LocateInSolutionOrAssemblyExplorer Resharper.Resharper_GoToType Resharper.Resharper_GoToFile Resharpe...

Adding Utterances as comment feature for jekyll

Adding Utterances as comment feature for jekyll tldr; Install Utterances from Github Marketplace Configure your script tag Paste your script tag in _layouts/post.html This blo...

Installing Jekyll on windows

How can not the first blog post on a tech site be, how I did it This blog is beeing hosted on Github pages so with that said, it’s quite obvious that I do have a github account and git installed. ...