's Avatar

@steve-nz.bsky.social

156 Followers  |  1,071 Following  |  1 Posts  |  Joined: 06.11.2024  |  1.6737

Latest posts by steve-nz.bsky.social on Bluesky

Preview
Claude Code GitHub Actions - Anthropic Learn about integrating Claude Code into your development workflow with Claude Code GitHub Actions

If you use Claude PR reviews, have it refer to Safe Ecto Migration for migration files:

> Review files that changed in "priv/repo/migrations" or "priv/repo/data_migrations" with guidelines from URL: raw.githubusercontent.com/fly-apps/saf...

#ElixirLang

docs.anthropic.com/en/docs/clau...

16.07.2025 14:50 β€” πŸ‘ 13    πŸ” 2    πŸ’¬ 1    πŸ“Œ 0
A Complete AI Toolkit: Ash AI Demo
YouTube video by Code and Stuff A Complete AI Toolkit: Ash AI Demo

Damn this is such a great demo of Ash AI:
www.youtube.com/watch?v=4dzZ...
#ElixirLang #AshFramework

11.06.2025 18:18 β€” πŸ‘ 25    πŸ” 8    πŸ’¬ 0    πŸ“Œ 0

looking forward to trying this out with #tidewave πŸ”₯ #elixirlang

08.05.2025 06:56 β€” πŸ‘ 4    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Improving flash message dismissal with Tailwind animations #css #ElixirLang #ElixirPhoenix #frontend #javascript #phoenix

πŸ₯ Improving flash message dismissal with Tailwind animations

#css #ElixirLang #ElixirPhoenix #frontend #javascript #phoenix

05.05.2025 17:05 β€” πŸ‘ 10    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Tidewave

Introducing Tidewave: tidewave.ai

While working on our web apps, we run code, query the database, read logs, search docs… but our AI tools are limited to reading code.

Tidewave closes this gap by introducing Runtime Intelligence, for Phoenix and Rails. More coming soon, check out the website!

29.04.2025 20:20 β€” πŸ‘ 174    πŸ” 60    πŸ’¬ 6    πŸ“Œ 2
Why Elixir/OTP doesn't need an Agent framework: Part 1 | Goto Code - Elixir & LLM Development Exploration of using mechanisms provided by Elixir/OTP to build LLM powered applications

I wrote an article that’s hopefully the beginning of a series about using #elixirlang to build AI agents and workflows goto-code.com/blog/elixir-...

08.03.2025 07:45 β€” πŸ‘ 10    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
See what changed during a LiveView update A javascript snippet to highlight the elemnts on the page that change.

I put up a quick blog post with the code

andrewtimberlake.com/blog/2025/03...

06.03.2025 17:12 β€” πŸ‘ 6    πŸ” 1    πŸ’¬ 0    πŸ“Œ 1
A project listing table with a search bar for natural language queries. Projects have statuses, estimations, and action buttons.

A project listing table with a search bar for natural language queries. Projects have statuses, estimations, and action buttons.

Creating an AI-Powered Search Input With Phoenix LiveView #MyElixirStatus #ElixirLang

πŸ”— dreamingecho.es/blog/creatin...

23.02.2025 09:41 β€” πŸ‘ 15    πŸ” 4    πŸ’¬ 1    πŸ“Œ 0
Preview
Announcing Elixir OpenChain Certification The Elixir project now meets OpenChain (ISO/IEC 5230). Each release ships with Source SBoMs in CycloneDX 1.6 and SPDX 2.3, plus attestation.

I deleted an incorrect post about Elixir's support of OpenChain, so I'll repost with the correction so the bad info doesn't spread.

Elixir itself now supports OpenChain and will have artifacts along with it that provide its software bill of materials!

elixir-lang.org/blog/2025/02...

#ElixirLang

26.02.2025 16:54 β€” πŸ‘ 17    πŸ” 3    πŸ’¬ 0    πŸ“Œ 0

Got a lot of requests for this - here it is!

How to parse PDF files (and more) in Elixir using Rust.

www.chriis.dev/opinion/pars...

Let me know what you think!

#ElixirLang

29.01.2025 18:40 β€” πŸ‘ 36    πŸ” 11    πŸ’¬ 3    πŸ“Œ 0
Preview
OSS Oban Web & Oban v2.19 From open sourcing Oban Web, to releasing Oban with MySQL support, Web v2.11, and plan simplifications

