-
Recent Posts
Recent Comments
- Mario T. Lanza on Entity Validation Ideation
- Michael Stelly on Simple Async HTTP Module for Appcelerator
- David on Simple XML to JSON with PHP
- Name on Simple XML to JSON with PHP
- Ludico8 on Simple Async HTTP Module for Appcelerator
Archives
Categories
- .NET
- Adapter Patter
- Appcelerator
- ASP.NET
- ASP.NET MVC
- BDD
- Behavior Driven Design
- C#
- Color Scheme
- Compiled Class
- configuration
- Domain Driven Design
- Domain Service
- DTO
- dynamic
- Entity Validation
- Firefox
- Fluent NHibernate
- Git
- HTML
- Implement Interface
- infrastructure
- Javascript
- JSON
- Lambda Expressions
- Microsoft
- model
- monochrome
- MSpec
- MVC
- Nhibernate
- PHP
- Presenter
- Repository
- ReSharper
- RESTful web service
- Rhino Mocks
- Specification
- Specifications
- theme
- Uncategorized
- Unit Test
- View
- Visual Studio
- Web Service
- XML
Meta
Tag Archives: JavaScript
JavaScript Closures Explained
If you write any code in JavaScript then you’ve probably used closures, but do you actually understand what they are and how they work? Taking the time to understand closures and how they’re implemented can add a deeper dimension to … Continue reading
Conjunction Junction: What’s your function?
A came across the video from my JavaScript talk at Austin Code Camp. I just watched it and I have to say it’s really weird hearing myself present. I am probably way too harsh on myself because I noticed a … Continue reading
TIL everything in Lisp is a function
I’m current reading Structure and Interpretation of Computer Programs as part of a study group we started during Pablo’s Fiesta. Our goal is learn Haskell by reading this book and implementing all of the exercises in Haskell instead of Lisp. … Continue reading
