AstonJ

AstonJ

Hello Elixir World (Introductions thread)

The obligatory hello world thread!

Who are you and where are you from? :stuck_out_tongue:

Most Liked

kujua

kujua

Author of Erlang and Elixir for Imperative Programmers

Hi all,

I am a developer since the 80s with lots of projects in enterprises, mainly OO languages.
Came to Erlang, Elixir and the functional paradigm a few years ago.

Born in Austria, I am living in Vienna, but lately I spend most of my time in Kenya trying to finish my book about Erlang andd Elixir. My next book about Elm is already waiting for me… :smile:

NobbZ

NobbZ

“Hello World” |> IO.puts

I’m living in a small lovely town just northwest of Hamburg, Germany and studying CS.

When I am not playing with my 4-years old son, I do either do study-related stuff, try to dig deeper into programming on my own, do something with my wife or simply relax in front of my PS4 playing Fallout 4.

I have already diverged from most of my co-students, which stick to languages taught at the university, but I am very keen on functional programming since the first semestre (where we got a short introduction using Haskell). Most of my Hobby-Coding is related to FP in one or another way.

Also I have a university-project right now, which involves documenting, refactoring and extending a piece of erlang software, which was developed a few years ago at my university for programming contests. Due to the installed erlang version at the university I have to maintain compatibility to OTP-16B3 (which is really a burden I think).

sreyansjain

sreyansjain

Hi I am Sreyans from Kolkata India. I run a webdev shop in Kolkata India. Switched to elixir Phoenix for all our projects. Nice to meet you all.

Thanks

Last Post!

mihir

mihir

Hey, I’m Mihir, I make consumer apps (https://pawprintf.com), and I am learning Elixir as I intent to use it for a couple of projects in my pipeline. For now, I have already used Elixir / Phoenix to make Sliced Chat (https://slicedchat.com) and I’m really impressed with the tech.

Looking to connect with other devs here who would like to learn or work on something together.

Where Next?

Popular in Discussions Top

CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
AlexMcConnell
The reason that Rails is as popular as it is is because it’s very easy for relatively inexperienced developers to get a lot of work done....
588 20046 166
New
Crowdhailer
I’ve been hearing much about the new formatter and it’s something I have been keen to try. I find examples buy far the most illuminating...
248 19740 150
New
lorenzo
Hey everone! I created a prototype for my app using Nodejs for the api. But the framework I chose wasnt great (in general theresnt any g...
New
jer
I’ve been using umbrellas for a while, and generally started off (on greenfield projects at least) by isolating subapps based on clearly ...
New
lucaong
Hello Elixir and Nerves community, I have been working for a while on an open-source embedded key-value database for Elixir, that I call...
230 14350 124
New
RudManusachi
What configs will make sense to put to runtime.exs? – A bit of how I configure apps: I have generic configs in config/config.exs, dev...
New

Other popular topics Top

JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54921 245
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
lanycrost
Hi everyone! I need implement if…else if…else condition from my elixir code, and anymore of this control flow structures not work proper...
New
stefanchrobot
What’s the safe way to decode a JSON string into a struct? I want to avoid calling String.to_atom. Jason.decode can give me a map with st...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New

We're in Beta

About us Mission Statement