VOOZH about

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

⇱ Ashley Frieze, Author at Java Code Geeks


  • Core Java👁 Image
    Ashley FriezeFebruary 10th, 2023
    0 473

    Unit Testing: Java AND JavaScript?

    You know that thing where recruiters think that Java and JavaScript are probably the same thing? Well, they’re really not……

    Read More »
  • Software Development👁 Image
    Ashley FriezeMay 6th, 2022
    0 257

    Queue Processing Considerations

    Overview We may choose to use a queue to link parts of our process together. There are a few reasons…

    Read More »
  • Core Java👁 Image
    Ashley FriezeMay 5th, 2022
    0 689

    Functional Decomposition

    Why Do I Have To Have A Function? function giveBonus(currentYear, price) { if ((currentYear % 4 === 0) && price…

    Read More »
  • Core Java👁 Image
    Ashley FriezeApril 29th, 2022
    0 141

    React Version Stamping Recipe

    My view on version numbering is that we should take the build time and git SHA of our code and…

    Read More »
  • Core Java👁 Image
    Ashley FriezeApril 28th, 2022
    0 181

    Serverless Spring is Quite Bouncy

    I’ve written a couple of articles about AWS Lambda I showed how to use Hibernate in AWS Lambdas over on…

    Read More »
  • Core Java👁 Image
    Ashley FriezeApril 19th, 2022
    0 157

    The Chimera Function

    I’ve written before about a function that essentially does two different versions of the same thing. It’s sort of cute to…

    Read More »
  • Core Java👁 Image
    Ashley FriezeApril 16th, 2022
    0 105

    Comments Suggesting Refactoring

    Allow me to share with you one of my favourite refactorings. This comment in the code indicates a missing extract…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Ashley FriezeApril 15th, 2022
    0 211

    Insane AWS Lambda Speed Up

    What makes this post annoying is that we’ve suffered from a slow Lambda cold start for a very long time,…

    Read More »
  • Web Development👁 Image
    Ashley FriezeApril 13th, 2022
    1 149

    Oh TypeScript!!!

    I’ve written before about the weirdness of TypeScript and instance functions of classes. To summarise. Let’s say we’re using map…

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