|
1 | 1 | {
|
2 | 2 | "main": {
|
3 |
| - "name":"Dmitry Kutin", |
4 |
| - "description":"Fourth Year Student at the University of Ottawa working towards a BSc with Honours in Computer Science, Management and Entrepreneurship Option", |
5 |
| - "bio":"A self-motivated young professional tooled towards full-stack development with proficiency in MEAN, MERN and LAMP stacks. Outside of web development, I use Java and C for course work and algorithmic problems on LeetCode.", |
| 3 | + "name": "Dmitry Kutin", |
| 4 | + "description": "Fourth Year Student at the University of Ottawa working towards a BSc with Honours in Computer Science, Management and Entrepreneurship Option", |
| 5 | + "bio": "A self-motivated young professional tooled towards full-stack development with proficiency in MEAN, MERN and LAMP stacks. Outside of web development, I use Java and C for course work and algorithmic problems on LeetCode.", |
6 | 6 | "email": "dmitrykutin@outlook.com",
|
7 | 7 | "phone": "905-466-6980",
|
8 | 8 | "social": [
|
9 | 9 | {
|
10 |
| - "name":"linkedin", |
11 |
| - "url":"https://www.linkedin.com/in/dmitry-kutin-527032189/", |
12 |
| - "className":"fa fa-linkedin" |
| 10 | + "name": "linkedin", |
| 11 | + "url": "https://www.linkedin.com/in/dmitrykutin/", |
| 12 | + "className": "fa fa-linkedin" |
13 | 13 | },
|
14 | 14 | {
|
15 |
| - "name":"github", |
16 |
| - "url":"http://github.com/dkutin", |
17 |
| - "className":"fa fa-github" |
| 15 | + "name": "github", |
| 16 | + "url": "http://github.com/dkutin", |
| 17 | + "className": "fa fa-github" |
18 | 18 | }
|
19 | 19 | ]
|
20 | 20 | },
|
21 |
| - "resume":{ |
22 |
| - "education":[ |
| 21 | + "resume": { |
| 22 | + "education": [ |
23 | 23 | {
|
24 |
| - "school":"University of Ottawa", |
25 |
| - "degree":"BSc Specialization in Computer Science, Management, Entrepreneurship Option", |
26 |
| - "description":"Classes in Data Structures and Algorithms, Operating Systems, Software Engineering, Discrete Structures, Computer Architecture, and various core Business Management courses. \r\n Achieved Dean's List Honour in the Winter 2020 Semester." |
| 24 | + "school": "University of Ottawa", |
| 25 | + "degree": "BSc Specialization in Computer Science, Management, Entrepreneurship Option", |
| 26 | + "description": "Classes in Data Structures and Algorithms, Operating Systems, Software Engineering, Discrete Structures, Computer Architecture, and various core Business Management courses. \r\n Achieved Dean's List Honour in the Winter 2020 Semester." |
27 | 27 | }
|
28 | 28 | ],
|
29 |
| - "work":[ |
| 29 | + "work": [ |
30 | 30 | {
|
31 |
| - "company":"University of Ottawa", |
32 |
| - "title":"Web Developer", |
33 |
| - "years":"September 2020 - Present", |
34 |
| - "description":"", |
| 31 | + "company": "University of Ottawa", |
| 32 | + "title": "Web Developer - Full-time", |
| 33 | + "years": "September 2020 - Present", |
| 34 | + "description": "", |
35 | 35 | "contribution": ""
|
36 | 36 | },
|
37 | 37 | {
|
38 |
| - "company":"University of Ottawa", |
39 |
| - "title":"Junior Web Developer", |
40 |
| - "years":"May 2019 - September 2020", |
41 |
| - "description":"Full-Stack development with a medium-sized development team working with Agile and SCRUM methodologies through JIRA.", |
| 38 | + "company": "University of Ottawa", |
| 39 | + "title": "Junior Web Developer - Internship", |
| 40 | + "years": "May 2019 - September 2020", |
| 41 | + "description": "Full-Stack development with a medium-sized development team working with Agile and SCRUM methodologies through JIRA.", |
42 | 42 | "contribution": "Assisting in developing key university websites using the Drupal 7 framework, migrating content and custom modules from Drupal 7 to Drupal 8, development of a campus-wide emergency management notification system, and Drupal 7 module for a university fee estimator tool connected to a RESTful API with OAuth."
|
43 | 43 | }
|
44 | 44 | ]
|
45 | 45 | },
|
46 |
| - "portfolio":{ |
| 46 | + "portfolio": { |
47 | 47 | "projects": [
|
48 | 48 | {
|
49 |
| - "title":"Fantasy Tracker - Yahoo! Fantasy API", |
50 |
| - "description":"A work in progress: Created to show player trends in Yahoo! Fantasy Basketball -- customizable to each fantasy league and viewable on a centralized web page with DBMS for authenticated and non-authenticated users.", |
51 |
| - "contribution" : "Handling and calling APIs, storing them in a MySQL Database, queried from a Node.js API using the Express framework and CircleCI for testing in pre-production. The application featured a React front-end.", |
52 |
| - "image":"fantasytracker.jpg", |
53 |
| - "url":"https://fantasytracker.dmitrykutin.com/", |
| 49 | + "title": "Fantasy Tracker - Yahoo! Fantasy API", |
| 50 | + "description": "A work in progress: Created to show player trends in Yahoo! Fantasy Basketball -- customizable to each fantasy league and viewable on a centralized web page with DBMS for authenticated and non-authenticated users.", |
| 51 | + "contribution": "Handling and calling APIs, storing them in a MySQL Database, queried from a Node.js API using the Express framework and CircleCI for testing in pre-production. The application featured a React front-end.", |
| 52 | + "image": "fantasytracker.jpg", |
| 53 | + "url": "https://fantasytracker.dmitrykutin.com/", |
54 | 54 | "repo": "https://github.com/dkutin/fantasytracker"
|
55 | 55 | },
|
56 | 56 | {
|
57 |
| - "title":"Affinity - Spotify API with Auth", |
58 |
| - "description" : "A visualized representation of your music library through Spotify's metrics provided from their API. Authentication through authorization code and run as two separate services - Currently a work in progress, though functional; and hosted on Heroku.", |
59 |
| - "contribution" : "React Application, with Express Node.js authentication server to allow for personalized mapping of songs for each user. Using open-source libraries for graphing and calling the Spotify service, along with JS, HTML, and SASS frontend.", |
60 |
| - "image":"affinity.jpg", |
61 |
| - "url":"https://dev-affinity.herokuapp.com/", |
| 57 | + "title": "Affinity - Spotify API with Auth", |
| 58 | + "description": "A visualized representation of your music library through Spotify's metrics provided from their API. Authentication through authorization code and run as two separate services - Currently a work in progress, though functional; and hosted on Heroku.", |
| 59 | + "contribution": "React Application, with Express Node.js authentication server to allow for personalized mapping of songs for each user. Using open-source libraries for graphing and calling the Spotify service, along with JS, HTML, and SASS frontend.", |
| 60 | + "image": "affinity.jpg", |
| 61 | + "url": "http://affinity.dmitrykutin.com/", |
62 | 62 | "repo": "https://github.com/dkutin/affinity"
|
63 | 63 | },
|
64 | 64 | {
|
65 |
| - "title":"My Portfolio", |
66 |
| - "description" : "This site was created with React, HTML, CSS, Javascript -- hosted on Github Pages. A showcase of my past work in my undergraduate degree and various personal projects I (somehow) found time to bring to life.", |
67 |
| - "contribution" : "Furthered my skills with HTML, CSS and JS. Experimented with UX/UI design in Adobe XD, able to implement my desired look and feel by utilizing a React application", |
68 |
| - "image":"portfolio.jpg", |
69 |
| - "repo": "https://github.com/dkutin/dkutin.github.io/" |
| 65 | + "title": "Photography Portfolio Site", |
| 66 | + "description": "A photography and artwork portfolio site build using Netlify and Gatsby as a custom CMS. Containing an About page, Contact form, and Photography/Artwork showcase pages, all configurable from the User Interface.", |
| 67 | + "contribution": "Using React, GraphQL, SASS, with Gatsby and Netlify to create a custom photography and artwork showcase portfolio leveraging a custom content management system.", |
| 68 | + "image": "photography-portfolio.jpg", |
| 69 | + "url": "https://rebeccaforan.ca/", |
| 70 | + "repo": "https://github.com/dkutin/rebeccaforan-portfolio" |
70 | 71 | },
|
71 | 72 | {
|
72 |
| - "title":"Photography Portfolio Site", |
73 |
| - "description" : "A photography and artwork portfolio site build using Netlify and Gatsby as a custom CMS. Containing an About page, Contact form, and Photography/Artwork showcase pages, all configurable from the User Interface.", |
74 |
| - "contribution" : "Using React, GraphQL, SASS, with Gatsby and Netlify to create a custom photography and artwork showcase portfolio leveraging a custom content management system.", |
75 |
| - "image":"photography-portfolio.jpg", |
76 |
| - "url": "https://rebeccaforan.netlify.app", |
77 |
| - "repo": "https://github.com/dkutin/rebeccaforan-portfolio" |
| 73 | + "title": "My Portfolio", |
| 74 | + "description": "This site was created with React, HTML, CSS, Javascript -- hosted on Github Pages. A showcase of my past work in my undergraduate degree and various personal projects I (somehow) found time to bring to life.", |
| 75 | + "contribution": "Furthered my skills with HTML, CSS and JS. Experimented with UX/UI design in Adobe XD, able to implement my desired look and feel by utilizing a React application", |
| 76 | + "image": "portfolio.jpg", |
| 77 | + "repo": "https://github.com/dkutin/dkutin.github.io/" |
78 | 78 | }
|
79 | 79 | ]
|
80 | 80 | }
|
|
0 commit comments