πŸ“― Oban Web is open Source
🐬 Oban v2.19 includes MySQL support
🧭 Web v2.11 is released
πŸ“Š Met v1.0 is released (and open source)

oban.pro/articles/oss...

#elixirlang

16.01.2025 17:37 β€” πŸ‘ 117    πŸ” 37    πŸ’¬ 7    πŸ“Œ 10
Post image

Learn how to add an unique constraint using Ecto to handle duplicated values and handle the error in your LiveView to improve the feedback to the user.

Taken from my latest blog post.

You can read it here: ivanmunguia.dev/s/XP2Y2qfX

#MyElixirStatus #elixirlang

08.01.2025 05:52 β€” πŸ‘ 2    πŸ” 1    πŸ’¬ 0    πŸ“Œ 0
Preview
The Pragmatic Studio Premium video courses for software developers. Real apps. Real code. Really good stuff!

I've recommended pragmaticstudio.com for learning Elixir to so many people I should ask for an affiliate link πŸ˜…

Although, everyone I know who has taken their Elixir and Phoenix courses has loved them.

I think they've manage to balance depth of learning and simplicity very well.

#ElixirLang

11.12.2024 14:37 β€” πŸ‘ 37    πŸ” 10    πŸ’¬ 6    πŸ“Œ 1
Preview
Release v1.18.0-rc.0 Β· elixir-lang/elixir Elixir v1.18 is an impressive release with improvements across the two main efforts happening within the Elixir ecosystem right now: set-theoretic types and language servers. It also comes with bui...

#ElixirLang 1.18.0-rc.0 is here!

- New type system checks
- Lots of improved error messages
- New built-in `JSON` module
- `Enum.product_by/2` and `Enum.sum_by/2`
- `List.ends_with?/2`
- Synchronous test groups
- Good riddance to `unless`! 😈

github.com/elixir-lang/...

10.12.2024 20:24 β€” πŸ‘ 56    πŸ” 11    πŸ’¬ 2    πŸ“Œ 0
Phoenix LiveView Goes 1.0 With the release of Phoenix LiveView 1.0, Brian Cardarella reflects back on the start of the project and how it won him over.

Congrats to Chris McCord & the Phoenix framework on LiveView 1.0! Here are some of my thoughts on this moment and what LiveView means to me and @DockYard, and what it should mean to the greater web development community

dockyard.com/blog/2024/12...

#ElixirLang

03.12.2024 22:21 β€” πŸ‘ 28    πŸ” 4    πŸ’¬ 0    πŸ“Œ 0
Preview
LiveView 1.0 Β· liveview-native/live_view_native@5077bda

LiveView Native is now on LiveView 1.0

github.com/liveview-nat...

#ElixirLang

03.12.2024 23:25 β€” πŸ‘ 48    πŸ” 10    πŸ’¬ 1    πŸ“Œ 0
Meme of jealous girlfriend looking aghast at boyfriend looking at another girl walking by except the jealous girlfriend is a shirtless pastry tubby photo of Elon Musk and the girl walking past is labeled Bluesky. The boyfriend is labeled "All of us".

Meme of jealous girlfriend looking aghast at boyfriend looking at another girl walking by except the jealous girlfriend is a shirtless pastry tubby photo of Elon Musk and the girl walking past is labeled Bluesky. The boyfriend is labeled "All of us".

I stole this from the bird hellsite.

11.11.2024 03:04 β€” πŸ‘ 38    πŸ” 4    πŸ’¬ 2    πŸ“Œ 0

Awesome! Did you know that you can convert a Miro board into Elixir code using the Commanded library? If you use the right color stickers, you can quickly convert them to events, commands, etc

04.11.2024 19:52 β€” πŸ‘ 4    πŸ” 1    πŸ’¬ 2    πŸ“Œ 0

A few new bluesky accounts:

@dockyard.bsky.social
@liveviewnative.bsky.social
@beaconcms.bsky.social
@elixirisweird.bsky.social

#ElixirLang

05.11.2024 23:54 β€” πŸ‘ 18    πŸ” 9    πŸ’¬ 2    πŸ“Œ 0

@steve-nz is following 20 prominent accounts