-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·868 lines (863 loc) · 46.1 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
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<meta content="" name="description">
<meta content="" name="author">
<title>
KhineZarThwe
</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Muli:400,400i,800,800i" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<link href="vendor/font-mfizz.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
</link>
</link>
</link>
</link>
</link>
</link>
</meta>
</meta>
</meta>
</meta>
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top" id="sideNav">
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">
Khine Zar Thwe
</span>
<span class="d-none d-lg-block">
<img alt="" class="img-fluid img-profile rounded mx-auto mb-2" src="img/profile.png">
</img>
</span>
</a>
<button aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler" data-target="#navbarSupportedContent" data-toggle="collapse" type="button">
<span class="navbar-toggler-icon">
</span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">
About
</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience">
Experience
</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education">
Education
</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">
Skills
</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests">
Interests
</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">
Awards
</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#volunteering">
Volunteer
</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#blogs">
Blogs
</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interviews">
Interviews
</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about">
<div class="my-auto">
<h1 class="mb-0">
Khine Zar Thwe
<!-- <span class="text-primary">Taylor</span> -->
</h1>
<div class="subheading mb-5">
<a href="mailto:[email protected]">
</a>
</div>
<p class="lead mb-5">
Khine Zar is an Software Engineer for one of the biggest e-commerce service companies in Japan.
She is also an active community volunteer for various non-profit and charity organizations.
As a founder of <a href="https://www.facebook.com/womeninaimyanmar" target="_blank"> Women in AI (Myanmar chapter)</a>
and <a href="https://www.thingaha.org/" target="_blank">Thingaha donator group</a>Thingaha Donor Group,
she devotes much of her time to promoting gender inclusivity in the education sector.
She is also a co-founder of the <a href="https://mmdt.istarvz.com/about/" target="_blank">Myanmar Data Tech Team</a>, research team that combines the power of data and technology to drive progress in education.
She loves managing tasks, addressing issues, and reporting effectively from different perspectives.
During her free time, she enjoys learning new technologies and cherishing moments with her baby.
<br>
</br>
</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/khine-zar-thwe-934b2787/">
<i class="fab fa-linkedin-in">
</i>
</a>
<a href="https://github.com/khinezarthwe">
<i class="fab fa-github">
</i>
</a>
<a href="https://twitter.com/koalakhine">
<i class="fab fa-twitter">
</i>
</a>
<a href="https://web.facebook.com/profile.php?id=100001047190121">
<i class="fab fa-facebook-f">
</i>
</a>
<a href="https://medium.com/@koalakhine">
<i class="fab fa-medium-m">
</i>
</a>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="experience">
<div class="my-auto">
<h2 class="mb-5">
Experience
</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Senior Software Engineer
</h3>
<div class="subheading mb-3">
<a href="https://www.mercari.com/" target="_blank">
Mercari Inc
</a>
</div>
<p>
<li>
Collaborated on automating privacy office tasks and contributed to enterprise security-related development initiatives to enhance data privacy and protection across the organization.
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
January 2024 - Current
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Senior Application Engineer
</h3>
<div class="subheading mb-3">
<a href="https://global.rakuten.com/corp/" target="_blank">
Rakuten Group Inc
</a>
</div>
<p>
<li>
Leading software development security audits in collaboration with vendors and driving security enhancements for legacy code bases.
</li>
<li>
Perform as application security person in charge and coordinate with internal corporate IT team.
</li>
<li>
Implemented best practices for development, including code reviews, version control, and documentation.
</li>
<li>
Collaborated with other teams and departments to integrate web access software into the broader project ecosystem.
</li>
<li>
Developed and maintained python-based software to provide high-level web access to large-scale project.
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
January 2023 - December 2023
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Senior Technical Consultant/ Development Team Manager
</h3>
<div class="subheading mb-3">
<a href="https://www.airitech.co.jp/" target="_blank">
Airitech Inc
</a>
</div>
<p>
<li>
Managed and grew diverse development team while improving efficiency in team workflows
</li>
<li>
Mentored new hires and junior developers
</li>
<li>
Managed working projects and effective reporting to customers
</li>
<li>
Support team and training members to effectively communicate with customers
</li>
<li>
Proposed new customer services within the company along with the sales team
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
August 2021 - January 2023
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Technical Consultant
</h3>
<div class="subheading mb-3">
<a href="https://www.airitech.co.jp/" target="_blank">
Airitech Inc
</a>
</div>
<p>
<li>
Engaged with customers and maintained quality of service resulting in successful long-term contract extension with an enterprise client
</li>
<li>
Proposed a solution for customers by troubleshooting technical issues
</li>
<li>
Organized and facilitated internal study groups for skill sharing among developers across the whole company
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
August 2020 - August 2021
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Engineer
</h3>
<div class="subheading mb-3">
<a href="https://www.airitech.co.jp/" target="_blank">
Airitech Inc
</a>
</div>
<p>
<li>
Successfully implemented several task automations and integrations projects for an enterprise client using Python and Flask framework
</li>
<li>
Performed security data analysis and infrastructure setup for the client
</li>
<li>
Increased hiring opportunities for the company by planning and coordinating local developer meetups sponsored by the company
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
January 2019 - August 2020
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Manager
</h3>
<div class="subheading mb-3">
<a href="https://www.digitallaboratory.net/company" target="_blank">
Digital Laboratory Myanmar Co.,Ltd
</a>
</div>
<p>
<li>
Managed and grew web development team and dev-ops team while providing the outsource projects
</li>
<li>
Assisted internal HR for talent recruiting and arranged for developer training programs
</li>
<li>
Performed as a bridge engineer between japan and myanmar development team alongside by planning and coordinating with customers
</li>
<li>
Arranged the internal tools and inventory management for employee while managing the development cost estimation together with infrastructure service management
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
May 2018 - December 2018
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Development Engineer
</h3>
<div class="subheading mb-3">
<a href="https://www.digitallaboratory.net/company" target="_blank">
Digital Laboratory Myanmar Co.,Ltd
</a>
</div>
<p>
<li>
Worked as a part web development planning team and developed wordpress plugin with php
</li>
<li>
Promoted to web development team and developed integrated UI data analytics web applications.
</li>
<li>Scraped the latest news for content teams and supported for translation by using NCT API
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
September 2017 - March 2018
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
System Analysts
</h3>
<div class="subheading mb-3">
<a href="https://www.cbm.gov.mm/" target="_blank">
Central Bank of Myanmar
</a>
</div>
<p>
<li>
Analyzed and organized daily financial report and time series data analysis for all domestic banks
</li>
<li>
Participated in the program of issuing new laws, regulations and instructions for the domestic bank related in IT together with IMF team
</li>
<li>
Participated and trained the employee to Office Automation(OA) System for the Central Bank by Daiwa Institute of Research.
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
June-2013 - July 2015
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Junior Web Developer
</h3>
<div class="subheading mb-3">
<a href="https://www.awitd.com/" target="_blank">
AWITD Co.,Ltd
</a>
</div>
<p>
<li>
Web Development on ASP.Net Framework
</li>
<li>
HTML,CSS, C# , Ruby
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
December 2012 - May 2013
</span>
</div>
</div>
</div>
</section>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="education">
<div class="my-auto">
<h2 class="mb-5">
Education
</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Udacity
</h3>
<div class="subheading mb-3">
<a href="https://graduation.udacity.com/confirm/JGCLRNYM" target="_blank">Deep Learning NanoDegree</a>
</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
December 2019 - June 2020
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Nagaoka University of Technology
</h3>
<div class="subheading mb-3">
Master of Engieering
</div>
<div>
Information and Management System Engineering
</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
September 2015 - August 2017
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">
University of Computer Studies ( Maubin )
</h3>
<div class="subheading mb-3">
Master of Computer Technology
</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
December 2006 - September 2012
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Computer University(Hlaing Campus, IMCEITS)
</h3>
<div class="subheading mb-3">
Diploma in MS.Net Programming
</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
May 2012 - October 2012
</span>
</div>
</div>
</div>
</section>
</hr>
</hr>
</div>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="skills">
<div class="my-auto">
<h2 class="mb-5">
Skills
</h2>
<div class="subheading mb-3">
Programming Languages & Tools
</div>
<ul class="list-inline dev-icons">
<li class="list-inline-item">
<i class="fab fa-html5">
</i>
</li>
<li class="list-inline-item">
<i class="fab fab fa-aws">
</i>
</li>
<li class="list-inline-item">
<i class="fab fab fa-backlog">
</i>
</li>
<li class="list-inline-item">
<i class="fab fa-slack">
</i>
</li>
<li class="list-inline-item">
<i class="fab fa-trello">
</i>
</li>
<li class="list-inline-item">
<i class="fab fa-digital-ocean">
</i>
</li>
<li class="list-inline-item">
<i class="fab fa-js">
</i>
</li>
<li class="list-inline-item">
<i class="fab fa-github">
</i>
</li>
<li class="list-inline-item">
<i class="fab fa-linux">
</i>
</li>
<li class="list-inline-item">
<i class="fas fa-database">
</i>
</li>
<li class="list-inline-item">
<i class="fas fa-chart-line">
</i>
</li>
<li class="list-inline-item">
<i class="fab fa-python">
</i>
</li>
</ul>
<div class="subheading mb-3">
Language
</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check">
</i>
Japanese
</li>
<li>
<i class="fa-li fa fa-check">
</i>
English
</li>
<li>
<i class="fa-li fa fa-check">
</i>
Myanmar
</li>
</ul>
</div>
<div class="subheading mb-3">
Certification
</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i>
<a href="https://www.credly.com/badges/0b7e1282-6d60-4f3a-a9c5-0b5001af6eae/public_url" target="_blank">
Google Project Management Professional Certificate
</a>
</li>
<li>
<i class="fa-li fa fa-check"></i>
<a href="https://www.coursera.org/account/accomplishments/certificate/BF9AED4SG2RS" target="_blank">
Introduction to Data Science in Python from UNIVERSITY of MICHIGAN
</a>
</li>
<li>
<i class="fa-li fa fa-check">
</i>
JLPT (N2)
</li>
</ul>
</section>
</hr>
<!-- <div class="subheading mb-3">Workflow</div>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-check"></i>
Mobile-First, Responsive Design</li>
<li>
<i class="fa-li fa fa-check"></i>
Cross Browser Testing & Debugging</li>
<li>
<i class="fa-li fa fa-check"></i>
Cross Functional Teams</li>
<li>
<i class="fa-li fa fa-check"></i>
Agile Development & Scrum</li>
</ul>
</div> -->
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="interests">
<div class="my-auto">
<h2 class="mb-5">
Hobbies & Interests
</h2>
<p>
I involved in local donation group as an organizer and our group donated a monthly stipend until they graduate.Most of the students are from Delta region in Myanmar. I strongly passionate those activities and actively participate and manage them well. My hobbies are Reading, travelling and writing short articles.
</p>
</div>
</section>
</hr>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="awards">
<div class="my-auto">
<h2 class="mb-5">
Papers and Awards
</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning">
</i>
Khine Zar Thwe, Khin Thet Mar, Microcontroller Based Burglar Alarm for Home Security System
</li>
<li>
<i class="fa-li fa fa-trophy text-warning">
</i>
Khine Zar Thwe,Yukawa Takashi, A Music Recommendation System Based on Lyric
</li>
<li>
<i class="fa-li fa fa-trophy text-warning">
</i>
Khine Zar Thwe, Yukawa Takahi,
<a href="http://academic.atisr.org/NETs2017&MR2017/NETs2017_paper_22.pdf">
Improving Music Recommendation System By Applying Latent Topic of Lyrics
</a>
</li>
<li>
<i class="fa-li fa fa-trophy text-warning">
</i>
1
<sup>
st
</sup>
prize in Myanmar (University of Computer Studies 2
<sup>
nd
</sup>
year Exam)
</li>
<li>
<i class="fa-li fa fa-trophy text-warning">
</i>
MEXT scholarship Winner (September 2015 to August 2017 )
</li>
<li>
<i class="fa-li fa fa-trophy text-warning">
</i>
Bertelsmann Technology Scholarship #AI Track ( 2019 to 2020 )
</li>
<li>
<i class="fa-li fa fa-trophy text-warning">
</i>
Myo Thida, Khine Zar Thwe, <a href="https://digitalcommons.bard.edu/earlycollegefolio/vol3/iss1/8/">Holistic Learning: Insights from the Women in Technology (WiT) Workshop Series</a>
</li>
</ul>
</div>
</section>
</hr>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="volunteering">
<div class="my-auto">
<h2 class="mb-5">
Volunteering
</h2>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Founder and Organizer
</h3>
<div class="subheading mb-3">
<a href="https://www.thingaha.org/" target="_blank">
Thingaha charity group
</a>
</div>
<p>
<li>
Starting from personal donation project for children and grew up to 50 yearly donators after 4 years
</li>
<li>Founded and start leading Web Applcation Backend development
<a href="https://github.com/thingaha/thingaha-web" target="_blank">
@ Thingaha Web Application
</a>
</li>
<li>
Product/Project managment for both Mobile and Web application
</li>
<li>
Being a main contact point for donator volunteer management
</li>
<li>
Web/Mobile Development volunteer recruiting and training
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
September 2016 - Present
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Ambassador @ Women in AI Myanmar
</h3>
<div class="subheading mb-3">
<a href="https://www.facebook.com/womeninaimyanmar" target="_blank">
Women in AI Myanmar Chapter
</a>
</div>
<p>
<li>Started the initiative the Women in AI Myanmar Chapter and launched in 2021 January
</li>
<li>
Recruited volunteers and hosted local 7 events and participated 2 APAC events in first year
</li>
<li>
Signed a value-based partnership agreement with a local educational institute
</li>
<li>
Signed 1 sponsorship agreement for events
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
November 2020 - March 2022
</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
APAC Technical Program Director @ WAI Education Office
</h3>
<div class="subheading mb-3">
<a href="https://www.womeninai.co/" target="_blank">
Women in AI APAC
</a>
</div>
<p>
<li>Voluteering in WAI APAC Awards 2023
</li>
<li>Leading the WAI ML Paper Reading Club across the APAC Chapters
</li>
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">
August 2022 - Present
</span>
</div>
</div>
</section>
</hr>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="blogs">
<div class="my-auto">
<h2 class="mb-5">
Blogs
</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://note.com/airitech/n/n02c2ce66f0c0" target="_blank">Challenge to AI x Fintech in Asia[Japan]</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://medium.com/@koalakhine/review-of-wai-talk-3-challenge-to-ai-x-fintech-5e0c20c83a43" target="_blank">Review of WAI Talk(#3) Challenge to AI x Fintech [Myanmar]</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://note.com/airitech/n/n77bc43078dd4" target="_blank">アジアにおける AI x Fintech への挑戦[Japan]</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://medium.com/@koalakhine/my-journey-with-bertelsmann-technology-scholarship-udacity-part-2-18e71fef6a4" target="_blank">My Journey with Bertelsmann Technology Scholarship @Udacity (Part-2)[Myanmar]</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
</i>
<a href="https://medium.com/@koalakhine/my-journey-with-bertelsmann-technology-scholarship-udacity-part-1-d445be32d58b" target="_blank">My Journey with Bertelsmann Technology Scholarship @Udacity (Part-1)[Myanmar]</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://note.com/airitech/n/n0334e50960c0" target="_blank">WaiTalk Japan ( AI for everyone ) [English]</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://medium.com/@koalakhine/review-of-waitalk-japan-ai-for-everyone-a1c5157d40e" target="_blank">Review of WaiTalk Japan ( AI for everyone ) [Myanmar]</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://medium.com/@koalakhine/review-of-tech-meetup-for-mm-engineers-in-jp-2-13a848ac863" target="_blank">Review of Tech Meetup For MM Engineers In JP #2[Myanmar]</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://medium.com/@koalakhine/review-of-women-in-machine-learning-google-japan-2020-jan-25-56f438798015" target="_blank">Review of Women in Machine Learning @Google Japan 2020 Jan 25[Myanmar]</a>
</li>
</ul>
</div>
</section>
</hr>
<hr class="m-0">
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="interviews">
<div class="my-auto">
<h2 class="mb-5">
Interviews
</h2>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://www.womeninai.co/post/wai-myanmar-region-of-the-month" target="_blank">WAI Myanmar will grow exponentially once the country’s political situation stabilizes</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://soundcloud.com/fnf-mm/episode-12-women-in-tech2?utm_source=clipboard&utm_medium=text&utm_campaign=social_sharing" target="_blank">Get into the Mind of an Entrepreneur: Women in Tech (2)</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://note.com/airitech/n/n216016c3ff62?magazine_key=m3513775afe18" target="_blank">ボランティアにも全力投球</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://atmarkit.itmedia.co.jp/ait/articles/2210/20/news001.html" target="_blank">ミャンマーの女性はエンジニアを目指すことをためらわない</a>
</li>
<li>
<i class="fa-li fa fas fa-book text-warning"></i>
<a href="https://atmarkit.itmedia.co.jp/ait/articles/2210/21/news002.html" target="_blank">学ぶ意志と教育へのサポートがあったからこそ今の私がある</a>
</li>
</ul>
</div>
</section>
</hr>
</body>
</html>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js">
</script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js">
</script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js">
</script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js">
</script>