sashaafm
How to use the blogs section
You can post links to your blog posts either in one of the Official Blog Posts threads (like this one), or, via Devtalk.com. If you post via Devtalk we will automatically cross-post your blog post here in our Blog Posts section for each blog post (so one thread for each blog post) so long as you have an account with the same username and primary email address on both forums. We also remove the rel-nofollow attribute when your link appears on our homepage on Devtalk, so great for your SEO! ![]()
If posting via Devtalk be sure to:
- Ensure your account on Devtalk.com has the same username and primary email as your account here
- Initiate thread creation in one of the Blog Posts sections (for Elixir/Phoenix that may be in the Back End category, or for LiveView it could be the Front End category).
- On thread creation paste the URL of your blog post in the TITLE field (once the URL appears in the body field below you can then change the title to whatever you like)
- Include a short summary of your blog post then post the link on a separate line (here’s an example)
- Include the
Elixirandblog-posttags (as well asPhoenix,Nerves,LiveViewetc if applicable)
It will then create a thread on Devtalk and then automatically cross-post here under your account ![]()
Edit: Please note you will need to be at TL1 over at Devtalk (usually takes about 15 minutes of browsing) for the link being pasted in the title bar to work - however if you PM @astonj he’ll manually bump you up to TL1 ![]()
Please see this announcement for the full details: Calling all BEAM Bloggers!
![]()
Trending in Blog Posts
Other Trending Topics
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security











First Post!- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
AstonJ
Using Phoenix with docker (3 part series)
Most Liked
praveenperera
Here are a few I’ve wrote:
Complete Guide to Deploying Phoenix Applications using Dokku 0.4.0+
Using LetsEncrypt to Switch a Phoenix App Deployed with Dokku to HTTPS
Validate Ecto Unique Associations with Compound Indexes
keathley
I wrote a post on the difference between the
webandlibdirectories in a Phoenix app: Redirecting…ErikCH
I wrote a blog post with Ember and Phoenix . I’m still learning
Phoenix Ember Guide
Last Post!
bryan-sanico
My journey in getting local HTTPS and browser permissions working in LiveView
Hello!
Recently I’ve been working on a video recording feature on a web app that involves asking the user for video and audio permissions. It was a bigger headache than I thought it was going to be, involving setup local HTTPS and getting a user interaction before asking for browser permissions. So, I wrote a blog post detailing about how I achieved this for future reference for me and others.