dotnet counters tool

dotnet counters tool
A ferramenta dotnet-counters tem como objetivo monitorar a saúde de aplicações no .net. Majoritariamente utilizada para consumir valores disponibilizados pela eventCounter api, que, por sua vez,for...
0 Read More

Playwrite - Basics

_How to Install _ pip install pytest-playwright playwright install How to run a program If the file name starts without test*.py then just use this command. ex: file name myusecase.py ⛶$ pytest &l...
0 Read More

Drupal made the theme file obsolete

At the end of last year Drupal introduced object oriented hooks to replace the procedural ones. This introduced the phasing out of the module file.Version 11.2 introduces the preprocess hooks that whe...
0 Read More

Fun with Drupal Twig Front Matter

While researching the newest object oriented hooks I found out it is possible to add Front Matter to Twig templates.I thought it would be fun to create a hook that reads Front Matter and adds it as a ...
0 Read More