- Order new joiner's preference of laptop (MBP of XPS)
- Obtain licence for PHP Storm
- Provision Email account (request in #it-help-desk)
- Invite to appropriate recurring meetings (standups, tech planning etc)
- Access to Github and assign required role(s)
package main | |
import ( | |
"fmt" | |
"sync" | |
) | |
func main() { | |
var wg sync.WaitGroup |
package main | |
import ( | |
"context" | |
"fmt" | |
"time" | |
"github.com/mannion007/whatever/session" | |
) |
package main | |
import ( | |
"context" | |
"fmt" | |
"time" | |
profiler "github.com/mannion007/whatever/profiler" | |
) |