Tileuberdi Kabdolla

Junior Developer | HTML/CSS & JavaScript learner

Brief Self-Introduction

I'm a motivated and responsible junior developer. I'm currently actively learning programming and web development. I'm ready to learn quickly, complete assigned tasks, and grow in the IT field. I work well in a team, pay close attention to detail, and meet deadlines responsibly.

My main goal is to gain my first practical experience as a Junior Developer/Intern and apply my acquired knowledge to real-world projects.

Contact Information

Skills

  • Programming Languages: Learning Python and JavaScript
  • Basics: HTML, CSS (semantic, responsive layouts)
  • Tools: Git (basics), VS Code, GitHub Pages
  • Methodologies: Learning algorithms & data structures fundamentals
  • Soft Skills: Quick learner, responsible, communication skills, teamwork

Code Example

Recursive Fibonacci function (JavaScript)

function fib(n) {
    if(n <= 1) return n;

    return fib(n - 1) + fib(n - 2);
}

// Example usage: fib(6) returns 8

Educational Projects

*Links are demo placeholders; actual repositories available upon request.

Education & Language

🎓 Education
10th grade - Astana High School (currently studying)
Self-taught web development via RS School, freeCodeCamp, and online resources.
đŸ‡Ŧ🇧 English Proficiency
B2 – Upper Intermediate. Confident reading/writing technical documentation, communication in IT context.

Work Experience / Internship: Still looking for my first experience. Ready to intern or work in a junior position. Open to on-the-job training.