- 🙋🏻♀️ I'm a UX/UI and Frontend Engineer
- 🌱 I’m working with React/Node
- I’m looking to collaborate on interesting projects.
const caro = {
pronouns: "she" | "her",
code: [Javascript, Typescript, Html, CSS],
tools: [React, Node, Jest],
architecture: ["microservices", "event-driven", "design system pattern"],
}
These are my favorite command terminals:
Command | Description | Example |
---|---|---|
mkdir | create a new folder | mkdir [name-folder] |
touch | create a new file | touch [name-file] |
mv | change name of a folder | mv [name.txt] [new-name.txt] |
cp | copy files or directories | cp [source] [location] |
cat | get the entire text content of a file | cat [name-folder] |
These are my favorite alias:
Command | Description |
---|---|
gaa | alias gaa = git add . |
gst | alias gst = git status |