Hello I'm

Anzhalika Turlak

Hello, my name is Anzhalika Turlak, nice to meet you I would like to welcome you with my personal portfolio.

❝ The road will be mastered
by the walking ❞

I am sociable, open for cooperation and appreciate teamwork. I like to share knowledge and ideas with other members of a large community in order to find the best solutions together. I believe that my ability to learn and acquire new skills will help me become an experienced Frontend Developer.

137 Katas

Codewars

5 Projects

Well Done

255 Commits

in 2023 year GitHub

Let's More About Me

my photo

At 33, I’m looking to change my career and become a front-end developer. I have over 10 years of experience in the accounting field, but my passion for learning and passion for technology and the creative process led me to web development. I took offline training in web design basics, where I mastered HTML, CSS and basic JavaScript skills. Also, I have successfully completed online courses in Python, including Django, SQLite and Flask. These courses gave me an understanding of the full cycle of web application development and allowed me to create my own projects.

My Skills

English - A2
And keep learning ...

  • GIT / HTML / CSS(SCSS)

    SASS

    JS(base) / WebPack

    in process ...

    Python / Django / Flask

    SQLite / Alchemy
  • 2011-2015

    Belarusian Trade and Economic University of Consumer Cooperatives

    2017-2019

    SUKHOI STATE TECHNICAL UNIVERSITY OF GOMEL
  • 2021 IT-Academy

    Website development HTML, CSS, base JavaScript

    2023 IT-Overone

    Python website development
    ...and and other courses...

Anzhalika Turlak • Anzhalika Turlak • Anzhalika Turlak • Anzhalika Turlak • Anzhalika Turlak • Anzhalika Turlak • Anzhalika Turlak • Anzhalika Turlak • Anzhalika Turlak • Anzhalika Turlak • Anzhalika Turlak • Anzhalika Turlak • Anzhalika Turlak •

Code example

The program takes two natural numbers as input n and m is the number of rows and columns in the first matrix, then the elements of the first matrix, then the empty string. Numbers follow m and k is the number of rows and columns of the second matrix, then the elements of the second matrix.
n1, m1 = [int(i) for i in input().split()]
mat1 =[[int(i) for i in input().split()] for j in range(n1)]
m2, k2 = [int(i) for i in input().split()]
mat2 = [[int(i) for i in input().split()] for j in range(m2)]
mat_res = [[0 for row in range(k2)] for col in range(n1)]
for i in range(n1):
    mat_res_ = 0
    for j in range(k2):
        for k in range(m1):
            mat_res[i][j] += mat1[i][k]*mat2[k][j]
    print(*mat_res[i])

My Best Selected Portfolio

The following are the best portfolios during the education path
project
Online tatu Shop
project
Online Furniture Store
project
Online clothing store