-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
422 lines (394 loc) · 15.2 KB
/
index.html
File metadata and controls
422 lines (394 loc) · 15.2 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="A resume site for Yevgeniy Pinskiy, the junior front end developer that you need">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yevgeniy Pinskiy</title>
<link rel="prefetch" as="style" onload="this.rel='stylesheet'" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.0/semantic.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-48921108-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-48921108-2');
</script>
<style>
body {
padding: 0px;
margin: 0px;
}
body>.ui.container {
width: 100%;
height: max-content;
padding-top: 5vh;
padding-bottom: 5vh;
text-align: center;
}
body>.ui.container>section {
margin-bottom: 3vh;
margin-top: 5vh;
}
body>.ui.container .ui.justified.container {
width: 50rem;
font-size: 1.5em;
}
body>.ui.container .ui.justified.container p {
text-indent: 1em;
line-height: 1.8em;
}
body>.ui.container .ui.justified.container p:not(:first-child) {
margin-top: 2vh;
}
body>.ui.container .ui.justified.container a {
color: darkblue;
text-decoration: underline;
}
.ui.title.header {
font-variant: small-caps;
letter-spacing: 0.05rem;
text-decoration: underline;
margin-bottom: 1vh;
text-align: center;
margin-top: 3vh;
}
.tech-used {
-moz-column-count: 3;
-moz-column-gap: 20px;
-webkit-column-count: 3;
-webkit-column-gap: 20px;
column-count: 3;
column-gap: 20px;
width: 100%;
}
.tech-used>ul {
font-size: 0.7em;
margin: 0px;
list-style-position: inside;
}
img.screenshot {
width: 100%;
margin-top: 1vh;
border: 1px solid rgba(0, 0, 0, 0.3);
}
#hero-container {
background-color: #252a30;
height: 100vh;
position: relative;
width: 100%;
overflow: hidden;
}
#hero-img {
z-index: 2;
height: 100vh;
width: 100%;
object-fit: cover;
position: absolute;
opacity: 0.3;
}
#hero-container * {
text-align: center;
font-variant: small-caps;
color: white;
position: absolute;
z-index: 5;
left: 0;
right: 0;
}
#hero-text {
font-size: 4.5em;
top: 48%;
font-weight: bold;
line-height: 0.8em;
}
#hero-caption {
font-size: 2em;
top: 57%;
}
#scroll-prompt {
font-size: 1.5em;
top: 88%;
}
#chev-icon {
position: absolute;
width: 100%;
color: white;
font-size: 2em;
top: 95%;
z-index: 5;
}
#about-me,
#projects {
background-color: white;
}
#career,
#site-links {
background: url("assets/seigaiha.png");
border-top: 1px solid black;
border-bottom: 1px solid black;
}
#site-links {
padding: 5vh;
font-size: 1.5em;
line-height: 1.5em;
margin-left: 0px;
width: 100%;
height: max-content;
text-align: center;
}
#site-links a {
color: black;
}
#site-links>.links {
display: grid;
grid-gap: 10px;
grid-template-columns: 1fr 1fr 1fr;
text-align: center;
width: 100%;
}
#icon-links {
margin-top: 20px;
margin-bottom: 20px;
display: grid;
grid-gap: 10px;
grid-template-columns: repeat(8, 1fr);
text-align: center;
width: 100%;
}
@media screen and (max-width: 600px) {
#hero-text {
top: 28%;
}
.tech-used {
-moz-column-count: 1;
-webkit-column-count: 1;
column-count: 1;
}
#site-links>.links {
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<div id="hero-container">
<img id="hero-img" alt="Image Of Laptop" src="assets/hero-img-small.jpg">
<h1 id="hero-text">Yevgeniy Pinskiy</h1>
<h2 id="hero-caption">The developer that you need</h2>
<h5 id="scroll-prompt">Find out more about me</h5>
<i id="chev-icon" class="chevron down icon"></i>
</div>
<section id="about-me" class="ui container">
<h1 class="ui header">About Me</h1>
<div class="ui justified container">
<h2 class="ui title header">A Wide Range Of Experience</h2>
<div id="icon-links">
<div><i class="html5 icon" aria-hidden="true"></i></div>
<div><i class="css3 icon" aria-hidden="true"></i></div>
<div><i class="js icon" aria-hidden="true"></i></div>
<div><i class="git icon" aria-hidden="true"></i></div>
<div><i class="node js icon" aria-hidden="true"></i></div>
<div><i class="vuejs icon" aria-hidden="true"></i></div>
<div><i class="python icon" aria-hidden="true"></i></div>
<div><i class="android icon" aria-hidden="true"></i></div>
</div>
<p>I am a jack of all trades developer, I can be whatever you need me to be. I pick up new languages and libraries as easily as I breathe. From C# and C++ to HTML, CSS, and Javascript, I am familiar with it. Specifically, I have experience in C#, .Net,
SQL, Java, Node.js, Express, and MongoDB.</p>
</div>
<div class="ui justified container">
<h2 class="ui title header">Flexible To New Ideas</h2>
<p>
I love debating and discussing new techniques and features. I thrive on peoples' feedback. Researching runs through my veins. My ideal job would be where I would get a request for a new feature, research the options, develop several prototypes, and then
present those plus my research and opinions to the higher-ups.
<p>
</div>
<div class="ui justified container">
<h2 class="ui title header">What I Like</h2>
<p>
Currently, I am looking for a junior Front End Developer position. What else do you need to know about me? I am at the moment located in Brooklyn, NY and am attending college to earn a degree in Computer Science. My hobbies are baking and electronics.
I tinker with Raspberry Pis and Arduinos, currently I am attempting to make my house as smart as possible with mostly my own contraptions. I prefer tabs over spaces, Atom over Vim, Semantic UI over Bootstrap, braces over newlines, and rolling my own
code over jQuery.
</p>
</div>
</section>
<section id="career" class="ui container">
<h1 class="ui header">Formal Experience</h1>
<section>
<h2 class="ui title header">Junior Developer, AFS Technologies</h2>
<div class="ui justified container">
<div class="tech-used">
<h4>Technologies used:</h4>
<ul>
<li>Xamarin.Android</li>
<li>Xamarin.iOS</li>
<li>SQLite</li>
<li>C#</li>
<li>Java</li>
</ul>
</div>
<p>
This was my most current role. My main duties as a junior developer was to maintain and add features to a DSD ("Direct Store Delivery") mobile app for bakery drivers that was on iOS, Android, and Windows Mobile 5.
</p>
<p>
Maintenance work was just simple bugs that customer would report to us and then assigned to developers to fix. Features that were added could be as simple as a new SQLite DB field or a new screen in the application to show some specific data that that
customer wanted to see but could be as complicated as the fingerprint functionality that I added which involved finding a proper library and integrating it.
</p>
<p>
One of the other features I added were a face login feature using facial recognition and a DB of approved drivers' faces. Additionally, I also created a panic button feature in event of a robbery. I left this position to explore the world of front end
web development.
</p>
<p>
One of my favorite parts of this job was the prototyping. I would frequently get asked to research and then develop a prototype feature, sometimes in native Java, in order for the supervisors to test the feasibility of adding a similar feature to the
main app.
</p>
</div>
</section>
<section>
<h2 class="ui title header">Intern, AFS Technologies</h2>
<div class="ui justified container">
<div class="tech-used">
<h4>Technologies used:</h4>
<ul>
<li>Angular 1</li>
<li>ASP.NET</li>
<li>MongoDB</li>
<li>C#</li>
<li>Xamarin.Android</li>
<li>Javascript</li>
<li>Google Maps API</li>
</ul>
</div>
<p>
One of the projects that I worked on as an intern was a website that would receive GPS data from trucks and display the location and truck stock on a map, to be integrated within another dashboard. We were experimenting with Angular to see if we would
use it company-wide as well as seeing how easy it was to use Google Maps API for the map part.
</p>
<p>
Another experimental project I worked on for AFS was an app for the Google Glass that would connect to a database and retrieve information about a product whose barcode was scanned by the Glass after a keyword was said ("Glass, scan product."). This was
written in C# using the Google Glass Developer Kit and Xamarin.Android.
</p>
</div>
</section>
</section>
<section id="projects" class="ui container">
<h1 class="ui header">Informal Experience, Other Projects</h1>
<section>
<h2 class="ui title header">GBFRaiders</h2>
<div class="ui justified container">
<div class="tech-used">
<h4>Technologies used:</h4>
<ul>
<li>Semantic UI</li>
<li>Javascript</li>
<li>Node.js</li>
<li>Express</li>
<li>Socket.io</li>
<li>Git</li>
<li>Twitter streaming API</li>
</ul>
</div>
<img class="screenshot" src="assets/gbfraiders-home.png">
<p>
One of my main projects these days is a website called GBF Raiders. It is a tool designed for players of the game <a href="http://game.granbluefantasy.jp/">Gran Blue Fantasy</a>, a cross-platform game popular in both Japan and America. This site
allows players to subscribe to and find "Raids" (player-made rooms that other players can join).The Twitter stream filters out all the raids that are defined in a JSON file and emits them to Socket.io rooms. Players can then subscribe or unsubscribe
from those rooms to control which show up in the site. Selected raids are saved in localstorage to survive refreshes. If the server or socket goes down, the site automatically re-subscribes to those rooms on reconnect. I have several thousand users
a day and pay for the DigitalOcean server with donations.
</p>
<p>
The site is hosted at
<a href="http://www.gbfraiders.com/">GBFRaiders.com</a> and it's <a href="https://github.com/ypinskiy/GBF-Raiders">GitHub</a> is public. Upon requests from my users, I have made a companion Chrome extension for this site, available at <a href="https://chrome.google.com/webstore/detail/gbf-raiders-2-the-chrome/jhdcbkpphfaclidacgbnnaphoilhgipm">the Chrome webstore</a> and the code is also visible on <a href="https://github.com/ypinskiy/GBF-Raiders-Extension">GitHub</a>.
</p>
</div>
</section>
<section>
<h2 class="ui title header">Kashtan Gifts</h2>
<div class="ui justified container">
<div class="tech-used">
<h4>Technologies used:</h4>
<ul>
<li>Bootstrap</li>
<li>Javascript</li>
<li>Node.js</li>
<li>Express</li>
<li>EJS</li>
<li>Git</li>
<li>Vue.js</li>
<li>Mailgun</li>
<li>Stripe</li>
</ul>
</div>
<img class="screenshot" src="assets/kashtangifts.png">
<p>
This is a beta website that I made for a freelance client of mine. It is a shopping website similar to Etsy but specifically for her products. This is hosted for now on Heroku before being moved to its own dedicated server in the next major update in
June 2018. The new site will be using Vue.js. <a href="http://www.kashtangifts.com">Here is a link to the placeholder site.</a>
</p>
</div>
</section>
<section>
<h2 class="ui title header">Temperature Dashboard</h2>
<div class="ui justified container">
<div class="tech-used">
<h4>Technologies used:</h4>
<ul>
<li>CSS Grid</li>
<li>Socket.io</li>
<li>Node.js</li>
<li>Express</li>
<li>C</li>
</ul>
</div>
<img class="screenshot" src="assets/forecastdashboard.png">
<p>
As a part of an effort to incorporate more home automation into my house, I built a few temperature sensors using an ESP8266 Feather and a DHT22 and then placed them around the house and one outside. I then created a Node.js server that would collect
the readings from these remote sensors and store them as well as get the week's forecast and a feed from our security camera. It exposed a local dashboard that I set as the homepage on a bunch of tablets around the house. I am running the server
on a Raspberry Pi 3 that I made some custom case work for to increase cooling capabilities.
</p>
</div>
</section>
<section>
<h2 class="ui title header">JS Canvas Games</h2>
<div class="ui justified container">
<img class="screenshot" src="assets/breakout.png">
<p>
While I was learning Javascript, I created a series of games implemented in the HTML Canvas element. One game, Breakout, was created from a Mozilla Developer Network tutorial that I finished and then decided to expand with new assets and sounds. Here
is a link to a <a href="https://canvasgamesdemo.herokuapp.com/sites/breakout/index.html">demo of the game</a> and a link to the <a href="https://github.com/ypinskiy/CanvasExamples/tree/master/breakout">Github source</a> for it.
</p>
<img class="screenshot" src="assets/match3.png">
<p>
The next canvas game I worked on was a match 3 puzzle game that I was inspired to make after my mother and sister got onto the Candy Crush fad. I created a few utility classes for this like the grid class that I still use for the games I am working on
now. Here is a link to a <a href="https://canvasgamesdemo.herokuapp.com/sites/match_3/match.html">demo of the game</a> and a link to the <a href="https://github.com/ypinskiy/CanvasExamples/tree/master/match_3">Github source</a> for it.
</p>
<img class="screenshot" src="assets/turretdefense.png">
<p>
The turret defense game was the first full game that I tried to make, as well as the one that took the longest to make. I learned quite a few techniques on this project such as pathfinding and making sprites rotate to face points. Here is a link to a
<a href="https://canvasgamesdemo.herokuapp.com/sites/turret_defense/turret.html">demo of the game</a> and a link to the <a href="https://github.com/ypinskiy/CanvasExamples/tree/master/turret_defense">Github source</a> for it.
</p>
</div>
</section>
</section>
<footer id="site-links">
<h2 class="ui header">Links</h2>
<div class="links">
<div>
<i class="github icon" aria-hidden="true"></i><a href="https://github.com/ypinskiy/">Github</a>
</div>
<div>
<i class="stack overflow icon" aria-hidden="true"></i><a href="https://stackoverflow.com/users/2522121/gpinskiy">StackOverflow</a>
</div>
<div>
<i class="external link square alternate icon" aria-hidden="true"></i><a href="https://www.linkedin.com/in/yevgeniy-pinskiy-69aa8976/">LinkedIn</a>
</div>
<div>
<i class="codepen icon" aria-hidden="true"></i><a href="https://codepen.io/ypinskiy/">Codepen</a>
</div>
<div>
<i class="envelope icon" aria-hidden="true"></i><a href="mailto:gene@pinskiy.us">Email Me</a>
</div>
<div>
<i class="file word icon" aria-hidden="true"></i><a href="assets/YevgeniyPinskiyResume.docx" download="YevgeniyPinskiyResume.docx">Download My Resume</a>
</div>
</div>
</footer>
</body>
</html>