Elixir Blog Posts

Sorry, for a bit off topic, but can you help me to understand why How To: Build Docker Image for Phoenix Application - Blogs/Articles/Talks/Podcasts - Devtalk was not cross posted here?

Performance optimization when adding 12,000+ markers to the map that renders fast with Elixir, LiveView, and Leaflet.js

3 Likes

File upload to AWS S3 or S3 compatible bucket from Phoenix LiveView using Elixir

Hi! Been using elixir for some side projects. Love it!
I have written some elixir blogs posts here.

2 Likes

Very niche topic but I encountered an issue with “too many headers” in Bandit with Phoenix (same exists in Cowboy) and wrote a short post on it: Too many headers in Phoenix | VictorBjorklund.com

1 Like

I wrote about how to handle multiple query params in your Phoenix API projects.

When users upload their images to your platform, you’ll likely have to resize them to make them fit your aspect ratios and display size. This blog post explains how to use Cloudflare Images for that.

Check one of our latest blog posts:

2 Likes

A little thought experiment while I’m exploring a few things in rendering graphics. What if I could write my HTML5 canvas stuff from Elixir ? As the “context” object is often implicit when you aren’t using multiple offscreen canvases, we should be able to “just” list the needed calls to render something.

Excellent article, and kudos to you for spinning up your own blog because, wait for it, you wanted to. The desire to create something out of nothing brings folks to this industry, and it is a shame how this desire is conditioned out of us due to having to ask for permission at every corner. I did the same thing for my blog as well.

And on the topic of the equal (=) sign, don’t get me started. My entry into this field was delayed when I was first exposed to programming and saw j = j + 1. It was a pleasure to come full circle from assignment in OOP to the good old-fashioned mathematical meaning in Functional.

1 Like

I couldn’t find a straightforward way to change the preview image in a Phoenix live image preview, so I wrote a blog article about the solution I used PDF.js to render uploaded PDFs and display the preview before consuming the uploads.

Link to the demo: Demo

Let me know what you think!

4 Likes

Tales of the performance improvements in the latest Oban Pro releases and the reasoning behind them.

2 Likes

Learn more about what makes Phoenix Framework’s younger sibling stand out and how it compares against other contemporary counterparts.

Check our new blog post :arrow_down:

Hey! I wrote an article about the Elixir programming language. It’s mainly for newcomers and decision-makers who are thinking about using Elixir for new projects :slightly_smiling_face:

1 Like

I guess I post blog posts here now? My old thread got locked :stuck_out_tongue:

A post covering a lot of ground on trying to explain Phoenix without necessary delving deep into using it. Is it really the Rails of Elixir?

The old blog threads have been deprecated Lars
 but you can have your posts from it merged into this one I you like :smiley:

https://elixirforum.com/t/old-blog-threads-archived-info/61063

I looked for a notice but not very hard and so I did not find it.

Leave it where it is. It is a beautiful monolog of me :stuck_out_tongue:

1 Like

It took me a while to get up and running on Google Cloud Run and Cloud SQL, so I wrote up the answers here: Automated deployments of a Phoenix application to Google Cloud Run and Cloud SQL · stibbard.io

Hey everyone! A couple of days ago, I posted an article on the Elixir programming language, and this time, it’s all about the Phoenix framework. These two articles are for devs and decision-makers who have never heard of Elixir or are still considering if they should make a switch. Enjoy!

2 Likes

Say hello to an efficient process that gets your app from code to production swiftly.

:arrow_right: Phoenix App Deployment with Mix Releases | Curiosum

1 Like