Tag " elixir "
elixir에서 `Enum.map/2` 하고 `Enum.filter/2` 를 붙여서 호출해야 하는 경우가 있는데, 가끔 귀찮을 때가 있다. map으로 변형을 하고 그걸 다시 filter를 하고 다시 map을 해야한다거나 하는식으로 복잡해진다거나 리스...
⏰ 2min
I did clone coding of my recent favorite app using Phoenix LiveView.
⏰ 1min
I did clone coding of my recent favorite app using Phoenix LiveView.
⏰ 2min
Using GenServer and DynamicSupervisor, make dynamic game server process and build supervision tree
⏰ 6min
Retrospection after my presentation in ifKakao conference
⏰ 11min
요구사항 분석 및 프로젝트 초기 세팅
⏰ 5min
I decided to do "clone coding" a "wordle" which was trending recently, by using only Phoenix LiveView, not JS.
⏰ 1min
[원본 영상](https://www.youtube.com/watch?v=6sNmJtoKDCo) 영상 소개 가장 최근에 깨달음을 준 컨퍼런스 세션 영상을 하나 소개하고자 한다. 원래도 컨퍼런스 세션같은건 많이 찾아봤었는데, 이제 그냥 흘려보내지 ...
⏰ 9min
[원문 링크](https://dashbit.co/blog/you-may-not-need-redis-with-elixirpost-async) You may not need Redis with Elixir by josé valim 엘릭서 토론에 ...
⏰ 9min
엘릭서 웹 프레임워크관련 가벼운 엘릭서 웹 프레임워크를 찾고있다. 파이썬의 플라스크 같은? 피닉스는 사실 꽤 가벼운 편이지만 그래도 역시 해줘야할것들이 있다. 예를들어 template같은건 json api만 만들고 싶다면 필요없고, 개인적으로 쓸...
⏰ 2min
Elixir로 서버개발 시작한지 한달.. 요즘은 Ecto와 씨름하는중이다. Usage of Ecto Multi (1) 웹 요청이 들어왔을 때 한 트랜잭션 안에 수행되어야 할 것들이 있다. 예를 들어 Post와 Comment가 one-to-man...
⏰ 4min
피닉스 책 스터디 3장 번역 자료
⏰ 20min