Posts
-
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.