feat: adding skills and remove cloud
This commit is contained in:
@@ -35,39 +35,6 @@
|
||||
"https://github.com/expressjs/express"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "postgresql",
|
||||
"name": "PostgreSQL",
|
||||
"description": "Système de gestion de base de données relationnelle open source",
|
||||
"icon": "fas-database",
|
||||
"links": [
|
||||
"https://www.postgresql.org/",
|
||||
"https://www.postgresql.org/docs/",
|
||||
"https://github.com/postgres/postgres"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mongodb",
|
||||
"name": "MongoDB",
|
||||
"description": "Base de données NoSQL orientée document",
|
||||
"icon": "fas-database",
|
||||
"links": [
|
||||
"https://www.mongodb.com/",
|
||||
"https://docs.mongodb.com/",
|
||||
"https://github.com/mongodb/mongo"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "redis",
|
||||
"name": "Redis",
|
||||
"description": "Structure de données en mémoire utilisée comme base de données, cache et broker de messages",
|
||||
"icon": "fas-memory",
|
||||
"links": [
|
||||
"https://redis.io/",
|
||||
"https://redis.io/documentation",
|
||||
"https://github.com/redis/redis"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "golang",
|
||||
"name": "Go",
|
||||
@@ -169,14 +136,61 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "microservices",
|
||||
"name": "Microservices",
|
||||
"description": "Architecture en microservices",
|
||||
"icon": "fas-boxes",
|
||||
"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://microservices.io/",
|
||||
"https://martinfowler.com/articles/microservices.html"
|
||||
"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/"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user