Vladimir Ribakov

Hi, I'm Vladimir Ribakov and I'm looking forward to become professional UX/UI Designer, Front-end and Back-end developer.

I'm currently studying at the De Montfort University (DMU) and working my way to receiving my bachelor degree in Computing BSc (Hons). Besides studying at the university I'm reading related literature, doing different courses on LinkedIn, and maintaining my personal website.

I enjoy doing programming and exploring new different things that are related to it. I have experience working on different projects that included setting up the enviroment for the project, creating the design , working out the user experience, how would user interact with the system, creating the back area to make realted database, making sure that all the functionality and componets are is working properly together. Making the deisgn mobile friendly and optimazing the its speed because speed is key.

I spend my spare time like most people having fun with friends, playing video games, and doing competitive coding against other programmers.

Me

Ping Pong Game

The university project, is a single-player game. Retro Ping-Pong game with a score, against AI.

The project uses HTML Canvas, JS's OOP to create reusable classes for paddles to inherit the same properties and then just create unique properties for each of them.

  • HTML5
  • CSS
  • JavaScript

Online Repair Shop

This is a project that I created during the "Web beginner" course that I took in 2019. It has a well-looking design, a smooth scroller that is done using JS, and a form that users can use to send feedback, created with PHP. Also, I used build tool Gulp to optimize my JS code.

  • HTML5
  • CSS(SCSS/SASS)
  • JavaScript
  • PHP
  • Gulp

Book Store System

The university project is a Web-based System. It has both front-end where a user can look through the collection of the available books (data goes from the local database) or in the case of being the owner login to the system to manipulate the data and back-end where I create a local database and use CRUD operations to create some algorithms to use the data

  • C#
  • ASP.NET
  • CSS(LESS)

Web-based System For College

The university project is a Web-based System. Using MVC pattern I created fully functional system.

A website capable of presenting general information about the college e.g. courses, modules. Also, it allows registration on the website and logging in using a valid email and password to apply for a course of choice. It used validation at the back-end to check that all the provided information is valid. Moreover, staff be able to log into their own accounts to view what modules they are assigned to.

  • HTML5
  • CSS
  • JavaScript
  • C#

Game Store App

The university project is a game store application. It stores data about small shop with second-hand games.

I created the application using C#'s OOP to create reusable methods and classes. Also, implement functions to manipulate data e.g. delete, add, update and more.

  • C#