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
Fractional Indexing in Python. Contribute to httpie/fractional-indexing-python development by creating an account on GitHub. #python #real-time #webdev #multiplayer-editing
Show More
One of the problems we had to solve when we added multiplayer editing to Figma was supporting simultaneous editing of ordered sequences of objects. #multiplayer-editing #webdev
Show More
A tutorial for creating live cursors as seen in Figma. A step-by-step guide focused on beginners (I'm learning Phoenix myself). #phoenix
Show More
MacOS launcher & command palette. Contribute to ospfranco/sol development by creating an account on GitHub. #mac #apps
Show More
The instant on-demand atomic CSS engine. Contribute to unocss/unocss development by creating an account on GitHub. #css #tailwindcss
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
Remote Setups remotesetups.com
Remote work setup inspiration and product recommendations #remote #home-office
Show More
Ngram Type ranelpadon.github.io
Touch typing trainer using Ngrams as data source, with option to customize the auto-generated lesson and specify the minimum typing performance needed. There are sound/color effects as well. #typing
Show More
High performance animation library for Phoenix LiveView - benvp/live_motion: High performance animation library for Phoenix LiveView #liveview
Show More