this post was submitted on 05 Mar 2026
172 points (95.3% liked)

Programmer Humor

30224 readers
382 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Postman teams plan no longer free.

you are viewing a single comment's thread
view the rest of the comments
[–] wdx@feddit.org 2 points 1 day ago (1 children)

our team uses Bruno. We have nothing to complain about. And each request being a simple text file you can check into git is also really great.

[–] onlinepersona@programming.dev 1 points 3 hours ago (1 children)

How do you handle secrets? Env vars as described in the docs don't seem like a solution for a team and we don't have a vault provider. I was hoping it would have support for encrypting the files with a password or something. What's your solution?

[–] pinball_wizard@lemmy.zip 1 points 1 hour ago

If you lack Vault, occasionally dropping the .env file contents into a shared (appropriately secured) BitWarden or KeePass vault will get the job done.