Profile avatar
germsvel.com
πŸ’§Elixir and πŸ”₯ Phoenix consultant - http://germanvelasco.com πŸŽ₯ Short tips - https://elixirstreams.com πŸŽ™ Elixir Friends - https://elixirfriends.transistor.fm/
83 posts 1,173 followers 38 following
Regular Contributor
Active Commenter

Took me a minute to figure out how to update the version of hex itself. πŸ€” In case you're on the same boat πŸ‘‡ mix local.hex πŸŽ‰ #ElixirLang

Anybody using Neovim with #ElixirLang? Curious about your LSP setup. Do you use mason, mason-lsp, and nvim-lspconfig? Thinking of migrating from vim -> neovim, but this has me stumped.

Finally got around to testing LiveDebugger, and I'm soo impressed! 🀯 πŸ‘‰ www.elixirstreams.com/tips/a-quick... #ElixirLang #PhoenixFramework

I’m running for the EEF board and would be extremely grateful for your vote: erlef.org/blog/eef/ele...

I finally got around to looking at Phoenix 1.8.0-rc! πŸ₯³ πŸ‘€ A quick(ish) look at the highlights in the official announcement πŸ‘‡ www.elixirstreams.com/tips/phoenix... #ElixirLang #PhoenixFramework

πŸ‘‹ Know of anybody who needs help with Elixir/Phoenix? Let me know! I have some availability coming up in a few weeks. πŸ“† #ElixirLang #Phoenix

πŸ‘‹ Know of anybody who needs help with Elixir/Phoenix? Let me know! I have some availability coming up in a few weeks. πŸ“† #ElixirLang #Phoenix

DDD is a very interesting topic, but it has a TON of new terminology (and overloaded words). And (I think) most people don't want to read 2 gigantic tomes πŸ“š to understand the fundamentals (led alone practice it for years for it to sink in). πŸ§΅πŸ‘‡

Go get yourself some German Engineering πŸ‘

πŸ“£ for the first time in almost 2 years I have an opening for new clients (in May)! Do you (or someone you know) need help with Elixir/Phoenix? #ElixirLang

It would be an understatement to say German shaped the way I write tests when working in Elixir and Phoenix - he's an absolute fount of knowledge!

German is a pro, and an incredibly thoughtful practitioner. If you or your team are working with Elixir and Phoenix, you’d probably benefit greatly from working with him.

Your team would be lucky to have German!

πŸ“£ for the first time in almost 2 years I have an opening for new clients (in May)! Do you (or someone you know) need help with Elixir/Phoenix? #ElixirLang

PhoenixTest v0.6.0 is out! πŸ₯³ Some great changes. But... it also deprecates `select` with `:from` 😞. Hate to do it, but I think it'll make things better going forward! πŸ“š Changelog: hexdocs.pm/phoenix_test... ⭐ Upgrade guide: hexdocs.pm/phoenix_test... #ElixirLang

People in #ElixirLang, do you use tracing in production? If so, what do you use (recon, rexbug, something else)? And how often do you use it?

When I’m adding a Hex package to my project, I always find it a pain to go to GitHub or Hexdocs to find the right version. 😞 Recently, I came across a better solution! πŸ₯³ mix hex.info <package_name> Check it out! www.elixirstreams.com/tips/mix-hex... #ElixirLang

I was recently perusing the Phoenix codebase (as one does), and loved how `Phoenix.Logger` handles its own telemetry data to log statements. It's brilliant! It centralizes logging so you don't have duplicative `Logger` and `:telemetry.execute` statements!πŸ‘‡

Sometimes, I want a function to take in a list, a single element, or perhaps even `nil`. πŸ€” But the operation inside the body of the function requires a list. 😞 For that, I like `List.wrap/1` 🀩 πŸ‘‰ https://www.elixirstreams.com/tips/list-coercion-for-fun-and-profit #ElixirLang

What an honour to hear phoenix_test_playwright mentioned on the Thinking Elixir podcast! podcast.thinkingelixir.com/238

Does anybody else struggle to find their `Logger.debug/1` output in a sea of logs? πŸ˜… One neat trick is to give it some color! πŸ‘‡ https://www.elixirstreams.com/tips/log-output-with-colors #ElixirLang