Hits: 17Get Podname via selector in bash, for example for port-forwarding Scale to 0 all deployment in whole namespace
Category Archives: Development
PHP Profiler SPX – A Another Simple Profiling Tool
Hits: 27SPX is a PHP Extension for Profiling, also open source, very simple, multimetric capable and with out-of-box web UI for listing, sorting and report details. For installation, we need to build our extension. We can of course put the building phases directly into our Dockerfile, but I want to know, what things (extension file, …
Continue reading “PHP Profiler SPX – A Another Simple Profiling Tool”
Create mysqldump with date and gzip compress
Hits: 48
Dockerfile for PHP 8.1 with Apache and XDebug3
Hits: 2995
Vue3 – Global Socket.io Installation (in all components)
Hits: 869src/main.js Listening example in Vue Component Emit example in Vue Component