selfie

I'm Maev Abzal

Software Engineer

About me

I am an energetic, goal-oriented, reliable, responsible and hardworking person. I am a mature team worker and can adapt to all difficult situations. I can work well both in a team and on my own initiative. If I don’t know something, I’m willing to learn new skills, software development languages, etc.

Skills

Education

Portfolio

A multi-page, responsive, modern website made for a course project that received the highest rating among students in our group.

Click here
1st 2nd 3rd 4th

Languages

Code example


function even_or_odd(n) {
    if(n % 2 === 0) {
        return 'Even';
    } else {
        return 'Odd';
    }
};
        
        

Contacts