Skip to content

Instantly share code, notes, and snippets.

View EdnilsonRobert's full-sized avatar

Ednilson Robert EdnilsonRobert

View GitHub Profile
@EdnilsonRobert
EdnilsonRobert / roadmap.md
Created April 24, 2024 14:21
Frontend Roadmap

ROADMAP FRONTEND

1. Basic Skills

  • HTML: Understand the structure of web pages with HTML5.
  • CSS: Learn to style web pages, including layouts, responsiveness, and animations.
  • JavaScript (JS): Gain proficiency in JS, the scripting language that allows you to create dynamic content.

2. Development Tools

  • Code Editors: Become comfortable with code editors like VS Code or Sublime Text.
@EdnilsonRobert
EdnilsonRobert / ssh.md
Created August 23, 2019 00:53
Múltiplas chaves SSH para GitHub e GitLab

Múltiplas chaves SSH para GitHub e GitLab

1. Gerar Chaves SSH

ssh-keygen -t rsa -C "user@email.com" -b 4096 -f ~/.ssh/id_rsa_github
ssh-keygen -t rsa -C "user@email.com" -b 4096 -f ~/.ssh/id_rsa_gitlab

2. Copiar chaves para GitHub e GitLab

@EdnilsonRobert
EdnilsonRobert / firefox-install.md
Created August 21, 2019 23:55
Instalar Firefox Developer Edition no Linux Mint

Instalar Firefox Developer Edition no Linux Mint

Preparação

  1. Descompactar os arquivos do Firefox no diretório /home/<USER>/Development/apps
  2. Salvar um arquivo de ícone do Firefox (firefoxdev.png) no diretório /home/<USER>/Imagens/icons

Instalação

1. Criar um symlink para abrir o browser

@EdnilsonRobert
EdnilsonRobert / http-server.md
Created July 3, 2018 23:02
HTTP Server: a command-line http server