https://coderbyte.com/dashboard/paperlesspost-4mpoj:back-end-developer-k-etkvkwx
- Intro Candidate
- Some general programming questions (15-20 min)
- be as detailed as you can
- can ask questions
https://coderbyte.com/dashboard/paperlesspost-4mpoj:back-end-developer-k-etkvkwx
| package main | |
| import ( | |
| "fmt" | |
| ) | |
| func main() { | |
| const n = 7 | |
| var a = []uint{n:n} | |
| fmt.Println(cap(a)) // prints: 8 |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#PP Gophers Meeting
##Agenda
##PP Go-Example Redux
| FROM centurylink/ca-certs | |
| MAINTAINER Justin Dagostino | |
| LABEL version="0.1" name="SuperService" description="Super as a Service" | |
| WORKDIR /app | |
| COPY ./etc/config/config.json /app/ | |
| COPY ./superservice /app/ | |
| ENTRYPOINT ["./superservice"] |
| { | |
| "bars": true, | |
| "y-axis": true, | |
| "links": [], | |
| "nullPointMode": "null as zero", | |
| "y_formats": [ | |
| "ms", | |
| "ms" | |
| ], | |
| "linewidth": 3, |
| { | |
| "title": "Runtime Memory Stats", | |
| "error": false, | |
| "span": 5, | |
| "editable": true, | |
| "type": "graph", | |
| "id": 8, | |
| "datasource": null, | |
| "renderer": "flot", | |
| "x-axis": true, |