ANASTASIA STAROSTINA

Business Analyst

CV_image
  • Phone_Number

     +375(44) 757-31-08

  • Email

     nstar00@mail.ru

PROFILE

Currently I work as a business analyst in an IT company. I came to the RS courses to expand my knowledge in IT field, which will help me better understand the developers and their language in my team. My main goal in this course is to form a basic knowledge of JavaScript, HTML, CSS.

WORK EXPERIENCE

BUSINESS ANALYST (LCD AWTG)

April 2021 - Present

  • Manage mobile+web projects
  • Manage and coordinate FE/BE/QA teams
  • Gathering and collecting requirements via Confluence(UC,US)
  • Process Modeling(UML,BPMN)
  • Creating flow prototypes in Figma
  • Provide all Scrum Activities for the team

BUSINESS ANALYST (ORSADO SOLUTIONSLCD AWTG)

July 2019 - April 2021

  • Work with Odoo ERP
  • Gathering requirements
  • Create prototypes in Photoshop
  • Manage project on different stages

CODE EXAMPLE

 
    function multiply(a, b) {
        return a * b;
        }