<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>best-practices</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/353/feed"/>
    <updated>2026-09-15T13:41:44+00:00</updated>
    <id>https://links.biapy.com/guest/tags/353/feed</id>
            <entry>
            <id>https://links.biapy.com/links/13722</id>
            <title type="text"><![CDATA[Don&amp;#039;t paste the AI, please.]]></title>
            <link rel="alternate" href="https://dontpastetheai.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13722"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[When someone asks you something, they want your answer. Not a wall of ChatGPT text. A short answer from a human will always be worth more than one from a robot, even if the robot is right.

Related contents:

- [Le site à envoyer à tous ceux qui vous copient collent depuis ChatGPT @ Korben :fr:](https://korben.info/dont-paste-the-ai.html).]]>
            </summary>
            <updated>2026-08-24T08:16:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13259</id>
            <title type="text"><![CDATA[No-Lo-JS]]></title>
            <link rel="alternate" href="https://aarontgrogg.github.io/NoLoJS/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13259"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Reduce the JS Workload with No- or Lo-JS options.

For years, JavaScript has been the web’s workhorse. If HTML or CSS couldn’t do what we wanted, we grabbed JavaScript to do it.

While that has helped push the user’s experience forward, the web is choking on JS. So as HTML and CSS continue to get stronger, we should transfer any JavaScript workload possible to them.

This is an organic collection of common JS patterns that can be replaced with just HTML, CSS, and no, or very low, JS. As HTML and CSS continue to mature, this collection should expand.

- [No-Lo-JS @ GitHub](https://github.com/aarontgrogg/NoLoJS/).]]>
            </summary>
            <updated>2026-07-09T15:30:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13039</id>
            <title type="text"><![CDATA[Fiches réflexes - InterCERT France :fr:]]></title>
            <link rel="alternate" href="https://www.intercert-france.fr/publications/fiches-reflexes/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13039"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Les fiches réflexes d’InterCERT France sont mises à disposition de toutes les structures susceptibles d’être confrontées à un incident de cybersécurité. Qu’il s’agisse d’une entreprise, d’une administration, d’un opérateur essentiel ou d’une PME, ces ressources visent à renforcer la capacité de réaction de chacun.]]>
            </summary>
            <updated>2026-06-18T11:36:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12937</id>
            <title type="text"><![CDATA[Modern Web Guidance]]></title>
            <link rel="alternate" href="https://developer.chrome.com/docs/modern-web-guidance" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12937"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Inject web platform expertise, best practices, and modern API patterns directly into your AI coding agents.

Modern Web Guidance is an agent skill (aka SKILL.md) with a CLI that helps coding agents build better web applications using modern, high-performance, accessible, and secure APIs instead of legacy workarounds.

- [Modern Web Guidance @ GitHub](https://github.com/GoogleChrome/modern-web-guidance).]]>
            </summary>
            <updated>2026-06-05T09:25:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12865</id>
            <title type="text"><![CDATA[The Website Specification]]></title>
            <link rel="alternate" href="https://specification.website/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12865"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[What a good website does.

A platform-agnostic specification of the technical features every decent website should have — from &amp;lt;title&amp;gt; to /.well-known/security.txt, from WCAG contrast to llms.txt. Written for humans and agents. 

- [The Website Specification @ GitHub](https://github.com/jdevalk/specification.website).]]>
            </summary>
            <updated>2026-06-01T11:56:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12703</id>
            <title type="text"><![CDATA[Dependency Cooldowns]]></title>
            <link rel="alternate" href="https://cooldowns.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12703"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🛡️ Dependency cooldowns are cool! 

- [Dependency Cooldowns @ GitHub](https://github.com/mprpic/cooldowns).]]>
            </summary>
            <updated>2026-05-14T14:15:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12675</id>
            <title type="text"><![CDATA[Agent Rules Books / Skills]]></title>
            <link rel="alternate" href="https://ciembor.github.io/agent-rules-books/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12675"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[AI agent rules / skills distilled from software engineering books.
Inspired by Clean Code, Refactoring, DDD, Clean Architecture and DDIA programming books. 

Markdown rule sets for coding agents. Use mini or full as focused skills when a task needs a book&amp;#039;s decision pressure, and keep nano for tiny always-on context.

 - [AI agents Rules / Skills from Programming Books @ GitHub](https://github.com/ciembor/agent-rules-books).]]>
            </summary>
            <updated>2026-08-06T14:41:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12550</id>
            <title type="text"><![CDATA[Disable JavaScript]]></title>
            <link rel="alternate" href="https://disable-javascript.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12550"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[How to disable JavaScript in your browser.

Nowadays almost all web pages contain JavaScript, a scripting programming language that runs arbitrary code, through the web browser, on the visitor&amp;#039;s computer. It is supposed to make web pages functional for specific purposes but it has proven its potential to cause significant harm to users time and time again:]]>
            </summary>
            <updated>2026-04-16T08:58:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12525</id>
            <title type="text"><![CDATA[Awesome npm Security Best Practices]]></title>
            <link rel="alternate" href="https://github.com/lirantal/npm-security-best-practices" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12525"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Collection of npm package manager Security Best Practices.

 Shai-Hulud, Nx and other incidents are a growing concern of supply chain security attacks and compromised npm packages. Follow these developer security best practices around npm, package maintenance and secure local development to mitigate security risks.]]>
            </summary>
            <updated>2026-04-13T04:08:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12099</id>
            <title type="text"><![CDATA[claude-code-best-practice]]></title>
            <link rel="alternate" href="https://github.com/shanraisshan/claude-code-best-practice" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12099"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[practice makes claude perfect]]>
            </summary>
            <updated>2026-03-12T11:23:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12072</id>
            <title type="text"><![CDATA[Kubernetes Failure Stories]]></title>
            <link rel="alternate" href="https://k8s.af/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12072"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A compiled list of links to public failure stories related to Kubernetes. Most recent publications on top.

Related contents:

- [Building Kubernetes Infrastructure That Survives Production @ DevOps digest](https://www.devopsdigest.com/building-kubernetes-infrastructure-that-survives-production).]]>
            </summary>
            <updated>2026-03-09T12:28:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11851</id>
            <title type="text"><![CDATA[CI/CD Cybersecurity Guide]]></title>
            <link rel="alternate" href="https://cybersecurity.cd.foundation/docs/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11851"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Implementing Open Source Security Tooling into your CI/CD Pipeline

Securing your Continuous Integration and Continuous Deployment (CI/CD) pipeline is no longer optional—it’s essential. This guide is your go-to resource for building, implementing, and optimizing secure CI/CD workflows. Whether you’re a developer, DevOps engineer, or security professional, we provide information on the open-source tools and guidance you need to model security at every stage of your pipeline. From securing code and builds to monitoring post-deployment environments, our hub empowers teams to integrate security seamlessly into their workflows without sacrificing speed or agility. Explore, learn, and transform your CI/CD processes into a fortress of innovation and resilience.

- [CI/CD Cybersecurity Guide @ GitHub](https://github.com/cdfoundation/CICD-Cybersecurity).

Related contents:

- [Blueprinting Security in CI/CD: Building Trust Through Open Source @ CD Foundation](https://cd.foundation/blog/2026/02/06/blueprinting-security/).]]>
            </summary>
            <updated>2026-02-18T13:15:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11781</id>
            <title type="text"><![CDATA[Ship types, not docs]]></title>
            <link rel="alternate" href="https://shiptypes.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11781"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Types are the contract between services, docs are not.]]>
            </summary>
            <updated>2026-02-11T13:27:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11516</id>
            <title type="text"><![CDATA[Kubevious]]></title>
            <link rel="alternate" href="https://kubevious.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11516"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Kubevious (pronounced [kju:bvi:əs]) is a suite of app-centric assurance, validation, and introspection products for Kubernetes. It helps running modern Kubernetes applications without disasters and costly outages by continuously validating application manifests, cluster state, and configuration. Kubevious projects detect and prevent errors(typos, misconfigurations, conflicts, inconsistencies) and violations of best practices. Our secret sauce is based on the ability to validate across multiple manifests and look at the configuration from the application vantage point.

- [Kubevious @ GitHub](https://github.com/kubevious/kubevious).]]>
            </summary>
            <updated>2026-01-16T15:33:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11172</id>
            <title type="text"><![CDATA[pinact]]></title>
            <link rel="alternate" href="https://github.com/suzuki-shunsuke/pinact" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11172"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[pinact is a CLI to edit GitHub Workflow and Composite action files and pin versions of Actions and Reusable Workflows. pinact can also update their versions and verify version annotations.]]>
            </summary>
            <updated>2025-12-05T15:21:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11030</id>
            <title type="text"><![CDATA[Keep a Changelog]]></title>
            <link rel="alternate" href="https://keepachangelog.com/en/1.1.0/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11030"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[If you build software, keep a changelog.
Don’t let your friends dump git logs into changelogs.

- [Keep a Changelog @ GitHub](https://github.com/olivierlacan/keep-a-changelog/).

Related contents:

- [The importance of a good changelog @ WordPress Developer Blog](https://developer.wordpress.org/news/2025/11/the-importance-of-a-good-changelog/).]]>
            </summary>
            <updated>2025-11-21T12:36:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10943</id>
            <title type="text"><![CDATA[Pikaday]]></title>
            <link rel="alternate" href="https://pikaday.dbushell.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10943"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A friendly guide to front-end date pickers!]]>
            </summary>
            <updated>2025-11-12T15:08:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10453</id>
            <title type="text"><![CDATA[Floating Point Math]]></title>
            <link rel="alternate" href="https://0.30000000000000004.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10453"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your language isn’t broken, it’s doing floating point math. Computers can only natively store integers, so they need some way of representing decimal numbers. This representation is not perfectly accurate. This is why, more often than not, 0.1 + 0.2 != 0.3.

Related contents:

- [ 🧪 Pourquoi 0.1 + 0.2 != 0.3 en PHP ? Et pourquoi BCMath mérite notre attention. @ Julien Blairy&amp;#039;s  LinkedIn :fr:](https://www.linkedin.com/posts/jblairy_pourquoi-01-02-03-en-php-et-activity-7364554975995150336-lJVc/).]]>
            </summary>
            <updated>2025-09-29T15:28:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10368</id>
            <title type="text"><![CDATA[NPM Security Best Practices]]></title>
            <link rel="alternate" href="https://github.com/bodadotsh/npm-security-best-practices" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10368"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[How to stay safe from NPM supply chain attacks.

The NPM ecosystem is no stranger to compromises, supply-chain attacks, malware, spam, phishing, incidents, or even trolls. In this repository, I have consolidated a list of information you might find useful in securing yourself against these incidents.]]>
            </summary>
            <updated>2025-09-23T11:37:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10241</id>
            <title type="text"><![CDATA[Sortez couvert·es :fr:]]></title>
            <link rel="alternate" href="https://sortezcouvert.es/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10241"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Sortez couvert·es est un site qui donne des conseils juridiques et des rappels légaux sur l’usage du numérique, dans l’optique de protéger ses utilisateurices dans des situations d’urgence, de stress, comme nous pouvons les vivre au moment de grèves ou de manifestations.

Related contents:

- [3 applis pour le 18 septembre et après @ La Quadrature du Net :fr:](https://www.laquadrature.net/2025/09/16/3-applis-pour-le-18-et-apres/).]]>
            </summary>
            <updated>2025-09-17T07:47:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10031</id>
            <title type="text"><![CDATA[Terraform Best Practices]]></title>
            <link rel="alternate" href="https://www.terraform-best-practices.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10031"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This document is an attempt to systematically describe best practices using Terraform and provide recommendations for the most frequent problems Terraform users experience.

- [Terraform Best Practices @ GitHub](https://github.com/antonbabenko/terraform-best-practices).]]>
            </summary>
            <updated>2025-09-05T08:07:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/183</id>
            <title type="text"><![CDATA[Stop using nix-env]]></title>
            <link rel="alternate" href="https://stop-using-nix-env.privatevoid.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/183"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[nix-env was built as a tool for Nix as a way to manage packages in a traditional (imperative) fashion. It tries to bridge the gap between the imperative and declarative world. A replacement for the venerable &amp;quot;just sudo apt install \&amp;lt;A nything\&amp;gt;&amp;quot;. As a result of its design, it often causes unexpected behaviour. This page is dedicated to explaining what its issues are and what to use instead.]]>
            </summary>
            <updated>2025-10-21T19:04:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/253</id>
            <title type="text"><![CDATA[Elements of System Design]]></title>
            <link rel="alternate" href="https://github.com/jarulraj/periodic-table" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/253"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Periodic Table of System Design Principles.

System design is often taught through solutions specific to particular domains, such as databases, operating systems, or computer architecture, each with its own methods and vocabulary. While this diversity is a strength, it can obscure cross-cutting principles that recur across domains. This paper proposes a preliminary taxonomy of system design principles distilled from several domains in computer systems. The goal is a shared, concise vocabulary that helps students, researchers, and practitioners reason about structure and trade-offs, compare designs across domains, and communicate choices more clearly.]]>
            </summary>
            <updated>2025-12-09T11:38:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/453</id>
            <title type="text"><![CDATA[Code Smells Catalog]]></title>
            <link rel="alternate" href="https://luzkan.github.io/smells/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/453"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Comprehensive Online Catalog of Code Smells.

- [Code Smell Catalog @ GitHub](https://github.com/Luzkan/smells/)]]>
            </summary>
            <updated>2025-08-28T17:13:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/928</id>
            <title type="text"><![CDATA[12 Factor Agents]]></title>
            <link rel="alternate" href="https://github.com/humanlayer/12-factor-agents" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/928"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Principles for building reliable LLM applications.

What are the principles we can use to build LLM-powered software that is actually good enough to put in the hands of production customers?]]>
            </summary>
            <updated>2025-08-28T18:32:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1084</id>
            <title type="text"><![CDATA[Go Optimization Guide]]></title>
            <link rel="alternate" href="https://goperf.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1084"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Patterns and techniques for writing high-performance applications with Go.]]>
            </summary>
            <updated>2025-08-28T18:58:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1805</id>
            <title type="text"><![CDATA[Money for PHP]]></title>
            <link rel="alternate" href="https://www.moneyphp.org/en/stable/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1805"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This library intends to provide tools for storing and using monetary values in an easy, yet powerful way.

This is a PHP implementation of the Money pattern.

- [Money for PHP @ GitHub](https://github.com/moneyphp/money).]]>
            </summary>
            <updated>2025-08-28T20:56:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2155</id>
            <title type="text"><![CDATA[KeePass Enhanced Security Configuration]]></title>
            <link rel="alternate" href="https://github.com/onSec-fr/Keepass-Enhanced-Security-Configuration" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2155"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Make your keepass more secure using the not very-well known KeePass enforced configuration file.

Related contents:

- [Comment durcir la configuration de KeePass ? @ IT-Connect :fr:](https://www.it-connect.fr/comment-durcir-la-configuration-de-keepass/).]]>
            </summary>
            <updated>2025-08-28T21:56:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2290</id>
            <title type="text"><![CDATA[🧠 Cognitive Load is what matters]]></title>
            <link rel="alternate" href="https://github.com/zakirullin/cognitive-load" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2290"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[What matters is the amount of confusion developers feel when going through the code.
Confusion costs time and money. Confusion is caused by high cognitive load. It&amp;#039;s not some fancy abstract concept, but rather a fundamental human constraint.

Since we spend far more time reading and understanding code than writing it, we should constantly ask ourselves whether we are embedding excessive cognitive load into our code.

Cognitive load is how much a developer needs to think in order to complete a task.]]>
            </summary>
            <updated>2025-08-28T22:17:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2470</id>
            <title type="text"><![CDATA[Command Line Interface Guidelines]]></title>
            <link rel="alternate" href="https://clig.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2470"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An open-source guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.

- [&amp;quot;Rules&amp;quot; that terminal programs follow @ Julia Evans](https://jvns.ca/blog/2024/11/26/terminal-rules/).]]>
            </summary>
            <updated>2025-08-28T22:48:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2486</id>
            <title type="text"><![CDATA[Partage d&amp;#039;astuces pour organisation de conférences tech :fr:]]></title>
            <link rel="alternate" href="https://github.com/LanCaphe/sharingOrganizationTechConference" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2486"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Ce projet rassemble les trucs et astuces, bonnes pratiques et retours d&amp;#039;expérience des organisatrices et organisateurs de conférences. Après plusieurs années d&amp;#039;existence et d&amp;#039;événements enrichissants, nous avons souhaité centraliser ce savoir accumulé.]]>
            </summary>
            <updated>2025-08-28T22:50:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2581</id>
            <title type="text"><![CDATA[Don&amp;#039;t Fuck With Scroll]]></title>
            <link rel="alternate" href="https://dontfuckwithscroll.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2581"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Momentum (aka. smooth or inertia) scrolling plugins (which in use can be seen on this website), while marketed as enhancements, are a plague upon the internet. They disrupt the natural, efficient, and predictable web browsing experience in countless ways, by often degrading usability, accessibility, and performance. Here are ten reasons why they ruin the web for everyone.]]>
            </summary>
            <updated>2025-08-28T23:06:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2799</id>
            <title type="text"><![CDATA[Privacy Guides]]></title>
            <link rel="alternate" href="https://www.privacyguides.org/en/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2799"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Independent Privacy &amp;amp; Security Resources. The collaborative privacy advocacy community.
Protect your data against global mass surveillance programs. 

Privacy Guides is a socially motivated website that provides information for protecting your data security and privacy. Our mission is to inform the public about the value of digital privacy, and global government initiatives which aim to monitor your online activity. We are a non-profit collective operated entirely by volunteer team members and contributors. Our website is free of advertisements and not affiliated with any of the listed providers.

- [Privacy Guides @ GitHub](https://github.com/privacyguides/privacyguides.org).]]>
            </summary>
            <updated>2025-08-28T23:43:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2850</id>
            <title type="text"><![CDATA[SQL style guide]]></title>
            <link rel="alternate" href="https://www.sqlstyle.guide/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2850"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A consistent code style guide for SQL to ensure legible and maintainable projects.

- [SQL style guide @ GitHub](https://github.com/treffynnon/sqlstyle.guide).]]>
            </summary>
            <updated>2025-08-28T23:51:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2921</id>
            <title type="text"><![CDATA[Open Source Guides]]></title>
            <link rel="alternate" href="https://opensource.guide/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2921"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open source software is made by people just like you. Learn how to launch and grow your project. 

- [Open Source Guides @ GitHub](https://github.com/github/opensource.guide/).]]>
            </summary>
            <updated>2025-08-29T00:03:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3060</id>
            <title type="text"><![CDATA[Cloud Guardrails]]></title>
            <link rel="alternate" href="https://www.cloudguardrails.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3060"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open-source best practices for protecting a secure, sensible cloud platform.

Your Quick Reference to Cloud Best Practices.
An open-source collection of cloud infrastructure best practices, for bootstrapping your own cloud platform.

- [Cloud Guardrails @ GitHub](https://github.com/Resourcely-Inc/cloud-guardrails/).
- [Reasonable 🔐AppSec \#74 - The absence of vulnerability, Five Security Articles and Podcast Corner @ Reasonable Application Security](https://appsec.beehiiv.com/p/reasonable-appsec-74-the-absence-of-vulnerability-five-security-articles-and-podcast-corner).]]>
            </summary>
            <updated>2025-08-29T00:26:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3784</id>
            <title type="text"><![CDATA[Zalando RESTful API and Event Guidelines]]></title>
            <link rel="alternate" href="https://opensource.zalando.com/restful-api-guidelines/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3784"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A model set of guidelines for RESTful APIs and Events, created by Zalando 

- [Developing Restful APIs: A Comprehensive Set of Guidelines by Zalando @ GitHub](https://github.com/zalando/restful-api-guidelines).]]>
            </summary>
            <updated>2025-08-29T02:27:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3949</id>
            <title type="text"><![CDATA[CIS Benchmarks]]></title>
            <link rel="alternate" href="https://www.cisecurity.org/cis-benchmarks" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3949"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The CIS Benchmarks™ are prescriptive configuration recommendations for more than 25+ vendor product families. They represent the consensus-based effort of cybersecurity experts globally to help you protect your systems against threats more confidently.]]>
            </summary>
            <updated>2025-08-29T02:54:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3989</id>
            <title type="text"><![CDATA[Configuration recommendations of a gnu/linux system | ANSSI]]></title>
            <link rel="alternate" href="https://cyber.gouv.fr/en/publications/configuration-recommendations-gnulinux-system" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3989"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Unix operating systems and derivatives, including GNU/Linux, are playing an important role in the ecosystem of equipments, systems, networks and telecommunications. They are widely deployed in several equipments. This guide focuses mainly on generic system configuration guidelines and on common sense principles that need to be applied during the deployment of hosted services.]]>
            </summary>
            <updated>2025-08-29T03:01:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4055</id>
            <title type="text"><![CDATA[Laravel best practices]]></title>
            <link rel="alternate" href="https://github.com/alexeymezenin/laravel-best-practices" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4055"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Laravel best practices]]>
            </summary>
            <updated>2025-08-29T03:13:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4063</id>
            <title type="text"><![CDATA[Checklist Opquast - assurance qualité web]]></title>
            <link rel="alternate" href="https://checklists.opquast.com/fr/assurance-qualite-web/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4063"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[240 règles pour améliorer vos sites et mieux prendre en compte vos utilisateurs - Version 4 - 2020-2025]]>
            </summary>
            <updated>2025-08-29T03:14:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4362</id>
            <title type="text"><![CDATA[Open Initiative for Process Specifications]]></title>
            <link rel="alternate" href="https://outreach.eclipse.foundation/open-source-cybersecurity-specifications" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4362"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open Initiative for Process Specifications.

The open source community is collaborating to establish common specifications for secure software development based on open source best practices. 

- [New Open Initiative for Cybersecurity Standards @ Python Software Foundation&amp;#039;s Blogspot](https://pyfound.blogspot.com/2024/04/new-open-initiative-for-cybersecurity.html).]]>
            </summary>
            <updated>2025-08-29T04:03:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4783</id>
            <title type="text"><![CDATA[werf]]></title>
            <link rel="alternate" href="https://werf.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4783"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Efficient and consistent CI/CD with Kubernetes.

A solution for implementing efficient and consistent software delivery to Kubernetes facilitating best practices.
werf is a CNCF Sandbox CLI tool to implement full-cycle CI/CD to Kubernetes easily. werf integrates into your CI system and leverages familiar and reliable technologies, such as Git, Dockerfile, Helm, and Buildah.

- [werf @ GitHub](https://github.com/werf/werf).]]>
            </summary>
            <updated>2025-08-29T05:15:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4979</id>
            <title type="text"><![CDATA[DashLord]]></title>
            <link rel="alternate" href="https://socialgouv.github.io/dashlord/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4979"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[best web technical practices dashboard.

[DashLord @ GitHub](https://github.com/SocialGouv/dashlord).]]>
            </summary>
            <updated>2025-08-29T05:47:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5159</id>
            <title type="text"><![CDATA[Motion Design Principles]]></title>
            <link rel="alternate" href="https://motion.zajno.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5159"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[UI/UX animation emphasizes the details to which users should pay attention, helping them navigate the site.]]>
            </summary>
            <updated>2025-08-29T06:16:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5207</id>
            <title type="text"><![CDATA[Node.js best practices]]></title>
            <link rel="alternate" href="https://github.com/goldbergyoni/nodebestpractices" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5207"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Node.js best practices list]]>
            </summary>
            <updated>2025-08-29T06:24:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6138</id>
            <title type="text"><![CDATA[PHP: The Right Way]]></title>
            <link rel="alternate" href="https://phptherightway.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6138"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[There’s a lot of outdated information on the Web that leads new PHP users astray, propagating bad practices and insecure code. PHP: The Right Way is an easy-to-read, quick reference for PHP popular coding standards, links to authoritative tutorials around the Web, and what the contributors consider to be best practices at present.

[PHP: The Right Way @ GitHub](https://github.com/codeguy/php-the-right-way).]]>
            </summary>
            <updated>2025-08-29T09:00:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7019</id>
            <title type="text"><![CDATA[Make a README]]></title>
            <link rel="alternate" href="https://www.makeareadme.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7019"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Make a README
Because no one can read your mind (yet)]]>
            </summary>
            <updated>2025-08-29T11:27:12+00:00</updated>
        </entry>
    </feed>
