Skip to content

Instantly share code, notes, and snippets.

View reginadiana's full-sized avatar
🇧🇷

Diana Regina reginadiana

🇧🇷
View GitHub Profile
@reginadiana
reginadiana / gist:f49ae23898abc59bdd13b0930d0f575e
Created January 21, 2020 21:04 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@reginadiana
reginadiana / README-TEMPLATE.md
Last active May 2, 2024 22:45
Template sugestivo para documentação de projetos

Titulo ou Arte do Projeto

@reginadiana
reginadiana / 00_docker.md
Last active January 7, 2024 20:08
Anotações sobre Docker

docker

@reginadiana
reginadiana / rails http status codes
Created August 14, 2020 12:55 — forked from mlanett/rails http status codes
HTTP status code symbols for Rails
HTTP status code symbols for Rails
Thanks to Cody Fauser for this list of HTTP responce codes and their Ruby on Rails symbol mappings.
Status Code Symbol
1xx Informational
100 :continue
101 :switching_protocols
102 :processing
@reginadiana
reginadiana / 00_ruby.md
Last active May 15, 2023 23:24
Anotações sobre Ruby e Ruby on Rails

image

@reginadiana
reginadiana / 00_git.md
Last active February 21, 2024 12:40
Anotações sobre Git

image

@reginadiana
reginadiana / 00_vimeo.md
Last active August 29, 2023 23:38
Anotações sobre Vimeo SDK

image

@reginadiana
reginadiana / 00_css.md
Last active May 15, 2023 23:30
Anotações sobre CSS

image

@reginadiana
reginadiana / 00_html.md
Last active May 15, 2023 23:32
Anotações sobre HTML

image

@reginadiana
reginadiana / 00_fundamentos.md
Last active September 27, 2023 23:40
Anotações sobre testes

Tipos

Testes unitários

Testam, via código, a menor parte da aplicação, como módulos, fragmentos de código e funções de forma isolada.

Testes de integração

Testam, via código, a integração entre diferentes modulos e partes do sistema. Em aplicações web, podem estar a comunicação entre componentes em uma mesma página ou uma feature espalhada em diferentes seções.