tl;dr In Chrome DevTools in the Sources tab you can activate Event Listener Breakpoints for debugging events. Example

DevOps Curriculum

Die Elastic Compute Cloud ist ein flexibler Service, der VMs und damit zusammenhängende Komponenten wie Disks, Netzwerkgeräte, Loadbalancing, VM Images...

DevOps Curriculum

AWS VPC ist Teil der EC2 Familie und wird benötigt um Netzwerkressourcen bereitzustellen. Es ist komplett mit Software-defined Networking...

tl;dr In Chrome DevTools in the Elements tab or in Firefox in the Inspector tab you can right click...

DevOps Curriculum

Als DevOps Engineer kann es häufiger vorkommen, dass du ein lokales Testsetup bauen musst, um eine bestimmte Software oder ein...

If you're experiencing that your bundle install command fails with an error message like this, rubygems.org might...

Unpoly's [up-observe], [up-autosubmit] and [up-validate] as well as their programmatic variants up.observe() and up.autosubmit...

makandra dev

tl;dr git checkout is the swiss army of git commands. If you prefer a semantically more meaningful command for...

Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find space hogs on a remote...

makandra dev

tl;dr git checkout is the swiss army of git commands. If you prefer a semantically more meaningful command for...

You have uncommited changes (you can always check by using git status), which you want to discard.

If the project you're working on has, say, 39 repositories and counting in GitLab and you need all the...

If you need to convert an SVG source to PS or EPS, the most common suggestion on the interwebs is...

If your postgres database is only accessible from inside a kubernetes cluster, e.g. if it's configured in AWS RDS...

Here's a one-liner to view base64 encoded secrets in kubernetes. Make sure you have jq installed.

Working with a self-signed certificate is much easier, when the browser accepts it. Google Chrome Warnings from chrome might...

Sometimes the need arises for SSL in local development. We have guides for different webservers, this one is for puma...

These are the results of the "personal tech stack survey". I've included only the most popular mentions, maybe it...

This should be fixed in the latest LTS-branches of our mysql2 fork, 0.2.x-lts and 0.3.x-lts...

There's a simple way in bolt to run commands from a file without caring about BASH escaping: # /home/user/foo.sh

While working on a Rails application, your code base will grow a collection of different file types including: Ruby (business...

In our monitoring, RabbitMQ queues like aliveness-test may show up as unresponsive, with a ping timeout after 10 seconds...

DevOps Curriculum

Based on the Ruby Basics Card in the developer Curriculum Ruby is the programming language we use on the backend...

Instead of using Puppet exported resources you can use the puppetdb_query feature. This can result in more complex code...