- Easy auth implementation / strategy through cookies and / or oauth0
- Easy session flash messages
- Cookies strategy (nookies)
- Redirect back at server side
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
# Challenge | |
Given the follow linked lists: | |
Input: l1 = [2,4,3], l2 = [5,6,4] | |
Do: 342 + 465 = 807 | |
And output another linked list: [7,0,8] | |
-- | |
Other example: | |
Input: l1 = 8,7,5, l2 = 9,0,5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Normal Lazy Load --> | |
<?= lazyload([ | |
'src' => base_url('image/resize_canvas?w=470&h=360&fit=inside&src=https://cdn.sagaentretenimento.com.br/uploads/2016/06/22113456521528.jpg'), | |
'alt' => 'Dev Star', | |
'class' => 'lazyload', | |
'id' => 'dev-star' | |
]); ?> | |
<!-- Lazy Load By Event --> | |
<?= lazyload([ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.col-xl-1, | |
.col-xl-2, | |
.col-xl-3, | |
.col-xl-4, | |
.col-xl-5, | |
.col-xl-6, | |
.col-xl-7, | |
.col-xl-8, | |
.col-xl-9, | |
.col-xl-10, |
- gulp-cli
- browser-sync
- gitmoji-cli
- CCleaner
- Filezilla
- HeidiSQL
- Now
- Git
- Composer
- Docker (Windows 10)
- 7-Zip
- K-Lite Codec Pack
- GitHub
- Package Control
- EditorConfig
- Side Bar Enhancements
- ApacheConf
- SASS
- DotEnv
- Emmet
- Materialize
- Laravel Blade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root = true | |
[*] | |
charset = utf-8 | |
end_of_line = lf | |
insert_final_newline = true | |
trim_trailing_whitespace = true | |
[*.{md,php}] | |
indent_size = 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node_modules | |
.vagrant | |
Homestead.json | |
Homestead.yaml | |
npm-debug.log | |
npm-debug.log.* | |
Thumbs.db | |
yarn-error.log | |
.DS_Store | |
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Atalhos | |
## SublimeText | |
- Ctrl S - Salvar | |
- Ctrl Shift S - Salvar como | |
- Ctrl O - Abrir arquivo | |
- Ctrl Enter - Nova linha indentada para baixo | |
- Ctrl C - Copiar linha | |
- Ctrl X - Recortar linha (obs.: você pode usar para excluí-lá) | |
- Shift Delete - Recortar linha (obs.: você pode usar para excluí-lá) |
NewerOlder