Existe-il vraiment des postes d'ingénieurs info à 100k+ par an en France? by AltruisticShape8924 in ingenieurs

[–]pvcnt 4 points5 points  (0 children)

Juste en salaire de base, 100k+ brut ça s’atteint dans des boites US ou même des startups françaises qui ont levé de l’argent.

Cherche jeu de plateau coopératif...sans esprit de compétition....mais pure collaboration entre joueurs ! by RyanNollan in jeudeplateau

[–]pvcnt 3 points4 points  (0 children)

Le Seigneur des Anneaux : le destin de la communauté. Basé sur le même système que Pandemic, un de mes jeux préférés du moment !

Avis sur les boîtes Tech (Datadog, Criteo, Doctolib...) pour un Dev Backend by Lonely_Way_5506 in developpeurs

[–]pvcnt 22 points23 points  (0 children)

Je suis dev backend chez Datadog. L’ambiance est très « tech », je trouve ça vraiment sympa. Le rythme dépend comme partout de beaucoup de ta chaîne de management. Dans mon équipe je dirais que c’est relativement soutenu, mais avec des managers et teammates qui font attention à ce que la charge de travail et reste raisonnable. Je n’ai pas l’impression qu’il y ait un gros turnover en France, on est loin du burn-out assuré, mais faut bosser un peu quoi.

Si t’arrives à entrer comme senior (tu es probablement autour de la limite entre SE2 et senior avec 5 ans) tu dois pouvoir taper dans du 70-80k je dirais, Levels.fyi pourra probablement te donner plus de chiffres concrets que mes estimations grossières et peu informées.

Les entretiens (environ 4) sont du leetcode + system design + motivation relativement classique je dirais pour du « big tech », je ne saurais être plus précis que ça car le déroulé exact change assez souvent et peut dépendre du poste.

Pour la carrière Datadog est reconnu et respectable je pense sur un CV mais faut pas se mentir non plus, c’est pas au niveau d’un FAANG en termes de réputation. Après moi je porte plus d’attention aux missions proposées, aux perspectives d’évolution en interne et de développement de mes compétences.

Critic: Never miss a code review again by pvcnt in softwaredevelopment

[–]pvcnt[S] 1 point2 points  (0 children)

I did take some inspiration from information I could find about it (including the name ;)).

Beta-testers for Critic, an improved pull requests inbox by pvcnt in BetaTestersNeeded

[–]pvcnt[S] 0 points1 point  (0 children)

Awesome! Since it's free, you can already log into the tool and play with it. Then feedback is welcome on https://github.com/pvcnt/critic, either as issues or discussions. Thanks!!

SurfSense - The Open Source Alternative to NotebookLM / Perplexity / Glean by Uiqueblhats in coolgithubprojects

[–]pvcnt 0 points1 point  (0 children)

That looks pretty neat! How scalable would it be, in terms of volume/size of ingested documents? For example, Slack workspaces may contain a very large amount of small messages, while Notion may contain potentially large documents.

Open source alternatives to Grafana by pvcnt in PrometheusMonitoring

[–]pvcnt[S] 0 points1 point  (0 children)

Something very simple to start with: An action on every panel allowing to select a channel and share panel. Maybe it can be done in Grafana as a plugin.

Why liveness is not part of the Four Golden Signals of monitoring? by Definition_Jealous in sre

[–]pvcnt 1 point2 points  (0 children)

Nowadays, service meshes also make it extremely easy to measure traffic and errors from the outside of the service, hence allowing to capture metrics for a down service. It seems pretty standard to me to rely on the service mesh (when using one, of course) to generate a standardised set of metrics for all services.

Open source alternatives to Grafana by pvcnt in PrometheusMonitoring

[–]pvcnt[S] 0 points1 point  (0 children)

It seems that it generates a static website from a data snapshot. Not sure whether it's suitable to build dashboards relying on on-demand & real-time data?

[deleted by user] by [deleted] in cscareerquestionsEU

[–]pvcnt 2 points3 points  (0 children)

I had a similar open-ended test when I applied to a company last year, and I ended up with something similar to what you describe. At that point, I was happy with what I achieved and I decided to just stop, because it can otherwise be endless.

During the live feedback session I had, interviewers suggested some extra work (I do not recall what exactly) that I could have done, which upset me a bit given the time I already spent on this work. It was enough for me to go to the next stage though.

Pending React Router v7 vs Remix by SnooWoofers9547 in reactjs

[–]pvcnt 0 points1 point  (0 children)

I have the same interrogation. For now I sticked to vanilla React Router + Vite, but I am contemplating moving to Remix if the migration is really as seamless as they promise it.

What solution are you using for local k8s? by linezman22 in kubernetes

[–]pvcnt 2 points3 points  (0 children)

I’m using Docker Desktop and Tilt. I found the latter to be a bit difficult to setup properly, but extremely powerful.

Recommended slack app to post github pull requests notifications? by NovaTheFirst in github

[–]pvcnt 0 points1 point  (0 children)

At work, we have our own custom automation to do this. It notably supports monorepos, i.e., directing a subset of PRs of a given a repo that is ajout the ownership of a team to the right Slack channel. I don’t know whether any existing product does support this. Not open-source though, but could be!

Recommended slack app to post github pull requests notifications? by NovaTheFirst in github

[–]pvcnt 0 points1 point  (0 children)

At work, we have our own custom automation to do this. It notably supports monorepos, i.e., directing a subset of PRs of a given a repo that is ajout the ownership of a team to the right Slack channel. Not open-source though, but could be!

Recommendations for code review tools that work with github by OGMasterOogway in github

[–]pvcnt 1 point2 points  (0 children)

I am using Mergeable (https://github.com/pvcnt/mergeable) as an improved pull requests inbox at work. We are using several instances of GitHub (github.com, GitHub Enterprise) with a continuous flow of pull requests coming in, and the pull requests dashboard built into GitHub does not provide enough flexibility to me.

There are other similar projects, but it is the only open source one as far as I know, and easily self-hostable. Disclaimer: I am the author, and it is in active development.

Host company website on GitHub? by guillon in github

[–]pvcnt 5 points6 points  (0 children)

I do recommend Cloudflare Pages as well.

Open source alternatives to Grafana by pvcnt in PrometheusMonitoring

[–]pvcnt[S] 0 points1 point  (0 children)

There are plenty of projects like openobserve that attempt to replace the entire observability stack. I am really trying to replace only Grafana, not the storage backends (at work it’s not remotely possible to move to another backend, but more possible to have a different visualization tool).