• 2 Posts
  • 48 Comments
Joined 1 year 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 🤷‍♂️















  • these methods don’t account for all the variables that reality has. People across all boarding groups will be late, there will be people that need assistance from flight attendants, there will be people who want to switch seats to be near their family, there will be people who can’t sit in the exit row, there will be people who need to use the rest room, there will be people who’ve never been on a plane before.

    There is no great, full proof way to handle it because people are unpredictable


  • I flew around 26 times domestically last year and most of the flights ran out of space. It’s really common for the airline to ask for volunteers to check their carry-ons. If you aren’t in the first 2/3rds of people on the plane, you’ll likely be forced to check your carry-ons.

    This problem has gotten worse over the years because airlines have increased the prices for checking your luggage so many people opt to bring carry-ons instead.




  • ramirezmike@programming.devtoProgrammer Humor@lemmy.mlcodeStyle
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    7 months 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