Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parente/tott
Tools of the Trade website
https://github.com/parente/tott
Last synced: 8 days ago
JSON representation
Tools of the Trade website
- Host: GitHub
- URL: https://github.com/parente/tott
- Owner: parente
- License: mit
- Created: 2013-09-25T03:41:56.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T03:28:07.000Z (over 7 years ago)
- Last Synced: 2024-12-29T15:10:33.769Z (13 days ago)
- Language: Shell
- Homepage: http://tott-meetup.rtfd.org
- Size: 1.44 MB
- Stars: 17
- Watchers: 5
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tools of the Trade
This repository hosts the web site and related materials for a series of meet-ups about software development tools.
From the website:
> Tools of the Trade (TotT) is a recurring meet-up for students who want more practice finding, learning, applying, and evaluating tools used in modern software development. The goal is to build experience and confidence in a friendly, fun, collaborative environment. Every week we will:
> 1. Pick a tool or topic of interest (e.g., Git, Ruby, Backbone, Pandas, BDD, ...)
> 2. Do a bit of background reading or video watching about our choice to prep for our meeting.
> 3. Meet face-to-face to hack on practice problems or small projects together in a common development environment.
> 4. Help one another and share our experience in person and online.## Contents
```bash
/
doc/
sessions/ # meetup material Sphinx / reST source
slides/ # slidecast Jade source
packer/
tottbox.json # packer config for building common dev env
Vagrantfile # vagrant config for managing common dev env
Makefile # automate all the things
```## Contribute
I plan to build out the material for this meet-up entirely in the public eye. The source for the web site, slidecasts, tottbox Packer build config, and tottbox Vagrantfile will live under [http://github.com/parente/tott](http://github.com/parente/tott). Starter code for session exercises and projects will reside in separate repositories prefixed with *tott-* under [http://github.com/parente](https://github.com/parente?tab=repositories).
If you have a suggestion or see a problem, [open an issue](https://github.com/parente/tott/issues). If you want to contribute an entire session, [fork and submit a pull request](https://github.com/parente/tott/fork).
## License
MIT