• 0 Posts
  • 7 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle

  • the term normally refers to a developer that can be productive in every layer required for a typical application to work.

    They can do the front end design/styling/implementation and are familiar with front end languages and frameworks

    They can do the backend API design and are familiar with the typical backend languages and patterns.

    They can do the database table design, write and optimize queries.

    They can handle the ci/cd scripting that handles building and deploying the application

    They can design and write the automation tests and are familiar with the libraries used for that.

    And a bunch of other crap like load testing or familiarity with cloud services.

    The latest thing added to the list is AI model creation which is a nightmare… but, I can’t say no 🤷‍♂️




  • ramirezmike@programming.devtoProgrammer Humor@lemmy.mlcodeStyle
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    1 year ago

    I’ve found whenever people complain about rust code they can only point out how it’s different but not why it’s worse and I can usually point to a reason why it’s better.

    to be fair, I get sometimes it’s difficult to pinpoint why something is bad and even “being different” can be a legitimate criticism on its own