Posts
-
Solita Code Camp 2012
Code Camps are a great way to learn new things and socialize with your mates. Solita hosted its first internal Code Camp november 2012 and it was a great success!
-
Why does EPiServer Add-On Store matter?
EPiServer 7 ships with the Add-On Store. It will give us feature packaging to manage the solution better. But it's not the real reason I like the concept.
-
Great times ahead with EPiServer 7
EPiServer CMS is a modern content management system. Version 7 is a redesign of a great product. Developers are treated to modern tools such as ASP.NET MVC and Razor markup.
-
On CoffeeScript
CoffeeScript - if you aren't yet familiar with it - is a nice little language that compiles to readable, "safe" JavaScript (everything wrapped in an anonymous function, variables are lexically scoped). It swaps curly braces for indentation, arrows for function definitions and adds a few features such as classes and array comprehensions.