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 3 / 11
206 results tagged lib  ✕
GitHub - unjs/ofetch: 😱 A better fetch API. Works on node, browser and workers. https://github.com/unjs/ofetch
29/07/2024 23:58:38

Un wrapper léger autour du client HTTP natif moderne de JavaScript, fetch, qui ajoute notamment des facilitateurs pour le format JSON, une mécanique de retry, et des intercepteurs mieux foutus que ceux d'axios.

JavaScript lib HTTP
Create npm package with CommonJS and ESM support in TypeScript - Waldek Mastykarz https://blog.mastykarz.nl/create-npm-package-commonjs-esm-typescript/
02/07/2024 20:16:44

Créer un package npm qui supporte à la fois CommonJS et ESModule.

JavaScript package lib
GitHub - neostandard/neostandard: A spiritual successor to the standardjs javascript style guide https://github.com/neostandard/neostandard
18/06/2024 20:14:37

Un remplaçant pour StandardJS (un ensemble de règle sur la façon d'écrire du code JS) qui :

  • supporte ESLint 9 et son nouveau format de configuration flat,
  • se focalise sur ESLint au lieu de proposer son propre CLI
  • utilise ESLint Stylistic pour compenser la dépréciation des règles de style d'ESLint
  • supporte TypeScript nativement
linter eslint JavaScript TypeScript lib
Ultimate Guide to Visual Testing with Playwright https://www.browsercat.com/post/ultimate-guide-visual-testing-playwright
22/05/2024 00:13:34

Une initiation à Playwright, un outil de testing visuel pour le web.

testing lib JavaScript
GitHub - sindresorhus/execa: Process execution for humans https://github.com/sindresorhus/execa
09/05/2024 08:27:09

Une alternative à zx et Bun pour faire du scripting type shell avec JavaScript.

shell JavaScript lib
GitHub - zheksoon/dioma: Elegant dependency injection container for vanilla JavaScript and TypeScript https://github.com/zheksoon/dioma
08/04/2024 15:38:50

De l'injection de dépendance JavaScript qui semble relativement simple, loin des usines à gaz habituelles.

JavaScript lib dependency-injection
ESLint Stylistic https://eslint.style/
31/03/2024 16:35:15

Une initiative pour remplacer les règles stylistiques de ESLint, étant donné qu'ESLint a annoncé l'arrêt du support de ces règles pour se focaliser sur les règles fonctionnelles de JS et TS à partir de la v8.53.0. Parfait si vous êtes insatisfait de Prettier.

eslint linter lib
Eta | Eta https://eta.js.org/
19/03/2024 23:08:45

Un langage de templating pour JavaScript qui se pose en alternative au bon vieux EJS.

template JavaScript lib
Apache ECharts https://echarts.apache.org
22/02/2024 22:50:53

Une librairie JavaScript — ultra-complète et pour autant simple d'utilisation — pour créer des graphiques. La quantité de possibilités est impressionnante. Elle supporte même le rendu côté serveur (SSR).

lib JavaScript graphique chart
Release v4.0.0 · honojs/hono https://github.com/honojs/hono/releases/tag/v4.0.0
17/02/2024 23:47:13

Hono, le framework web orienté serverless passe en version 4 et ajoute un module optionnel — HonoX — qui le transforme en meta-framework full-stack un peu comme Next.js ou Nuxt.js.

JavaScript lib framework
Tempo • Dates by FormKit https://tempo.formkit.com/
17/02/2024 23:37:45

Yet another librairie pour gérer les dates en JavaScript.

Elle se rapproche de date-fns en cela qu'elle expose des fonctions utilitaires pour manipuler la classe Date native, au lieu de créer sa propre classe (et à titre personnel je pense que c'est la bonne approche).

Elle se différencie par son utilisation du module Intl natif qui permet une meilleure localisation de la représentation d'une date sous forme de texte en fonction de la langue préférée de l'utilisateur.

Plus d'infos sur Intl.DateTimeFormat ici : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat

date lib JavaScript
Modern JavaScript library starter - Advanced Web Machinery https://advancedweb.hu/modern-javascript-library-starter/
30/01/2024 23:05:05

Les bases pour créer une librairie JavaScript aujourd'hui, avec TypeScript, tests, et flux CI/CD pour automatiser les tests et la publication sur npm.

lib JavaScript NodeJS
Introducing fsx: A modern filesystem API for JavaScript - Human Who Codes https://humanwhocodes.com/blog/2024/01/fsx-modern-filesystem-api-javascript/
11/01/2024 22:52:51

Une alternative au module node:fs qui pallie certaines faiblesses de l'original.

NodeJS lib filesystem
nutjs.dev - Desktop automation https://nutjs.dev/
23/12/2023 07:25:41

Cette lib vous permet d'automatiser certaines interactions avec votre ordi. Bouger la souris, cliquer sur un bouton par reconnaissance d'image, etc.

Moving your mouse around your screen, clicking buttons or icons, typing on your keyboard, reading screen content, and much more — it's all possible with nut.js.

automatisation JavaScript lib
Oxlint General Availability | The JavaScript Oxidation Compiler https://oxc-project.github.io/blog/2023-12-12-announcing-oxlint.html
14/12/2023 23:17:26

Une jeune alternative à ESlint qui serait 50 à 100 fois plus rapide. Shopify annonce avoir réduit le linting de 75 minutes à 10 secondes. Ça semble exagéré mais ça mérite de s'y intéresser. Et c'est du zero-config par défaut !

C'est développé en Rust.

JavaScript linter eslint lib
GitHub - LuanRT/YouTube.js: A wrapper around YouTube's internal API — reverse engineering InnerTube https://github.com/LuanRT/YouTube.js
09/12/2023 23:21:10

Une sorte de SDK non-officiel pour YouTube, en JavaScript.

A full-featured wrapper around the InnerTube API
InnerTube is an API used by all YouTube clients. It was created to simplify the deployment of new features and experiments across the platform 1. This library manages all low-level communication with InnerTube, providing a simple and efficient way to interact with YouTube programmatically. Its design aims to closely emulate an actual client, including the parsing of API responses.

youtube sdk JavaScript lib
A simple yet powerful testing framework for Node.js https://japa.dev/docs/introduction
10/10/2023 20:13:02

Une lib pour faire du test unitaire sur vos applications Node.js. Grâce au fait qu'elle ne gère que Node et pas les navigateurs, elle se dit 9 fois plus légère que Vitest et 5 fois plus légère que Jest.

testing NodeJS lib
ulid/spec: The canonical spec for ulid https://github.com/ulid/spec
06/08/2023 11:07:07

Une alternative mieux pensée aux uuid.

uid lib
Pest | The elegant PHP testing framework https://pestphp.com/
27/06/2023 23:42:36

Une alternative à PHPUnit pour les tests unitaires en PHP. En réalité, ce nouvel outil est construit par dessus PHPUnit mais il offre une API plus moderne et requiert très peu de configuration.

test PHP lib
parallax/jsPDF: Client-side JavaScript PDF generation for everyone. https://github.com/parallax/jsPDF
18/04/2023 23:20:36

Une lib JS pour générer des PDF en ajoutant et positionnant manuellement chaque élément.

JavaScript lib pdf
page 3 / 11
4013 links, including 129 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn