This Golang program will organise all of your dropbox photos folder and move them into folders based on year and month.
Category: blog (Page 2 of 2)
This is a simple example of performing a Blue/Green and a Canary deployment of a Docker packaged Spring Boot Microservice to Google Kubernetes Engine.
Is it time to move to Full-Cycle development where teams cover both Dev and DevOps as part of their daily work?
A short piece on the merits and drawbacks of full-stack developers, as well as a wider explanation of why developers are not fungible.
At some point, you are going to have to stub your services. This is a quick example of how you can serve up JSON by running a standalone stubbing service with WireMock.
Create an S3 static website in under 5 minutes.
This is a simple step by step post to show how you can deploy a complete static AWS website on push to GitHub using CodeDeploy. It will take 15 minutes.
A list of my older JavaLobby posts including the following:
– Test Doubles With Mockito
– Free EC2 Cloud Server with Ubuntu, Jenkins and Sonar
– Code Forensics
– Separating Maven Unit and Integrations Tests
A list of my older JavaLobby posts including the following:
– Easy Unit and Integration Test Code Coverage
– Unit and Integration Tests With Maven and JUnit Categories
– Unit Test Code Coverage With Maven And Jacoco