Based on our record, Elixir should be more popular than PHP. It has been mentiond 86 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I remember being 15 (18 years ago ๐ฅฒ) and learning PHP. Stack Overflow wasnโt as big yet, and finding answers often meant digging through forums filled with half-baked solutions, each dependent on specific hosting configurations. There was no universal standard, some hosts supported certain php.ini settings while others didnโt. The only reliable resource? The official PHP documentation: php.net. - Source: dev.to / 8 months ago
That's the first I've heard of it, and I like it! I can't tell you the number of trips to php.net to look at argument order for a function. Is it haystack/needle, or needle/haystack? Of course it could turn into the same thing w/ argument names (is it whole_name or full_name?), but I'm going to use it. Source: over 2 years ago
Prepare to spend a fair bit of time reading and going back to phptherightway.com and php.net. I've also found this Tutorial from Envato Tuts+ to be quite good. Source: over 2 years ago
All I want to do with php is to have a recurring navbar on a website. I don't know what to do next. So far I've tried php.net's manual, w3scchool's tutorial and the set up part of first five recommended php tutorials on youtube. I have also spent hours on stackoverflow, which got me even more confused. The more I read, the less nothing makes sense to me and I don't know where the problem is. Source: over 2 years ago
I tried looking at the upgrade from 7.4 to 8.0 docs on php.net but I don't see anything regarding any changes to this function. Any ideas? Source: over 2 years ago
Both run on the BEAM virtual machine, but serve different developer needs. Elixir has proven itself in production environments with companies like Discord handling billions of messages. However, Elixir's dynamic typing creates runtime surprises that Gleam eliminates through static analysis. - Source: dev.to / 16 days ago
Back in April and May 2024, I built an application using Elixir for periodically tracking and using AI to summarize the latest articles from my RSS subscriptions, then pushing the summaries to my personal Telegram channel (I call it rss_generic_i18n_bot). AI can effectively consolidate blogs/podcasts in various languages (Chinese, English, Japanese, etc.) that I subscribe to into concise Chinese, making them... - Source: dev.to / 2 months ago
Invisible Threads is built with Elixir, Phoenix, and most importantly, Postmark. Data lives on disk instead of a traditional database to keep the demo light. Authentication uses Postmark API tokens, mapping each application user directly to a Postmark server. The whole thing is deployed to Fly.io. A minimal setup let me focus on Postmark's offerings. - Source: dev.to / 4 months ago
Elixir is a functional, concurrent, and dynamically typed language built on top of the Erlang VM. Since its release in 2012, Elixir has gained popularity due to its friendly syntax, scalability, and fault tolerance. - Source: dev.to / 5 months ago
Elixir runs on the Erlang VM, known for creating low latency, distributed, and fault-tolerant systems. Elixir Docs. - Source: dev.to / 6 months ago
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
JavaScript - Lightweight, interpreted, object-oriented language with first-class functions
Rust - A safe, concurrent, practical language
Java - A concurrent, class-based, object-oriented, language specifically designed to have as few implementation dependencies as possible
Clojure - Clojure is a dynamic, general-purpose programming language, combining the approachability and interactive development of a scripting language with an efficient and robust infrastructure for multithreaded programming.
Ruby - A dynamic, interpreted, open source programming language with a focus on simplicity and productivity