Skip to content

Instantly share code, notes, and snippets.

View tupizz's full-sized avatar
๐Ÿฆˆ
Crafting code and solving problems through technology

Tadeu Tupinambรก tupizz

๐Ÿฆˆ
Crafting code and solving problems through technology
View GitHub Profile
@tupizz
tupizz / letterCombinationPhoneNumberSolution.js
Created November 2, 2022 18:58
Pray.com problem solving
const mapDigitsToLetters = {
2: "abc",
3: "def",
4: "ghi",
5: "jkl",
6: "mno",
7: "pqrs",
8: "tuv",
9: "wxyz",
};
@tupizz
tupizz / banks.json
Created July 18, 2021 18:13
[BR] Banks and codes
[
{
"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."
@tupizz
tupizz / ultimate-ut-cheat-sheet.md
Created February 23, 2021 14:51 — forked from yoavniran/ultimate-ut-cheat-sheet.md
The Ultimate Unit Testing Cheat-sheet For Mocha, Chai, Sinon, and Jest
@tupizz
tupizz / git-extensios.md
Created January 5, 2021 17:40
Git Commands

Git Commands

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
@tupizz
tupizz / encoding-video.md
Created October 27, 2020 12:38 — forked from glen-cheney/encoding-video.md
Encoding video for the web

Encoding Video

Installing

Install FFmpeg with homebrew. You'll need to install it with a couple flags for webm and the AAC audio codec.

brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac --with-opus
{
"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

JetBrains IDE Performance Config

High Performance Configuration for Jetbrains IDEs [IntelliJ, WebStorm, etc..]

Motivation

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.

Goals

@tupizz
tupizz / README.md
Created May 7, 2020 01:31 — forked from steve-jansen/README.md
Stop and start Symantec Endpoint Protection on OS X

This script enables you stop and start Symantec Endpoint Protection on OS X

Installation

sudo curl https://gist.github.com/steve-jansen/61a189b6ab961a517f68/raw/sep -o /usr/local/bin/sep
sudo chmod 755 /usr/local/bin/sep
sudo chown root:staff /usr/local/bin/sep
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.
@tupizz
tupizz / gist:004ab4f129d0b8d9d9117a4a6bfc5334
Created November 12, 2019 14:32 — 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: