Manjunath Reddy
Manjunath Reddy

Manjunath Reddy

Follow
homeAbout MePhoenix + Tailwindbadges

REST API: How to avoid duplicate resource creation on concurrent requests.

Jan 1, 20237 min read

Dealing with concurrent HTTP requests and how to handle them to maintain the integrity of the data. · Source:...

REST API: How to avoid duplicate resource creation on concurrent requests.

Dockerize Phoenix + Tailwind application

Dec 31, 20226 min read

Dockerise Phoenix, Tailwind application · Preamble I'm hoping you already have a Phoenix application running If you happen to hop here directly. If not,...

Dockerize Phoenix + Tailwind application

Setting up Tailwind CSS In a Phoenix application

Dec 30, 20222 min read

Elixir 1.14.2, Phoenix 1.6.2, Tailwind 3.2.4 · In the previous article, we explored setting up a basic Phoenix application. If you haven't read the first...

Setting up Tailwind CSS In a Phoenix application

Creating Phoenix Application

Dec 30, 20223 min read

Elixir 1.14.2, Phoenix 1.6.2 · I have been wanting to explore and create a simple blog with Phoenix and Tailwind for quite a long. However, I struggle a...

Creating Phoenix Application