VOOZH about

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

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


  • Software Development👁 Image
    Ashley FriezeDecember 31st, 2020
    1 41

    Oversharing on Set Up

    Consider the following fictitious test fixture code: beforeEach(() => { databaseConnection = openDatabase(); inputFile = loadBigFile(); userList = loadUserList(); imageData…

    Read More »
  • Core Java👁 Image
    Ashley FriezeDecember 4th, 2020
    1 2,405

    Java Extension Methods

    Whither Extension Methods? Apparently, there’s a java dialect called XTend which does this, but there’s no obvious equivalent of extension…

    Read More »
  • Software Development👁 Image
    Ashley FriezeDecember 4th, 2020
    0 142

    Composition over Permutations

    I’m in the process of reworking an open-source library to make it operate more easily for my use cases. The…

    Read More »
  • Software Development👁 Image
    Ashley FriezeDecember 3rd, 2020
    0 105

    Not That Sort of Code

    Following recent discussion online, I’d like to make what I consider to be an important statement about code. The purpose…

    Read More »
  • Software Development👁 Image
    Ashley FriezeNovember 5th, 2020
    0 96

    Refactoring and Changing

    One of the definitions of refactoring is to change the structure of the code without changing its behaviour. This requires…

    Read More »
  • Software Development👁 Image
    Ashley FriezeSeptember 22nd, 2020
    0 121

    Saying it with Cucumbers

    One of the biggest challenge of using Cucumber is non-technical. Developers don’t like writing in natural language. It makes them…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ashley FriezeSeptember 15th, 2020
    0 715

    The Poison Message SQS Problem

    AWS’s SQS is a really reliable and performant solution for transporting requests around a system. A couple of years ago,…

    Read More »
  • Core Java👁 Image
    Ashley FriezeSeptember 9th, 2020
    0 83

    Keeping the Caller Busy

    There are ways we could refactor the displayCart function, but consider a second what the caller is doing each time…

    Read More »
  • DevOps👁 Image
    Ashley FriezeAugust 16th, 2020
    1 675

    The Best and Worst of Times

    The Horrible Dilemma of Dockerising Databases for Testing When working with database client code you have essentially got 4 options…

    Read More »
  • First
  • ...
  • «
  • 5
  • 6
  • 7
  • 8
  • 9
  • »
  • 10
  • ...
  • Last
Back to top button
Close