Skip to content

Adron/coder-swap

 
 

Repository files navigation

Stories in Ready Codeship Status for Keartida/coder-swap

Coder Swap

Mission

Provide an application for meeting, sharing with, and engaging other teams, learning from each other, and improving your team and other teams through coder swaps.

What exactly is a coder swap?

A coder swap is when one programmer, coder, hacker, or whatever the title is - basically an individual contributor - leaves their current team to work with another team in another company or just another department. The idea is to switch teams to learn their practices, teach your team's practices, and generally exchange ideas and knowledge. Then return to your originating team and expand your newly attained skills to others on your team.

Simple right? Well, sort of. In idea and principal, but it hasn't always been easy to find other teams, other individuals, and companies that are interested in doing this. That's what this project is all about - getting things put together to enable this by simply signing up and providing a medium in which coders can schedule a coder swap.

Project Structure

.
├── LICENSE
├── README.md
├── client
│   └── README.md
├── package.json
├── proj-tree.md
└── server
    ├── boot
    │   ├── authentication.js
    │   ├── explorer.js
    │   ├── rest-api.js
    │   └── root.js
    ├── config.json
    ├── datasources.json
    ├── middleware.json
    ├── model-config.json
    └── server.js

3 directories, 14 files

About

Eventually I'll write a description... maybe.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.8%
  • CSS 42.9%
  • CoffeeScript 4.3%
  • HTML 1.0%