Skip to content
View renato1010's full-sized avatar

Block or report renato1010

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
renato1010/readme.md

Pinned Loading

  1. multinamespace-rag multinamespace-rag Public

    Multitenant rag based on pinecone namespaces

    TypeScript 1

  2. chatgpt-completions-nextjs13 chatgpt-completions-nextjs13 Public

    Chatgpt utilities, such as generating a cover letter tailored to the job description and resume, calling the chat completion API from openai. It use a UI form to enter user data and get a streaming…

    TypeScript 3 1

  3. serverless-framework-experiments serverless-framework-experiments Public

    Create an AWS API with lambda functions written in Typescript, implementing AWS SDK V3, and Middy middlewares"

    TypeScript 2

  4. machine-learning-nodejs-tensorflowjs machine-learning-nodejs-tensorflowjs Public

    Loading preparing training testing and predict ML model in Nodejs

    TypeScript

  5. react-polymorphic-component react-polymorphic-component Public

    Step by step building a fully/strong typed component capable to render a user selected element type.

    TypeScript

  6. Node + Typescript MongoDB connection... Node + Typescript MongoDB connection using Node driver instead of Mongoose
    1
    import { Collection, Db, Document, MongoClient } from "mongodb";
    2
    
                  
    3
    // get environment variables for database uri and database name
    4
    
                  
    5
    let uri = process.env.MONGODB_URI;