My CV

My image

Hello, I'm Soso Beriashvili. I've been learning Front-end development for almost a year now and I am highly motivated to continue gaining more experience! I love designing websites. I surely get a lot of fun out of it. Currently, I study the bachelors degree of Physics.

Education

Tbilisi State University

Physics Degree

I enrolled in Physics degree when I was 19 years old. Currently, I study the third year and in one year I'll be finishing my studies.

The Rolling Scopes school

JS/FE Development 2022 (on-going)

I learned about The Rolling Scopes school recently and the Frontend development training they were about to start. I'm sure the experience that I'll gain here will be unique and I'm super motivated.

Udemy.com

The complete web-development bootcamp by Angela Yu

Udemy is inarguably one of the most amazing websites there exist. The courses that are provided offer a greal deal of information and the quality teaching.

FreeCodeCamp

Front-end development courses

FreeCodeCamp is where I began my software engineering journey. I have completed the first three courses that include Front-End development.

Scrimba.com

Learn React for free

A free website where quality content is placed for sure. This is where I first got my hands on React and the teaching techniques are in fact really, really good.

YouTube

I'm convinced we have all been using YouTube. One sure can find all sorts of tutorials and acquire solid understanding of tons of concepts in programming.

Skills

  • English

    B2/C1
  • German

    A2
  • HTML

    80%
  • CSS

    80%
  • JavaScript

    70%
  • GIT (basics)

    60%
  • REACT (basics)

    55%

Here is a part of code from a recent project of mine:

                  <body>
                  <div class="container border">
                    <div class="box-image" role="img">
                      <!-- <img class="image border" src="/images/image-equilibrium.jpg" alt="Equilibrium"> -->
                      <div class="icon-container">
                        <img class="icon-view" src="/images/icon-view.svg" alt="Icon view">
                      </div>
                    </div>
                    <div class="box-content">
                      <h1 class="heading">Equilibrium #3429</h1>
                      <p class="description">Our Equilibrium collection promotes balance and calm.</p>
                      <ul class="prices">
                        <li>
                          <ul class="price">
                            <li class="price-img"><img src="/images/icon-ethereum.svg" alt="Etherium"></li>
                            <li class="price-eth">0.041 ETH</li>
                          </ul>
                        </li>
                        <li>
                          <ul class="price">
                            <li class="price-img"><img class="clock" src="/images/icon-clock.svg" alt="Clock icon"></li>
                            <li class="price-text">3 days left</li>
                          </ul>
                        </li>
                      </ul>
                      <div class="creator-info">
                        <img class="creator-img" src="/images/image-avatar.png" alt="Creator avatar">
                        <p class="creator-name">Creation of <span class="name">Jules Wyvern</span></p>
                      </div>
                    </div>
                  </div>
                </body>
              
Some project examples on my GitHub page.