VOOZH about

URL: https://www.javacodegeeks.com/author/ashley-frieze/page/2

⇱ Ashley Frieze, Author at Java Code Geeks - Page 2 of 14


  • Software Development👁 Image
    Ashley FriezeApril 7th, 2022
    0 112

    Not Another Opinion

    Sometimes we have some data and we need to draw some conclusions about it. E.g. const customer = { tier:…

    Read More »
  • Software Development👁 Image
    Ashley FriezeApril 7th, 2022
    0 143

    Bad Reasons To Write Comments

    When writing software we need to leave important information behind. Some of this is the “documentation” of the code, JavaDoc…

    Read More »
  • Core Java👁 Image
    Ashley FriezeFebruary 20th, 2022
    1 260

    Nobody Expects the SpotBugs Inquisition

    We recently upgraded to the latest version of SpotBugs, which is the successor to FindBugs. Its role is to identify…

    Read More »
  • Core Java👁 Image
    Ashley FriezeFebruary 19th, 2022
    0 209

    The Main Differences Between Java (Latest) and Before

    Good morning, and welcome to my talk about the new features in the latest version of Java/<insert your language here>.…

    Read More »
  • Software Development👁 Image
    Ashley FriezeFebruary 1st, 2022
    0 148

    Faster Builds vs Stable Builds

    We have a very comprehensive set of tests on our Java server application. There’s a mix of quick unit tests…

    Read More »
  • DevOps👁 Image
    Ashley FriezeJanuary 24th, 2022
    0 134

    The Live Database Pipeline

    Evolutionary Database Design is a slightly counterintuitive approach to managing a database. On the one hand, we think of our…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Ashley FriezeDecember 17th, 2021
    0 415

    Spring Data Mock DAO

    Warning, the following code example is suitable for a narrow range of use cases… but it’s strangely useful. When writing…

    Read More »
  • Core Java👁 Image
    Ashley FriezeNovember 4th, 2021
    0 233

    Logging Side Effects

    One would like to assume that turning logging on would have no side effect on the running software. LOGGER.info("The current…

    Read More »
  • JavaScript👁 Image
    Ashley FriezeNovember 1st, 2021
    0 145

    Wait For It…

    Define Async/Await in JavaScript in One Sentence The async/await pattern allows non-blocking code to be written as though it’s blocking…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • 10
  • ...
  • Last
Back to top button
Close