Send Emails with Phoenix Swoosh: A Step-by-Step Tutorial
Sending Emails with Phoenix Swoosh: A Step-by-Step Guide Setting up a Phoenix Project To start, let’s create a new Phoenix project. We’ll use SQLite as our database to keep things…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
Sending Emails with Phoenix Swoosh: A Step-by-Step Guide Setting up a Phoenix Project To start, let’s create a new Phoenix project. We’ll use SQLite as our database to keep things…
Mastering Signal Handling in Rust Understanding Signals and Signal Handling Signals are software interrupts sent to a process by the operating system or another process to notify it of an…
Building a GraphQL API with Phoenix and React In this tutorial, we’ll explore how to create a GraphQL API using Phoenix and connect it to a React app. We’ll use…
Unlocking the Power of Phoenix LiveView: A Guide to Building Reusable Components Phoenix is a powerful HTTP routing framework for the Elixir language that allows developers to create robust and…
Building a To-Do List App with Phoenix, TypeScript, and React In this tutorial, we’ll explore how to create a simple to-do list application using the Phoenix framework, TypeScript, and React.…
Unlock the Power of Crystal: The Blazing-Fast Alternative to Ruby The Good Parts of Ruby, Without the Drawbacks Crystal combines the simplicity, focus on developer satisfaction, and productivity of Ruby…
Building a Scalable REST API with Elixir and Phoenix What is Elixir? Elixir is a functional, dynamically-typed language that is built on top of Erlang. It was created by Jose…