Home Tags Privacy About

Peter Daugaard Rasmussen

A personal blog on thoughts, ideas and solutions in the world of software development, programming, web development and software architecture.

← Newer Posts Page 23 of 41 Older Posts →

Adding code highlighting to your website and blog using prism.js

If you are a blogger on software you are likely going to share some code snippets. Without highlighting code can be hard to read and your »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Javascript, Web and HTTP 22 August 2020

MSSQL - How to force MSSQL to use a specific index for a query using an index hint

It is quite easy to give SQL a hint on which index to use for a query, but we should start with a warning: this is »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on MSSQL 15 August 2020

Software development - What is idempotence and what is an idempotent API? - Updated 2022

Defining Idempotence According to Wikipedia idempotence is described as: The property of certain operations in mathematics and computer science whereby they can be applied multiple times »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Software architecture, Web and HTTP 12 August 2020

MSSQL - How to add a column to a table without a default value or allowing null

If you are on this page you likely got an error similar to the following: Msg 4901, Level 16, State 1, Line 8 ALTER TABLE only »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on MSSQL 08 August 2020

Nodejs error using grunt: Fatal error: The implementation option must be passed to the Sass task

I was upgrading an old grunt setup that I had for one of my websites when I got the error: Fatal error: The implementation option must »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Tools 01 August 2020

How to write special characters on a laptop without using the num-lock/numpad button using windows - Updated for 2022

I recently wanted to insert a zero-width-space character in order to escape mentions, tags and URLs for a tweet on twitter. I know how to do »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Not programming 25 July 2020

Keyboards that are good for progammers and developers

I was looking for a new keyboard for my desktop when I got the thought, why not share my research? I have mainly looked online for »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Not programming 21 July 2020

How to create a redirect for your Ghost blog

It is not exactly intuitive how to make redirects on your Ghost blog if you are less tech savvy, however it is very easy! There is »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Ghostblog 18 July 2020

How to lazy load Google ads using native javascript!

I recently made a post on how I lazy load my Disqus comments. I did this because my website was performing poorly when I analysed it »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on Javascript 11 July 2020

C# - How to convert a list of tuples into a dictionary using the ToDictionary method

There is a built-in method in C# where you can create a dictionary from a list - it is called ToDictionary [https://docs.microsoft.com/en-us/ »

Peter Daugaard Rasmussen Peter Daugaard Rasmussen on C# 04 July 2020
← Newer Posts Page 23 of 41 Older Posts →
  • Rss
  • Twitter
  • LinkedIn
  • profile for Peter Rasmussen at Stack Overflow, Q&A for professional and enthusiast programmers
Peter Daugaard Rasmussen - developer, Consultant, Blogger © 2025 Privacy policy