chore: datas are ok and sync also

This commit is contained in:
Julien Froidefond
2025-08-27 12:18:40 +02:00
parent aee5d74445
commit 88dc00a44b
11 changed files with 385 additions and 211 deletions

View File

@@ -11,7 +11,8 @@
"https://nodejs.org/",
"https://nodejs.org/en/docs/",
"https://github.com/nodejs/node"
]
],
"importance": "majeure"
},
{
"id": "python",
@@ -22,7 +23,8 @@
"https://www.python.org/",
"https://docs.python.org/3/",
"https://github.com/python/cpython"
]
],
"importance": "majeure"
},
{
"id": "express",
@@ -33,28 +35,32 @@
"https://expressjs.com/",
"https://expressjs.com/en/guide/routing.html",
"https://github.com/expressjs/express"
]
],
"importance": "standard"
},
{
"id": "golang",
"name": "Go",
"description": "Langage de programmation développé par Google",
"icon": "fab-golang",
"links": ["https://golang.org/", "https://golang.org/doc/"]
"links": ["https://golang.org/", "https://golang.org/doc/"],
"importance": "standard"
},
{
"id": "rust",
"name": "Rust",
"description": "Langage de programmation système sûr et performant",
"icon": "fab-rust",
"links": ["https://www.rust-lang.org/", "https://doc.rust-lang.org/"]
"links": ["https://www.rust-lang.org/", "https://doc.rust-lang.org/"],
"importance": "standard"
},
{
"id": "java-spring",
"name": "Java Spring",
"description": "Framework Java pour applications d'entreprise",
"icon": "fab-java",
"links": ["https://spring.io/", "https://docs.spring.io/"]
"links": ["https://spring.io/", "https://docs.spring.io/"],
"importance": "majeure"
},
{
"id": "csharp-dotnet",
@@ -64,56 +70,64 @@
"links": [
"https://dotnet.microsoft.com/",
"https://docs.microsoft.com/dotnet/"
]
],
"importance": "incontournable"
},
{
"id": "php-laravel",
"name": "PHP Laravel",
"description": "Framework PHP moderne pour applications web",
"icon": "fab-php",
"links": ["https://laravel.com/", "https://laravel.com/docs"]
"links": ["https://laravel.com/", "https://laravel.com/docs"],
"importance": "standard"
},
{
"id": "ruby-rails",
"name": "Ruby on Rails",
"description": "Framework web en Ruby",
"icon": "fas-code",
"links": ["https://rubyonrails.org/", "https://guides.rubyonrails.org/"]
"links": ["https://rubyonrails.org/", "https://guides.rubyonrails.org/"],
"importance": "standard"
},
{
"id": "graphql",
"name": "GraphQL",
"description": "Langage de requête pour APIs",
"icon": "fas-sitemap",
"links": ["https://graphql.org/", "https://graphql.org/learn/"]
"links": ["https://graphql.org/", "https://graphql.org/learn/"],
"importance": "standard"
},
{
"id": "prisma",
"name": "Prisma",
"description": "ORM moderne pour Node.js et TypeScript",
"icon": "fas-database",
"links": ["https://www.prisma.io/", "https://www.prisma.io/docs"]
"links": ["https://www.prisma.io/", "https://www.prisma.io/docs"],
"importance": "standard"
},
{
"id": "trpc",
"name": "tRPC",
"description": "Framework TypeScript pour APIs type-safe",
"icon": "fas-plug",
"links": ["https://trpc.io/", "https://trpc.io/docs"]
"links": ["https://trpc.io/", "https://trpc.io/docs"],
"importance": "standard"
},
{
"id": "nest-js",
"name": "NestJS",
"description": "Framework Node.js pour applications scalables",
"icon": "fas-layers",
"links": ["https://nestjs.com/", "https://docs.nestjs.com/"]
"links": ["https://nestjs.com/", "https://docs.nestjs.com/"],
"importance": "standard"
},
{
"id": "fastify",
"name": "Fastify",
"description": "Framework web rapide pour Node.js",
"icon": "fas-bolt",
"links": ["https://www.fastify.io/", "https://www.fastify.io/docs/"]
"links": ["https://www.fastify.io/", "https://www.fastify.io/docs/"],
"importance": "standard"
},
{
"id": "rabbitmq",
@@ -123,9 +137,9 @@
"links": [
"https://www.rabbitmq.com/",
"https://www.rabbitmq.com/documentation.html"
]
],
"importance": "standard"
},
{
"id": "semantic-kernel",
"name": "Semantic Kernel",
@@ -134,7 +148,8 @@
"links": [
"https://github.com/microsoft/semantic-kernel",
"https://learn.microsoft.com/en-us/semantic-kernel/"
]
],
"importance": "standard"
},
{
"id": "dotnet-core",
@@ -144,7 +159,8 @@
"links": [
"https://dotnet.microsoft.com/",
"https://docs.microsoft.com/dotnet/"
]
],
"importance": "incontournable"
},
{
"id": "asp-net-mvc",
@@ -154,7 +170,8 @@
"links": [
"https://dotnet.microsoft.com/apps/aspnet/mvc",
"https://docs.microsoft.com/aspnet/mvc/"
]
],
"importance": "incontournable"
},
{
"id": "spring-boot",
@@ -164,7 +181,8 @@
"links": [
"https://spring.io/projects/spring-boot",
"https://docs.spring.io/spring-boot/docs/current/reference/html/"
]
],
"importance": "majeure"
},
{
"id": "kafka-connect",
@@ -174,14 +192,19 @@
"links": [
"https://docs.confluent.io/platform/current/connect/index.html",
"https://kafka.apache.org/documentation/#connect"
]
],
"importance": "majeure"
},
{
"id": "oas-swagger",
"name": "OAS Swagger",
"description": "Spécification OpenAPI pour la documentation et la conception d'API RESTful",
"icon": "fas-file-code",
"links": ["https://swagger.io/specification/", "https://swagger.io/docs/"]
"links": [
"https://swagger.io/specification/",
"https://swagger.io/docs/"
],
"importance": "incontournable"
}
]
}