Valerio

Why use declare(strict_types=1) in PHP – Fast tips

August 12, 2024 In this tutorial, we'll explore what declare(strict_types=1) means, why PHP developers should use it and why not, and provide examples to illustrate its importance. This setting comes because of the l...

PHP Iterators for walking through data structures – FastTips

August 6, 2024 PHP Iterators are essential tools for efficiently traversing and manipulating data structures like arrays, objects, and more. They provide a clean and memory-efficient way to work with large datasets ...

New level of control for error notifications in Inspector

August 9, 2023 The latest product update includes some changes in the configuration of error notifications. Now you can configure error occurrences notification separately for each error group and not only at global...

Observability vs monitoring

May 26, 2023 In this article I would share my experience working in the monitoring industry by providing some insights for the following questions about observability and monitoring: Is observability the same as ...

The Architecture of Inspector Machine Learning API

May 10, 2023 In this article I want to share with you the design of the early version for the upcoming Inspector Machine Learning API architecture. We will focus on how we want to utilize this new internal system ...

AWS SQS in a large scale application

March 10, 2023 In today's article, I'm going to show you how we use AWS SQS in our Laravel application, and how it helps us to manage 1.6 billion operations each month. In the image below you can see our typical bil...

Custom Tooltip Directive in Vuejs 3: Tutorial

March 2, 2023 Custom directives in Vuejs 3 are one of those things where there is no compatibility with the previous version of the framework. Working on the new version of the Inspector frontend dashboard I had th...

Why and how to create an Event Bus in Vuejs 3

February 15, 2023 Have you ever used an event bus in Vue 2 and don't know how to recreate it in Vue 3? Since I'm working on the 2.0 version of my product's UI (to be released in May) I'm publishing some technical trick...

How to make Vite Hot Module Replacement work on Windows

January 23, 2023 As many of our community mamebers already know, we recently started the renovation of the Inspector dashboard UI with a fresh new design and a modern technology stack. In this article I will explain w...

Laravel Vapor application observability with Inspector

December 22, 2022 Recently, more and more Inspector customers are writing to me for advice on how to integrate our observability platform to monitor their Laravel application deployed in the AWS serverless environment ...

1 2 3 4 5 6