Advertisement Β· 728 Γ— 90

Posts by Andy Jones

In the UK this is known as the "good chap" theory

1 year ago 1 0 0 0

Hey @elixir-lang.org folks: what are some of the best system prompts or cursor rules you’re using on the daily?

1 year ago 5 1 0 0

As a software developer there is a direct inverse correlation between the number of ACTUAL emails you receive and participate in and the amount of code you write

1 year ago 2 0 0 0

In a software development team almost any problem, friction or pain-point can be solved by just being able to iterate faster. The great thing is that you can iterate out of a slump but also iterate to a summit.

1 year ago 0 0 0 0

Yes! This vision speaks to me!

1 year ago 0 0 0 0

Where can I sign up?! 🀝

1 year ago 2 0 1 0

Has anyone worked on a project which had a really good seed data story? What made it so great?

I want to make our seed data story better at {day_job} - Im wondering if there are any great examples out there we can copy

1 year ago 2 0 0 0

Does anyone else use LLMs mainly to make suggestions on the perfect reaction gif?

1 year ago 1 0 1 0
Advertisement

That post says more about the author than it says anything about either Go or Haskell

1 year ago 2 0 1 0

Sounds very reasonable to me πŸ‘Œ

1 year ago 1 0 0 0
Preview
Srcbook Turn your app ideas into reality, instantly.

Hey #ElixirLang folks: great job opportunity to be one of the first hires at srcbook.com. The product is epic and the team behind it is super strong. They pay very well. US only. Can intro to founder.

1 year ago 7 3 0 0

Are you using REST or GraphQL?

1 year ago 1 0 1 0
Post image Post image

What do we prefer as a general pattern for validating function arguments? #ElixirLang

How about if instead `create_widget` actually takes 20 arguments or more?

1 year ago 4 0 2 0

bsky.app/profile/did:... has been really good for elixir.

I’m still yet to find a good indie hacker feed but I’m sure there is one out there

1 year ago 1 0 1 0
Preview
igniter A code generation and project patching framework

I might be wrong but I think @zachdaniel.dev had the same question which is what led to hex.pm/packages/ign...

1 year ago 2 0 1 0

Heads up Elixir-ists

We, the BlueSky elders, have decided many moons ago to retire #MyElixirStatus for #ElixirLang now that we ascended from hell (X) to heaven (πŸ¦‹)

The vote was unanimous (if you exclude the votes against) so please adhere to it

Also, #Elixir is wrong and shall never be used, ever

1 year ago 75 22 4 4

I would guess folks are excited to augment LiveView but have realised that js is actually the solution for any complex client-only interaction. I've built multi-step dropdowns + datepickers entirely in LiveView (plus js hooks) - it was a massive timesink and it was a poor UX

1 year ago 4 0 1 0

With a little sadness I've now deactivated my Twitter/X account - so long, it was a great 14 years but now its time to move on πŸ‘‹

1 year ago 3 0 0 0
Advertisement

Yes in public functions it would be an absolute no from me

1 year ago 0 0 0 0

What do #elixirlang peeps think of handling ok/error tuples as part of a pipeline? Essentially piping results to a function and pattern matching the ok/error values in the function head.

Good? Bad? Unimportant?

1 year ago 0 1 9 0

Lets say you have a GQL mutation which requires a specific user permission. There is a middleware to enforce the permission. The middleware is well-tested. Do you write a test at the mutation-level which also tests the user permission, or is the test at the middleware-level enough? #elixirlang

1 year ago 0 0 0 0

Just did a LiveView upgrade from 0.17 to 0.19 on a 2 year old codebase with a lot of LiveView cruft … apart from some very minor changes everything just worked!!! #elixirlang

1 year ago 5 0 1 0

Can you just call a function from inside the worker?

1 year ago 0 0 1 0

Would be great to hear you discuss LVN on Elixir Outlaws podcast. You’d have me as a listener at least

1 year ago 0 0 1 0

I'll sign-up to that - Its easy to over-dose on pattern matching in function heads but rarely does it actually improve readability over a `cond` or an `if`

1 year ago 4 0 1 0

#elixirlang

1 year ago 1 0 0 0
Advertisement

Im trying to push towards Keywords for this and am also experimenting with NimbleOptions for validating these (at least in the main service/interface layer).

1 year ago 0 0 1 0

With this pattern do you ever struggle to setup data which exactly matches some very specific state of the system which is hard to create through the API? The sort of edge-cases or unexpected states a running application might find itself. Do you just create API funcs for those specific situations?

1 year ago 3 0 1 0

I really like the idea of storytelling/scenario based. I think being able to instrument your β€œgiven” or initial test state like that helps readability. I’ll take a look at oaken πŸ‘€

1 year ago 1 0 1 0

Yes I’ve never felt completely comfortable with ex_machina. It often just feels like a wrapper around Repo with another API to have to learn

1 year ago 1 0 1 0