LLeoinldb.hashnode.dev·Dec 7, 2020 · 10 min readBuilding lambda calculus in Go - Part 1Recently I got quite interested in the lambda calculus, more specifically its untyped variant. The lambda calculus is a model of computation that is the base for many functional programming languages such as Haskell (which is typed) or Scheme). For q...00
LLeoinldb.hashnode.dev·Nov 28, 2020 · 9 min readBuilding a Spotify scraperRecently I came across spotifychart.com, an official website where Spotify has been publishing daily and weekly listening trends since 2017 for several regions, including global. Seeing that I asked myself how social media apps that rely heavily on ...00