Doszhanuly Ibrahim
Software Engineer

I'm currently learning HTML and CSS to build modern, responsive websites. I already have experience with C#, which gives me a strong foundation in programming and problem-solving. I'm excited to grow my skills in web development and create interactive, user-friendly projects.

Skills

  • C#
  • .Net
  • GIT
  • HTML
  • CSS
  • VS code

Education and courses

  • English Test
    - EF B2
  • Done
  • English Test
  • EF

Languages

  • Kazakh
  • Russian
  • English

Code example

using System; class Program { static void Main() { int[] numbers = { 10, 20, 30, 40, 50 }; foreach (int number in numbers) { Console.WriteLine(number); } } }