Skip to content

GarikGelios/CV

Repository files navigation

My CV and sandbox GitHub last commit

Linkedin GMail Telegram Facebook Instagram GitHub CodePen SoloLearn Pinterest StackOverflow

Role experience

Project Manager, Scrum Master, Product Owner, Business Analyst, Frontend Developer, Marketer

Skills

Management

defining scope and milestones; work planning (Backlog Refinement, WBS, Gantt Chart); release and sprint planning; issue decomposition; deadlines and critical path assessment; workflow transparency; progress inspection; assistance in estimation in story points and natural hours; holding meetings and demo; process adaptation.

Analytics

translating business needs into requirements documentation (BRD, SRS, UseCases); identification of stakeholders and activities (RACI-matrix); adjusting User Stories, Definition of Done/Ready, Acceptance Criteria; defining the goal and key results (OKR), planning metrics (KPI/KBI/KRI); drawing process diagrams (BPMN); warframe preparation and design approval (UI/UX, Photoshop, Figma).


...full Markdown version is on the Wiki page → CV.Markdown

... HTML version is on GitHyb page → https://garikgelios.github.io/CV/


Get started — standard flow

  1. Everything you need to do with CV in the GitHub issues
  2. Launch VSCode IDE
  3. Pull up the latest changes git pull
  4. Create new branch git checkout -b <branch_name> (more in Wiki Git WorkFlow)
  5. Run WebPack build npm run build (webpack.config.js)
  6. Run WebPack server npm run start
  7. Do the code
  8. Add new code to stage git add .
  9. Commit new code git commit -m "Comment"
  10. Push new code to the repository git push origin <branch_name>
  11. Create a GitHub Pull Request gh pr create indicating the issue, if exist (more in Wiki GitHub CLI)
  12. Wait for Super-linter to check (.github\workflows\linter.yml)

Configurations

with detailed comments

  • WebPack webpack.config.js
  • Super-linter .github\workflows\linter.yml
    • Markdown .github\linters.markdown-lint.yml
    • CSS/SCSS .github\linters.stylelintrc.json

About

Curriculum vitae

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published