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
- đ Phone: +7 708 585 7096
- âī¸ Email: tileuberdikabdolla@gmail.com
- đ Location: Astana, Kazakhstan
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
- đ Portfolio Website (HTML/CSS) - GitHub repo â responsive layout, semantic markup
- đ To-Do App (JavaScript basics) - source code â interactive task manager with local storage
- đ Python Data Analysis: Student Grade Calculator â working with loops & functions
*Links are demo placeholders; actual repositories available upon request.
Education & Language
10th grade - Astana High School (currently studying)
Self-taught web development via RS School, freeCodeCamp, and online resources.
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.