|
|
|
|
|
by unsungNovelty
814 days ago
|
|
I am trying to learn Erlang. The idea is to write a CRUD app which is a multi-user PWA app completely without framework. For front end, HTML, CSS and JS with reefjs for reactivity (these are are things I already know). The idea is to experiment and stress test with the idea of write once run forever to the max. See how far can I get. Any resource for Erlang will be much appreciated. Currently using exercism and Joe's book of Programming for the concurrent world 2nd edition. I guess beginner topics are covered. More interested in advanced erlang topics for which resources seems hard to come by. Specifically related to security since I would want to know how to go about the security of the backend using erlang. |
|