-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·771 lines (675 loc) · 36.4 KB
/
index.html
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
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>An Le</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Theme CSS -->
<link href="css/freelancer.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<div id="skipnav"><a href="#maincontent">Skip to main content</a></div>
<!-- Navigation -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom affix-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="#page-top">An Le</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden active">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#about">About</a>
</li>
<li class="page-scroll">
<a href="#portfolio">BLOG</a>
</li>
<li class="page-scroll">
<a href="#resume">Resumé</a>
</li>
<li class="page-scroll">
<a href="#social">Connect</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container" id="maincontent" tabindex="-1">
<div class="row">
<div class="col-lg-12">
<img class="img-responsive" id="profilePicture" src="img/profile.png" alt="">
<div class="intro-text">
<h1 class="name">Hi! I'm An</h1>
<hr class="star-light">
</div>
</div>
</div>
</div>
</header>
<!-- About Section -->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<!-- <h2>About</h2>
<hr class="star-primary"> -->
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p>I graduated from Cornell in 2018. Since then, I have been working at Facebook as a Full Stack engineer. I worked on both web and mobile using React and React Native.</p>
<p>I like working on E-Commerce and Social Media products in general.</p>
</div>
<div class="col-lg-4">
<p>My ultimate goal is to have my own software company in Vietnam :) My most recent side project is <a href="https://projecthome.app/" target="blank">projecthome.app</a>. Check it out!</p>
<p>I barely update this site unless I'm looking for a new opportunity. If you want to know what I'm up to, mesage me on LinkedIn 🤣</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Grid Section -->
<section id="portfolio">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Blog</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal9" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/projhome.png" class="img-responsive crop" alt="Project Home App">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal9" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/vrdemo/vrfinal.jpg" class="img-responsive crop" alt="Vr Hyper V-ball">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal8" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/ardemo/arpoke.png" class="img-responsive crop" alt="AR Pokemon">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal7" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/vrdemo/vrball.png" class="img-responsive crop" alt="First VR">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal6" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/cornell/logo.jpg" class="img-responsive crop" alt="Back To School">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal5" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/movegithub/awspage.png" class="img-responsive crop" alt="Move To Github">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal4" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/ioscodepath.png" class="img-responsive crop" alt="iOS">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal2" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/loc8r.png" class="img-responsive crop" alt="MEAN Stack">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/cmu.png" class="img-responsive crop" alt="CMU">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/portfolio/study16/ucsd2.png" class="img-responsive crop" alt="Study 16">
</a>
</div>
</div>
</div>
</section>
<!-- Resume Section use class="success" to turn green-->
<section id="resume">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Resumé</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
<div class="portfolio-item">
<a href="#resumeModal" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/AnResume.jpg" class="img-responsive img-centered" alt="Resume" >
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<section id="social">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
</div>
<div class="footer-col col-md-4">
<h3>Connect</h3>
<ul class="list-inline">
<li>
<a href="https://www.linkedin.com/in/anle1991" target="_blank" class="btn-social btn-outline"><span class="sr-only">Linked In</span><i class="fa fa-fw fa-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/anle1991" target="_blank" class="btn-social btn-outline"><span class="sr-only">Github</span><i class="fa fa-fw fa-github"></i></a>
</li>
<!-- <li>
<a href="https://www.youtube.com/user/GeekIdea/" target="_blank" class="btn-social btn-outline"><span class="sr-only">Youtube</span><i class="fa fa-fw fa-youtube"></i></a>
</li> -->
</ul>
</div>
<div class="footer-col col-md-4">
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
An Le 2021
</div>
</div>
</div>
</div>
</section>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll hidden-sm hidden-xs hidden-lg hidden-md">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<!--------Project Home App--->
<div class="portfolio-modal modal fade" id="portfolioModal9" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Project Home App</h2>
<hr class="star-primary">
<div class="modal-text">
<p>
I formed a team of 2 engineers including me and 1 designer to work on Roommate Match problem together.
<br>
<br>
We combined Airbnb long term and Facebook Group together to allow renters find other potential renters before they sign a lease. Many times I look at a luxury apartment, I wish I can find a roommate to share the place before signing the lease.
<br>
<br />
Finding roommates after signing the lease is an option, however it brings much more risk and usually those potential roommates also gave up and went to a cheaper place.
<br>
<br />
<br>
<a href="https://projecthome.app/" target="blank"> Check out Project Home App here!</a>
</p>
</div>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--------VR Demo--->
<div class="portfolio-modal modal fade" id="portfolioModal9" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>VR Hyper V-ball</h2>
<hr class="star-primary">
<div class="modal-text">
<p>
I teamed up with another classmate created this tennis game in VR environment.
<br>
<br>
In this game, there are 4 environments that player can choose in gmae maanager. The objective is to hit the target as less as possible with highest score each time.
<br>
<br />
We believe it's not very pratical right now to project the whole real life tennis environment to VR since the players will have their headset mounted with wire.
<br>
<br />
Check out our demo below :)
<br>
<br />
<br>
<iframe class="img-centered" width="560" height="315" src="https://www.youtube.com/embed/yhZdmYAP4W8" frameborder="0" gesture="media" allowfullscreen></iframe>
</p>
</div>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--------AR Demo--->
<div class="portfolio-modal modal fade" id="portfolioModal8" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>AR Pokemon Shooting</h2>
<hr class="star-primary">
<div class="modal-text">
<p>
Created an AR game to catch pokemon with Unity and Vuforia
<br><br>
<iframe class="img-centered" width="560" height="315" src="https://www.youtube.com/embed/mBJBof2A5G4" frameborder="0" gesture="media" allowfullscreen></iframe>
</p>
</div>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--------VR Concept Demo--->
<div class="portfolio-modal modal fade" id="portfolioModal7" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Get to know VR with HTC Vive</h2>
<hr class="star-primary">
<div class="modal-text">
<p>
In this demo, I experienced creating VR game with HTC Vive and SteamVR.
<br />
Player can teleport, pick up the ball and throw it like bowling. Quite an experience for me :)
<br><br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/zDqsLm-ERi8" frameborder="0" gesture="media" allowfullscreen></iframe>
</p>
</div>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--------Cornell--->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Get that Master degree</h2>
<hr class="star-primary">
<div class="modal-text">
<p>
<br><br>
<a href="" target="_blank"><img src="img/portfolio/cornell/admit.png" class="img-responsive img-centered" alt=""></a>
</p>
</div>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--------Move to github--->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Move to github</h2>
<hr class="star-primary">
<div class="modal-text">
<p>
Trying out the github personal homepage and I think it's a great way to save money and time for maintainance.
So I decided to move from AWS wordpress to Github. Goodbye my old page!
<br><br>
<a href="" target="_blank"><img src="img/portfolio/movegithub/awspage.png" class="img-responsive img-centered" alt=""></a>
</p>
</div>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--------iOS--->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>iOS CodePath</h2>
<hr class="star-primary">
<div class="modal-text">
<p>
I found this free course online and attempted to finish the project as a requirement to enroll.
<br><br>
In the project, I briefly learnt Swift and created an app called Tippy.
<br><br>
It's a calculator to calculate tip quickly with an adjustable percentage that user can save a default tip percent.
<br><br>
The app is also able to change currency based on the user location.
<br><br>
Even though I didn't get in, it was fun to learn Swift and create this handy app.
<br><br>
<a href="http://imgur.com/E7wvlGN" class="img-centered"><img src="http://i.imgur.com/E7wvlGN.gif" title="source: imgur.com" /></a>
</p>
</div>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--------CMU--->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Glassdoor Interaction Point – CMU Data Analytics</h2>
<hr class="star-primary">
<div class="modal-text">
<a href="https://thawing-mesa-71435.herokuapp.com/" target="_blank"><img src="img/portfolio/cmu.png" class="img-responsive img-centered" alt=""></a>
<p>
For my project in CMU Data Analytics class, I scraped Glassdoor content to create Glassdoor Interaction Point. It is a metrics to tell the difference in user engagement between companies in the same industry. I created a AWS ML box to do prediction after training it with some sample data. Another use case I found after looking at the data is that I can predict hiring seasons of a specific company. For example, Facebook seems to receive more content on Glassdoor in March and October. So, if you are interested in working there, you should apply 1-2 months before March or October =)
If I have time in the future, I will deploy this. Since it relies on updated data to be interesting, I will not be able to maintain it.
</p>
</div>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--------MEAN Stack--->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>MEAN Stack</h2>
<hr class="star-primary">
<div class="modal-text">
<a href="https://thawing-mesa-71435.herokuapp.com/" target="_blank"><img src="img/portfolio/loc8r.png" class="img-responsive img-centered" alt=""></a>
<p>
<strong>4/4/2016</strong><br /><br />
I'm very excited to join eBay this April. It is my goal to work for a big e-commerce company after graduation. Working in the field I love and attending CMU 15' away are perfect!
During the transition time, I have been working on getting to know MEAN, a technology stack. I have an ambition to build a great e-commerce product in the future. There should exist a message channel where seller and buyer can communicate effectively for negotiation, not only that but it can also handle complete checkout. I think it will greatly benefit SMB. I will try to practice by building a small store with this stack.
In Progress: I'm learning how to develop this coffee wifi review with MEAN and Heroku.<br /><br />
<strong>11/03/2016</strong><br /><br />
Finished this MEAN stack tutorial book. Facebook recently launched their marketplace which is very similar to what I had in mind before. Indeed, they are one of the best messenger apps. Beside the outdated UI, this is something eBay also lacks of in my opinion. The message system of eBay is so inefficient. If eBay is like a market where anyone can buy and sell anything, then the company should focus on improving connecting those 2 types of user locally as well. Why bother separating the classified market and the main product? Doesn't make sense to me. If eBay can show local results that users can buy locally first before showing other results that require shipping, it will be ideal. People don't trust most of eBay sellers because they have no way to check the item before buying. Plus, not every seller can be detail oriented in their description, so why not help them sell locally first?
Should eBay try to be a Amazon? No! Amazon tried auction style before and it failed. eBay should learn that mistake and push what it's strong at. Deeply, I feel Facebook is a more dangerous threat to eBay than Amazon. They are good at connecting people which is a huge mission that includes eBay's one.
Anyway, my MEAN study was put in a good use. I recently just built a simple UI for my team new log system. Pretty fun :D<br /><br />
Random stuffs:<br /><br />
I met many friends from Viet Nam working at big tech companies in this Silicon Valley. Overall, I can see tech workers from SF has more entrepreneurship in them. In contrast, tech workers in SV are purely nerdy and super technical oriented.
Maybe I should explore Front End for my next role?
</p>
</div>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--------Self study 16--->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>2 weeks off for self-studying 2016</h2>
<hr class="star-primary">
<div class="modal-text">
<p>
I didn't take any vacation in the past year at Glassdoor, so I decided to take some...for studying =)<br>
My goal for this self-study season:<br>
Machine Learning Foundation (UW): Done<br>
Algorithm (Stanford):Done<br>
Data Structure (3 courses specialization from UCSD) :Done<br>
<br>
<a href="https://github.com/lequyan/Algolrithm-Stanford-Coursera-1">https://github.com/lequyan/Algolrithm-Stanford-Coursera-1</a><br>
<a href="https://github.com/lequyan/UCSDUnfoldingMaps">https://github.com/lequyan/UCSDUnfoldingMaps</a><br>
<a href="https://github.com/lequyan/UCSDGraphs">https://github.com/lequyan/UCSDGraphs</a><br>
<a href="https://github.com/lequyan/MOOCTextEditor">https://github.com/lequyan/MOOCTextEditor</a><br>
<br>
UCSD is one of the schools I was admitted to when I were transferring from a community college. After taking 3 courses to review data structure on Coursera, I really wish that my family could send me to a more reputable school for CS degree. These UCSD's courses contain many interesting stuffs that make me want to finish once I start.
<br><br>
In the <strong>Advanced Data Structures</strong> class, I reviewed graph data structures and implemented algorithm to find shortest path such as BFS, Dijkstra and A* search. I didn't learn A* search in school and this algorithm blew me away by how easy it is to implement from Dijkstra, but the performance is improved significantly.
<br>
Points visited by Dijkstra:<br>
<a href="" target="_blank"><img src="img/portfolio/study16/ucsd1.png" class="img-responsive img-centered" alt=""></a><br>
<br>
Points visited by A* Search:<br>
<a href="" target="_blank"><img src="img/portfolio/study16/ucsd4.png" class="img-responsive img-centered" alt=""></a><br>
<br>
In the <strong>Data structures: Measuring and Optimizing Performance</strong> course, I implemented a few features to a given text editor:
<br>
<ul>
<li>Calculate Flesch score, which indicates how easy to read is the text I typed.</li>
<li>Generate Markov text. It generates n numbers of words to creates meaningful sentences based on given training sets.</li>
<li>Autocomplete with Trie data structure.</li>
<li>Spelling Suggestions by finding one distance words.</li>
</ul>
<a href="" target="_blank"><img src="img/portfolio/study16/ucsd5.png" class="img-responsive img-centered" alt=""></a><br>
<br>
In the <strong>Object Oriented Programming</strong> in Java, I implemented an Earthquake Map with live feed. It's able to show all the earthquakes in the past 24 hours, show which earthquakes are affecting a chosen city, calculate the average magnitude of those earthquakes.
<br>
<a href="" target="_blank"><img src="img/portfolio/study16/ucsd6.png" class="img-responsive img-centered" alt=""></a><br>
<br>
<a href="" target="_blank"><img src="img/portfolio/study16/ucsd7.png" class="img-responsive img-centered" alt=""></a><br>
</p>
</div>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Resume Modal-->
<div class="portfolio-modal modal fade" id="resumeModal" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<div class="row">
<img src="img/AnResume.jpg" class="img-responsive img-centered" alt="Resume" id="resumeImg">
</div>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="vendor/jquery/jquery.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="vendor/bootstrap/js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Theme JavaScript -->
<script src="js/freelancer.js"></script>
</body></html>