Programming: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(→CRC) |
Sem resumo de edição |
||
(11 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 2: | Linha 2: | ||
*[https://www.creditcardvalidator.org/articles/luhn-algorithm The Luhn Algorithm for Credit Card Validation] | *[https://www.creditcardvalidator.org/articles/luhn-algorithm The Luhn Algorithm for Credit Card Validation] | ||
=Dev Environment on docker= | =Dev Environment on docker= | ||
*[[Jetbrains env|Jetbrains env]] | |||
*[[Mongodb container|Mongodb container]] | |||
=Docs= | =Docs= | ||
*https://www.openpolicyagent.org/ | |||
*https://svelte.dev/ | *https://svelte.dev/ | ||
*https://www.webcomponents.org/ | *https://www.webcomponents.org/ | ||
Linha 79: | Linha 12: | ||
*https://flutter.dev/docs/resources/architectural-overview | *https://flutter.dev/docs/resources/architectural-overview | ||
*https://flutter.dev/docs/development/ui/widgets-intro | *https://flutter.dev/docs/development/ui/widgets-intro | ||
*[https://12factor.net/ The Twelve Factors (You Should Read it EveryDay !!)] | |||
*https://jenkov.com/ | |||
*[https://semver.org/ Semantic Versioning] | |||
*[https://securityheaders.com/ Security Headers] | |||
==CRC== | |||
*https://crccalc.com/ | |||
=Languages= | =Languages= | ||
*[[DART|DART]] | *[[DART|DART]] | ||
*[[GO|GO]] | *[[GO|GO]] | ||
*[[DotNet|DotNet]] | *[[DotNet|DotNet]] | ||
=[[Regular Expression|Regular Expression]]= | =[[Regular Expression|Regular Expression]]= | ||
=Security= | |||
= | *https://breachattack.com/ | ||
* | =[[Stress Test|Stress Test]]= |
Edição atual tal como às 13h54min de 4 de junho de 2024
Algorithm
Dev Environment on docker
Docs
- https://www.openpolicyagent.org/
- https://svelte.dev/
- https://www.webcomponents.org/
- https://dev.to/silvio/how-to-create-a-web-components-in-svelte-2g4j
- https://flutter.dev/docs/resources/architectural-overview
- https://flutter.dev/docs/development/ui/widgets-intro
- The Twelve Factors (You Should Read it EveryDay !!)
- https://jenkov.com/
- Semantic Versioning
- Security Headers