Skip to content
View keell0renz's full-sized avatar
Block or Report

Block or report keell0renz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
keell0renz/README.md

Bohdan Agarkov

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, "AgentQL"
    ]
  };

  return (
    <div>
        ...
    </div>
  );
};

Popular repositories

  1. keell0renz keell0renz Public

  2. visitcard visitcard Public

    My web visitcard.

    TypeScript

  3. pytterns pytterns Public

    A curated list of production-ready and real-world Python patterns.

  4. simple-chat simple-chat Public

    A simple chat implemented with LangChain, Chainlit and OpenAI API.

    Python

  5. simple-agent simple-agent Public

    A simple agent implemented with LangChain, Chainlit and OpenAI API.

    Python

  6. langcode langcode Public

    💻🔗 Build code-executing generalist agents.

    Jupyter Notebook