Pretty cool. Good job!
I’m making a side project
Using Phoenix to create a SuperMarioMaker 2 application to share and vote for stages.
At the moment I’m not working on any Elixir related project, but I’m still reading/learning Elixir related stuff.
Working through Phoenix in Action https://www.manning.com/books/phoenix-in-action
Trying to build a jRemote API Client. in Elixir
This will make it possible to interact with jBase
and T24
MV Databases
Right now playing with Greenhouse Ingestion API, that does not have a ready library, but uses Oath2, looks like it will be fun
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!
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
Completed:
-
jRemote API Client - successfully communicate with jBase / T24 via jAgent
-
Handle simple JQL Commands - LIST, COUNT … etc
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.
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
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.
What kind of software for clinics are you looking for?
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.
Released another (WIP ) 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.
Hello!
I am currently going thru the Programming Elixir book!
Writing a program to query/provide technical analysis functions for stock market data
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’.
Currently going thru the ElixirSchool lessons…
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.