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?
Hi! Been using elixir for some side projects. Love it!
I have written some elixir blogs posts here.
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
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:
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.
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!
Tales of the performance improvements in the latest Oban Pro releases and the reasoning behind them.
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
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
I guess I post blog posts here now? My old thread got locked
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
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
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!
Say hello to an efficient process that gets your app from code to production swiftly.