{:ok, :blackode} (@tweetblackode) 's Twitter Profile
{:ok, :blackode}

@tweetblackode

Sr Software Developer in Elixir, Technical writer about code, thoughts, & ideas & Digital Artist

ID: 2257408214

linkhttps://blackode.in calendar_today22-12-2013 07:22:52

1,1K Tweet

354 Followers

580 Following

{:ok, :blackode} (@tweetblackode) 's Twitter Profile Photo

Take your Elixir debugging skills to the next level with the ultimate guide to OTP Process tracing on Medium! 🚀👨‍💻 Unlock the power of tracing and conquer complex issues with ease. Just published link.medium.com/C2bZWhBkbzb #elixirlang ElixirStatus Elixir Forum

{:ok, :blackode} (@tweetblackode) 's Twitter Profile Photo

I just published 2023 and Beyond: Why Learning Elixir is Still a Smart Move for Developers link.medium.com/tMNAPnDoOzb #Elixir #ElixirLang #coding #programming #softwaredevelopment

{:ok, :blackode} (@tweetblackode) 's Twitter Profile Photo

I just published Mind Games in Elixir: Crafting a Command Line Number Guessing Game link.medium.com/Vgkcv47uXzb #elixir #fun #game #guessgame #elixirlang #erlang #gamingelixir

{:ok, :blackode} (@tweetblackode) 's Twitter Profile Photo

Code Fuel: Coffee - Digital File T-Shirt Design for Coding Enthusiast etsy.me/438DObx via Etsy #coding #fun #relative #programming #tshirtdesins #codingtshirts #programming #coffee #code

{:ok, :blackode} (@tweetblackode) 's Twitter Profile Photo

I just published Elixir’s Pinned and Non-Pinned Variables: A Deep Dive into Pattern Matching Techniques link.medium.com/KjGUOeZr1Ab

ElixirConf (@elixirconf) 's Twitter Profile Photo

Which do you prefer? A: post = Repo.preload(post, :comment) post.comment B: post |> Repo.preload(:comment) |> Map.get(:comment) C: post |> Repo.preload(:comment) |> Map.get(:comment)