diff --git a/Church/Announcements/1120 announcements.md b/Church/Announcements/1120 announcements.md index 86ac43f..0ac64bc 100644 --- a/Church/Announcements/1120 announcements.md +++ b/Church/Announcements/1120 announcements.md @@ -1,4 +1,10 @@ -- [ ] * Speaker this Sunday – [[Nick Weaver]] * Speaker next Sunday – Steve Price * Pathways kid’s club will not meet this Wednesday evening, 11/23. Pathways kids club will resume on 11/30. * The Wednesday night prayer meeting will be Zoom only this week starting at 7:00. There will not be a prayer meeting at the chapel building.. * There will be a Christmas party at the Steve Price home on Friday, December 2 starting at 7:00. * There will be a Christmas concert and cookies outreach at the chapel on Sunday evening, December 11. Contact Travis or Joanna Robertson for details. * If you would like to review the new Anthem Song Book for possible use by the chapel, contact Ken Keane. +- [ ] Speaker this Sunday – [[Nick Weaver]] +- [ ] Speaker next Sunday – Steve Price +- [ ] Pathways kid’s club will not meet this Wednesday evening, 11/23. Pathways kids club will resume on 11/30 +- [ ] Wednesday night prayer meeting will be Zoom only this week starting at 7:00. There will not be a prayer meeting at the chapel building. +- [ ] There will be a Christmas party at the Steve Price home on Friday, December 2 starting at 7:00. +- [ ] There will be a Christmas concert and cookies outreach at the chapel on Sunday evening, December 11. Contact Travis or Joanna Robertson for details. +- [ ] If you would like to review the new Anthem Song Book for possible use by the chapel, contact Ken Keane. - [ ] Men’s breakfast, doing yard cleanup too - [ ] Christmas program at the chapel on 18th, planning roles, I’d you know you’re not going to be here, let Anne-Marie or tisara know - [ ] Jan 8th potluck, after will pack homeless kits, all invited to pack them and contribute, will have list of stuff you can supply \ No newline at end of file diff --git a/Work/Jose De Jesus interview.md b/Work/Jose De Jesus interview.md index a30147a..056ec4a 100644 --- a/Work/Jose De Jesus interview.md +++ b/Work/Jose De Jesus interview.md @@ -1,17 +1,17 @@ Positives: -- [ ] Speaks excellent English -- [ ] Obviously very familiar with Visual Studio, used short cuts like autocompleting property definitions -- [ ] Seems very calm and worked immediately, very straightforwardly -- [ ] Created well-defined methods on `Board` to facilitate various functions like "reveal box" and "flag box" -- [ ] Able to talk through his work well, explaining as he went along -- [ ] Used a nested loop and `Math.Max` and `Math.Min` to reveal box around the revealed box -- [ ] A user-facing thoughtful thing: he cleared the console at the top of each input loop -- [ ] Used `StringBuilder` to render the board output, but decided against it later -- [ ] Used string interpolation (newish C# capability) to render mine box content -- [ ] Excellent output message to user to give clear instructions on commands to input -- [ ] Showed familiarity with debugging -- [ ] Abstracted the PrintGrid functionality to a method to be able to call it multiple times -- [ ] Considered the user not knowing the array was 0-based +- Speaks excellent English +- Obviously very familiar with Visual Studio, used short cuts like autocompleting property definitions +- Seems very calm and worked immediately, very straightforwardly +- Created well-defined methods on `Board` to facilitate various functions like "reveal box" and "flag box" +- Able to talk through his work well, explaining as he went along +- Used a nested loop and `Math.Max` and `Math.Min` to reveal box around the revealed box +- A user-facing thoughtful thing: he cleared the console at the top of each input loop +- Used `StringBuilder` to render the board output, but decided against it later +- Used string interpolation (newish C# capability) to render mine box content +- Excellent output message to user to give clear instructions on commands to input +- Showed familiarity with debugging +- Abstracted the PrintGrid functionality to a method to be able to call it multiple times +- Considered the user not knowing the array was 0-based Concerns: - [ ] Didn't appear to come super prepared with the solution in mind