home.social

#backenddev — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #backenddev, aggregated by home.social.

  1. Glad to be here @mwadmin ! Finally a place where privacy matters. I’m planning to introduce my project #Keepita here soon. I hope the Fedi community finds it useful and supports independent devs like me. Cheers!

    #Introduction #NewHere #HelloMastodon #FOSS #OpenSource #Privacy #BackendDev #Linux #Python #Keepita

  2. Odoo One2many Fields tutorial: Master backend development with step-by-step implementation guide. Learn ORM relationships, performance optimization & best practices #Odoo #OdooDevelopment #BackendDev #ORM #Python

    teguhteja.id/odoo-one2many-fie

  3. Odoo One2many Fields tutorial: Master backend development with step-by-step implementation guide. Learn ORM relationships, performance optimization & best practices #Odoo #OdooDevelopment #BackendDev #ORM #Python

    teguhteja.id/odoo-one2many-fie

  4. Odoo One2many Fields tutorial: Master backend development with step-by-step implementation guide. Learn ORM relationships, performance optimization & best practices #Odoo #OdooDevelopment #BackendDev #ORM #Python

    teguhteja.id/odoo-one2many-fie

  5. Dear Gradle, Why So Stubborn?
    Do I do something wrong?

    Watching juniors try to set up a project and being greeted by cryptic stack traces like it's some kind of initiation ritual.

    `Unsupported class file major version 61`
    `invalid CEN header zip64 no access package`, ...

    Java can compile code for older versions just fine.
    It's literally designed for that.
    Oh why, must Gradle behave like a bitter librarian who refuses to hand over a book unless I whisper the exact Dewey Decimal Code?
    Every other Language will laugh again at java, seeing this.

    💡 Why is Gradle bound to a java version? And if Gradle knows it needs Java 11… why doesn't it just do this for me?
    Like using `/usr/libexec/java_home -v 11` in background?

    🤖 Is there a clean way to force Gradle into submission without adding another tool like SDKMAN or jabba or YunaBraska/gradle-java-fix or whatever the trendy painkiller of the week is?

    #Java #Gradle #BuildTools #DevHumor #DeveloperProblems #JDK #ProgrammingPain #CleanCode #SoftwareEngineering #OpenJDK #CodeNewbie #BackendDev #BuildFails