Fine tune permissions with other developers

Valerio Barbera

Hi, I’m Valerio, head of engineering at Inspector.

Since the beginning of my career, nearly a decade ago, I always worked as part of a team. Software development is collaborative by nature. If you’re working for a company, regardless of size, you’re obviously working with others.

But each team has its own rules. All developers in a group don’t follow all the current tasks, but they are often assigned to specific projects to stay focused.

That’s why we decided to put some improvements on our authorization system giving you the ability to assign each organization member to specific projects.

Here is a short video about new “per project” authorization options:

If your team is growing or your company manage multiple projects yet, you can now better tune developers to the projects for which they are responsible.

Sharing real time information about the status of your business critical application can help your team to improve productivity and to respond quickly to any unexpected event.

Thank you so much for reading it. To make Inspector more sophisticated and mature, it will not be possible to accomplish without your help. Don’t hesitate to share your thoughts on the comment below or drop in live chat on our website!

Application monitoring

If you found this post interesting and want to drastically change your developers’ life for the better, you can give Inspector a try.

Inspector is an easy to use Code Execution Monitoring tool that helps developers to identify bugs and bottlenecks in their application automatically. Before customers do.

screenshot inspector code monitoring timeline

It is completely code-driven. You won’t have to install anything at the server level or make complex configurations in your cloud infrastructure.

It works with a lightweight software library that you can install in your application like any other dependency. Check out the supported technologies in the GitHub organization.

Create an account, or visit the website for more information: https://inspector.dev

Related Posts

aws sqs in a large scale laravel application inspector

AWS SQS in a large scale application

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 bill for a month of AWS SQS usage: Before entering in the details of our system design

How to implement a reusable tooltip directive in Vuejs 3

Custom Tooltip Directive in Vuejs 3: Tutorial

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 the need to show tooltips in many different points of the application. The goal was immediately to avoid duplicate code. Before

Why and how to create an Event Bus in Vuejs 3

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 tricks I learn migrating my application from Vuejs 2 to Vuejs 3. The current version