How to get started with programming and teaching yourself to write code
Getting into programming can seem like a daunting task when you first start out and you may find yourself in deep waters. But I hope I »
Getting into programming can seem like a daunting task when you first start out and you may find yourself in deep waters. But I hope I »
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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »
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 »