I just found out about The Odin Project, a self-paced online course to learn full stack web development. There are two paths: one is Ruby on Rails and the other is full JavaScript and nodejs. I am leaning more towards Ruby but I wanted to get some more opinions from folks in the field.

  • themoonisacheese@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    20
    ·
    1 year ago

    From what I can tell (maybe it’s just jobs around me) employers are not really looking for ruby devs. Since you’ll have to learn JavaScript anyway for the frontend I don’t see a reason to go ruby beyond personal challenge.

    • Meow.tar.gz@lemmy.goblackcat.comOP
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 year ago

      Thank you! Then it sounds like the more sensible path is JavaScript and nodejs. While I like the idea of personal challenge, I am trying to learn how to do this so I can get out of the skullduggery of my present career as a senior desktop support engineer. I see myself more going towards DevOps with it. From the reading I did about DevOps, it seems that I would need at least some familiarity with a programing language. I am thinking if I could get a handle on JavaScript and python, I would be in pretty good shape, yes?

      • Vlyn@lemmy.ml
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 year ago

        DevOps is usually more backend or full stack (though in bigger companies it’s its own job entirely).

        Python is always a good start in that regard. But honestly, the basics for programming are pretty much the same across languages (with a few exceptions). So you could go with JavaScript, C#, Python, … whatever beginner friendly language you prefer.

        This course gets you started extremely fast (Python, but in your browser, so no need to install anything): https://www.codecademy.com/learn/learn-python-3

        Personally for a learning language and if you’re using Windows I’d lean towards C# (With Visual Studio Community, it’s free). It does give you a good idea of what data types, classes, etc. are and if you want to dive deeper you can transition to C++ afterwards to learn about memory management and pointers (but it’s not a fun language to work with, in my personal opinion).

        As for DevOps, you could do the first courses for Azure (https://learn.microsoft.com/en-us/training/paths/microsoft-azure-fundamentals-describe-cloud-concepts/) or AWS (https://skillbuilder.aws/?dt=sec&sec=fdt).

        If you have any questions, feel free to ask :)

        • Meow.tar.gz@lemmy.goblackcat.comOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          Hey! Thank you so much for taking the time to write such a detailed comment. Yes, I truly appreciate the advice. That much said, I am more interested in the free and open source side of computing. I am sick and tired of Microsoft and want to pivot away from them. I get enjoyment out of Linux and the command line; real satisfaction and fun. Nevertheless, I am going to check out the AWS stuff! 😺

          • Vlyn@lemmy.ml
            link
            fedilink
            English
            arrow-up
            1
            ·
            1 year ago

            Oh and I didn’t answer your original question: If you have to select between Ruby and JavaScript, 100% go with the JavaScript course :)

            Though DevOps and “free” or “open source” doesn’t really mix. The moment you touch DevOps you’ll either land at Amazon (AWS) or Azure (Microsoft) or Google (Google Cloud).

            Sure, in theory you could set up your own servers with your own clusters, but then you’re a system administrator and not DevOps.

            Btw. Azure might be Microsoft, but they have plenty of Linux options on there, it’s not a Windows shop at all.

            • Meow.tar.gz@lemmy.goblackcat.comOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 year ago

              Then I would go AWS all of the way and hopefully on Linux. And yes, the prevailing advice is JavaScript so I’ve been convinced. 😂

              • Vlyn@lemmy.ml
                link
                fedilink
                English
                arrow-up
                2
                ·
                1 year ago

                Just be careful with AWS, you need a PhD in it to even approximate what hosting will cost you. The company I currently work for is all-in on Azure, which has been working out great so far. It’s also much easier to see your monthly cost on there with budget alerts and so on.

                Either way, DevOps is extremely expensive. For the money you pay for a single VM in the “cloud” you could get a really nice virtual server from your favorite hosting provider. But if you just want to learn for now, stick with the free offerings (and be very careful with them! Plenty of stories of someone getting a $1000 or even $15000 bill because they messed up along the line).

          • Vlyn@lemmy.ml
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            Just FYI: There’s a little star icon you can click. It will put posts and comments in your profile under “Saved” :)

      • themoonisacheese@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 year ago

        I’m currently a security and DevOps engineer.

        DevOps is really just a fancy word for a sysadmin you can ask to code and that knows enough programming to work IAC tools.

        If your goal is devOps, learning to code at all is of course the first step, but afterwards I would tend more towards learning the basics of CI/CD, python (because if you know python you can learn other languages quickly) and a healthy dose of cloud environment and IAC tools like terraform and Ansible.

  • dragnucs@lemmy.ml
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 year ago

    You will not find much to do with Ruby. Node is more popular and more in demand. A lot companies and OSS project have o Node. Ruby is very niche.

    • Meow.tar.gz@lemmy.goblackcat.comOP
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      I thought Ruby was still pretty relevant given that Mastodon is essentially coded in Ruby but I am coming to the same conclusion you are based on another person’s comment.

      • taladar@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        6
        ·
        1 year ago

        Ruby is used in some large, older existing projects (e.g. GitLab, Redmine, Puppet) but my impression is that a lot of them do not have very much active development of the Ruby parts going on any more.

          • crusa187@lemmy.ml
            link
            fedilink
            English
            arrow-up
            11
            ·
            1 year ago

            Probably a few reasons for this. I’m not a ruby dev so take this with a grain of salt.

            Ruby doesn’t have a lot to offer beyond languages like Python or Go without its companion web development framework Rails. Ruby on Rails was good for its time (~2012 -> 2015 era was peak), but there are more mature, stable, and widely adopted frameworks available in other languages. RoR touted speed to develop as a feature, but you can do things plenty fast with the aforementioned languages too. On the flip side, rails apps are notoriously slow to boot. I think this became a problem with cloud native infrastructure. For example, Kubernetes likes to spin up services very quickly, and can be painful to work with if that’s not an option (experienced this with Java apps too for that matter). As self hosting on bare metal went by the wayside, so too did interest in developing new apps on rails, imho.

            • Meow.tar.gz@lemmy.goblackcat.comOP
              link
              fedilink
              English
              arrow-up
              2
              ·
              1 year ago

              Interesting! Thank you for the perspective. I am seeing a trend of smaller businesses that are bringing services back on premises and self-hosting but I have no interest in working for a small business. I’ve been there, done that, and it was hell.

        • bric@lemm.ee
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          Yeah, which makes Ruby one of those languages like COBOL, you can make a lot of money if you’re in that world, but I wouldn’t ever recommend that someone should try and join that world, it’s going to be too hard to get in to and it might not stick around for long. I know some people that make a lot of money working in Ruby, but that doesn’t mean that anyone can, unlike javascript which will be valuable anywhere

  • Cheery@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    6
    ·
    1 year ago

    As a front-end developer with 10 years of experience, I’d suggest going with JavaScript. It’s one language for both stacks, you can learn the core front and back end ideologies, and if you decide to go with a different language for back-end, it shouldn’t take too much time to learn afterwards. From my experience it would be easier both to learn and potentially to get a job in the field.

  • CanadaPlus@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    To add on to the other top comment right now, it’s not like learning a spoken language. Once you know one, you can pick up another similar language without too much bother. Or should be able to, if you’re not crap.

    As for what employers want to see, that’s something I’m less qualified to tell you.

  • fubo@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    1 year ago

    Are you brand new to programming? If so, it doesn’t really matter what your first language is, so long as you don’t stop with one.

    • Meow.tar.gz@lemmy.goblackcat.comOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 year ago

      You’re welcome! I am going to work on it slowly but surely. It’s going to be up to me to elevate myself out of my own miserable circumstances. The key to life improvement, I have always maintained, is lifelong education. Yeah, I ain’t no spring chicken compared to the kids coming out with degrees but I can probably hang with them with some effort.

  • DarkDreamer13@lemmy.world
    cake
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I just started my TOP journey recently too! I was also wondering which path people recommended, so I’m glad to see someone else on Lemmy asked! I’m going to have consider a little harder as I was leaning towards Ruby on Rails path.

    • Meow.tar.gz@lemmy.goblackcat.comOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I was kind of learning towards Ruby myself simply because the language syntax looks to me to be saner and easier. I realize I am up against quite a challenge developing skills and knowledge in the area of full stack development so I obviously I don’t want things to be too challenging. However, the overwhelming advice I have been given is JavaScript is the way to go and Ruby is for niche stuff.