Skip to content
View Quinntas's full-sized avatar
๐Ÿ’
Debug Driven Development
๐Ÿ’
Debug Driven Development

Organizations

@encom-hub

Block or report Quinntas

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
Quinntas/README.MD
import Developer from 'Quintas';

class AboutMe extends Developer {
    name = 'Caio Quintas Santiago';
    areas = ['Backend', 'Data Analysis', 'AI Development'];
    location = 'Brazil';
}

class Skills extends Developer {
    languages = ['python', 'typescript', 'go', 'rust', 'php', 'ruby', 'C#', 'C++'];
}

Pinned Loading

  1. dyna dyna Public

    A graphql engine that uses apollo and drizzle to auto generate schemas, filters and pagination inputs

    TypeScript

  2. fastify-template fastify-template Public

    Very opnionated fastify template using drizzle, redis and zod for schema validation and auto docs

    TypeScript

  3. hono-template hono-template Public

    Very opnionated hono template using drizzle, redis and zod for schema validation and auto docs

    TypeScript

  4. vs-code-settings.json vs-code-settings.json
    1
    {
    2
      "beautify.onSave": true,
    3
      "editor.formatOnSave": true,
    4
      "editor.defaultFormatter": "esbenp.prettier-vscode",
    5
      "workbench.startupEditor": "newUntitledFile",