What Elixir related stuff are you doing?

Pretty cool. Good job! :023:

3 Likes

I’m making a side project :slight_smile:

Using Phoenix to create a SuperMarioMaker 2 application to share and vote for stages.

4 Likes

At the moment I’m not working on any Elixir related project, but I’m still reading/learning Elixir related stuff.

3 Likes

Working through Phoenix in Action https://www.manning.com/books/phoenix-in-action

6 Likes

Trying to build a jRemote API Client. in Elixir

This will make it possible to interact with jBase and T24 MV Databases

4 Likes

Right now playing with Greenhouse Ingestion API, that does not have a ready library, but uses Oath2, looks like it will be fun :slight_smile:

2 Likes

I did a small module to ease development with phoenix and sass without webpack.
It’s heavily inspired by https://github.com/phoenixframework/phoenix_live_reload.

So here’s the url: https://github.com/l-vincent-l/elixir-sass-reloader feedbacks are welcomed!

4 Likes

Still working on OAuth2, and now found more time to daily do a bit of Elixir, using these next three weeks to go deep in the book I won last month in the Giveway :slight_smile:

2 Likes

Completed:

  • jRemote API Client - successfully communicate with jBase / T24 via jAgent

  • Handle simple JQL Commands - LIST, COUNT … etc

3 Likes

I’ve been working on “Phoenix in Action”. Really good book for beginners that I can recommend.
I like how we build up the application step by step.

4 Likes

Working on Lua in Elixir using Robert Virding’s Luerl and :luerl_sandbox module. I’ve been amazed at how powerful the combination of Lua and the BEAM can be for creating a sandboxed DSL.

Work in progress library on hex.pm: https://hex.pm/packages/sandbox

3 Likes

Hi Tom.

Do you know any software, developed in Elixir and Phoenix that can run multiple hospitals of clinics off one instance of the software. In other words a centralised version, not multiple versions running at each clinic or hospital.

2 Likes

What kind of software for clinics are you looking for?

1 Like

That is exactly what I made. We are working on our public launch but if you want to reach out privately message me and we can discuss further.

1 Like

Released another (WIP :wink: ) small project
Bombadil is a wrapper around some PostgreSQL search capabilities.

It supports exact match through PostgreSQL tsvector(s) and fuzzy search inside jsonb fields.

6 Likes

Hello!
I am currently going thru the Programming Elixir book!

3 Likes

Writing a program to query/provide technical analysis functions for stock market data :chart_with_upwards_trend:

3 Likes

At work: writing a cloud vm orchestrator to replace a django/angular abomination. Goes live in 2-3 weeks.

Just published state_server, which is a gen_statem shim that aligns it with elixir semantics (handlers output noreply/reply like genstage and liveviews). Going to document some things like Phoenix pubsub, Phoenix presence integrations next based on me using it in prod, and will work on commanded and ecto integrations. https://hex.pm/packages/state_server

Published librarian, which is a streaming ssh/scp library. https://hex.pm/packages/librarian

Working on zigler, which makes zig nifs extremely easy to write. (will be on hex at end of month) https://github.com/ityonemo/zigler

Working on a raft implementation based on state_server which will be called ‘barge’.

4 Likes

Currently going thru the ElixirSchool lessons…

2 Likes

I’m currently working on an Ecommerce platform build on top of Elixir / Phoenix.

CrimsonCommerce is an experimental ecommerce platform build using a functional programming approach and leveraging the power of Erlang/Elixir and the Phoenix framework.

4 Likes