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

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

I use the Gemini web chat interface quite extensively. One thing that is tedious is giving it all the context...

Event listeners are called in the order of their registration: button.addEventListener('click', () => console.log("I run first")) button.addEventListener('click', () => console.log("I...

Search in all decks