Apply Test Driven Development(TDD) to the process of building container images by defining test before writing code and automate...
We often do some HTTP requests to fetch the data we want to check for certain criteria. Testing this in...
If you want to check the configuration of a running JVM process you can use jcmd. List the running processes...
The owner of a scheduled CI/CD pipeline in GitLab will always be notified if the pipeline fails. Follow these steps...
If the project you're working on has, say, 39 repositories and counting in GitLab and you need all the...
aws ec2 describe-instances --output text --query 'Reservations[].Instances[?!not_null(Tags[?Key == `aws:autoscaling:groupName`].Value)] | [].[InstanceId]' | xargs -L1...
Sometimes you might need to do some task in GitLab which would be tedious if you'd have to do...
Best results in other decks
Unpoly 3.11.0 is a big release, shipping many features and quality-of-life improvements requested by the community. Highlights include...
The DB schema is the most important source of truth for your application and should be very self-explanatory. If...