DataWeave Challenges
Sharpen your DataWeave skills, one puzzle at a time.
A series of bite-sized DataWeave programming challenges — each video sets up a puzzle (max-of-paragraphs, Rock Paper Scissors scoring, palindromes, Tower of Hanoi, tail recursion, and more) for you to solve on the DataWeave Playground, with clues and full solutions in the companion ProstDev article.
YouTube Playlist 🔗
DataWeave programming challenge #2: Rock Paper Scissors game score system
DataWeave programming challenge #3: Count palindrome phrases using the Strings module
DataWeave programming challenge #4: Solve the Tower of Hanoi mathematical puzzle
DataWeave programming challenge #5: Reverse a phrase's words, but keep the punctuation
DataWeave programming challenge #6: Using tail-recursion to get the factorial of a number
DataWeave programming challenge #7: Modify certain values from a JSON structure