Key Prometheus concepts every Grafana user should know

  • Post author:
  • Post category:Data Analysis

Prometheus has become an essential technology in the world of monitoring and observability. I’ve been aware of its importance for some time, but as a performance engineer, my experience with Prometheus had been limited to using it to store some metrics and visualize them in Grafana. Being a Grafanista, I…

Continue ReadingKey Prometheus concepts every Grafana user should know

What is PHP? A Thorough Explanation for Absolute Beginners

If you find yourself diving deeper into the topic of WordPress, content management systems, and websites, a term you will quickly stumble upon is “PHP.” You will likely hear how crucial PHP is for the Internet and that it is what’s powering WordPress websites. However, what exactly is PHP, and why…

Continue ReadingWhat is PHP? A Thorough Explanation for Absolute Beginners

Ian Stewart to Lead WordPress.com

We are pleased to announce that Ian Stewart (blog, LinkedIn, GitHub, X) has been chosen to lead end-to-end customer experience for WordPress.com as its Artistic Director and product lead. In a nod to LVMH’s organizational structure, Ian will lead in the style of a maison head, ensuring that every part of WordPress.com remains the best managed WordPress experience…

Continue ReadingIan Stewart to Lead WordPress.com

Peoples Blog: Usage of PHPCS on Github via Pull Request for Drupal Applications

In this article, we are going to see how some tools & libraries will make people's lives easier during the development & code review process. And to make developer life easier, developers look for tools or libraries which can automated code review and if needed make any corrections in the…

Continue ReadingPeoples Blog: Usage of PHPCS on Github via Pull Request for Drupal Applications

Peoples Blog: Quick reference of Code Reviews for Drupal Application

In this article we are going to see how your Drupal team can do code reviews and available tools or libraries which help people in the team to do the code reviews seamlessly. It’s pretty important to follow a few guidelines as well, so that all people or developers in…

Continue ReadingPeoples Blog: Quick reference of Code Reviews for Drupal Application

Peoples Blog: How to work with Twig Templates in Drupal?

In this article, we are going to see how a developer can work with Twig templates, and how to override templates (if needed) and create template suggestions with hooks, so that templates could be easily managed. Basically drupal allows people to override the existing twig templates, so that people can…

Continue ReadingPeoples Blog: How to work with Twig Templates in Drupal?

Peoples Blog: Usage of PhpStan on Github via Pull Request for Drupal Applications

In this article, we are going to see how some tools & libraries will make people's lives easier during the development and code review process. We have a similar helpful article related to Phpcs, have a check of this. To make developer life easier, developers look for tools or libraries…

Continue ReadingPeoples Blog: Usage of PhpStan on Github via Pull Request for Drupal Applications

Peoples Blog: Read Data to Paragraph Template in Drupal Application

In this article we are going to see how to read the dynamic data of the node or entity or field values to the template file, which are specific to the paragraph template. Generally while the Paragraph module is used, default template suggestions given by the paragraph module or the…

Continue ReadingPeoples Blog: Read Data to Paragraph Template in Drupal Application

Peoples Blog: Usage of Local Php Security Checker for Drupal Applications

In this article, we are going to see how the Local PHP Security Checker library will make people's lives easier during the development & code review process. To make developer life easier, developers look for tools or libraries which can automated security review. Here comes the Local PHP Security Checker…

Continue ReadingPeoples Blog: Usage of Local Php Security Checker for Drupal Applications