Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions src/data/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
},
];
Loading