ΰ² _ΰ²
07.08.2025 13:54 β π 1 π 0 π¬ 0 π 0@nullpilot.bsky.social
Software engineer. Elixir/Phoenix, Vue/Nuxt.
ΰ² _ΰ²
07.08.2025 13:54 β π 1 π 0 π¬ 0 π 0Great week for #ElixirLang. Phoenix 1.8 released, elixir-hub.com by @curiosum.bsky.social and now another great resource. Good times!
07.08.2025 09:51 β π 0 π 0 π¬ 0 π 0I have yet to find something that makes the lapwork of deploying projects to your own machines less of a pain. Is Kamal the best option?
07.08.2025 08:38 β π 0 π 0 π¬ 0 π 0And stop logging me out all the time, please
02.08.2025 06:25 β π 0 π 0 π¬ 0 π 0ITS HAPPENING
Firefox 127 shipped today making it the first browser to support Temporal - the new API for working with Dates, times, timezones + durations
TIL that SmartRent forked the #ElixirLang Styler project to actually make it configurable. Quokka is the Credo-but-just-fix-it-for-me that I've wanted for 6 years of doing Elixir. π π π
27.05.2025 12:38 β π 52 π 13 π¬ 2 π 0π Celebrating 10 years of Stable Rust with a FREE ebook!
All STM32 blog posts compiled into one self-contained edition of Simplified Embedded Rust.
Just subscribe & share The Embedded Rustacean newsletter to get it!
An Elixir module with contents: defmodule ColocatedDemoWeb.Markdown do @behaviour Phoenix.Component.MacroComponent @impl true def transform({"pre", attrs, children}, _meta) do markdown = Phoenix.Component.MacroComponent.AST.to_string(children) {:ok, html_doc, _} = Earmark.as_html(markdown) {"div", attrs, [html_doc]} end end
A LiveView render function with contents: def render(assigns) do ~H""" <pre :type={ColocatedDemoWeb.Markdown} class="prose mt-8"> ## Hello World This is some markdown! ```elixir defmodule Hello do def world do IO.puts "Hello, world!" end end ``` ```html <h2>Hey</h2> ``` </pre> """ end
A webpage with the rendered markdown content.
While working on Colocated Hooks in LiveView, we also found some other cool things you can do, such as rendering markdown at compile time π #MyElixirStatus #ElixirLang #PhoenixLiveView
23.05.2025 08:04 β π 52 π 12 π¬ 2 π 1Back to classic proc gen today. What ways are there of subdividing a rectangle? I enumerate the *irreducible* subdivisions, which imho are the most visually interesting.
www.boristhebrave.com/2025/05/03/e...
Hey friends! π
We've implemented basic accessibility βΏοΈ across all our components!
You can now access it in version 0.0.5-alpha.12. β¨
Plus, we've squashed a lot of bugs! π β
Go ahead and update! π₯
Doc: mishka.tools/chelekom
#Elixir #ElixirLang #phoenix
htmhell.dev/adventcalend... you need to read it
07.12.2024 18:14 β π 5 π 2 π¬ 0 π 0Twitter started feeling like LinkedIn at some point. That's when it's not populist garbage and bots.
I'm glad there's an alternative.