251 private links
Long-term projects are hard to maintain and deal with but these code quality tools can help you out if you use them consistently.
🔥 🔥 🔥 Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible. - GitHub - makeplane/plane: 🔥 🔥 🔥 Open Source JIR...
Makefile Tutorial by Example
One way to simplify your stack and reduce the moving parts, speed up development, lower the risk and deliver more features in your startup is “Use Postgres for everything”. Postgres can replace - up to millions of users - many backend technologies, Kafka, RabbitMQ, Mongo and Redis among them.
Use Postgres for caching instead of Redis with UNLOGGED tables and TEXT as a JSON data type. Use stored procedures to add and enforce an expiry date for the data just like in Redis.
Use Postgres as a message queue with SKIP LOCKED instead of Kafka (if you only need a message queue).
Use Postgres with Timescale as a data warehouse.
Use Postgres with JSONB to store Json documents in a database, search and index them - instead of Mongo.
Use Postgres as a cron demon to take actions at certain times, like sending mails, with pg_cron adding events to a message queue.
Use Postgres for Geospacial queries.
Use Postgres for Fulltext Search instead of Elastic.
Use Postgres to generate JSON in the database, write no server side code and directly give it to the API.
Use Postgres with a GraphQL adapter to deliver GraphQL if needed.
Comment déployer avec nixops à partir de nix flakes