codestirring

codestirring

Writing a concise e-book on solutions to common issues found in LiveView, would love to hear of any specific problems you may have

I’m in the process of writing a self-published ebook about LiveView solutions to common indiedeveloper problems. I’m a full-stack engineer and technical lead, and have been working professionally with Elixir for 4 years (and LiveView for 2-3 ever since it was first available). You may have seen some of my blog posts here or posted in the community before.

I wanted to reach out because I’ve just launched the landing page for The Phoenix LiveView Cookbook, a 40~ page ebook I’m writing to help Elixir developers implement some of the commonly tackled problems with Phoenix LiveView.

Some of the content revolves around:

  • LiveView testing

  • LiveComponent Testing

  • JS Interop

  • Serverside ↔ Frontend animations and interactions

  • How to implement commonly found patterns in other languages

I’d love to hear if there is anything specific you want to see mentioned in the book or topics you’d want to see covered with a book like this. Open to any questions you might have also.

Thanks!

Most Liked

linusdm

linusdm

Nice initiative, good luck with your writings!

Some ideas:

  • How and where to apply authorization with LiveView (in the contexts, as plug-based authorization won’t cut it, with LV)
  • How to choose an authentication method, user management strategy, session management, etc. (with phx.gen.auth, ueberauth, pow, guardian, or any combination according to the requirements). Explaining the possibilities and playing field regarding these libraries would have helped me a lot.

Where Next?

Popular in Chat/Questions Top

wolfiton
Question: Can someone recommend me some good resources on learning performance for phoenix elixir applications and a design pattern I sh...
New
maqbool
what books/Resources do you recommend to learn about distributed system(theory)?
New
makeitrein
More Ecto questions! More madness! The context: there’s a list of books that I want to filter with a dropdown… The dropdown: looks some...
New
stevensonmt
I’d like to provide my review of the Elixir Course module from Groxio. I have some criticisms but I’d like to start with the positives. ...
New
imanuelgittens
Hey all! Just joined the forum and I’m very excited to learn the language. I just finished reading the documentation and I was wondering ...
New
phykos
In Ruby, which is very similar to Elixir I do this: def test yield end test do puts("sup there") end Here, the yield keyword will be...
New
Sujit
Hi Team From the title, I am entirely new to programming and i am interested in learning elixir but not sure where to start. Can someone...
New
AstonJ
It finally feels like I’ve got some time to catch up on my reading - though I am sure lots of people will be wondering the same: what are...
New
Allyedge
So, I want to get an Elixir book, but don’t know which one to get. Both Programming Elixir 1.6 and Elixir in Action looks interesting, b...
New
dogweather
Can anyone recommend books/courses/videos that use real-world Elixir? E.g.: Idiomatic error handling design, whether it’s {ok/error, .....
New

Other popular topics Top

sergio
In Ruby, I can go: User.find_by(email: "foobar@email.com").update(email: "hello@email.com") How can I do something similar in Elixir? ...
New
openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
AstonJ
You’re a programmer, so you don’t need spoon feeding with the conventional drivel about “this is an integer.” No. You need to know what’s...
New
_russellb
I want to try my hand at web scraping. What tools/libraries do I need to use. I’m hoping to turn this into something professional so don’...
New
ycv005
I have followed this StackOverflow post to install the specific version of Erlang. And When I am running mix ecto.setup then getting fol...
New
New
hariharasudhan94
I would like to know what is the best IDE for elixir development?
New
script
If I have a string “1000 cfu/ml” . I want to remove the characters and / and space . So the string is like this "1000" What is the ...
New
myronmarston
The Elixir Typespec docs show the following syntax for keyword lists in typespecs: # ... | [key: type] # keyword lis...
New
mcarvalho
What is the difference between System.get_env and Application.get_env? For example, what are best practices to use one versus another.
New

We're in Beta

About us Mission Statement