188 lines
5.7 KiB
JSON
188 lines
5.7 KiB
JSON
{
|
|
"category": "Backend",
|
|
"icon": "server",
|
|
"skills": [
|
|
{
|
|
"id": "nodejs",
|
|
"name": "Node.js",
|
|
"description": "Runtime JavaScript côté serveur construit sur le moteur V8 de Chrome",
|
|
"icon": "fab-node",
|
|
"links": [
|
|
"https://nodejs.org/",
|
|
"https://nodejs.org/en/docs/",
|
|
"https://github.com/nodejs/node"
|
|
]
|
|
},
|
|
{
|
|
"id": "python",
|
|
"name": "Python",
|
|
"description": "Langage de programmation interprété de haut niveau",
|
|
"icon": "fab-python",
|
|
"links": [
|
|
"https://www.python.org/",
|
|
"https://docs.python.org/3/",
|
|
"https://github.com/python/cpython"
|
|
]
|
|
},
|
|
{
|
|
"id": "express",
|
|
"name": "Express.js",
|
|
"description": "Framework web rapide, non-opinionated et minimaliste pour Node.js",
|
|
"icon": "fas-server",
|
|
"links": [
|
|
"https://expressjs.com/",
|
|
"https://expressjs.com/en/guide/routing.html",
|
|
"https://github.com/expressjs/express"
|
|
]
|
|
},
|
|
{
|
|
"id": "golang",
|
|
"name": "Go",
|
|
"description": "Langage de programmation développé par Google",
|
|
"icon": "fab-golang",
|
|
"links": ["https://golang.org/", "https://golang.org/doc/"]
|
|
},
|
|
{
|
|
"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/"]
|
|
},
|
|
{
|
|
"id": "java-spring",
|
|
"name": "Java Spring",
|
|
"description": "Framework Java pour applications d'entreprise",
|
|
"icon": "fab-java",
|
|
"links": ["https://spring.io/", "https://docs.spring.io/"]
|
|
},
|
|
{
|
|
"id": "csharp-dotnet",
|
|
"name": "C# .NET",
|
|
"description": "Plateforme de développement Microsoft",
|
|
"icon": "fab-microsoft",
|
|
"links": [
|
|
"https://dotnet.microsoft.com/",
|
|
"https://docs.microsoft.com/dotnet/"
|
|
]
|
|
},
|
|
{
|
|
"id": "php-laravel",
|
|
"name": "PHP Laravel",
|
|
"description": "Framework PHP moderne pour applications web",
|
|
"icon": "fab-php",
|
|
"links": ["https://laravel.com/", "https://laravel.com/docs"]
|
|
},
|
|
{
|
|
"id": "ruby-rails",
|
|
"name": "Ruby on Rails",
|
|
"description": "Framework web en Ruby",
|
|
"icon": "fas-code",
|
|
"links": ["https://rubyonrails.org/", "https://guides.rubyonrails.org/"]
|
|
},
|
|
{
|
|
"id": "graphql",
|
|
"name": "GraphQL",
|
|
"description": "Langage de requête pour APIs",
|
|
"icon": "fas-sitemap",
|
|
"links": ["https://graphql.org/", "https://graphql.org/learn/"]
|
|
},
|
|
{
|
|
"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"]
|
|
},
|
|
{
|
|
"id": "trpc",
|
|
"name": "tRPC",
|
|
"description": "Framework TypeScript pour APIs type-safe",
|
|
"icon": "fas-plug",
|
|
"links": ["https://trpc.io/", "https://trpc.io/docs"]
|
|
},
|
|
{
|
|
"id": "nest-js",
|
|
"name": "NestJS",
|
|
"description": "Framework Node.js pour applications scalables",
|
|
"icon": "fas-layers",
|
|
"links": ["https://nestjs.com/", "https://docs.nestjs.com/"]
|
|
},
|
|
{
|
|
"id": "fastify",
|
|
"name": "Fastify",
|
|
"description": "Framework web rapide pour Node.js",
|
|
"icon": "fas-bolt",
|
|
"links": ["https://www.fastify.io/", "https://www.fastify.io/docs/"]
|
|
},
|
|
{
|
|
"id": "rabbitmq",
|
|
"name": "RabbitMQ",
|
|
"description": "Broker de messages open source",
|
|
"icon": "fas-stream",
|
|
"links": [
|
|
"https://www.rabbitmq.com/",
|
|
"https://www.rabbitmq.com/documentation.html"
|
|
]
|
|
},
|
|
|
|
{
|
|
"id": "semantic-kernel",
|
|
"name": "Semantic Kernel",
|
|
"description": "Framework Microsoft pour le développement d'applications intelligentes avec capacités de conversation et de raisonnement",
|
|
"icon": "fas-brain",
|
|
"links": [
|
|
"https://github.com/microsoft/semantic-kernel",
|
|
"https://learn.microsoft.com/en-us/semantic-kernel/"
|
|
]
|
|
},
|
|
{
|
|
"id": "dotnet-core",
|
|
"name": ".NET Core",
|
|
"description": "Framework open source multiplateforme pour le développement d'applications modernes en C#",
|
|
"icon": "fab-microsoft",
|
|
"links": [
|
|
"https://dotnet.microsoft.com/",
|
|
"https://docs.microsoft.com/dotnet/"
|
|
]
|
|
},
|
|
{
|
|
"id": "asp-net-mvc",
|
|
"name": "ASP.NET MVC",
|
|
"description": "Framework web Microsoft basé sur le pattern Model-View-Controller pour le développement d'applications web",
|
|
"icon": "fab-microsoft",
|
|
"links": [
|
|
"https://dotnet.microsoft.com/apps/aspnet/mvc",
|
|
"https://docs.microsoft.com/aspnet/mvc/"
|
|
]
|
|
},
|
|
{
|
|
"id": "spring-boot",
|
|
"name": "Spring Boot",
|
|
"description": "Framework Java pour le développement rapide d'applications et de microservices",
|
|
"icon": "fab-java",
|
|
"links": [
|
|
"https://spring.io/projects/spring-boot",
|
|
"https://docs.spring.io/spring-boot/docs/current/reference/html/"
|
|
]
|
|
},
|
|
{
|
|
"id": "kafka-connect",
|
|
"name": "Kafka Connect",
|
|
"description": "Framework pour la connexion de systèmes externes à Apache Kafka",
|
|
"icon": "fas-plug",
|
|
"links": [
|
|
"https://docs.confluent.io/platform/current/connect/index.html",
|
|
"https://kafka.apache.org/documentation/#connect"
|
|
]
|
|
},
|
|
{
|
|
"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/"]
|
|
}
|
|
]
|
|
}
|