To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/DreamsofCode/ . The first 200 of you will get 20% off Brilliant’s annual premium subscription.
@@dreamsofcode no, you are right. It lets me pick any course without requiring subscription to premium. Probably UX oversight to clearly indicate I am on a 30 day free trial.
Just a note. The reason languages that are used less have higher salaries is probably due to a feature of statistics where small sample sizes give extreme results. Other reasons might include supply and demand and the skill level of developers. So yeah you get a higher salary, but there are also fewer jobs for that technology. Just look at job boards and compare how many ads there are for Java and C# and in contrast how many there are for languages like Go, Rust, and others. (This is normal since the former two are well-established and widely used) In my opinion, you should try out different stuff and try to invest in languages and technologies you think will be relevant in the long term. One other thing that is somewhat important and has been said by people who are probably smarter than me is to learn software engineering not just the syntax of a language. Being a good software engineer means a lot if not all of the skills acquired can be transferred to whatever language or technology you might switch to in the future. For example, if you are a good Javascript developer you will be a good React, but also Vue and Angular developer which is not true vice versa. Also knowing stuff like clean code, data structures, and language patterns will be applicable to most if not all languages/technologies.
Yeah, I found Zig in that list quite strange in fact. I know nothing about Zig, but it's very niche as far as I know (more than, say, Rust). So I was kinda surprised but its presence on that list.
@@danvilela Clean code is applicable to any languages so I don't see a reason to disagree. Also by Clean code I mean the concept not a specific book with specific rules. Writing readable code, using proper names, creating proper structure and formatting and a few other things are universally applicable.
I think this is heavily overstated: " learn software engineering not just the syntax of a language." Imo this just comes naturally as you solve problems. I've yet to see somebody deliberately only learn language syntax and somehow fail to pick up good software engineering skills in the process. Meanwhile, knowing a specific language/framework in-and-out actually does make a pretty big difference.
Sticking to only one programming language is not a good idea. Everybody knows Java, C#, and JavaScript. It won't hurt to learn something else in a different paradigm.
It'd be great to dig into the elixir actor model and message passing, and why that brings the benefits of fault tolerance and scalability without the nearly as much complexity as other languages
Coming from C++ and C# learn Elixir and Python feel very refreshing to me, Elixir in special with it's functional paradigm, for those people that came from static languages I suggest you give a try, is not the end of the world. More content in Elixir please.
Não existe mesmo, mas tem no exterior e são bem melhores do que quaisquer vagas que poderiam existir aqui. O pinterest e discord usam elixir por exemplo.@@pedroa.oliveira2323
@@pedroa.oliveira2323 Linguagens funcionais, difícil ter vaga em qualquer lugar do mundo, não é muito popular como POO, se você estiver iniciando agora eu sugiro ir de POO primeiro.
Pro tip: Learn it if you have a personal concurrency project to implement in it that you intend to maintain for years to come. Do not learn it to get a new job in it, as the jobs are extremely rare, and moreover they require years of experience.
Elixir is one of the few eco systems that you only need to learn one language to do "Deep Stack" work. (Front-end, back-end + Machine learning and AI.) I would love to see more videos on that entire process
@@williambuckley5601 I'm sorry but Liveview really does 98% what a SPA does, and with Broadway, livebook, and the Nx libs you can do a lot in the ML/AI space. Do you actually use elixir in production? I do.
1 up. same here. you actually made me wanna learn Go and i'm learning that now, but i've also been wanting to learn Elixir + Phoenix as a side skill. would be cool if we got some material on that (like that Go course of yours). thanks for the awesome stuff.
Don't learn elixir if you want to get a job in web dev learn Node , React, TS if you go on indeed elixir has like 80 jobs while react has 3400 its not viable in 2024.
@@charlesbilbo3822 Sorry but that is the wrong way of seeing it. Because? Because of the HUNDREDS OF THOUSANDS of people applying for those thousands of JS/Node jobs..... It's really not (just) about the number of available jobs.
@@charlesbilbo3822 i know that, and i have some experience with those (and some js frameworks)... the thing is, i don't do this for the money, gave up on that long ago. i don't really like the js ecosystem (no offense, it just doesn't feel good for me). i learn things like go and elixir as food for my soul (plus i'm really bad at them! but it feels nice). any ways... where i live, even those js stuff are hard to get a job at... thanks anyway, i appreciate this
Erlang absolutely does not have a dot at the end of each line, it's at the end of an entire statement, rarer than semicolons in the C family. I actually really like its approach to this portion of grammar which is closer to human (or at least latin-esque) grammar with commas separating instructions within a statement, semicolons separating components of a compound statement and periods ending a statement. A lot of Erlang grammar is ancient and weird for many of us and doesn't offer a good QoL, but the periods are probably one of the least offensive parts. The main problem with both Erlang and Elixir is that they're relatively niche in both their primary use cases and level of adoption. Sure, you'll probably get a job that pays well, but it will be harder to find and acquire. Though you did inspire me to move Elixir up my languages bucket list right to the second place, after Rust. Can't wait to know another very interesting language and not be able to find an opportunity to use it, just like with Erlang currently xD
If you loved functional paradigm in elixer you should try R or Julia , python is too much OO for data science and ML but It has more tooling for ML than other languages.
@alencaru I am doing the llm type stuff so sadly python is the only real option. Hardware vendors and hpc libs target python I rarely get to decide which libarary I am even using... the preformance consideration of the specific package usually trump most stuff.
elixir is the only time I have ever seen a 1 microsecond response time.
4 หลายเดือนก่อน
Learn it if you are interested. Learn something else if you are looking for a career in software development. Best choice now is C# which is the current language of the year (fastest growing of the major ones). Anecdotally I can say it’s a great language in so many ways.
The salary is not just because of Elixir benefits, it's mostly because there are far too few people specialized in it. Fewer Elixir developers means you need to pay more to find one.
That’s partially true. Elixir is very scalable, it’s like Golang in that sense. Meaning if you have an application written in Node and thousands of users using it every minute AWS will charge you tens of thousands monthly, if you migrate the same logic to Elixir you will significantly reduce these costs.
I've been trying to learn elixir but a something that bothers me a lot is how hard (at least for me) is to configure it on neovim with cmp/mason. I would love a "Elixir for nvim" from you (:
I worked with elixir for a distributed system a few years back, it can be extremely powerful! It also just feel right to me, especially how functions are define, recursion, lists etc., would love to work with it again some day
Since ZIG is new and is not teached in colleges, i assume most of ZIG jobs are for very experienced system programmers. C/C++ programmers with 10 years of experience also earn a LOT. (Except if it is a gamedev position.)
That's because there are very few Zig developers, and companies that are hiring for that are early adopters hiring senior developers. Also, these developers would not leave their good paying jobs if these companies would not pay well. So these 3 factors makes the average go up. The same rationale is applicable to Elixir, so this metric is basically useless to judge what's the language one should learn.
Getting paid is a bad argument, its a skewed statistic, because you can get the same high pay doing a different language, but there are way less erl/elixir jobs and very few entry level positions. There are tons of JS entry jobs, so the average will be lower than Erlang, but that doesnt mean what you presented here.
You bring up a great point! Skill level is by far more important, but there are languages, usually driven by the type of work that is done, that pay more than others due to supply and demand. I imagine the type of work that Elixir is used for is probably the driving factor behind the higher salaries.
Elixir is a language that I have wanted to learn for quite some time but until I get a job and become a great developer with Python, I will postpone it (due to work issues) jsjs. Thank you very much for your videos, they are great, greetings from Chile.
1:55 ahh i see whats going on there, thats cool, i actually was confused at first since usually when u define a function in traditional languages, ur expected to create an identifier for the arg(s) ur passing. but it looks like in elixirs case u can define a function to do something based on the VALUE of the arg. so its basically the same thing as comparing the value of the arg passed in the body of the function in a simple if else or match/switch block in other languages.
Would you guys recommend learning this as a starter into software development? I been on my job for 21 years, looking to move up from warehouse to IT. They have a position for full stack engineer that uses Elixir. I already have an Aws cert. So i figure maybe if i learn this, i can apply for that role
@@dreamsofcode Nope, Elixir has high learning curves and its concepts are foreign. It was around longer but less known due to how hard its. Its somewhat similar to Objective C which was archaic and want to be abandoned by Apple now. You can produces prototypes faster with almost any languages but not with Elixir since it has somewhat baggage like Java and the rigidity also will stick. Problem is you can't really teach junior devs fast enough to catches up with the elixir concept in a big project hence they will produces sub par codes even if they follows framework specifically for Elixir. If you says it otherwise then sadly you probably aren't involved in such project yet 😅
Explain how it will ruin things? Like which specific part of elixir ruins performance? And there's always a code review that is done to improve the code quality doesn't matter who has written it.
@@fdg-rt2rk read more before typing a reply dude 😅 Code review 😂 Come on, if its large scale projects its just basically you want to rewrote them all if its garbage. Clearly you haven't involved with such project yet.
@@savire.ergheiz bruh you're telling me your code never got reviewed? What kind of company you work that doesn't even validate a code before it's pushed to production? You're telling me that you're directly pushing the code written by your juniors/seniors to production? Also i asked how Elixir / what specific part of Elixir will make you lose/ruin performance?
I tried elixir.. seemed nice at first, but then pipe operator is just dot syntax more complicated. I also hated phoenix folder structure. Makes no sense at all. Adding js to the web part? Seemed like hell to me.. maybe use it as an api, but still didn’t make sense to me. Auth generator? 🤢🤮 hated it
Elixir devs have higher pay due to it being a more productive language. Capitalism is fair and equitable, and then equally shares the profits between…. NO. CAPITALISM DOES NOT! THE SHAREHOLDERS STILL KEEP ALL THE MONEY! But Elixir actually is very productive, and does only need smaller teams. This means they do tend to skew more senior, who happen to be higher paid. So it’s most likely due to that.
There's not that much elixir content, so it'd be a good niche topic to explore for you as a content creator/educator if that's something you're interested in. A good fundamentals course for elixir and some Phoenix projects for example
To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/DreamsofCode/ . The first 200 of you will get 20% off Brilliant’s annual premium subscription.
Nice viceo as always! I have unlocked premium offer but cannot find 30 days free trial :(
@@redhood7105 should be a part of the unlocking! Let me know if it doesn't work and I'll reach out to them!
@@dreamsofcode no, you are right. It lets me pick any course without requiring subscription to premium. Probably UX oversight to clearly indicate I am on a 30 day free trial.
A hands-on example for comparison would be nice.
Just a note. The reason languages that are used less have higher salaries is probably due to a feature of statistics where small sample sizes give extreme results. Other reasons might include supply and demand and the skill level of developers.
So yeah you get a higher salary, but there are also fewer jobs for that technology. Just look at job boards and compare how many ads there are for Java and C# and in contrast how many there are for languages like Go, Rust, and others. (This is normal since the former two are well-established and widely used)
In my opinion, you should try out different stuff and try to invest in languages and technologies you think will be relevant in the long term. One other thing that is somewhat important and has been said by people who are probably smarter than me is to learn software engineering not just the syntax of a language.
Being a good software engineer means a lot if not all of the skills acquired can be transferred to whatever language or technology you might switch to in the future.
For example, if you are a good Javascript developer you will be a good React, but also Vue and Angular developer which is not true vice versa.
Also knowing stuff like clean code, data structures, and language patterns will be applicable to most if not all languages/technologies.
Yeah, I found Zig in that list quite strange in fact. I know nothing about Zig, but it's very niche as far as I know (more than, say, Rust). So I was kinda surprised but its presence on that list.
Good reasoning except for clean code part 💀
@@danvilela Clean code is applicable to any languages so I don't see a reason to disagree.
Also by Clean code I mean the concept not a specific book with specific rules.
Writing readable code, using proper names, creating proper structure and formatting and a few other things are universally applicable.
I think this is heavily overstated: " learn software engineering not just the syntax of a language." Imo this just comes naturally as you solve problems. I've yet to see somebody deliberately only learn language syntax and somehow fail to pick up good software engineering skills in the process. Meanwhile, knowing a specific language/framework in-and-out actually does make a pretty big difference.
Sticking to only one programming language is not a good idea. Everybody knows Java, C#, and JavaScript. It won't hurt to learn something else in a different paradigm.
I learnt Elixir, and now I am cool, and handsome, and well paid just like Jose Valim.
Just gotta create your own language to be mega rich.
It'd be great to dig into the elixir actor model and message passing, and why that brings the benefits of fault tolerance and scalability without the nearly as much complexity as other languages
This is a great idea!
Please do this. Elixir and other languages on the BEAM(Erlang, Gleam, LFE, etc) are so powerful because of this.
Actually not discussing it is like talking about Go and not goroutines and channels
I started elixir like 3 weeks back, just because I was bored. Awesome language especially with the Phoenix framework
Most fun I've ever had programming in all of my 10 years
@@m3ll0f3ll0you should try Gleam too it has the same beneifets cuz its a beam language while having a typed language with rust syntax almost
Coming from C++ and C# learn Elixir and Python feel very refreshing to me, Elixir in special with it's functional paradigm, for those people that came from static languages I suggest you give a try, is not the end of the world. More content in Elixir please.
BR? Não vejo muitas vagas de Elixir por aqui...
Não existe mesmo, mas tem no exterior e são bem melhores do que quaisquer vagas que poderiam existir aqui. O pinterest e discord usam elixir por exemplo.@@pedroa.oliveira2323
@@pedroa.oliveira2323 Linguagens funcionais, difícil ter vaga em qualquer lugar do mundo, não é muito popular como POO, se você estiver iniciando agora eu sugiro ir de POO primeiro.
@@pedroa.oliveira2323 Parece boa pra empreender
Pro tip: Learn it if you have a personal concurrency project to implement in it that you intend to maintain for years to come. Do not learn it to get a new job in it, as the jobs are extremely rare, and moreover they require years of experience.
Elixir is one of the few eco systems that you only need to learn one language to do "Deep Stack" work. (Front-end, back-end + Machine learning and AI.) I would love to see more videos on that entire process
That's not true at all. To do anything non-trivial in the browser, you need JS/TS. To do anything with ML/AI, you need to look elsewhere.
@@williambuckley5601 tell me you know nothing about elixir with out saying you know nothing about Nx or Liveview
@@williambuckley5601 I'm sorry but Liveview really does 98% what a SPA does, and with Broadway, livebook, and the Nx libs you can do a lot in the ML/AI space. Do you actually use elixir in production? I do.
@@williambuckley5601 it has phoenix, so no JS needed
More Elixir content, please. Struggling with web dev stack choices, and your videos make it easier. Thanks.
1 up. same here. you actually made me wanna learn Go and i'm learning that now, but i've also been wanting to learn Elixir + Phoenix as a side skill. would be cool if we got some material on that (like that Go course of yours). thanks for the awesome stuff.
Absolutely!
Don't learn elixir if you want to get a job in web dev learn Node , React, TS if you go on indeed elixir has like 80 jobs while react has 3400 its not viable in 2024.
@@charlesbilbo3822 Sorry but that is the wrong way of seeing it. Because? Because of the HUNDREDS OF THOUSANDS of people applying for those thousands of JS/Node jobs.....
It's really not (just) about the number of available jobs.
@@charlesbilbo3822 i know that, and i have some experience with those (and some js frameworks)... the thing is, i don't do this for the money, gave up on that long ago. i don't really like the js ecosystem (no offense, it just doesn't feel good for me). i learn things like go and elixir as food for my soul (plus i'm really bad at them! but it feels nice). any ways... where i live, even those js stuff are hard to get a job at... thanks anyway, i appreciate this
Elixir is just great, beautiful syntax, powerful languange and overall a very worht experience
Erlang absolutely does not have a dot at the end of each line, it's at the end of an entire statement, rarer than semicolons in the C family. I actually really like its approach to this portion of grammar which is closer to human (or at least latin-esque) grammar with commas separating instructions within a statement, semicolons separating components of a compound statement and periods ending a statement. A lot of Erlang grammar is ancient and weird for many of us and doesn't offer a good QoL, but the periods are probably one of the least offensive parts.
The main problem with both Erlang and Elixir is that they're relatively niche in both their primary use cases and level of adoption. Sure, you'll probably get a job that pays well, but it will be harder to find and acquire.
Though you did inspire me to move Elixir up my languages bucket list right to the second place, after Rust. Can't wait to know another very interesting language and not be able to find an opportunity to use it, just like with Erlang currently xD
Maybe the game developer is an interesting choose?
I am an ML gal but I still learned elixir for playing with making a chatbot online.
it was very fun I am happy with it , would love pipes in python
If you loved functional paradigm in elixer you should try R or
Julia , python is too much OO for data science and ML but It has more tooling for ML than other languages.
@alencaru I am doing the llm type stuff so sadly python is the only real option.
Hardware vendors and hpc libs target python
I rarely get to decide which libarary I am even using... the preformance consideration of the specific package usually trump most stuff.
@@nevokrien95 I’m moving to Julia for data science stuff. I heard that (while immature) Julia is progressing fast in ML; how do you think about it?
@alst4817 it's a cool langure I think it may be outshined by mojo of mojo actually delivers on what it says it would.
elixir is the only time I have ever seen a 1 microsecond response time.
Learn it if you are interested. Learn something else if you are looking for a career in software development. Best choice now is C# which is the current language of the year (fastest growing of the major ones). Anecdotally I can say it’s a great language in so many ways.
The salary is not just because of Elixir benefits, it's mostly because there are far too few people specialized in it. Fewer Elixir developers means you need to pay more to find one.
That’s partially true. Elixir is very scalable, it’s like Golang in that sense. Meaning if you have an application written in Node and thousands of users using it every minute AWS will charge you tens of thousands monthly, if you migrate the same logic to Elixir you will significantly reduce these costs.
@@aleksd286 isn't that too big of a statement to make without taking into account the application's use cases and architecture?
@@lucas_sg different languages - different use case
@@aleksd286 then it's not really comparable for the same application like you suggested
What are your thoughts on gleam? I got the impression that it's like elixir, but statically typed. Would love to see a video from you on it
Absolutely do more on elixir! It looks fun!
I've been trying to learn elixir but a something that bothers me a lot is how hard (at least for me) is to configure it on neovim with cmp/mason.
I would love a "Elixir for nvim" from you (:
I have one planned soon! I should be resuming the series again now that it looks like none-ls is the winner
I worked with elixir for a distributed system a few years back, it can be extremely powerful! It also just feel right to me, especially how functions are define, recursion, lists etc., would love to work with it again some day
0:54 I’m very much surprised to see Zig this high up. The language isn’t even finished, yet, lol.
I imagine some companies adopted a little too early 😅
Since ZIG is new and is not teached in colleges, i assume most of ZIG jobs are for very experienced system programmers.
C/C++ programmers with 10 years of experience also earn a LOT. (Except if it is a gamedev position.)
That's because there are very few Zig developers, and companies that are hiring for that are early adopters hiring senior developers. Also, these developers would not leave their good paying jobs if these companies would not pay well. So these 3 factors makes the average go up. The same rationale is applicable to Elixir, so this metric is basically useless to judge what's the language one should learn.
It reminds of me of Kotlin. Elixir is to Erland what Kotlin is to Java.
That the thing. I don’t do kotlin cause i know ill have to venture with java sometimes.. heck i dont wanna deal with erland. No way
anyone know what font is used in the code snippets?
I would love to see a "The perfect Neovim setup for Elixir" video. Can you make that happen?
Getting paid is a bad argument, its a skewed statistic, because you can get the same high pay doing a different language, but there are way less erl/elixir jobs and very few entry level positions. There are tons of JS entry jobs, so the average will be lower than Erlang, but that doesnt mean what you presented here.
1:06 you said “horizontal scalability” but in fact the animation shows vertical scalability😅
Elixir is both horizontally and vertically scalable.
You got me 🤣
I tried to learn Elixir but there are so few materials for it. It seems very esoteric. I wish there were more resources, not just basic stuff.
Could you please make video about Scala in 2024?
bring more content, like building a real scalabe API using phoenix, should be awesome.
what would be a good showcase project to work on using elixir?
discord
Would be good a comparison between Gleam and Elixir.
Statically vs dynamically typed languages.
Not because many people do something, you should do it to
Can you make a tutorial about configuring Neovim for Elixir ?
Is it meaningful at all to look at average pay by language? I mean the language in use is probably the least impactful factor to a job’s salary.
You bring up a great point!
Skill level is by far more important, but there are languages, usually driven by the type of work that is done, that pay more than others due to supply and demand.
I imagine the type of work that Elixir is used for is probably the driving factor behind the higher salaries.
Really enjoyed learning elixir. Its a really nice language. Great video. Keep up the elixir content :)
Elixir is nice, but no typesystem is a no go.
i smell a java/c# dev
Dialyzer does a pretty good job at catching errors
@@nothiiiiiiiingI code in python for my job and never again will work with a non typed language. It makes the code so hard to understand and update.
They are exploring one at the moment.
try gleam
i was planning on learning elixer this week
couldnt have better timing on the upload .
Elixir is fantastic, better than many langs. But it is not popular, getting a job there is extremely difficult.
MOAR ELIXIR VIDEOS.
But seriously, yes please.
I love everything about Elixir so far, but I probably shouldn't be saying this right now
Elixir vs Go please.
If it's one thing, it's macros
please Please PLEASE make a OCaml video
Thanks for the intro. More content would be great!
Would love to see more elixir erlang zig etc. Really not familiar with all of them
What about a video on ash?
Yeaaah, more Elixir content 🙂
I am interested. Definitely.
Elixir is a language that I have wanted to learn for quite some time but until I get a job and become a great developer with Python, I will postpone it (due to work issues) jsjs. Thank you very much for your videos, they are great, greetings from Chile.
Please do a The perfect Neovim setup for Elixir!
Great content ! These animations are pleasure for the eyes. Keep going man !
1:55 ahh i see whats going on there, thats cool, i actually was confused at first since usually when u define a function in traditional languages, ur expected to create an identifier for the arg(s) ur passing. but it looks like in elixirs case u can define a function to do something based on the VALUE of the arg. so its basically the same thing as comparing the value of the arg passed in the body of the function in a simple if else or match/switch block in other languages.
You got it :)
How to making os specific binary in elixir
0:35 I was sure this is where the "sponsor of today's video" comes in
🎉 what do you think about livebook?
I learned from this video that elixir is a Ruby that makes sense to exist.
Waiting for the Neovim for Elixir setup video, plsssssssssssss
Yes, more elixir content.
Would you guys recommend learning this as a starter into software development? I been on my job for 21 years, looking to move up from warehouse to IT. They have a position for full stack engineer that uses Elixir. I already have an Aws cert. So i figure maybe if i learn this, i can apply for that role
Mahn, please do the dadbod plugins for NvChad
in depth elixir content will be awesome!
Seems interesting. Would love to see more elixir content :).
Absolutely!
More content on Elixir please :)
Dev what is your suggestion for learn kotlin in 2024?
OTP is bad for crunching numbers
Easily integrates with Rust and Zig.
Concurrency dive please
I'm very excited to do one!
Elixir 💜
Wait Ruby syntax is a good thing?
😭 One of my favorites.
easy to write, easy to read, impossible to reason about
yes
Elixir isn’t a pure functional language like Haskell is, right?
Correct
No, functions can have side effects.
Yes please more elixer
> Functional
Woooo!
> No Functors, Applicatives, or Monads
Awwww :'(
You triggered my "alexa" every time you said elixr
Oh no! I'm sorry 😅 That must have been annoying haha.
Neovim for Elixir
Yes! Great idea
Sometimes i see Elixir jobs but they require Elixir experience, it's like chicken and egg problem.
Alas, it is. Fortunately, I think software development tends to be more forgiving about what is considered experience.
More elixir wanted.
And there is gleam!
Gleam ftw now
I've got some videos planned :)
Sounds like an excellent hobby language!
With that logic, JavaScript is a toy language😂
@@MrRandomgamerdkHD no, sounds interesting but I don't see a market for elixir around my area but sounds cool for my next project!
So like Typescript for JavaScript but the exact opposite
I am still triggered by that dot at the end of each line. in erlang.
Sadly Elixir can go wrong very fast in the hand of less experienced devs.
Rather than giving top performance it will ruined it instead 😅
I think that's true for almost any language 😅
@@dreamsofcode Nope, Elixir has high learning curves and its concepts are foreign. It was around longer but less known due to how hard its. Its somewhat similar to Objective C which was archaic and want to be abandoned by Apple now.
You can produces prototypes faster with almost any languages but not with Elixir since it has somewhat baggage like Java and the rigidity also will stick.
Problem is you can't really teach junior devs fast enough to catches up with the elixir concept in a big project hence they will produces sub par codes even if they follows framework specifically for Elixir.
If you says it otherwise then sadly you probably aren't involved in such project yet 😅
Explain how it will ruin things? Like which specific part of elixir ruins performance? And there's always a code review that is done to improve the code quality doesn't matter who has written it.
@@fdg-rt2rk read more before typing a reply dude 😅
Code review 😂 Come on, if its large scale projects its just basically you want to rewrote them all if its garbage.
Clearly you haven't involved with such project yet.
@@savire.ergheiz bruh you're telling me your code never got reviewed? What kind of company you work that doesn't even validate a code before it's pushed to production? You're telling me that you're directly pushing the code written by your juniors/seniors to production?
Also i asked how Elixir / what specific part of Elixir will make you lose/ruin performance?
I tried elixir.. seemed nice at first, but then pipe operator is just dot syntax more complicated. I also hated phoenix folder structure. Makes no sense at all. Adding js to the web part? Seemed like hell to me.. maybe use it as an api, but still didn’t make sense to me. Auth generator? 🤢🤮 hated it
no jobs
Elixir devs have higher pay due to it being a more productive language. Capitalism is fair and equitable, and then equally shares the profits between…. NO. CAPITALISM DOES NOT! THE SHAREHOLDERS STILL KEEP ALL THE MONEY!
But Elixir actually is very productive, and does only need smaller teams. This means they do tend to skew more senior, who happen to be higher paid. So it’s most likely due to that.
More ^^
There's not that much elixir content, so it'd be a good niche topic to explore for you as a content creator/educator if that's something you're interested in. A good fundamentals course for elixir and some Phoenix projects for example
Great idea! I think Elixir/Erlang have some really unique features which I'd love to do more content on.
Dynamic typing - it`s a pain for large code bases!
functional is half the approach, half the type system, a lot is lost if one is not there
(ofc i say this as a haskeller ;) lol)
You're not wrong! Haskell has an amazing type system.
Learn Gleam instead
reasons?
I tried to like Elixir but in thr end I found the syntax so attrocious
Coming from what lang?
monad 😂, momomomonaddddd.... 😂😂😂 I don't even know what the word monad means, luckily elixir is easier to learn rather than haskell.
But no job openings in elixir
None in Rust either 😭. Most loved languages are cursed.
One could say people love these languages BECAUSE they don’t use them at work
Use your language more and jobs will appear on the market.
no jobs though 😂
anything but php
1:58 l0000l
This comment is in 2023.
Premature Uploading
(Just a Joke. Everyone Does that. Plus only 5 days left in the next year)
third
dynamically typed ew
Try out Gleam
Second
Ruby syntax is more of a con than a pro, imo.
One of the inspirations for Rust's syntax!
First