Photo of Pavel Shestakov

Pavel Shestakov

Junior Front-End Developer

Contacts

Summary

I am studying at the university for a degree in software engineering. I have a lot to learn, which I am happy to do. I always find time to learn new things.

Skills

Web-development: HTML5, CSS3

Frameworks and libraries: SQL

Version control: GIT, Github

Code

#include <iostream>
#include <cmath>
using namespace std;
int main()
{
setlocale(0,"");
double z1, z2, a, b;
cout << "Enter "а":";
cin >> a;
cout << "Enter "b":";
cin >> b;
z1 = pow(cos(a)-cos(b),2)-pow(sin(a)-sin(b),2);
z2=-4*pow(sin((a-b)/2.0),2)*cos(a+b);
cout << "z1=" << z1 <<
endl<< "z2=" <<z2 << endl;
return 0;
}

Courses

  • RS School - JS / FRONT-END. STAGE 0 (Learner)

Projects

Education

  • Belarusian-Russian university - Faculty of Construction (Master)
  • Belarusian-Russian university - Faculty of Information systems software (Student)

Languages

  • English: A2 - Pre-Intermediate;
  • German: A1 - Elementary;