Free Email Course on building Releases with Elixir Sending millions of HTTP requests using GenStage

My Advent of Code 2018 Recap

https://dsdshcym.github.io/blog/2019/01/29/my-advent-of-code-2018-recap/

In this blog post, I wrote about what I learned from AoC 2018:

  • Stop Thinking, Start Solving (Don’t get paralyzed by complexity estimations)
  • Functional thinking (a.k.a Streams v.s. Recursion)
  • Don’t Use Processes for Encapsulation (To spawn, or not to spawn?)
  • Binary Search FTW