© 2023 Hashnode
#phoenix-liveview
Imagine you are writing an app to handle products for a marketplace. Each Product has up to 3 images associated with it. When editing a Product, you should be able to remove any of the already associa…
Introduction In the world of programming languages, new tools and frameworks emerge regularly, each promising to revolutionize the way we build software. Elixir, a relatively young language, has gaine…
Have you ever found yourself building a web application from scratch and manually wiring up all the components that make it work? Elixir and Phoenix were created in response to this need for an easier…
As a student who has recently learned Elixir and Phoenix, I am excited to share my thoughts on how these technologies give developers new ways to build interactive, real-time web applications. One of …
Programming can end up becoming cluttered up. As functionality grows, the need to nest functions grows too. One of the features that make Elixir stand out is its pipe operator, denoted by |> . In this…
Setup your Development Machine > sudo apt-get update > sudo apt-get install terminator > sudo apt-get install neovim > sudo apt-get update Setup File Searching > sudo apt-get install rg Git Setup…
Maintaining codebases with JavaScript can be a hassle. From trying to keep your bundle size small to ensure you have the correct linting. Some developers (like me) like to write in one language for both the front and back end. Enter LiveVi…
Hey, folks! 👋 Besides programming, I'm interested in productivity, as I think that you should improve the way how you spend your working time to work more efficiently, not harder. I tried Pomodoro Te…