Everything is a CRUD app

Most software people get inspired by the big players; Google, Amazon, Facebook, Netflix.

Read
Diving into Java for the first time

I decided to branch out my knowledge and dive into learning another programming language. My background so far is C#/.NET, which was built upon Java's strengths and weaknesses. So I thought Java should be an easy language to learn from my experience with C#. It took me about 2 hours to get a simple in-memory CRUD API application up and running.

Read
The Importance of Being Open and Asking Questions

Today I had a problem.

Read
Responsive Images using Srcset in Umbraco's Grid Editor

We know that the content editor can be dangerous, especially when it comes to adding images to a CMS. More often than not an editor does not want to optimise a jpg/png for the web, they will just upload the image they have, and forget about it. This image may be straight from a digital camera or a bought stock image. By default these examples will have file sizes of at least 4MB.

Read
CSS Washing Machine

This CSS Game Boy has inspired me to make some objects.

Read
My Front End Coding Principles

One of the important things to understand about how browsers read your CSS selectors, is that they read them from right to left. That means that in the selector

Read
Extending Bootstrap V3 - More Columns

Download Bootstrap's source and find the variables.less file

Read