themykolas.bsky.social
@themykolas.bsky.social
Says someone who has his mum sill tuck they/them into bed and make sure their/thems gameboy has bateries ;)
April 7, 2025 at 9:54 PM
Yeah if you look at 1 day :)
But look at 5 years ;)
April 7, 2025 at 7:45 AM
April 7, 2025 at 7:44 AM
I'm not sure what do you mean?
April 7, 2025 at 7:43 AM
For all elixir phoenix people creating making UI libraries. Please for the love of God, use this style for aliasing, rather than global imports.

@elixirlang.bsky.social
March 21, 2025 at 8:51 AM
🔥 Hot tip 🔥
In a Phoenix LiveView app:
Never store history.state.scroll,
as it triggers LiveView JS to window.scrollTo(0, scroll).

Lessons learned the hard way :D
March 18, 2025 at 10:28 AM
@josevalim.bsky.social @chris_mccord

This might be a stupid question, but i wonder if this is possible in elixir/phoenix heex templates.

Basically having co-dependant functions, like slots, but with more freedom in layout.
February 25, 2025 at 1:44 PM
Presenting Bare Bones: Headless components for Phoenix LiveView.

Starting with the Tag input.

barebones.themykolas.com

I will improve documentation and create a video explaining its creation and modification process.

I will also improve and polish it according to your feedback.
February 25, 2025 at 10:41 AM
👀
Phoenix LiveView Function components with Hooks.
That's right no LiveView/LiveComponent on top!

#MyElixirStatus
February 24, 2025 at 12:48 PM
Starting a stream!

Discussing time away, things that happened.

youtube.com/live/r9kaLlz...

#MyElixirStatus
January 22, 2025 at 6:18 PM
TIL: You can nest `.inputs_for` in Phoenix LiveView forms to make inputs visually coherent.

Note: This is a simplified example.

#MyElixirStatus
January 22, 2025 at 9:30 AM
I like my pipes and I like them clean!

Don't be afraid to add helpers globally for your most common LiveView use cases.

Read more at:
dev.to/neophen/clea...
January 21, 2025 at 2:27 PM
Maybe it's stupid, but an easy way to allow iframes to embed your Elixir Phoenix LiveView app is to add these two lines to your `lib/app_web/endpoint.ex` configuration. Keep the security risks in mind.
January 21, 2025 at 1:13 PM
On mobile empty sidebar?
January 8, 2025 at 2:13 AM
Getting back into lifting, the form is not super great yet, but will get back to it. It's the best way to clear your mind from stress!
November 5, 2024 at 7:33 AM