Public Notes on
View Public Collections
Integrated certification means that you don't need to run any other OS process in background. Start your site for the first time, and the system will obtain the certificate, and periodically renew it before it expires. #elixir #phoenix #library
Show More
How to integrate your Elixir application with Open Telemetry to make it observable in Lightstep and Honeycomb's reliability platform #elixir #opentelemetry
Show More
This adds an @trace annotation for tracing functions. Code was mostly copied from the New Relic Elixir agent also licensed under Apache License 2.0. I assume this is better code than I can come up with that's already used in production, but I'm willing to rewrite / re architect as needed. I wasn't sure if / how you wanted tests considering there are none for the Elixir code. #elixir #opentelemetry
Show More
A sane way of using mocks in Elixir. It borrows a lot from both Meck & Mox! Thanks @eproxus & @josevalim. #elixir #testing #libraries
Show More
Sometimes our application collects more logs than we would expect. Especially in the case of endpoints responsible for the server status. Thanks to a simple plug, you can inform about the system state all the time without logging this request. #elixir #phoenix
Show More
Slow recompilation means slow feedback loop and distrupted workflow. Let's find out how to fix this. #elixir #performance #development
Show More
Maybe for OpenTelemetry macro insperation. Telemetría is the opinionated wrapper for :telemetry providing handy macros to attach telemetry events to any function, private function, anonymous functions (on per-clause basis) and just random set of expressions. #elixir #library
Show More
Knock is flexible, reliable notifications infrastructure that's built to scale with you. Use our APIs to engage your users, power cross-channel workflows, and manage notification preferences. #elixir #webdev #free #bootstrapping
Show More
Pretty print tables of Elixir structs and maps. Contribute to codedge-llc/scribe development by creating an account on GitHub. #elixir #cli #library #pub
Show More
Real World Phoenix apps and their open source codebases for developers to learn from - real-world-phoenix/apps at master · szTheory/real-world-phoenix #elixir #pub
Show More