Last active
April 15, 2016 14:35
-
-
Save slota/a225dd3122e303a10e07a47425e8ef2e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Scale Up Submission Form | |
## Basics | |
### Link(s) to the PRs or Issues You Picked Up | |
-[#44 Job Scheduler](https://github.com/LookingForMe/lookingfor/pull/44) | |
### Talk about something from the pre-work that you didn't know about before this week. | |
-[Stubbing](https://robots.thoughtbot.com/how-to-stub-external-services-in-tests) | |
I didn't know you could set up Webmock as it's own stub. I thought you used it with VCR. So that was interesting. The other two | |
ways I've used so now I know a third. | |
### Summarize what you worked on | |
I built a scheduler that was dry so now pulling in jobs is automated. | |
### Link to blog post(s) submitted | |
https://medium.com/@john.slota/building-rake-tasks-within-rake-tasks-b38cbfc6322#.eqpqtsfsq | |
https://medium.com/@john.slota/squashing-your-commits-e0a20b342108#.u51591frt | |
### Discuss: your experience doing PR reviews and getting PR feedback | |
My experience doing the PR reviews was one of learning and time. I submitted I think 4 pull requests, and I had to redo 3 of them | |
because they weren't dry or weren't set up correctly. | |
### Discuss: your experience doing daily stand ups | |
I was there every day except the beginning of one due to a preplanned job interview. I was the note taker. I enjoyed them | |
and hearing what the team was working on. | |
### What features would you like to see LookingFor have in the future? | |
I really want to see the search by technology functionality implemented. I almost wish I would have worked on this but | |
instead decided to do something I haven't done before. | |
### Please feel free to ask any other questions or make any other statements below! | |
----- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment