GitHub π @obrau
And its development, deployment and management in Apigee πͺ
Working at AXPE for a fintech company. APIs design and definition (openapi, swagger, owasp security, jwt, oauth2, REST standards and good practices), as well as support, development, deployment and its management in Apigee. π¨βπ»
| TERMINAL COMMANDS | DESCRIPTION |
|---|---|
| sudo | lets you perform tasks that require administrative or root permissions. |
| ls | lists files and directories within a system. |
| cd | To navigate through the Linux directories |
| pwd | command to find the path of your current working directory. |
| mkdir | Create a new folder. |
| cat | It lists, combines, and writes file content to the standard output. |
| ALIAS | DESCRIPTION |
|---|
| alias cl="clear" | Clean terminal |
| alias ga="example/test/generate_apiproxy.sh" | Run Script |
