wolfiton

wolfiton

Hi everyone,

Does someone want to participate to bring the Absinthe Tutorial to phoenix 1.4 with Dataloader and all that is needed to have a clear documentation?

Because i really want to learn Absinthe and I think this can help others as well.

Also experience isn’t required just willingness to learn.

What do you think community?

Thanks

Showing Posts 1 to 10

kokolegorille

kokolegorille

I cannot tell You for documentation, but I can tell You data loader is covered in this resource

This is a good complement to the book on Absinthe

I was interested in GraphQL before Absinthe, so I started to do it with node.js first.

I do understand these are paid resources, and might suit all needs, but You can start by learning dataloader as an independant tool…

https://github.com/graphql/dataloader

Starting by this will help You understand how to integrate it with Absinthe later.

If You have all your context queries ready, this will help You build a batch of queries, to execute as one.

Dataloader is a great tool :slight_smile:

wolfiton

wolfiton OP

Thanks,
I come from nodejs so I have some familiarity with those topics the resources are great.

Also i already have that course.

What i was asking is to make a joint effort and bring the Absinthe official tutorial up to date so everyone can use it.

wolfiton

wolfiton OP

I will build a series on how this is done here

wolfiton

wolfiton OP

Part 2 is out

Kurisu

Kurisu

Nice guide. ^^

I found a typo in Section 1. You forgot the x of phoenix in the bottom link to Phoenix page. So the link doesn’t work.

  • OS: Linux , Mac , Windows with WSL or Virtual Linux
    (Virtual Box)
  • Optional: VsCode
  • Database: PostgreSQL My version: PostgreSQL 10
  • Programing languages(required): Erlang , Elixir . My versions: Erlang/23 OTP and Elixir 1.9.4
  • NodeJS above version 5, My version: NodeJS 12.4.0
  • inotify-tools (only for Linux Users)
  • Hex
  • Phoenix

To install them use the:

https://hexdocs.pm/phoeni/installation.html#content

wolfiton

wolfiton OP

Thanks @Kurisu good catch, I updated the article.

wolfiton

wolfiton OP

Part 3 is out

Kurisu

Kurisu

Clear and easy to understand as always. :+1:

About this part of the posts migration file I have a question.

# posts  table
      add :body, :string # Create the body column in the posts table

Will the “body” column store string of more than 255 characters length? If so, before running the migration I would suggest to change its type to :text

# posts  table
      add :body, :text # Create the body column in the posts table

This will allow to store post with unlimited length body in the database. The Post schema however is ok with the type :string for the body field.

But maybe you want to make this change in your next article. That is also fine.

wolfiton

wolfiton OP

Thanks @Kurisu for the appreciation on my work and follow up on this series.
@kurisu can you comment directly on the article page, so I can credit you for this update ragrding body :text?

romenigld

romenigld

I agree with @Kurisu

add :body, :text

it’s the correct.

Where Next? Top

Trending in Discussions Top

AstonJ
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
2977 94592 917
New
cblavier
Hey there, It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
heathen
Quite interesting article Google brought me. Didn’t find any mentions about it here. What do you think in general? Would you use togethe...
New
mhanberg
Hi everyone! The first release candidate for the Expert language server project is now available! We’ve published a press release detai...
New
axelson
Hi there! :wave: @frigidcode and I (but mostly him) have been running an Elixir Book club, we’re almost done with Designing Elixir Syste...
New
budgie
A little off-topic, but I feel like people here have a good head on their shoulders. I used to be quite good at making software. Was luc...
New

Other Trending Topics Top

GenericJam
Edit: 2026 May 15 - This post is archived. Mob is alive!! Main docs: mob v0.7.11 — Documentation A bit of explanation for the slightly c...
New
JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
georgeguimaraes
Just published claude-code-elixir, a plugin marketplace for Claude Code with Elixir support. These are the plugins I’ve been using for my...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews