Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keell0renz/keell0renz


https://github.com/keell0renz/keell0renz

Last synced: about 11 hours ago
JSON representation

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 (


...

);
};
```