avatar

Samoshin Evgeny

Russian Federation, Saratov

Contacts:

About me

I was a student, a lawyer, a student again, then I went to IT and decided to stay.

My goal is to become a front-end developer, work with modern technologies, learn new things and move forward.

I want to create user-friendly apps that people like.

My skills

Base of: HTML, CSS, JavaScript, React, Reacct-Redux, react-router, PHP, WordPress

Work expereance

  • IT support specialist, Bank Trust, Saratov (09.2019 - nowdays)
    • Monitoring of bank information systems (WhatsupGold, service desk, IBM Notes, IBM Domino Administrator, Active Directory, ADManager & e.c.)
    • Technical support for bank employees
    • Preparation of reports, information messages, etc.
  • Junior front-end developer, SpaceApp, Saratov (05.2019 - 09.2019)
    • Website layout (HTML, CSS, JS)
    • Scripting with jQuery
    • Making edits to finished projects
    • Working with legacy code
    • Installing ready-made layouts on WordPress
    • IE 11 support
    • Code review

Sample code

          
            const SubmitForm = (props) => {

              const classes = useStyles();

              const [term, setTerm] = useState('');

              const handleSubmit = (e) => {
                e.preventDefault();
                if(term === '') return;
                props.onFormSubmit(term);
                setTerm( '' );
              }

              return(
                <form onSubmit={handleSubmit} className={classes.root}>
                  <TextField
                    type='text'
                    className='input'
                    placeholder='Enter Item'
                    value={term}
                    onChange={(e) => {setTerm(e.target.value)}}
                  />
                  < Button className='' variant="contained" color="primary" type='submit'>Add</Button>
                </form>
              );
            }
          
          

Education

  • Yuri Gagarin State Technical University of Saratov, professional retraining courses “Information systems and technologies” (2018-2020)
  • Self-education:
  • The Federal State Budgetary Educational Institution of Higher Education Saratov State Law Academy (2005-2010), Specialist

My projects

Language skills

Intermediate (according to the online Quick-test at EFset www.efset.org)

test result test result