Skip to content

Instantly share code, notes, and snippets.

View antonioroque200OK's full-sized avatar

Antonio Carlos Roque antonioroque200OK

  • São Luís
View GitHub Profile
@luizomf
luizomf / README.md
Last active December 5, 2025 10:58
Cursos gratuitos de Otávio Miranda - Type Hints no Python (Em andamento) - Logging no Python (Completo) - Testes automatizados no Next.js com Vitest e Playwright (Completo) - Curso de HTML e CSS (Completo) - Cutso de Knex.js Query Builder com JavaScript (Completo) - Curso de SQL com MySQL (Completo) - Padrões de Projeto, Design Patterns (Complet…
@diego3g
diego3g / settings.json
Last active December 3, 2025 01:46
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],