2019.06.23 in #413Perl Weekly Challenge: Week 13
Jaldhar has been participating regularly to the challenge every week but this is the first time he blogged about it. Checkout his blog.
2019.10.18 in #430Perl Weekly Challenge: Week 30
Jaldhar shared really nice tricks with regard to the Christmas day task. "Christmas always falls on December the 25th which is exacly one week before New Years Day of the next year. So if we know the next New Years Day is on a Sunday, we know Christmas is on a Sunday. How do we know which day of the week New Years Day is on? Well, January 1, 2019 was on a Tuesday. January 1, 2020 will be on the next consecutive day of the week i.e. Wednesday. For each subsequent year we increment the day of week by one. The only stumbling block is for leap years which have an extra day. So for the year after a leap year, we have to increment by two."
2020.07.29 in #471Perl Weekly Challege: 071
Jaldhar show how he reused the sub pick() he created for earlier task and that it is identical to the pick() of Raku.
2021.04.25 in #509Perl Weekly Challenge: Week 109
I loved how Jaldhar found the similarity between Four Squares Puzzle and Olympic Rings task. Very smart.
2021.06.21 in #517Perl Weekly Challenge: Week 117
I loved the explanation of Find Possible Paths solution. It is easy to follow for any layman. Thanks for your efforts. BTW congratulations on the second anniversay of your blogging.
2021.06.28 in #518Perl Weekly Challenge: Week 118
Do you want to learn Iterative Deepening A* or IDA*? Well this will definitely help you. Thanks for sharing.
2021.11.21 in #539Perl Weekly Challenge: Week 139
I am glad Jaldhar got the joke and shared his oneliner in Raku. Thank you for your support.
2021.12.05 in #541Perl Weekly Challenge: Week 141
Jaldhar's discussion about the various features of Raku is brilliant. Nice blog post to learn about Raku, in my opinion. Thanks for sharing the knowledge.
2022.03.13 in #555Perl Weekly Challenge: Week 155
Raku subroutine can be named as symbol, a really cool feature. Thank you for sharing the knowledge.
2022.04.03 in #558Perl Weekly Challenge: Week 158
A cool one-liner in Raku is the highlight for me, and the explanation makes it so easy to follow. Keep it up - great work!
2022.05.15 in #564Perl Weekly Challenge: Week 164
Cool one-liner in Raku for Palindrome Prime is great example showing the power of Raku. Keep it up great work.
2022.07.12 in #573Perl Weekly Challenge: Week 173
A very well structured post showing the power of Perl and Raku. Thanks for sharing the knowledge with us.
2022.09.04 in #580Perl Weekly Challenge: Week 180
Jaldhar introduced something new, to me at least, antipairs() of Raku. There is always something to learn about. Thanks for sharing.
2022.09.12 in #581Perl Weekly Challenge: Week 181
A well structured solutions both in Perl and Raku, specially the regex one. Thanks for sharing the knowledge with us.
2022.10.01 in #584Perl Weekly Challenge: Week 184
Nice demonstration about Perl and Raku features about increment string. Keep it up great work.
2022.10.04 in #585Perl Weekly Challenge: Week 185
Beautifully designed one-liner in Raku with exceptionally detailed discussion. Thanks for everything.
2023.03.12 in #607Perl Weekly Challenge: Week 207
I like the line-by-line explanation of the entire solution. It makes it so easy to follow. Well done.
2023.04.16 in #612Perl Weekly Challenge: Week 212
Lots of Raku magic and interesting story about the second task. Keep us entertained every week.
2023.05.07 in #615Perl Weekly Challenge: Week 215
I liked the approach of using common sense as we get to the end result. It makes so much sense. Nice work.
2023.05.07 in #617Perl Weekly Challenge: Week 215
I liked the approach of using common sense as we get to the end result. It makes so much sense. Nice work.