S SmartDocs

Desenvolvimento Backend

Desenvolvimento no lado do servidor com Node.js, NestJS, Spring Boot, Python, sockets, Nginx e integração de pagamentos.

nest.js typescript Atualizado 2026-02-03

app.controller.ts

app.controller.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/app.controller.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

app.module.ts

app.module.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/app.module.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

app.service.ts

app.service.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/app.service.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

main.ts

main.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/main.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

todos.controller.ts

todos.controller.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/todos/todos.controller.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

todos.module.ts

todos.module.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/todos/todos.module.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

todos.service.ts

todos.service.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/code/todos/todos.service.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

app.controller.spec.ts

app.controller.spec.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/app.controller.spec.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

app.controller.ts

app.controller.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/app.controller.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

app.module.ts

app.module.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/app.module.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

app.service.ts

app.service.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/app.service.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

main.ts

main.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/main.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

todos.controller.ts

todos.controller.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/todos/todos.controller.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

todos.module.ts

todos.module.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/todos/todos.module.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

todos.service.ts

todos.service.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/src/todos/todos.service.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

app.e2e-spec.ts

app.e2e-spec.ts — typescript source code from the nest.js learning materials (nest.js/01-beginner/demo-beginner/test/app.e2e-spec.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

app.controller.ts

app.controller.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/app.controller.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

app.module.ts

app.module.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/app.module.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

app.service.ts

app.service.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/app.service.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

auth.module.ts

auth.module.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/auth/auth.module.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

public.decorator.ts

public.decorator.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/auth/decorators/public.decorator.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

roles.decorator.ts

roles.decorator.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/auth/decorators/roles.decorator.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

auth.guard.ts

auth.guard.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/auth/guards/auth.guard.ts).

Ler artigo →
nest.js typescript Atualizado 2026-02-03

roles.guard.ts

roles.guard.ts — typescript source code from the nest.js learning materials (nest.js/02-intermediate/code/auth/guards/roles.guard.ts).

Ler artigo →