myPic

Boynazarov Islom Abduxalimovich

Full-stack developer

Self-Introduction

I am a Full Stack Developer specializing in building responsive, scalable web applications across both frontend and backend environments. My technical stack includes HTML5, CSS3, JavaScript (ES6+), Git, REST APIs, and database fundamentals, with hands-on experience developing and deploying end-to-end projects. I focus on clean code architecture, version control workflows, debugging, and performance optimization. I am continuously expanding my expertise in modern frameworks and backend technologies while applying Agile methodologies and collaborative development practices. I am seeking opportunities where I can contribute to production-level systems, strengthen my full stack capabilities, and deliver measurable business value.

Contact Information

Skills

Code Example


      function countVowels(str) {
        const vowels = "aeiou";
        let count = 0;

        for (let char of str.toLowerCase()) {
          if (vowels.includes(char)) {
            count++;
          }
        }

        return count;
      }
      countVowels("Full Stack Developer");
  

Projects

Education

2018-2021 - Washington University of Virginia
2015-2017 - Fairfax University of America
2007-2011 - Uzbek State University of World Languages

English Proficiency

I have advanced proficiency in the English language, with strong skills in both written and spoken communication. I have an IELTS score of 8.0, with 8.5 in reading and speaking.