Skip to content

Instantly share code, notes, and snippets.

View renanlido's full-sized avatar
👨‍💻
for(const routine of life) { console.log(routine) } => //family //work //study

Renan Oliveira renanlido

👨‍💻
for(const routine of life) { console.log(routine) } => //family //work //study
View GitHub Profile
@degitgitagitya
degitgitagitya / .env
Last active December 2, 2025 10:45
Next JS + Next Auth + Keycloak + AutoRefreshToken
# KEYCLOAK BASE URL
KEYCLOAK_BASE_URL=
# KEYCLOAK CLIENT SECRET
KEYCLOAK_CLIENT_SECRET=
# KEYCLOAK CLIENT ID
KEYCLOAK_CLIENT_ID=
# BASE URL FOR NEXT AUTH
@diego3g
diego3g / settings.json
Last active December 9, 2025 18:38
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
],