From ee04fa35bfe1b1786c1e333b73dd6d2032c4886f Mon Sep 17 00:00:00 2001 From: NIshan Roy Date: Sun, 28 Dec 2025 01:25:44 +0530 Subject: [PATCH] added svelte fastapi godot_engine hugo mattermost terraform --- src/data/projects.js | 56 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/src/data/projects.js b/src/data/projects.js index cd08935..e560c69 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -1402,4 +1402,60 @@ export const projectList = [ "Typescript", ], }, + { + name: "MeiliSearch", + imageSrc: "https://avatars.githubusercontent.com/u/43250847?s=200&v=4", + projectLink: "https://github.com/meilisearch/meilisearch", + description: "A lightning-fast search engine API that brings AI-powered hybrid search to sites and applications.", + tags: ["Rust", "Search", "AI", "API"], + }, + { + name: "Svelte", + imageSrc: "https://avatars.githubusercontent.com/u/23617963?s=200&v=4", + projectLink: "https://github.com/sveltejs/svelte", + description: "Cybernetically enhanced web apps. Svelte shifts that work out of the browser and into a compile step.", + tags: ["JavaScript", "TypeScript", "Frontend", "Compiler"], + }, + { + name: "FastAPI", + imageSrc: "https://avatars.githubusercontent.com/u/32770743?s=200&v=4", + projectLink: "https://github.com/tiangolo/fastapi", + description: "FastAPI is a modern, fast (high-performance), web framework for building APIs with Python.", + tags: ["Python", "API", "Web Framework", "Async"], + }, + { + name: "Godot Engine", + imageSrc: "https://avatars.githubusercontent.com/u/671318?s=200&v=4", + projectLink: "https://github.com/godotengine/godot", + description: "Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D games.", + tags: ["C++", "Game Development", "Game Engine", "GDScript"], + }, + { + name: "Hugo", + imageSrc: "https://avatars.githubusercontent.com/u/1048514?s=200&v=4", + projectLink: "https://github.com/gohugoio/hugo", + description: "The world’s fastest framework for building websites.", + tags: ["Go", "Static Site Generator", "Web"], + }, + { + name: "Mattermost", + imageSrc: "https://avatars.githubusercontent.com/u/9131861?s=200&v=4", + projectLink: "https://github.com/mattermost/mattermost", + description: "Open source platform for secure collaboration across the software development lifecycle.", + tags: ["Go", "React", "Chat", "Collaboration"], + }, + { + name: "Terraform", + imageSrc: "https://avatars.githubusercontent.com/u/11051457?s=200&v=4", + projectLink: "https://github.com/hashicorp/terraform", + description: "Terraform enables you to safely and predictably create, change, and improve infrastructure.", + tags: ["Go", "Infrastructure as Code", "DevOps", "Cloud"], + }, + { + name: "Ansible", + imageSrc: "https://avatars.githubusercontent.com/u/1507452?s=200&v=4", + projectLink: "https://github.com/ansible/ansible", + description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", + tags: ["Python", "Automation", "Configuration Management"], + }, ]; \ No newline at end of file