Articles by Tag #phoenix

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

WYSIWYG editor in LiveView with embedded images that are uploaded to S3 bucket

In this tutorial, you will learn how to create WYSIWYG editor with image insertion (+ auto upload to...

Learn More 16 0Apr 19

Sql commenter with postgrex

A few years ago, I discovered sqlcommenter, a tool that enables adding trace context to SQL queries....

Learn More 11 2Dec 15 '24

Unlocking the Power of Elixir Phoenix and Rust: A Match Made for High-Performance Web Applications ⚡🔧

As developers, we’re always on the lookout for tools and technologies that enable us to build faster,...

Learn More 9 0Dec 24 '24

Mobile app development with LiveView Native and Elixir. Part - 3

Hey there, Let's explore advanced concepts in LiveView Native. Check out my previous blogs here:...

Learn More 9 1Jul 29 '24

Bridging the Gap: Simplifying Live Component Invocation in Phoenix LiveView

Inspired by a conversation on Bsky (Thanks Netto) about the release of Phoenix LiveView 1.0. The...

Learn More 7 4Dec 4 '24

Complete Guide: Setting up VS Code for Elixir and Phoenix Development

In this guide, we'll explore how to configure Visual Studio Code for Elixir and Phoenix development....

Learn More 6 0Nov 10 '24

Tidewave: Connecting Web Apps to AI-Powered Development

José Valim recently introduced Tidewave, a new tool designed to connect web applications with editors...

Learn More 5 0Apr 30

Mobile app development with LiveView Native and Elixir. Part - 2

Hey everyone, In my latest blog post, I'll be explaining how to manage state in a mobile application...

Learn More 5 3Jul 1 '24

Phoenix LiveView is slot empty?

Here's a simple function to check if the slot is empty, where empty can mean. No slot provided Slot...

Learn More 4 2Dec 10 '24

Running Elixir Phoenix on Windows

You've miraculously managed to install elixir, erlang, and friends on your Windows machine and you're...

Learn More 3 0Sep 21 '24

Mastering Phoenix Framework - Part 2

Hi All, This blog is dedicated to the directory structure for the Phoenix Framework...

Learn More 2 0Aug 12 '24

Pseudolocalization in Phoenix with gettext_pseudolocalize

Understanding Gettext in Elixir Applications Gettext is a widely adopted...

Learn More 1 0Dec 27 '24

Como usamos Oban com Elixir para resolver nossas rotinas de faturamento

Em sistemas que precisam processar grandes volumes de dados em segundo plano, como rotinas de...

Learn More 1 0May 22

Custom Instrumentation for a Phoenix App in Elixir with AppSignal

In the first part of this series, we saw that even if you just use AppSignal’s default application...

Learn More 1 0Aug 20 '24

Managing Distributed State with GenServers in Phoenix and Elixir

Phoenix and Elixir are designed at their core to build real-time, fault-tolerant applications. With...

Learn More 1 0Nov 12 '24

Better LiveView Hooks with Typescript

Ok so sometimes you need typescript for your hooks. And then basically you need to type every single...

Learn More 1 0Oct 29 '24

Cleaner LiveView Pipes

I like my pipes and i like em clean! @impl LiveView def mount(%{"edition" => id}, _session,...

Learn More 0 0Jan 21

A Complete Guide to Phoenix for Elixir Monitoring with AppSignal

For Phoenix developers, maintaining the health of your applications is critical. AppSignal offers a...

Learn More 0 0Oct 1 '24

Phoenix LiveView, nested .inputs_for

TIL: You can nest .inputs_for in Phoenix LiveView forms to make inputs visually coherent. Note: This...

Learn More 0 0Jan 22

How to Change a Field Type in an Ecto Embedded Schema with a Migration

Changing a field type in an Ecto embedded schema requires both a code update and a database...

Learn More 0 0Feb 18

Scaling Your Phoenix App in Elixir with FLAME

When you build an app, you'll often find that certain tasks do not require user interaction and are...

Learn More 0 0Sep 18 '24

How to use gettext in phoenix?

With this guide, gettext will be essential in all your projects.

Learn More 0 0Aug 16 '24

Professional Employer Organization in Phoenix | HR & Payroll Support

PEO Phoenix services assist corporations inside the USA through handling vital HR features, which...

Learn More 0 0Jan 31

Find and Fix N+1 Queries Using AppSignal for a Phoenix App in Elixir

N+1 queries are a frequent issue in complex applications built with Elixir and Phoenix. These queries...

Learn More 0 0Nov 5 '24

PhoenixGenApi a general APIs for Channel - Our way to reduce time & cut down cost for developing backend by Elixir

Intro To reduce time & cost of development we develop a new way to call api from...

Learn More 0 0Feb 1

Building a Table of Contents Component for a Phoenix Blog

Table of Contents  1. Introduction  2. Steps        2.1. Configure MDEx        2.2. Parse...

Learn More 0 0Aug 18 '24