The board needs to oust the CEO.

    • EnderMB@lemmy.world
      link
      fedilink
      English
      arrow-up
      9
      arrow-down
      2
      ·
      edit-2
      1 day ago

      If you want a standard CMS, you can’t really go wrong with Umbraco. Some people are turned off by .NET, but for developer experience alone it’s the best I’ve ever worked with.

      There are many good choices, if you’re looking for something more lightweight. Kirby, IndieKit, Concrete5, even Ghost are all solid. I also remember hearing about ClassicPress a while back, that was a fork of WP made during some technical and business decisions that some in the community didn’t agree with - never used it though, and it’s a fork of a time when the WP codebase was a joke.

      • Isn’t Umbraco the one that struggled loading a page that didn’t exist, taking several seconds to load the PageNotFound page and causing very high CPU load in the meantime? Like, an issue they had for years?

        Somehow I don’t have great faith in that solution, but perhaps it’s improved in recent years.

      • Kazumara@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 day ago

        I notice you didn’t mention Drupal or Joomla, and last time I did any webdev (11 years ago as an intern) it seemed like those were some of the big ones (though my perspective was probably very limited back then). Are they no good, have they fallen out of favour?

        • EnderMB@lemmy.world
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 day ago

          I actually used Drupal a year ago, so it’s definitely still around! Joomla isn’t a name I’ve heard for a while though. To be fair, I mostly work in AI now, so I’m removed from the web dev world also.

          I think flat file and API based CMS’s have become more popular now, especially with many people questioning why so many CMS’s were built on relational data stores for largely non-relational data. For many, the ability to drop a CMS in and have it “just work” is why some of the newer ones are growing in popularity.

          • smiletolerantly@awful.systems
            link
            fedilink
            English
            arrow-up
            1
            ·
            14 hours ago

            I can recommend Grav as a flatfile CMS for those use-cases where the site is 90% static, the customer just wants to get able to sometimes update some of the content.

          • SreudianFlip@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            2
            ·
            23 hours ago

            Drupal scales well and is very extensible with features that allow complicated permissions systems, etc. I have built some complicated courseware with it, and big document archives, etc. It has a skilled developer community. I wouldn’t use it for small inexpensive sites, but it’s top tier and free/liberated.

            Joomla’s code a decade ago was so inefficient and clunky to work with I could never recommend it, my main interaction with it was troubleshooting and helping folks escape it. Maybe it’s improved.

        • EnderMB@lemmy.world
          link
          fedilink
          English
          arrow-up
          7
          arrow-down
          1
          ·
          1 day ago

          It’s not early 2000’s Slashdot. .NET and C# have been solid choices for software development for years, and Umbraco in particular is open source and probably the most welcoming CMS I’ve known when it comes to contributions.

          • melroy@kbin.melroy.org
            link
            fedilink
            arrow-up
            1
            arrow-down
            1
            ·
            11 hours ago

            .NET & C# is still all coming from Microsoft. Since I don’t use Microsoft products or Windows, I never liked C#. I know there are now maybe open-source and support under Linux, I will never forget. I will never forgive. NO!

            • EnderMB@lemmy.world
              link
              fedilink
              English
              arrow-up
              2
              ·
              10 hours ago

              Not quite. .NET is owned by the .NET Foundation, and while it’s heavily influenced by Microsoft, it’s an independent entity. C# is owned by Microsoft, but frankly they’ve put together what was even then far more advanced than anything Java could do even now.

              To be blunt, back in the 2000’s it was this exact mentality that pushed me towards C#. Instead of people bitching and starting holy wars about Java, Ruby, and other languages, the .NET community just quietly got on with things and built some fantastic tooling. Furthermore, it was one of the communities that helped me go from hapless junior to someone able to give technical talks on what I had learned, or even speak to giants in the industry like Jon Skeet.