๐ฆ
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
| const mapDigitsToLetters = { | |
| 2: "abc", | |
| 3: "def", | |
| 4: "ghi", | |
| 5: "jkl", | |
| 6: "mno", | |
| 7: "pqrs", | |
| 8: "tuv", | |
| 9: "wxyz", | |
| }; |
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
| [ | |
| { | |
| "code": "001", | |
| "name": "Banco do Brasil S.A.", | |
| "shortName": "BCO DO BRASIL S.A." | |
| }, | |
| { | |
| "code": "003", | |
| "name": "Banco da Amazรดnia S.A.", | |
| "shortName": "BCO DA AMAZONIA S.A." |
Practical git commands, this will be updated as needed and by needed I mean as I need to remember things I don't know
| Commands | Description |
|---|---|
| git --version | git version |
| git checkout [branchname] | go to branch **first step before any work is done |
| git status | check status of git repositories |
| git checkout -b [branchname] | create new branch from current branch |
| git branch -D [branchname] | delete local branch |
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
| { | |
| "meta": { | |
| "theme": "elegant" | |
| }, | |
| "basics": { | |
| "name": "Tadeu Tupinambรก", | |
| "label": "Software Engineer", | |
| "image": "https://avatars3.githubusercontent.com/u/15824865?s=460&u=470bbe00f99b6bdfc8a7f2ac60b6006989c5ca2c", | |
| "summary": "I am a brazilian guy working as Software Engineer @ Kovi (Sรฃo Paulo - Brazil). For more than six years of working with software development, I have pursued and successfully build Web Systems, APIs, mobile applications, and web applications following software programming best practices, design patterns, and industry standards. I'm really into agile methodologies and believe that we need to build and deliver incrementally. I feel very comfortable and motivated to lead and help software development teams to deliver great products. Also already designed and worked in app and webapps projects using technologies like javascript, flutter, node.js, java, spring MVC, spring boot, angular, ionic, react, redux, next.js and python for machine learning and data analysis proj |
High Performance Configuration for Jetbrains IDEs [IntelliJ, WebStorm, etc..]
Once you step into the realm of multi-project development, large scale dev, or just have to have like 6 IDE's open. You really start to feel a performance hit on jetbrains IDEs.
This configuration aims to give at least 10x performance increases across the board.
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
| const router = require('cmdrouter'); | |
| const fs = require('fs-extra'); | |
| const yamljs = require('yamljs'); | |
| const jsyaml = require('js-yaml'); | |
| // USAGE: | |
| // `node yaml-vs-json-perf write` to create the data data yaml and data.json files, and stringify perf measure. | |
| // `node yaml-vs-json-perf read` to perf measure the parsing. |
People
: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: |
NewerOlder