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

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á 4 anos, a maior parte da minha experiência se resume em criação e deploy de aplicações web na plataforma de nuvem DigitalOcean.

Não sou apegado a linguagem de programação, minha experiencia se resume em desenvolvimento de backend com Python e Django Rest Framework, sistemas web em Java JSP e SpringBoot, PHP e Laravel. Utilizando JavaScript, criei aplicativos mobile com React Native. Hodiernamente venho focando em desenvolvimento de API 's REST com PHP e Laravel.

Gosto de brincar com TypeScript e Express. Sou entusiasta do OpenSource e estou aberto a colaborar em projetos com estes frameworks. 🤝

Minha Stack:

Git PHP PHP Java Spring Python Django JavaScript TypeScript Express PostgreSQL Docker Linux 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

  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