Skip to content

Commit

Permalink
Add deep dive blurbs (#2373)
Browse files Browse the repository at this point in the history
* Add deep dive blurbs

* Update exercises/raindrops/metadata.toml

Co-authored-by: András B Nagy <[email protected]>

---------

Co-authored-by: András B Nagy <[email protected]>
  • Loading branch information
iHiD and BNAndras authored Jan 31, 2024
1 parent ac57e43 commit 5470c2b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions exercises/leap/metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ blurb = "Determine whether a given year is a leap year."
source = "CodeRanch Cattle Drive, Assignment 3"
source_url = "https://coderanch.com/t/718816/Leap"
deep_dive_youtube_id = "Fj5m16is5hI"
deep_dive_blurb = "Deep dive into the different algorithms and approaches you can use to solve Leap, as Jeremy and Erik explore interesting Community Solutions across 10 different languages on Exercism."
1 change: 1 addition & 0 deletions exercises/raindrops/metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ blurb = "Convert a number into its corresponding raindrop sounds - Pling, Plang
source = "A variation on FizzBuzz, a famous technical interview question that is intended to weed out potential candidates. That question is itself derived from Fizz Buzz, a popular children's game for teaching division."
source_url = "https://en.wikipedia.org/wiki/Fizz_buzz"
deep_dive_youtube_id = "mwe-9RIV39Y"
deep_dive_blurb = "Explore 14 different ways to solve Raindrops including functional pipelines, matrix multiplication, a precalculated table-based solutions using a macro, an Object Oriented approach, some impressive use of both Python and TCL, and an enterprise edition. Kick back and enjoy 45 minutes of learning with Jeremy and Erik."
1 change: 1 addition & 0 deletions exercises/reverse-string/metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ blurb = "Reverse a given string."
source = "Introductory challenge to reverse an input string"
source_url = "https://medium.freecodecamp.org/how-to-reverse-a-string-in-javascript-in-3-different-ways-75e4763c68cb"
deep_dive_youtube_id = "biGAfK6OElE"
deep_dive_blurb = "Explore 14 different ways to reverse a string, exploring a range of topics including Unicode Codepoints, Graphemes, Stack vs Heap allocations, and pointers. Kick back and enjoy 45mins of learning with Jeremy and Erik."

0 comments on commit 5470c2b

Please sign in to comment.