sodapopcan
Elixir Jobs, LiveView, and you
When looking at the job postings on this forum, does anyone else jump straight to the company’s website then immediately “view source” and search for phx- in the source?
Since my manager is quite active on this forum, I just gotta say that this is just a fun question and having phx- show up in the source of my current employer’s website was totally the catalyst of me finding employment at my current, awesome job ![]()
PS I really want to stress that this is just a fun question. I’m well aware that that the tech behind a company’s marketing site is mutually exclusive of the tech behind their products and internal tools.
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
@chrismccord : I just saw the Extract AGENTS.md from Phoenix.new into phx.new generator commit to the phoenix project.
My initial shotgu...
New
I was working on an Ecto migration and I needed a timestamp. So, for the nth time, I looked up the different data types for timestamps, a...
New
Just a general thread to post chat/news/info relating to AI/ML stuff that may be relevant for Nx now or in the future. Got anything to sh...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
We want to introduce a new native datatype to Erlang: native records. Although replacing all tuple records with native records is not our...
New
Chat & Discussions>Discussions
Latest on Elixir Forum
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #performance










First 6 of 6 Posts
thelastinuit
I did! run away and hide
kif
I just started Elixir learning a few weeks ago. I could not find a good list of product build with Elixir Phoenix so I started looking at the source of random sites I visit as well.
cjbottaro
Hey!! Our Elixir codebase is 600,880 lines… and not a single one of them renders any HTML…
sodapopcan
Ha nothing wrong with that. I’m primarily a web developer, so I love the level of dedication when LiveView is used for marketing sites.
kanishka
When I look at company website, I want to feel impressed visually and get some sense of confidence that they hired a professional design firm and have staff working on marketing and sales (and it’s not just developers who will come up with a business plan later). In that context, the design firm probably used some cheap developers to translate the designs into html and css, possibly without any programs generating that html.
Some people might want to create common components and styles that are shared between the marketing site and a SPA, if it’s a SaaS company. Then, they might go further and use their front end stack for both their SPA and marketing site. This could be a potential distraction for early startups, delaying work on product development…So, I actually would hesitate a little if I saw this, unless the company was a little older and had the capacity to pursue this after establishing revenue streams.
Assuming the company is at a level of maturity where they can divert some dev effort into their marketing site, rather than outsourcing it, I would want to see:
Everybody probably has their own unique mixture of tools that they like. Those are just the mix that I happen to like.
sodapopcan
My question was definitely just meant to be fun and a bit tongue-in-cheek (using the word
catalystwas super hyperbolic). Regardless, these are super good points you raise and I should probably take that more into consideration. I’ve mostly worked for places with either very small marketing sites or where the product and site are one-in-the-same. In the case of the latter, it eventually became a question of “Why aren’t we just using Shopify?” since there was a large need to focus on internal tools and that’s eventually what we did.