@@ -180,3 +180,78 @@ categories:
180180 description : " Stream processing framework for distributed, high-performing data pipelines"
181181 pill : " Java"
182182 pill_class : " pill-orange"
183+ - name : fastapi
184+ upstream : tiangolo/fastapi
185+ description : " Modern, fast web framework for building APIs with Python based on type hints"
186+ pill : " Python"
187+ pill_class : " pill-green"
188+ - name : pytorch
189+ upstream : pytorch/pytorch
190+ description : " Tensors and dynamic neural networks in Python with strong GPU acceleration"
191+ pill : " AI/ML"
192+ pill_class : " pill-orange"
193+ - name : scikit-learn
194+ upstream : scikit-learn/scikit-learn
195+ description : " Machine learning in Python — simple and efficient tools for data analysis"
196+ pill : " AI/ML"
197+ pill_class : " pill-orange"
198+ - name : requests
199+ upstream : psf/requests
200+ description : " A simple, yet elegant, HTTP library for Python"
201+ pill : " Python"
202+ pill_class : " pill-green"
203+ - name : nest
204+ upstream : nestjs/nest
205+ description : " A progressive Node.js framework for building scalable server-side applications"
206+ pill : " Backend"
207+ pill_class : " pill-green"
208+ - name : prisma
209+ upstream : prisma/prisma
210+ description : " Next-generation ORM for Node.js and TypeScript"
211+ pill : " Database"
212+ pill_class : " pill-green"
213+ - name : trpc
214+ upstream : trpc/trpc
215+ description : " End-to-end typesafe APIs made easy"
216+ pill : " TypeScript"
217+ pill_class : " pill-blue"
218+ - name : zod
219+ upstream : colinhacks/zod
220+ description : " TypeScript-first schema validation with static type inference"
221+ pill : " TypeScript"
222+ pill_class : " pill-blue"
223+ - name : gin
224+ upstream : gin-gonic/gin
225+ description : " The fastest full-featured HTTP web framework for Go"
226+ pill : " Go"
227+ pill_class : " pill-accent"
228+ - name : fiber
229+ upstream : gofiber/fiber
230+ description : " Express-inspired web framework written in Go"
231+ pill : " Go"
232+ pill_class : " pill-accent"
233+ - name : tokio
234+ upstream : tokio-rs/tokio
235+ description : " A runtime for writing reliable asynchronous applications with Rust"
236+ pill : " Rust"
237+ pill_class : " pill-accent"
238+ - name : vite
239+ upstream : vitejs/vite
240+ description : " Next generation frontend tooling — fast, lean, and flexible"
241+ pill : " Build Tool"
242+ pill_class : " pill-blue"
243+ - name : webpack
244+ upstream : webpack/webpack
245+ description : " A bundler for JavaScript and friends"
246+ pill : " Build Tool"
247+ pill_class : " pill-blue"
248+ - name : terraform
249+ upstream : hashicorp/terraform
250+ description : " Infrastructure as code — safely and predictably provision infrastructure"
251+ pill : " DevOps"
252+ pill_class : " pill-green"
253+ - name : grafana
254+ upstream : grafana/grafana
255+ description : " The open and composable observability and data visualization platform"
256+ pill : " DevOps"
257+ pill_class : " pill-green"
0 commit comments