RSS Feed
Articles
-
Github Pages offers HTTPS for one custom domain. However you can point more than one domain to your pages (with caveats).
Back in 2018 Github began to offer free dedicated certificates on Github Pages. This was achieved by teaming up with Let’s Encrypt, a certificate authority that provides free SSL/TLS certificates. Before that, if you wanted to serve your site through HTTPS you had to use a service like Cloudflare, point your domain to its name servers and enable HTTPS through its interface.
-
Jekyll blog posts in their own sub URL
When rolling out a new blog, you can put all blog posts under their own sub URL. -
Parallel.Foreach with ordered output using arrays
One of the problems I've recently had was to process a collection of data and return the outcome of each processing in another collection. To utilise the multiple and/or hyper threaded cores of the machine that executes the processing, I've used the Task Parallel Library. -
Umbraco 6 and ASP.NET Web API
Umbraco 6.1.0 has introduced support for the ASP .NET Web API. We’ll see what kind of support is currently offered, its shortcomings and how we can improve it.
-
NUnit Test method code snippet
This is if you don’t use Resharper. Suffices to say Resharper’s Live templates are much easier to create and update but Visual Studio code snippets are an alternative option.
Newest Posts
- Now Generating URL Slugs With Natural Language Processing!
- Safe Storage of App Secrets in Python Development
- Automate All The Things: A Manifesto for Building Better Teams
- Preserve commit history when moving files across Git repositories
- Publishing a Jekyll site to a separate Github Pages repository using Github Actions