Skip to content

Instantly share code, notes, and snippets.

View asantos00's full-sized avatar
💭
Always up to discuss interesting ideas 😉

Alexandre Santos asantos00

💭
Always up to discuss interesting ideas 😉
View GitHub Profile
{
"meta": { "theme": "elegant" },
"basics": {
"name": "Alexandre Portela dos Santos",
"label": "Head of Engineering / Engineering lead / Advisor",
"image": "https://avatars0.githubusercontent.com/u/416209?s=460&u=38f220a2c9c658141804f881c334c594eb1642ac&v=4",
"summary": "I'm a passionate engineer with interest in products and startups.\n\nFor the last 10+ years, I've been working with multiple companies across different roles, from developer to head of engineering, always using technology as an enabler for ideas and businesses. I've integrated and lead engineering organisations from the idea stage to the MVP, and growth stage. \n\nEven though I've worked with different types of companies, startups is where I see myself thriving, the nature of the dynamic and rapidly evolving environments deeply matches my character and skillset.",
"website": "https://alexandrempsantos.com",
"email": "alexandre.santozz@gmail.com",
"location": {
@asantos00
asantos00 / test-qa
Created May 24, 2023 12:29
company ids for test
167b940e-37dd-485f-8026-771b3925c594
@asantos00
asantos00 / deno-subprocess.ts
Created August 17, 2020 15:57
Reproduction of a deno bug with subprocesses
const command = ['deno', 'run', './script.ts'];
const p1 = Deno.run({ cmd: command })
const p2 = Deno.run({ cmd: command })
const p3 = Deno.run({ cmd: command })
const p4 = Deno.run({ cmd: command })
p1.kill(Deno.Signal.SIGKILL)
p2.kill(Deno.Signal.SIGKILL)
p3.kill(Deno.Signal.SIGKILL)
@asantos00
asantos00 / config.yaml
Last active September 4, 2019 17:04
CircleCI cypress.io config
version: 2.1
orbs:
cypress: cypress-io/cypress@1
workflows:
e2e:
jobs:
- cypress/run:
start: npm start
wait-on: 'http://localhost:3000'
command: npm run cy:run
@asantos00
asantos00 / vimFeatures.md
Last active March 29, 2017 14:12
X Vim features in X days

X Vim features in X days

I plan to write like 10 times (not sure about how much) about vim features. 1 article per day, and release them that way.

It will not only improve and help me memorize my vim skills, shortcuts and so, but also share the research I've been doing for the last year and half.

I will probably get some of the most used features in all editors and mimic them in vim

https://keep.google.com/u/1/#NOTE/1462225805436.1415629229