list
list copied to clipboard
A central catalog of existing, planned and requested workshoppers
Many of the workshoppers focus on techniques more than principles and patterns. What does good design look like? How do SOLID (Single responsibility, Open-closed, Liskov substitution, Interface segregation and Dependency...
I'm kinda surprised that there isn't an elective for D3.js. It's the defacto javascript visualization library. If you're not using python, then you're probably using D3.js for any online visualization...
Hi guys, I wrote a workshopper for SenecaJS Microservices Framework: https://github.com/senecajs/seneca-in-practice The workshopper is already completed and functional, please tell me if it's OK or must be modified/adjusted.
I have put together this workshopper on setting up a bittorrent network with the commandline clients hosted in npm. https://github.com/No9/torrential It seems to work OK and I wondered could I...
I worked on a workshopper this weekend that tries to explain the JS event loop: https://github.com/remixz/going-loopy It's a bit different from other workshoppers, since it's sort of more like an...
I made a workshopper to learn React.js ! Please use and make issue or PR to this repository if you have something wrong! You can use this in English and...
I have been asked at the NodeSchool Osaka tonight about a workshop specifically for socket.io. I was shocked to find that it doesn't exist. Probably there should be one at...
Me and the folks at nodeschool/dallas are working on a workshopper for the [commander.js](https://github.com/tj/commander.js) library. It's in progress and we'd love some feed back or more contributors. https://github.com/gangstead/comder
Thoughts on adding a suggested style guide for the workshoppers source code? I have been enjoying going through them but have found the code samples formatting inconsistent. It's not a...
e.g. start with bad program does things like fs.*Sync calls then provide simulated traffic and test using benchmark… hint at various performance techniques e.g. always async, in-memory caching, leveldb, horizontal...