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...

docs.gitlab.com

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

makandra dev
unpoly.com

This release adds asynchronous compilers and many other features requested by the community. We also fixed a number of performance...

api.rubyonrails.org

In Rails 7.2. the feature ActiveRecord.after_all_transactions_commit was added, for code that may run either inside or outside...

Search in all decks