Tag: phoenix

Authenticate Phoenix Guardian

How to authenticate Phoenix with Guardian

Dev

Build a secure and scalable app that allows authorized users to access resources in a controlled and protected manner by leveraging Phoenix with Guardian and JWTs.

Simon Bundgaard-Egeberg
Jun 15, 2023 ⋅ 7 min read
Getting Started With Ecto In Phoenix

Getting started with Ecto in Phoenix

Dev

Use Ecto, the database interface for Phoenix applications, to build an e-commerce app and better understand data migrations.

Alexander Godwin
May 23, 2023 ⋅ 8 min read
Sending Emails In Phoenix Using Swoosh

Sending emails in Phoenix using Swoosh

Dev

Create custom email templates using the Phoenix.Swoosh library, which lets you easily send emails to users of your site.

Lewis Cianci
May 4, 2023 ⋅ 7 min read
Create Reusable Components Phoenix Liveview

How to write reusable components in Phoenix LiveView

Dev

In the Phoenix framework, a LiveView is a special type of connection that we can return from the returned JSON and HTML routes.

Simon Bundgaard-Egeberg
Mar 24, 2023 ⋅ 6 min read
Phoenix React TypeScript To Do List

Create a to-do list app with Phoenix, React, and TypeScript

Dev

Create a simple to-do list application by combining the power of a Phoenix API with the flexibility of a React application.

Allan MacGregor
Jan 25, 2023 ⋅ 13 min read
Authentication With Phoenix

Authentication with Phoenix

Dev

Learn how to add authentication to the Elixir-based Phoenix application using the flexible and secure phx.gen.auth generator.

Alexander Godwin
Dec 15, 2022 ⋅ 5 min read
Run Phoenix Application Docker

How to run a Phoenix application with Docker

Dev

Create a Dockerfile that serves as a starting point to deploy your Phoenix application, then customize it to fit your needs.

Simon Bundgaard-Egeberg
Dec 8, 2022 ⋅ 4 min read
Create a GraphQL API with React and Phoenix 2.

Create a GraphQL API with React and Phoenix 2

Dev

Build a GraphQL API using Phoenix and connect it with a React app.

Kayode Adeniyi
Nov 8, 2022 ⋅ 11 min read
Build Rest API Phoenix Elixir

Building a REST API with Elixir and Phoenix

Dev

Learn what Elixir is, the Phoenix web framework, and how to build REST API with Phoenix for your projects.

Ganesh Mani
Oct 21, 2022 ⋅ 8 min read