AspNetCore
-
Adding correlation metadata to our ASP.Net Core application logs
09 Nov 2022
Tags: AspNetCore | C# | Loki | Serilog | Microservices -
Sending ASP.Net Core logs to Grafana Loki - basic configuration
09 Nov 2022
Tags: AspNetCore | C# | Serilog | Loki
Devops
-
Why is Gitlab-Runner stuck when an error occurs with a background task?
21 Nov 2022
Tags: Gitlab | CI/CD | Bash
PHP
-
Are PHP's short echo tag faster than echo?
18 Jul 2021
Tags: performance
ROOT
-
How to use Jetbrain's IDE CLion for Root C++ development?
13 Apr 2021
Tags: ROOT | IDE | CMake | Datascience
Rust
-
Get a Diesel database connection from a non-Rocket binary
05 May 2022
Tags: Rocket | Diesel
devops
-
Draw W3WP process info per app pool
07 Oct 2023
Tags: Grafana | Prometheus | windows_exporter | IIS
magento2
-
Magento2 : Manually bundling the JavaScript files of a directory
03 Nov 2020
Tags: requirejs | performance -
Magento2 : How to plot a RequireJS dependency graph?
29 Sep 2020
Tags: requirejs | graphviz | dot -
Magento2: Identify useless HTML blocks in your cache
04 Jun 2020
Tags: performance | cache | redis -
Magento2: If your super attributes has loads of values, that patch may speed up your website!
18 Mar 2020
Tags: performance | module-swatch -
That patch on ProductMetadata can speed up your whole Magento2 website!
17 Mar 2020
Tags: cache | performance -
Magento2 and migrated bcrypt passwords
20 Feb 2020
Tags: migration | magento1 | bcrypt -
Magento2 : Is your site full-page cacheable?
21 Dec 2019
Tags: performance | magento-module-page-cache -
Magento2: Can you use custom namespaces?
15 Dec 2019
Tags: magento1 -
Magento2: Why is hiding products that slow and how to make it really fast?
07 Dec 2019
Tags: optimization -
Magento2 Page Cache : Unable to serialize value. Malformed UTF-8 characters, possibly incorrectly encoded
02 Dec 2019
Tags: debugging | UTF-8 | grep | magento-module-page-cache
php
-
Debugging PHP: Set breakpoints on PHP code using a C debugger
14 Jan 2020
Tags: debugging | php-src | GDB -
Debugging PHP: Why should you or shouldn't you use a C debugger
14 Jan 2020
Tags: debugging | php-src | GDB -
Debugging PHP: What is my process waiting for?
28 Dec 2019
Tags: debugging | strace | procfs | php-src -
Debugging PHP: Knowing which function PHP is executing now
07 Dec 2019
Tags: debugging | GDB | php-src