Add ElasticSearch to proficient skills list

This commit is contained in:
2026-02-23 12:07:16 +03:30
parent 65811a0060
commit cb9cc8cf57
+7 -1
View File
@@ -176,7 +176,13 @@ export const proficient: Tag[] = [
label: "Gin",
icon: "i-logos-gin",
to: "https://gin-gonic.com",
type: "Framework", // refined from Library
type: "Framework",
},
{
label: "ElasticSearch",
icon: "devicon:elasticsearch",
to: "https://www.elastic.co/elasticsearch",
type: "Data",
},
];