So a bit about myself.

I'm a full-stack web developer with a leaning towards the front end. I enjoy planning out mobile first responsive designs and writing clean, functional style code.

When I'm not developing I like to be active (basketball, martial arts, hiking, travelling). I'm originally from Cleveland, Ohio, and I now live in Tel Aviv, Israel.

My relevant skills and tools are referenced below.

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69

import backEndSkills from './back-end.js';

  • const baseSkills = [
    • 'HTML5',
    • 'CSS',
    • 'JS',
    • 'ES6',
    • 'TypesScript'
    ];
  • const jsFrameworks = [
    • 'React',
    • 'ReactNative',
    • 'AngularJS',
    • 'Angular5+',
    • 'Nativescript'
    ];
  • const workFlowTools = [
    • 'Git',
    • 'Webpack',
    • 'Gulp'
    ];
  • const cssAndDesign = [
    • 'Flexbox',
    • 'CSS Grid',
    • 'Bootstrap',
    • 'Angular Material',
    • 'Typographyjs'
    ];
  • const favoriteLibraries = [
    • 'anime.js',
    • 'D3',
    • 'Lodash'
    ];

const frontEndSkills = {

  • baseSkills,
  • jsFrameworks,
  • workFlowTools,
  • cssAndDesign,
  • favoriteLibraries

};

const mySkills = {

  • frontEndSkills,
  • backEndSkills

};

export default mySkills;