Archive for 2014
You are viewing the archive for 2014 . If you would like to contribute, please send an email to [email protected].
-
Code First Database Migrations
Monday, December 22, 2014Read MoreCreating database update scripts can get tedious and error prone. In this blog we will see how we can make use of code first migrations to handle all the database update migrations for us.
-
AJAX Loaders
Saturday, December 6, 2014Read MoreWith the advent of Single-Page applications, AJAX preloaders have become more of a necessity than ever before.
-
Open sourcing the .Net Framework
Monday, November 17, 2014Read MoreMicrosoft have finally open sourced the .Net Core Runtime. Shall we start tweaking the .Net framework to our liking?
-
JavaScript Promises
Saturday, October 25, 2014Read MoreThe simplest way to jQuery Promises. After this, promise me no more callback functions. (haha, you see what I did there? XD)
-
Version Control Systems
Saturday, October 11, 2014Read MoreWhat is a version control system and why do I need it? There are three main variations of version control systems each with their respective pros and cons.
-
Sublime Text
Saturday, September 27, 2014Read MoreOur favourite Sublime Text plugins, turning it from a Notepad alternative into your favourite IDE.
-
TDD vs BDD
Saturday, September 13, 2014Read MoreAn introduction to the differences between TDD and BDD, which approach should we take and why?
-
Onion-izing your Multi-tier Architecture
Sunday, August 31, 2014Read MoreThe Onion architecture aims at emphasizing the importance of separation of concerns throughout the system where layers are only dependent on layers more central layers within the architecture.
-
Dev Tools for Hipsters - Part II
Saturday, August 16, 2014Read MoreA continuation of our last blog post, this time taking a look at SASS, Compass and the funky stuff.
-
Dev Tools for Hipsters
Saturday, August 2, 2014Read MoreScared of the command prompt? Here's a simple intro guide to some of the neater tools around, such as grunt, node and compass.
-
Web API OData
Tuesday, July 22, 2014Read MoreWouldn't it be great if an API resource could be filtered just the way we want it? That is now possible with the new OData protocol support on Web API.
-
Developing Mobile First
Saturday, June 21, 2014Read MoreFollow our journey as we build the fully responsive website for Action Corporation
-
New features in Web API 2 and the OData protocol
Saturday, June 7, 2014Read MoreImprovements on the first Web API frameworks with a brief explanation of the OData protocol and how both can be combined to provide a robust, maintainable API architecture.
-
Responsive Design III
Wednesday, April 30, 2014Read MoreAn update on the latest responsive web design techniques and tricks
-
SIgnalR - Let the Server PUSH the data
Monday, March 24, 2014Read MoreThanks to the support of Web Sockets in modern browsers, we no longer have to poll the server for updated information...
-
Hack4Good Global Hackathon
Friday, February 21, 2014Read MoreIncredible Web were tasked with organizing the first Geeklist Hack4Good international hackathon in Malta at the Microsoft Innovation Centre.
-
A closer look at Web API
Monday, January 13, 2014Read MoreCreating light weight services over the HTTP protocol which can be consumed by any platform being it web, mobile or desktop