@@ -168,10 +168,10 @@ <h2>Who we are</h2>
168168 </ section >
169169 < section >
170170 < h2 > Next event</ h2 >
171- < div id ="next-event-date "> < time datetime ="2025-07-09 "> 2025-07-09 </ time > </ div >
172- < h3 > Tennis Kata </ h3 >
173- < p > On Wednesday the 9th of July we will be working in pairs on the tennis kata .</ p >
174- < p > To join us sign up on < a href ="https://www.meetup.com/york-code-dojo/events/308647735 "> Meetup</ a > </ p >
171+ < div id ="next-event-date "> < time datetime ="2025-09-10 "> 2025-09-10 </ time > </ div >
172+ < h3 > To boldly go </ h3 >
173+ < p > On Wednesday the 10th of September we will be working in pairs on a made up low level machine for controlling a space craft .</ p >
174+ < p > To join us sign up on < a href ="https://www.meetup.com/york-code-dojo/events/310618165 "> Meetup</ a > </ p >
175175 < p > Location: < a href ="https://maps.app.goo.gl/tG86j6xxA7gQPjC87 "> Patch York</ a > </ p >
176176 </ section >
177177 < section >
@@ -212,8 +212,25 @@ <h2>Where to find us</h2>
212212 < section >
213213 < h2 > Past events</ h2 >
214214
215+ < article >
216+ < h3 > Why Functional Programming Matters</ h3 >
217+ < time datetime ="2025-08-13 " class ="past-event-date "> 2025-08-13</ time >
218+ < p > We implemented some of the code in the classic "Why Functional Programming Matters" paper by John Hughes.</ p >
219+ < p > Event page on < a href ="https://www.meetup.com/york-code-dojo/events/310125047 "> Meetup</ a > </ p >
220+ < p > GitHub Repo: < a href ="https://github.com/YorkCodeDojo/why_functional "> Why Functional</ a > </ p >
221+ </ article >
222+
223+ < article >
224+ < h3 > Tennis Kata</ h3 >
225+ < time datetime ="2025-07-09 " class ="past-event-date "> 2025-07-09</ time >
226+ < p > We worked in pairs on the classic Tennis Scoring Kata</ p >
227+ < p > Event page on < a href ="https://www.meetup.com/york-code-dojo/events/308647735 "> Meetup</ a > </ p >
228+ < p > GitHub Repo: < a href ="https://github.com/YorkCodeDojo/tennis "> Tennis</ a > </ p >
229+ </ article >
230+
215231 < article >
216232 < h3 > Mmmm PI</ h3 >
233+ < time datetime ="2025-06-11 " class ="past-event-date "> 2025-06-11</ time >
217234 < p > We had a look at the history of generating the digits of PI and tried various techniques ourselves.</ p >
218235 < p > Event page on < a href ="https://www.meetup.com/york-code-dojo/events/307844547 "> Meetup</ a > </ p >
219236 < p > GitHub Repo: < a href ="https://github.com/YorkCodeDojo/pi "> PI</ a > </ p >
@@ -222,13 +239,15 @@ <h3>Mmmm PI</h3>
222239
223240 < article >
224241 < h3 > ASCII Pets</ h3 >
242+ < time datetime ="2025-05-14 " class ="past-event-date "> 2025-05-14</ time >
225243 < p > We each had to choose a 'Pet' drawn using just ASCII characters, and then move it across the screen. The final task was to get the animals to move between laptops.</ p >
226244 < p > Event page on < a href ="https://www.meetup.com/york-code-dojo/events/307210261 "> Meetup</ a > </ p >
227245 < p > GitHub Repo: < a href ="https://github.com/YorkCodeDojo/ASCIIPetsTasks "> ASCIIPetsTasks</ a > </ p >
228246 </ article >
229247
230248 < article >
231249 < h3 > Gilded Rose kata</ h3 >
250+ < time datetime ="2025-04-9 " class ="past-event-date "> 2025-04-09</ time >
232251 < p > Led by Adam we worked in pairs on the classic Kata. David managed to break Rider by generating 50,000 unit tests in a single file.</ p >
233252 < p > Event page on < a href ="https://www.meetup.com/york-code-dojo/events/306698989/?eventOrigin=group_upcoming_events "> Meetup</ a > </ p >
234253 < p > GitHub Repo: < a href ="https://github.com/YorkCodeDojo/GildedRose-Refactoring-Kata_2025 "> GildedRose-Refactoring-Kata_2025</ a > </ p >
0 commit comments