- Trabalhar com um time altamente técnico, em ritmo acelerado e com um roadmap altamente desafiador não lhe assusta, pelo contrário, lhe motiva;
- Estar sempre atualizado é uma obrigação pra você. Você tem fome por conhecimento e busca aperfeiçoamento diário;
- Você ama programar e está sempre ansioso por aprender novas tecnologias;
This file contains hidden or 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
> Configure project :react-native-device-info | |
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. | |
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html | |
> Configure project :react-native-orientation | |
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. | |
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html | |
> Configure project :react-native-onesignal | |
WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. |
This file contains hidden or 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
/* core-module/modulescommon/getById.js */ | |
const INITIAL_STATE = { | |
data: {}, | |
loading: false, | |
error: false, | |
}; | |
const REQUEST = 'BY_ID_REQUEST'; |
This file contains hidden or 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
CompileC /Users/vsts/Library/Developer/Xcode/DerivedData/Kinvo-dczuyldpgxkalqbmdpwiigzbhtdz/Build/Intermediates.noindex/ArchiveIntermediates/Kinvo-staging/IntermediateBuildFilesPath/Kinvo.build/Staging-iphoneos/Kinvo.build/Objects-normal/arm64/main.o Kinvo/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler | |
cd /Users/vsts/agent/2.134.2/work/1/s/ios | |
export LANG=en_US.US-ASCII | |
export PATH="/Applications/Xcode_9.4.1.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode_9.4.1.app/Contents/Developer/usr/bin:/Library/Frameworks/Mono.framework/Versions/4/bin:/usr/local/bin:/usr/local/sbin:/Users/vsts/bin:/Users/vsts/.yarn/bin:/usr/local/go/bin:/Users/vsts/Library/Android/sdk/tools:/Users/vsts/Library/Android/sdk/platform-tools:/Users/vsts/Library/Android/sdk/ndk-bundle:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/usr/bin:/bin:/usr/sbin:/sbin:/Users/vsts/.azcopy" | |
/Applications/Xcode_9.4.1.app/Contents/Developer/Toolchains/Xcod |
This file contains hidden or 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
Ex: <dom-module id="cr-header.fd743a17"> | |
gulp.task('version-assets', ['vulcanize'], function () { | |
if (production) { | |
gulp | |
.src( | |
[ | |
folder.build + 'app/src/**/**/*.html', | |
folder.build + 'app/src/**/*.js', |
This file contains hidden or 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
<dom-module id="brasil-js"> | |
<template> | |
<style> | |
:host { | |
display: block; | |
} | |
</style> | |
<h1>Bem-vindo à BrasilJS [[year]] , edição de [[edition]]. =)</h1> |
This file contains hidden or 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
class RouteConfig { | |
public static get ROUTES (): object[] { | |
return [ | |
{ | |
route: "", | |
path: "/src/public/landing-page/cr-landing-page/cr-landing-page.html", | |
content: "<cr-landing-page></cr-landing-page>", | |
}, |
This file contains hidden or 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
{ | |
"window.zoomLevel": 0, | |
"workbench.iconTheme": "vscode-icons", | |
"workbench.colorTheme": "Dracula", | |
"files.autoSave": "afterDelay", | |
"typescript.referencesCodeLens.enabled": true, | |
"typescript.implementationsCodeLens.enabled": true, | |
"typescript.useCodeSnippetsOnMethodSuggest": true, | |
"typescript.format.insertSpaceBeforeFunctionParenthesis": true, | |
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true, |
This file contains hidden or 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
*CHANGELOG* :memo: | |
* adding some validations to contact form; | |
* adding jQuery Validate to the project; | |
* creating module to wrap jQuery Validate; | |
*CARDS* :cards: | |
* [Adding validations to contact form](https://trello.com/abcdef) |
This file contains hidden or 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
// Future versions of Hyper may add additional config options, | |
// which will not automatically be merged into this file. | |
// See https://hyper.is#cfg for all currently supported options. | |
module.exports = { | |
config: { | |
// default font size in pixels for all tabs | |
fontSize: 16, | |
// font family with optional fallbacks |
NewerOlder