Skip to content
View pdr-tuche's full-sized avatar
:octocat:
little media, lots of code ❌🧢
:octocat:
little media, lots of code ❌🧢

Highlights

  • Pro

Block or report pdr-tuche

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pdr-tuche/README.md
Sobre mim:

Programador há 5 anos, já passei por diversas áreas da engenharia de software, sendo que a maior parte da minha experiência se concentra no desenvolvimento de backend.

Hodiernamente, estou trilhando o caminho para me tornar Fullstack. Trabalho com PHP, TypeScript, Symfony e Angular. No entanto, não me limito apenas a essas tecnologias. Você pode conferir minha stack nos ícones abaixo:

Git PHP Symfony Laravel Java Spring Python Django TypeScript Express Nest Angular PostgreSQL Docker Linux Bash Digital Ocean

⬆ clique na tecnologia para saber mais sobre ela ⬆


sociais:



As vezes posto alguns de meus projetos no YouTube

🚀 Projetos em Destaque (clique para expandir!!)
📊 GitHub Stats (clique para expandir !!)
activity graph


Pinned Loading

  1. Habilitar PowerShell para execução d... Habilitar PowerShell para execução de scripts
    1
    Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope CurrentUser
  2. Installing OpenSSH on Windows Installing OpenSSH on Windows
    1
    # https://learn.microsoft.com/pt-br/windows-server/administration/openssh/openssh_install_firstuse?tabs=powershell
    2
    
                  
    3
    # pre-requisitos
    4
    # Um dispositivo que executa pelo menos o Windows Server 2019 ou Windows 10 (build 1809).
    5
    # PowerShell 5.1 ou posterior.
  3. The default nginx configuration file... The default nginx configuration file inside /etc/nginx/sites-available/default
    1
    # Author: Zameer Ansari
    2
    # You should look at the following URL's in order to grasp a solid understanding
    3
    # of Nginx configuration files in order to fully unleash the power of Nginx.
    4
    # http://wiki.nginx.org/Pitfalls
    5
    # http://wiki.nginx.org/QuickStart
  4. Instalando java openjdk 17 Instalando java openjdk 17
    1
    # Instalação java jdk 17
    2
    ```bash
    3
    sudo apt install openjdk-17-jdk openjdk-17-jre -y
    4
    java -version
    5
    javac -version