kalvn's links
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 5 / 189
Fixing JavaScript Date – Web Compatibility and Reality – Maggie's Blog https://maggiepint.com/2017/04/11/fixing-javascript-date-web-compatibility-and-reality/
14/04/2025 08:50:47

Pourquoi la règle simple Don't break the web est une casse-tête qui conduit à conserver certaines APIs buguées parce que les réparer conduirait à "casser" de nombreux sites web. Illustration avec les dates JavaScript.

JavaScript web date
A set of posters on how to design for accessibility - accessibility-posters.pdf https://ukhomeoffice.github.io/accessibility-posters/posters/accessibility-posters.pdf
13/04/2025 14:35:43

Un support visuel qui résume très bien les choses à faire et ne pas faire en matière d'accessibilité.

accessibilite
LLMs can't stop making up software dependencies and sabotaging everything • The Register https://www.theregister.com/AMP/2025/04/12/ai_code_suggestions_sabotage_supply_chain/
13/04/2025 14:29:53

L'IA invente parfois des noms de packages qui n'existent pas et essayent de les télécharger (vibe coding, tout ça). Alors des gens ont créé ces packages sous forme de malware. Évidemment.

intelligence-artificielle malware package
Default styles for h1 elements are changing | MDN Blog https://developer.mozilla.org/en-US/blog/h1-element-styles/
11/04/2025 21:57:22

Je ne savais pas que le style par défaut de la balise <h1> peut varier si elle est contenue à l'intérieur d'une ou plusieurs <section> par exemple. Cette particularité disparaîtra bientôt.

css user-agent
JSON Schema | Zod Docs https://v4.zod.dev/json-schema
10/04/2025 22:01:02

La v4 de Zod supporte l'export sous forme de schéma JSON, c'est intéressant 🤔

Ça permet de générer une documentation type Swagger ou OpenAPI assez facilement par exemple.

validation lib TypeScript json schema
GitHub - goldbergyoni/nodejs-testing-best-practices: Beyond the basics of Node.js testing. Including a super-comprehensive best practices list and an example app (April 2025) https://github.com/goldbergyoni/nodejs-testing-best-practices#readme
10/04/2025 21:05:47

Quelques bonnes pratiques pour tester votre application Node.js.

nodejs testing unittest
Compression Dictionary Transport - HTTP | MDN https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Compression_dictionary_transport
09/04/2025 20:51:56

Compression Dictionary Transport is a way of using a shared compression dictionary to dramatically reduce the transport size of HTTP responses.

compression http
GitHub - ldapts/ldapts: LDAP client written in typescript https://github.com/ldapts/ldapts
09/04/2025 00:10:50

Un client LDAP pour Node.js.

JavaScript lib LDAP nodejs
Some features that every JavaScript developer should know in 2025 https://waspdev.com/articles/2025-04-06/features-that-every-js-developer-must-know-in-2025
07/04/2025 20:58:34

Des fonctionnalités du JavaScript moderne qu'il est utile de connaître.

JavaScript nouveauté
Refactoring to understand and "vibe coding" | sean goedecke https://www.seangoedecke.com/vibe-coding/
01/04/2025 22:59:44
intelligence-artificielle
Windows 11 sans compte Microsoft - Comment contourner le dernier blocage ? | PC - Mac - Linux | Le site de Korben https://korben.info/windows-11-installation-sans-compte-microsoft-contournement.html
31/03/2025 20:52:56

Sous le coude.

windows compte
GitHub - nol13/fuzzball.js: Easy to use and powerful fuzzy string matching, port of fuzzywuzzy. https://github.com/nol13/fuzzball.js
30/03/2025 23:26:40

Du fuzzy string matching en JavaScript.

JavaScript lib recherche
UI Algorithms: A Tiny Undo Stack | Julik Tarkhanov https://blog.julik.nl/2025/03/a-tiny-undo-stack
29/03/2025 13:52:07

Un système de undo, redo basique mais robuste.

JavaScript
Wary of US surveillance? Try these European alternatives to Big Tech | Proton https://proton.me/blog/european-tech-alternatives
27/03/2025 21:21:25

Quelques alternatives européennes à certaines applications et certains services américains.

alternative
GitHub - errsole/errsole.js: Collect, Store, and Visualize Logs with a Single Module https://github.com/errsole/errsole.js?tab=readme-ov-file
26/03/2025 22:18:55

Un agrégateur de log que vous pouvez ajouter directement dans votre application et exposer en parallèle.

Ça ne suffira pas si vous avez 50 applications, mais pour des petites architectures c'est intéressant !

lib JavaScript log
Why I recommend against Brave https://thelibre.news/no-really-dont-use-brave/
26/03/2025 18:28:48

Pourquoi Brave est à éviter.

Brave navigateur
Home | C4 model https://c4model.com/
25/03/2025 09:45:33

Un modèle de représentation d'une architecture logicielle.

The C4 model is:

  1. A set of hierarchical abstractions (software systems, containers, components, and code).
  2. A set of hierarchical diagrams (system context, containers, components, and code).
  3. Notation independent.
  4. Tooling independent.
architecture modele
Representing XML | Swagger Docs https://swagger.io/docs/specification/v3_0/data-models/representing-xml/
25/03/2025 09:44:06

Représenter du XML dans une documentation Swagger/OpenAPI/OAS.

xml swagger openapi
What is a Refresh Token - OAuth 2.0 https://oauth.net/2/refresh-tokens/
24/03/2025 13:31:27
jwt token
I Love Monorepos—Except When They Are Annoying | bret.io https://bret.io/blog/2025/i-love-monorepos/
23/03/2025 21:14:32

Réflexions intéressantes sur les monorepos et les problèmes qu'ils ne résolvent pas.

For general-purpose libraries especially, isolating code into separate repositories with well-defined boundaries often leads to better design decisions and more maintainable code over time. Reaching for monorepos to avoid these challenges can sometimes mask architectural problems rather than solve them.

[...]

Sometimes the answer isn’t more tooling or more packages—it’s thoughtful design and careful consideration of the downstream experience.

monorepo retourdexperience git
page 5 / 189
3895 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn