Carlo Mandelli
No position listed
Thank you very much for all the time you spent teaching me new concepts. Best mentoring session I've ever got! Really hope to meet you again on next exercises.
Dmitry Galkin
No position listed
Learned more from the discussion than from the exercise itself. That's what I call mentoring!
The full collection of testimonials and further details on my activity (including challenge maintenance and contributed documentation) on the platform can be found on my public profile.
A component building library for Phoenix Liveview (Elixir) inspired by the component interface of React. Provides automatic component documentation, comprehensive intellisense, integrations with popular UI frameworks, and other plugins.
A code learning platform based on challenge based directed learning. Exercism offers learning paths for over 50 languages and encourages its users to both seek and provide mentorship from other members of the platform.
Point-free style exploits function arity to allow for passing of paramater-less function references in interesting ways. But taken too far, it can be a challenge for the uninitiated to engage with code written in this style.
Callbacks in Javascript have a great deal of flexibility. But have you ever taken the time to consider their various forms? We will explore how the concept of "arity" is often glossed over by Javascript developers.
"Loops" are an extremely powerful abstraction in computing. Loops can often be error prone and reimplement the same patterns again and again. We will investigate another approach: array-methods/functions and recursion