-
Core Java
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
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
Functional Decomposition
Why Do I Have To Have A Function? function giveBonus(currentYear, price) { if ((currentYear % 4 === 0) && price…
Read More » -
Core Java
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
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
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
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
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
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 »