This is the full source code of my technology playpen web site
The site is implemented with Meteor and hosted on AWS
While it contains a number of pages that overview my own personal interests and thoughts, it also provides a context in which I can experiment with various web technologies.In particular, I have implemented it using what I consider to be best practice including a full Jasmine test harness and JSDoc code documentation.
On each page I take the opportunity to implement something interesting which puts to use some more advanced concepts. This is work in progress, but for now they include:
- The game of Life implemented both on the server and on the client (in a worker thread)
- A class that bounces images within the confines of a browser window underneath the usual scrolling content