Skip to content

Instantly share code, notes, and snippets.

View suamirochadev's full-sized avatar
📲
Flutterer

Suami Rocha suamirochadev

📲
Flutterer
View GitHub Profile
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active November 17, 2024 19:47
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

@luizomf
luizomf / tutorial.txt
Created August 7, 2021 10:51
WSL2 e Docker no Windows 10.
### Tutorial oficial:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
### Passo 1 (PowerShell Admin):
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
### Passo 2 (PowerShell Admin):
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
### Passo 3
@Nick-Gabe
Nick-Gabe / roadmap.js
Created July 13, 2022 21:59
Roadmap feito por mim, uma rota básica que fiz pra quem quiser iniciar pelo Front End
const HTML = [
- estrutura de uma tag
- o que é head e body
- tags da head (meta, link, title... )
- cabeçalhos
- tags básicas (p, div, span, a, b, i, u, img)
- tag de estilo e script
- listas
- tabelas
- formulários e inputs
@adrianhajdin
adrianhajdin / constants
Created August 8, 2022 14:16
project_hoobank
import { people01, people02, people03, facebook, instagram, linkedin, twitter, airbnb, binance, coinbase, dropbox, send, shield, star } from "../assets";
export const navLinks = [
{
id: "home",
title: "Home",
},
{
id: "features",
title: "Features",

Sumário

  1. | Introdução
    • 1.1 | Propósito
    • 1.2 | Escopo de Projeto
    • 1.3 | Visão Geral
  2. | Descrição Geral
    • 2.1 | Funções da Aplicação
  3. | Requisitos Funcionais
  4. | Regras de Negócio