Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keell0renz/keell0renz
https://github.com/keell0renz/keell0renz
Last synced: about 11 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/keell0renz/keell0renz
- Owner: keell0renz
- Created: 2023-08-19T10:14:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-27T14:15:16.000Z (24 days ago)
- Last Synced: 2024-10-27T16:15:00.787Z (23 days ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bohdan Agarkov
```tsx
import React from 'react';const Developer = () => {
const developerInfo = {
languages: [
"TypeScript",
"JavaScript",
"Python",
"SQL"
]
platform: "Linux",
codeEditor: "Cursor",
shell: "zsh",
experience: "Since 2020",
techStack: [
"Python", "FastAPI", "TortoiseORM", "PostgreSQL", "Beanie", "MongoDB"
"Docker", "Git", "JavaScript / TypeScript", "Next.js 14", "PrismaORM",
"Vercel", "PlanetScale", "Neon", "Zod", "TailwindCSS", "HTML / CSS",
"LangChain", "LangGraph", "LangSmith", "LangServe", "Pinecone", "AgentQL",
"Vercel AI SDK", "Shadcn/UI", "AceternityUI", "Gradio", "OpenAI, "PyTorch",
"Transformers", "NumPy", "Pandas"
]
};return (
...
);
};
```