Skip to content
View FabioVergani's full-sized avatar
🦏
Senior Frontend #FullRemote
🦏
Senior Frontend #FullRemote

Block or report FabioVergani

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
FabioVergani/README.md


Hi 👋, I'm Fabio

I like art, design, typography... and Javascript.

MDN


// prettier-ignore

// .prettierrc { "printWidth": 80, "tabWidth": 2, "useTabs": true, "semi": true, "singleQuote": true, "trailingComma": "none", "bracketSpacing": true, "arrowParens": "avoid", "proseWrap": "preserve", "overrides": [{ "files": "*.css", "options": { "singleQuote": false, "useTabs": true, "tabWidth": 4 } }] }

// edit terser options

{ compress: { booleans: false, global_defs: { DEBUG: true } }, mangle: false, output: { beautify: true, comments: true, braces: true }, keep_classnames: true, keep_fnames: true }
terser
    input.js
    -o output.js
    --config-file tc.json
brew install chromium --no-quarantine

eslint-disable global globalThis
monitorEvents(object [, events])

#jsdoc#learningisfun#frontend#senior

Code never lies; comments sometimes do.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Code dependencies can be more tangled than they seem, and this complexity poses serious security risk.
If you think technology can solve your security problems, then you don't understand the problems
and you don't understand the technology.
Bruce Schneier
It's hardware that makes a machine fast.
It's software that makes a fast machine slow.
Craig Bruce
Clean code always looks like it was written by someone who cares.
Robert C. Martin

A human being should be able
to change a diaper, 
plan an invasion,
butcher a hog,
conn a ship,
design a building,
write a sonnet,
balance accounts,
build a wall,
set a bone,
comfort the dying,
take orders,
give orders,
cooperate with others,
act alone,
solve equations,
analyze a new problem,
pitch manure,
program a computer,
cook a tasty meal,
fight efficiently,
die gallantly.

Specialization is for insects.
Robert A. Heinlein, Starship Troopers (1959)

つづく

Pinned Loading

  1. pathsOf Public

    Get object paths to tree leafs

    JavaScript 1