A True Dev
JavaLinuxSoftware DevelopmentMental HealthEthicsBlogAbout
Java
Linux
Software Development
Mental Health
Ethics
Blog
About

Functional-programming

  • Published on
    July 29, 2019

    Testing Functional Code in Java

    JavaSoftware-DevelopmentTestingFunctional-Programming
    But how do you test the functional code in Java? Well, you can use the old reliable buddy - JUnit, along with the sharp-dressed and fluent pal - AssertJ.
  • Published on
    June 15, 2019

    Recursion and Tail Call Optimization in Java: Explain the role of recursion in functional programming and demonstrate how tail call optimization can be achieved in Java to prevent stack overflows

    JavaSoftware-DevelopmentFunctional-Programming
    You've just described recursion! In programming, it's when a method calls itself in its definition to solve a problem.
  • Published on
    May 15, 2019

    Optimizing Performance with Java Streams: Explore the power of Java Streams to process large datasets efficiently, leveraging functional programming concepts to write concise and performant code

    JavaSoftware-DevelopmentFunctional-Programming
    The beauty of Java Streams? They're all about functional programming
mailgithublinkedintwitter
Gary
•
© 2024
•
A True Dev