How do you document your JavaScript? I use JSDoc. It's a tool which goes through your source code, looks at comments, and generates a set of HTML files containing your documentation. Being inline with your code, the documentation is human readable even without generating the documentation. And as a bonus, it is less likely to become outdated as your code evolves.
This blog post is a short how-to for JSDoc. It describes how to install JSDoc using npm, and how to configure it using a configuration file.
We explore how to use JSDoc to document functions, modules, objects, and classes using both ES6 and ES5 syntax.
All examples live on github!
Third and final status update for the simian Photo Server project. The server is alive! It scans and catalogs and manages to look reasonably bearable!
Status update for the two week photo server project.
Very first status update for the Simian Photo Server. We are building with Gulp, and serving with Express. Config, linting, testing, and logging are all good to go!
The simian photo server project two week challenge.
The goal function. gal, goal, gooal, goooal and so on.
A short introduction to currying, and a "How to curry in JavaScript".
What are promises and how do you use them?
Spam and brute force attacks nudge me enough to give up Wordpress in favor of a static web-site. Or Everything old is new again.
An extremely simple reactive programming library using Knockout style Observables.
A simple boilerplate for front-end projects.