How to compile plain *.js (JavaScript) files with the TypeScript Compiler
How to conver the tsc compiler to easily prototype porting a project to TypeScript by first using the tsc compiler to compile existing javascript.
Read MoreHow to conver the tsc compiler to easily prototype porting a project to TypeScript by first using the tsc compiler to compile existing javascript.
Read MoreHow to conver the tsc compiler to easily prototype porting a project to TypeScript by first using the tsc compiler to compile existing javascript.
Read MoreA while ago I read "Out of the tar pit", which is an excellent paper written by Ben Moseley and Peter Marks. In this paper, the authors discuss different types of complexity in software and what their causes are. The second part of this paper deals with Functional Relational Programming (FRP). In contrast with the […]
Read MoreI?m still in the process of trying to wrap my head around Clojure. I?ve been practicing several different katas like Fizz Buzz and the Bowling Game. Another one I?ve been doing a lot lately is the Roman Numerals kata. This exercise combines both my fascination for Ancient Rome and learning a programming language. Here is […]
Read MoreI am thrilled to announce that I have accepted the opportunity to join Scrum.org, effective early May, as Chief Operating Officer. I am grateful for the time I’ve spent at Microsoft in DevDiv, and for the chance to be a small part of shipping Visual Studio and TFS to so many developers who use those […]
Read MoreThe other day I set out to create an iOS UICollectionView that allowed a user to scroll vertically through an infinite-ish list of items where the data came from a paginated back-end web service. Most of the examples out there deal with synchronous in-memory. I needed an asynchronous paginated example. I’m new enough to iOS […]
Read MoreA standard task I began placing in my projects lately is one that easily integrates with my build tool of choice (rake, psake, etc…) and when run, installs a git pre-commit hook into my local copy of the repo that will run tests before code is committ. I’ve fancied calling the task putOnAHelmet. Come checkout […]
Read MoreClearly and concisely articulating oneself through writing can open professional opportunities you never even knew existed. That clarity and conciseness really only comes with practice, but we can all use some great tips to get us started. This quick-tips writing poster came through my email recently and I tracked down it?s creators, Kylie Hansen and […]
Read More