• MadhuGururajan
        link
        fedilink
        English
        arrow-up
        2
        ·
        4 days ago

        Exhibit A of why “web developers” get disrespected by the rest of the software developer community and mocked for not being real software developers.

        Learn the fundamentals and you don’t need to pretend that Javascript and the ecosystem surrounding it is not unnecessary suffering.

      • CubitOom@infosec.pub
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 days ago

        You don’t know me.

        I’m making a htmx/go-lang app right now. And as someone who browses the web with NoScript enabled, my first architectural decision was indeed to not use JavaScript and process everything sever-side.

          • CubitOom@infosec.pub
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            3 days ago

            The go-lang handler is the replacement server side

            Edit, upon further investigation I think you are right. I thought I could use htmx for some things without JavaScript but it doesn’t seem like that, or it’s just such rare goal that it’s hard to find that implemented. Backbto the drawing board if I want this app to run kn a browser and not natively.