In this blog post I'll show you how to setup a CanJS project with the help of the generator-canjs and Yeoman. I'll also show you some tricks I'm using to get everything working smoothly both in the development and production modes. We'll be setting up the project to use the Bootstrap and FontAwesome for the styles and icons. Read more →
Today I was part of the CanJS community hangout, and I was presenting the upload component made in CanJS. It uses the excelent jQuery-file-upload library to handle the actual uploads, but wraps it with the can.Component goodnes.
You can find the video of the hangouts and the slides below. Read more →
Today I gave a presentation about the JSON Schema and APItizer on the local JavaScript Meetup. If you're interested in the JSON schema I would recommend this resource. Slide deck is included below. Read more →
Today I've released a version 0.0.8 of the generator-canjs. It brings the support for the 2.1 release of CanJS, including the support for the can.stache template engine. Read more →
This week I've finished and released APItizer. APItizer is a library that enables you to mock API endpoints for single page apps. Read more →