Git Product home page Git Product logo

coursework's Introduction

Elena Grigoreva

Brief information about myrself:

My goal is to gain programming skills as a web developer. Then I'd like to find a job as a programmer. I have programming experience in VBA, SQL, Access. As my strengths, I want to note the ability to process a large amount of information, the desire to streamline any work processes, curiosity, creating logical solutions for solving complex problems.

Skills and development tools:

  • VBA, SQL, Access;
  • HTML, CSS, JavaScript;
  • Git;
  • Codepen, Repl.it.

Code examples:

(A task: return masked string)

function maskify(cc) {

  let strNew = ["#"];>
  let n = cc.length-5;>
		  
  if (cc.length>4) {  
	 for (let i=0; i<(cc.length-5);i++){ 
		 strNew[i+1] = strNew[i] + "#"; 
	 }
	 let strNewOll = strNew [n] + cc.substr(-4, 4);
	 return strNewOll;
  }
  else {
	return cc;
  }
}  

Work experience:

5 years of experience in creating database management systems using VBA, SQL, Access.

Education:

  • Fraternal State University. Process automation engineer;
  • Professional retraining: Novosibirsk State Technical University. Computer software and automated systems;
  • Training: Novosibirsk State Technical University. 1C-programmer.

English language:

A2. I am currently improving my level of English knowledge on my own

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.