Recently I try Zed editor and I love it's AI editing tool. I found Elysium package and give it a try....
This post is written after I implement Avatar component for SaladUI component library for Phoenix...
I'm a fan of Shadcn UI library for its neat and clean components. Recently, I'm playing with Phoenix...
Problem I am working on an open source project OrangeCMS using Phoenix LiveView. I am...
Why? I'm working on rebuilding interface for my project OrangeCMS using TailwindCSS...
This article was originally posted on...
In my project, I have a quite large csv file for seeding my database. Put it is project source code...
Elixir does not have built-in date time parser function. In this post, I will show you how to create...
In this post, you'll learn how to implement token based authentication using Phoenix.Token. This is...
If your data is encrypted, even if it's leaked, no one know what is the data. That's great. In this...
In web developments, server receives lots of request data from client side. And when working with...
Credit: this icon is from flaticon.com In previous article, I shown you how to implement you own...
Validation is a must have part of web application. You have to validate request parameter before...
In my previous article, I introduced my library call JsonView to render json response...
When writing API with Phoenix and render json to client, For some fields I want to keep it original...
What is Guard in Elixir In previous post, I explain what is Pattern Matching and how to...
Pattern matching in a nutshell If you are new to Elixir, Pattern Matching may be something...
The story At our company, OnPoint, we are building an ecommerce website using Phoenix...
Yêu cầu chuẩn hoá và validate các tham số truyền lên từ client là yêu cầu cơ bản khi xây dựng API Web...
Khi viết các API hoặc cả các endpoint thì thông thường chúng ta sẽ có một số nhu cầu: Chỉ cho phép...
Trong quá trình tìm hiểu về lập trình chat bot sử dụng các API của Facebook Messenger thì việc test...