Apply Test Driven Development(TDD) to the process of building container images by defining test before writing code and automate...
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
DirectUpload allows you to upload files to your file storage without having to wait for the form to submit. It...
alitiq-py is a versatile Python SDK designed to interact with alitiq’s Solar and Demand Forecast APIs. This...