DEV Community

Julio Arruda, MVP, GitHub Star
Julio Arruda, MVP, GitHub Star

Posted on

Como me interessei por TI

Recentemente, lancei uma nova série no meu Canal do YouTube, e neste primeiro vídeo, comecei a falar sobre como me interessei por TI.

O começo

Basicamente, tudo começou quando meu tio, que morava com minha avó, comprou um computador, e já que eu passava minhas férias lá, foi assim meu primeiro contato com um computador.
Talvez pelo fato do meu tio estar interessado em aprender mais sobre computadores, eu acabei sendo influenciado, e aprendi muito com ele durante minhas férias

A pirataria

Nessa brincadeira de querer aprender mais, acabei comprando (sim, comprando) muito software pirata, nas bancas que tinham na feira na cidade onde meu tio morava. Foi uma época bem interessante, aprendi muita coisa, inclusive formatar um windows 98 (como aquilo era complicado).
Bom, hoje não uso mais pirataria, mas já usei um dia.. ¯_(ツ)_/¯

Bom, se quiserem saber mais, não deixem de assistir o vídeo abaixo.

Top comments (0)

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • 0:56 --last-failed: Zero in on just the tests that failed in your previous run
  • 2:34 --only-changed: Test only the spec files you've modified in git
  • 4:27 --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • 5:15 --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • 5:51 --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Click on any timestamp above to jump directly to that section in the tutorial!

Watch Full Video 📹️