home.social

#devbcn — Public Fediverse posts

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

  1. Geertjan Wielenga took the camera and microphone with him to the #DevBcn conference in Barcelona for the @foojay #podcast. Together with @icougil and Jonathan Vila, he spoke with many visitors about Java and development.

    youtube.com/watch?v=LopozI76KyA

  2. You can ummute me again. #DevBCN is over for me. Going back home.

  3. People are deploying apps with 2tera heap size

    #DevBCN crazy people in the audience

    🫣😳😧😨😱😱😱😱

  4. The Garbage collector cleans and removes objects from the #Java memory.

    To collect objects, it may stop the world (paralize the JVM), do an incremental sweep or a monolithic one.

    #DevBCN

  5. This is the working memory of #Java

    The older the object, the more to the right.

    #DevBCN

  6. What is the best Garbage Collector for the cloud?

    Does it really matter?

    #DevBCN

  7. Pratik Patel on stage to talk about GC algorithms in the cloud

    #Java #DevBCN

  8. A flaky test is a wrong test. You can't trust it when it is green

    #DevBCN

    @trisha_gee

  9. #Antipattern for #tests: what is this supposed to do?

    If you compare booleans and the name does not explain what it checks, troubleshooting becomes tedious.

    @trisha_gee #DevBCN

  10. Personality types (not white and black, scales of grey)

    For testing, try to find all personalities to work together.

    #DevBCN @trisha_gee

  11. Code generation in your IDE is predictable, it does always the same correct thing.

    AI is not predictable. You have to review what it is doing every single time.

    #DevBCN

  12. First advice for good testing: Use your IDE.

    Autocomplete. Use templates. Let the IDE guide you .

    @trisha_gee #DevBCN

  13. @trisha_gee prepares her slides with social media polls

    What slows down your #tests? #DevBCN

  14. JaCoCo has 94% of code coverage! Scandalous! #DevBCN