BetaMizeforElixirMastersblog.elixirmasters.com·Jul 19, 2024Exploring Phoenix LiveView: Real-Time Web Development in ElixirPhoenix LiveView is a groundbreaking library for Elixir that enables the creation of rich, real-time web interfaces without the need for complex JavaScript frameworks. Built on top of the Phoenix framework, LiveView leverages Elixir's strengths in co...Discuss·10 likes·28 readsElixir
BetaMizeforElixirMastersblog.elixirmasters.com·Jul 9, 2024The Ultimate Guide to Web Development with Elixir and Phoenix FrameworkElixir, a functional and concurrent programming language, has gained significant popularity for web development, thanks to its robust performance and scalability. At the heart of Elixir's web development capabilities is the Phoenix framework, which o...Discusselixir consultancy
Redha Bayu Anggararedhabayuanggara.hashnode.dev·Dec 13, 2023Setup Erlang and Elixir, Phoenix Framework on MacSetup Tools This guide for guideline everything from the start and setup any of the tools mention. Before installation make sure to run the installation process on a native terminal to prevent segmentation faults while building. Setup Homebrew Homebr...Discuss·238 readsPhoenix framework
Aashish Chakravartyaashishchakravarty.hashnode.dev·Aug 25, 2023Creating Constant Modules in ElixirElixir, a functional programming language built on top of the Erlang Virtual Machine (BEAM), offers developers a powerful and flexible environment for building scalable and fault-tolerant applications. One common requirement in software development i...DiscussElixir
Aashish Chakravartyaashishchakravarty.hashnode.dev·May 19, 2023Features of ElixirIntroduction 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 gained significant traction and attention for its uniqu...Discuss·89 readsElixir
Manjunath Reddymanju.dev·Dec 31, 2022Dockerize Phoenix + Tailwind applicationPreamble I'm hoping you already have a Phoenix application running If you happen to hop here directly. If not, you may visit the previous two parts where we went through Creating a simple phoenix application, and how to set up Tailwind with phoenix. ...Discuss·2 likes·2.2K readsDockering and Deploying Phoenix 1.6 + Tailwind With Elixir ReleasesPhoenix framework
Manjunath Reddymanju.dev·Dec 30, 2022Setting up Tailwind CSS In a Phoenix applicationIn the previous article, we explored setting up a basic Phoenix application. If you haven't read the first part yet, Just take a moment to read it before this post :-). However, if you already have an existing phoenix application running, and if you ...Discuss·1 like·227 readsDockering and Deploying Phoenix 1.6 + Tailwind With Elixir ReleasesPhoenix framework
Manjunath Reddymanju.dev·Dec 30, 2022Creating Phoenix ApplicationI have been wanting to explore and create a simple blog with Phoenix and Tailwind for quite a long. However, I struggle a bit to get it up and running and also to be able to dockerise to make it ready for production deployment. Preamble This is the f...Discuss·1 like·108 readsDockering and Deploying Phoenix 1.6 + Tailwind With Elixir Releaseselixir, tailwind