VOOZH about

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

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


  • Software Development👁 Image
    Ashley FriezeMay 30th, 2021
    0 111

    A Code Kata: Pagination

    Many frameworks provide support for pagination of results that come from a database. However, sometimes we need to implement this…

    Read More »
  • Software Development👁 Image
    Ashley FriezeMay 21st, 2021
    1 128

    Going Native

    If I look at recent projects, I’ve used various forms of Git, a few variations on Jenkins, and the leading…

    Read More »
  • Software Development👁 Image
    Ashley FriezeMay 20th, 2021
    1 138

    Notes on CodeBuild and CodePipeline

    Shall we use Jenkins or CodeBuild? The eternal question. On the one hand, Jenkins allows you define builds and pipelines…

    Read More »
  • DevOps👁 Image
    Ashley FriezeMay 18th, 2021
    0 161

    Third Time Around

    As I move between clients, I’m building a playbook of tools I like to have/make in order to help manage…

    Read More »
  • Software Development👁 Image
    Ashley FriezeApril 11th, 2021
    0 150

    To Mock or Not To Mock

    When testing code there are four ways to handle the dependencies that code has: Plug in the real thing Use…

    Read More »
  • Software Development👁 Image
    Ashley FriezeApril 2nd, 2021
    0 127

    Seeing Through Frosted Glass

    One of the solutions to code quality is peer review. Some suggest that pairing – i.e. live peer review –…

    Read More »
  • Software Development👁 Image
    Ashley FriezeMarch 26th, 2021
    0 108

    The Right Kind of Failure

    Basic question: why do we write our tests first and make sure they go red? Answer: because it’s possible that…

    Read More »
  • Software Development👁 Image
    Ashley FriezeMarch 16th, 2021
    0 77

    A Tuner Day

    The next sentence is a lie. I don’t believe in performance testing. It’s a lie for two reasons: We recently…

    Read More »
  • Core Java👁 Image
    Ashley FriezeMarch 10th, 2021
    2 146

    The Final Straw

    While I’m not quite going to blame Java’s final for the following, I’ve said before how final should have its…

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