5 ms·
I enjoyed reading this. It could be because I'm thinking of doing more of system/network programming (and learning Zig). I've spent the last 6 years in the Java
by pmbanugo 11mo ago
I enjoyed reading this. It could be because I'm thinking of doing more of system/network programming (and learning Zig). I've spent the last 6 years in the JavaScript land and bored of yet-another-bundling or SPA-like pattern.
So there's hope that with consistency and patience, one could build expertise in a totally different area
- Joel_Mckay 10mo agoThere are JS frameworks that port to most platforms in about 3 minutes (use a Mac for iOS builds): https://quasar.dev/introduction-to-quasar/ https://quasar.dev/introduction-to-quasar/ That being said, Erlang/Elixir abstracts most db use-cases with ecto, and has some other incredibly powerful scalable features for sites: https://www.phoenixframework.org/ https://www.phoenixframework.org/ * Distributed * Fault-tolerant * Highly available * Hot swapping Depends on the use-case, but if your product is <14 month lifecycle App/shovel-ware, than go JS for the labor compatibility... Yet if you are hitting >40k concurrent users, the options winnow down fairly quickly. Have fun =3
- pmbanugo 10mo agoI like the Erlang VM concepts and I enjoy attending their meetups
- Joel_Mckay 10mo agoThe OTP offers a flat/simple architecture, and most people are puzzled the first time they see a Phoenix channels demonstration. I think it is hilarious people assume 3NF or 4NF db schema can save them from bad design. Yet, many have tried to make SQL scale efficiently (with some obvious caveats) =3 https://www.cockroachlabs.com/ https://www.cockroachlabs.com/
- ehnto 10mo agoI'm also interested in more low level or systems programming, though I am coming from a mostly backend/system integration background. I feel like a roadblock is that I am self taught, and though I have been doing software engineering professionally for 15 years and software as a job for 20, I still can't call myself an engineer legally. I certainly know I can do the work, but I worry about hiring being wary of a lack of credentials as a legal liability for lower level stuff. I would love to hear people's stories of interesting jobs they've gotten without a degree in this space.
- deleted 10mo ago[deleted]
- freedomben 10mo ago> I still can't call myself an engineer legally. May I ask what country you live in?
- barddoo 10mo agoSame. It’s good to know that other people feel the same way.