Fatima Mohamedfatimamo.hashnode.net·Oct 26, 2022FeaturedBecome a CORS Wizard 🧙♀️It finally happened. 😲 You've been working hard implementing your frontend web app, but the moment you try to request a resource from a different server to display in your app, you get the dreaded CORS error. Never fear! We'll put it in its place by...165 likes·6.1K readsCORS ERRORS
Benjamin Silva Herrera96codes.hashnode.net·Nov 26, 2020Elixir Phoenix development using Docker and Docker-ComposeQuick and dirty, this is my recipe for local development of elixir phoenix apps using docker and docker-compose. 3 important files: Dockerfile docker-compose.yml dev.exs Dockerfile FROM bitwalker/alpine-elixir-phoenix:latest # Cache elixir deps AD...47 likes·753 readsElixir
AbulAsar S.abulasar.hashnode.net·Jul 6, 2021API Authentication in Elixir Phoenix - Part 1Authentication is a very important aspect of any application. It restricts the unknown user to access anyone's data. We will be going to implement token-based authentication. This blog will be a continuation of our blog "JSON-API with Elixir-phoenix"...37 likes·1.4K readsElixir
Someshwar Tripathilordneon.hashnode.net·Apr 19, 2023Effortless Database Management with Ecto and ElixirIf you're developing applications using Elixir and Phoenix, you need a reliable database wrapper that simplifies your database operations. Ecto is the answer to that need. In this blog post, we'll explain what Ecto is, how it simplifies database oper...Databases
Someshwar Tripathilordneon.hashnode.net·Apr 18, 2023Why Phoenix was made: The Need for a Bootstrapped Production SystemHave 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, more streamlined way to build web applications. ...Phoenix framework
Someshwar Tripathilordneon.hashnode.net·Apr 15, 2023Phoenix LiveView and WebSockets: A Match Made in Real-Time Web Development Heaven!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 the most exciting features of Phoenix is LiveView,...Phoenix framework
Alex Flatteraflatter.hashnode.net·Mar 18, 2023Porting Phoenix contexts to RailsI've recently started client work on a new Rails 7 application and while I'm impressed always impressed by the developer experience that the Rails community has achieved, one thing that I instantly missed from my recent work with Phoenix was the idea...31 readsRuby on Rails
Zoltán Szőgyényiflowbite.hashnode.net·Feb 27, 2023How to install Phoenix (Elixir) with Tailwind CSS and FlowbitePhoenix is a popular open-source web development framework based on the Elixir programming language that leverages the Model-View-Controller (MVC) architecture and it can be a viable alternative compared to other back-end framework languages such as ...1 like·36 readsPhoenix framework
Claude Omosaomosa.hashnode.net·Feb 15, 2023The Pipe Operator in Elixir |>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 blog, we'll explore the pipe operator in Elixir a...Elixir
Ezequiel Gioiaeze1981.hashnode.net·Jan 23, 2023Deploying a Phoenix Web App to AWS App Runner: A Step-by-Step GuideNowadays, deploying web applications with containers is the norm, but who wants to go down the rabbit hole managing containers when you can instead use that time to work on your product? In this post, we will create and deploy a Phoenix web applicati...177 readsAWS
Samuel Monroesrozen.hashnode.net·Jan 11, 2023CloudFormation : CodePipeline and ECS Blue/Green Deployments (Part II)Introduction In part I of this series, we saw how to setup the pre-requisites I had for my application and then went on creating the first iteration of the CodePipeline which is : Successfully using a CodeStar connection to a Github repo Is trigger...44 readsAWS
Manjunath Reddymanjufy.hashnode.net·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. ...2 likes·1.9K readsDockering and Deploying Phoenix 1.6 + Tailwind With Elixir ReleasesPhoenix framework
Manjunath Reddymanjufy.hashnode.net·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 ...1 like·122 readsDockering and Deploying Phoenix 1.6 + Tailwind With Elixir ReleasesPhoenix framework