import Developer from 'Quintas';
class AboutMe extends Developer {
name = 'Caio Quintas Santiago';
areas = ['Backend', 'Fullstack'];
location = 'Brazil';
}
class Skills extends Developer {
languages = ['python', 'typescript', 'go'];
}
๐
Debug Driven Development
Highlights
- Pro
Pinned Loading
-
fastify-template
fastify-template Public templateVery opnionated fastify template using drizzle, redis and zod for schema validation and auto docs
TypeScript
-
-
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",
-
-
go-fiber-template
go-fiber-template Public templateA complete fiber rest template using sqlc and redis
Go
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.


