-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
475 lines (438 loc) · 16.9 KB
/
config.yaml
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
baseURL: "https://dbunthai.github.io/profile"
languageCode: "en-us"
title: "Bunthai DENG"
theme: hugo-profile
outputs:
home:
- "HTML"
- "RSS"
- "JSON"
page:
- "HTML"
- "RSS"
Paginate: 3
disqusShortname: gurusabarish
enableRobotsTXT: true
markup:
goldmark:
renderer:
unsafe: true
Menus:
main:
- identifier: blog
name: Blog
title: Blog posts
url: /blogs
weight: 1
- identifier: gallery
name: Gallery
title: Blog posts
url: /gallery
weight: 2
#Dropdown menu
# - identifier: dropdown
# title: Example dropdown menu
# name: Dropdown
# weight: 3
# - identifier: dropdown1
# title: example dropdown 1
# name: example 1
# url: /#
# parent: dropdown
# weight: 1
# - identifier: dropdown2
# title: example dropdown 2
# name: example 2
# url: /#
# parent: dropdown
# weight: 2
# staticPath: &staticPath "/profile" # The path to serve the static files from
params:
title: "Bunthai DENG"
description: Text about my cool site
tags: ['']
staticPath: &staticPath '/profile/'
favicon: /images/avatar.png #/fav.png
hugoicon: fav.png
# Whether to serve bootstrap css and js files from CDN or not. Can be set to true, "css" or "js" to choose between
# serving both, only the css, or only the js files through the CDN. Any other value will make so that CDN is not used.
# Note the lack of "" in true, it should be of boolean type.
useBootstrapCDN: false
# Whether the fade animations on the home page will be enabled
animate: true
theme:
disableThemeToggle: false
# defaultTheme: "light" # dark
font:
fontSize: 1rem # default: 1rem
fontWeight: 400 # default: 400
lineHeight: 1.5 # default: 1.5
textAlign: left # default: left
# color preference
# color:
# textColor:
# secondaryTextColor:
# backgroundColor:
# secondaryBackgroundColor:
# primaryColor:
# secondaryColor:
# darkmode:
# textColor:
# secondaryTextColor:
# backgroundColor:
# secondaryBackgroundColor:
# primaryColor:
# secondaryColor:
# If you want to customize the menu, you can change it here
navbar:
align: ms-auto # Left: ms-auto | center: mx-auto | right: me-auto | Default: ms-auto
# brandLogo: "/logo.png" # Logo for the brand | default is the favicon variable
brandName: "Bunthai DENG" # Brand name for the brand | default is the title variable
disableSearch: false
menus:
disableInformation: false
disableAbout: false
disableExperience: false
disableEducation: false
disableProjects: false
disableAchievements: false
disableContact: false
# Hero
hero:
enable: true
intro: "Hello, I am"
title: "Bunthai"
subtitle: "I am a software developer"
content: "I enjoy developing applications both backend and frontend. <br> Just believe me, programming is fun 😉"
image: /images/hero.PNG
button:
enable: false
name: "Resume"
url: "#"
download: true
newPage: false
socialLinks:
fontAwesomeIcons:
- icon: fab fa-linkedin
url: &mylinkedin https://www.linkedin.com/in/bunthai-deng-45890317b/
- icon: fab fa-twitter
url: &mytwitter https://twitter.com/bunthai_deng
- icon: fab fa-facebook
url: &myfacebook https://www.facebook.com/bunthaideng
- icon: fab fa-gitlab
url: &mygitlab https://gitlab.com/users/dengbunthai/activity
# customIcons:
# - icon: /fav.png
# staticPath: *staticPath
# url: "https://example.com"
#Information
information:
enable: true
# About
about:
enable: true
title: "About Me"
# image: "/images/me.png"
content: |-
I am a software developer, I develop on both backend and frontend since 2018 in development industries Cloud Platform Service, Insurance and also Fintech
I have been passing and learning through of those experiences from those companies, life is enjoyable if you give positive food to your mindset :D
skills:
enable: true
title: "I got some skills so far, and I love them so much"
items:
- "Java | Spring"
- "JavaScript | TypeScript | Angular"
- "SQL | Postgres"
- "Microservice"
- "Docker | Docker-Compose"
- "K8s is loading..."
# Experience
experience:
enable: true
# title: "Custom Name"
items:
- job: "Backend Development Lead"
company: TrueMoney
companyUrl: "https://truemoney.com.kh/"
date: "May 2022 - present"
featuredLink:
enable: false
name: "View the project"
url: "https://example.com"
info:
enable: false
content: I worked as a software developer for more than one year in Amazon.
content: >
As a backend Software development and lead to deliver business and product such as e-wallets, money transfer, bill payment, cash-in/out and merchant payment in Cambodia
<ol type="I">
<li> Software Development & Lead
<ul>
<li>Break down tasks </li>
<li>Design (Sequence diagram, tables) </li>
<li>Estimate project timeline </li>
<li>Implementations </li>
<li>Deploy to QA & Staging environment</li>
</ul>
</li>
<li> Scrum Master
<ul>
<li>Ensure there is no blocking during project development for scrum members </li>
<li>Organize sprint by completing active sprint and creating new sprint </li>
<li>Manage & Prioritize tasks </li>
<li>Prepare standing up morning meeting and weekly sprint planning </li>
<li>Support scrum members between product owners for unclear requirement </li>
<li>Negotiate timeline and deadline with product owners </li>
<li>Support and raise member’s concerns to the top management </li>
<li>Involve on UAT (non-Production Testing) and PVT (Production testing)</li>
</ul>
</li>
<li> Implemented Main Tasks
<ul>
<li> Link TrueMoney customer account to Bakong application (Backend)</li>
<li>Merchant payment integration with TrueMoney wallet (Backend)</li>
<li>Develop KHQR merchant payment from Bakong members (Backend)</li>
<li>Develop loan disbursement service for microfinance partners (Backend)</li>
</ul>
</li>
</ol>
- job: "Full Stack Software Engineer "
company: "Manulife"
companyUrl: "https://www.manulife.com.kh/"
date: "Mar 2021 - Apr 2022"
featuredLink:
enable: false
url: "https://example.com"
info:
enable: false
content: I worked as a software developer for more than one year in Amazon.
content: >
As a full-stack software engineer develop core systems and in-house web applications to serve insurance businesses.
<ol type="I">
<li> Developer Responsibility
<ul>
<li>Analyze Requirement</li>
<li>Internal Design </li>
<li>Implementation (Add new features, fixing bugs, updating existing feature)</li>
</ul>
</li>
<li> Implemented Main Tasks
<ul>
<li>Enhance to consolidate data in Core System (Oracle form & Oracle PLSQL)</li>
<li>Build Customer Web Service platform (Frontend)</li>
<li>Improve system security on Customer and Agency Web Service (Frontend)</li>
<li>Switching current file system integrate with Alfresco (API)</li>
<li>Oracle Data Patching (Oracle) </li>
<li>Lead user testing application after upgrade system</li>
</ul>
</li>
</ol>
- job: "Senior Platform Developer"
company: "PIPED BITS"
companyUrl: "https://b-pb-cambodia-pbkh.beta.spiral-site.net/?_ifbs-inquiry_form=s1_Step1#"
date: "Apr 2018 - Feb 2021"
info:
enable: false
featuredLink:
enable: false
url: "https://example.com"
content: >
As a senior full-stack developer, developing a cloud service called SPIRALv2 (CMS Platform, Data Storage, Email Service, Security, International) developed by Angular, Java-SpringBoot, BFF, Postgres, Docker, Microservice, Redis, Kong API Gateway, GitHub, etc
<ol type="I">
<li> Developer Responsibility
<ul>
<li>Analyze Requirement</li>
<li>Internal Design </li>
<li>Implementation (Add new features, fixing bugs, updating existing feature)</li>
<li>Code Review</li>
<li>Training Junior</li>
</ul>
</li>
<li> Implemented Main Tasks
<ul>
<li>Refactor Angular project from eager to lazy loading</li>
<li>Implement File Upload in CMS (API & Server Side UI)</li>
<li>Implement ReCaptcha in CMS (API & Server Side UI)</li>
<li>Schedule Trigger & Schedule Trigger History (UI, API)</li>
<li>File Upload (UI)</li>
<li>Multi-Languages (UI, API)</li>
<li>Refactor (upgrade) admin project from Angular 4 to 7 (UI)</li>
<li>Domain Restriction (UI, API)</li>
</ul>
</li>
<li> API Committee Chairman Responsibility
<ul>
<li>Assign API members to research useful technologies and lecture</li
<li>Meeting to solve the internal problems related to API</li
<li>Support API members</li
</ul
</li>
</ol>
# - job: "UI/UX Designer"
# company: "Netflix"
# companyUrl: "https://example.com"
# date: "June 2017 - Nov 2019"
# featuredLink:
# enable: true
# url: "https://example.com"
# content: |
# I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city.
# - Lead backend developer for a product.
# - Created a frontend design for a product.
# - job: "Product Designer"
# company: "Google"
# companyUrl: "https://example.com"
# date: "Feb 2016 - Mar 2017"
# content: "I am currently working as a software developer at [example org.](https://example.com) in San Francisco, CA. I am currently working on a project that will be used to help people find the best way to get around the city."
# Education
education:
enable: true
# title: "Custom Name"
index: false
items:
- title: "Bachelor of Computer Science"
school:
name: "Royal University of Phnom Penh"
url: "http://www.rupp.edu.kh/"
date: "2014 - 2018"
# GPA: "3.9 out of 5.0"
content: |-
- 1st Year - Programming & General Knowledge
- 2nd Year - Programing, Development & General Knowledge
- 3rd Year - Development & Computer Architecture
- 4th Year - Web Development, Software Engineering
<!--I Publiced two papers in the ACM SIGCHI Conference on Artificial Intelligence.
- [Fast and Accurate Object Detection with a Single Convolutional Neural Network](https://example.com)
- Face mask detection using a single convolutional neural network.
Extracurricular Activities
- Lorem ipsum dolor sit amet consectetur adipisicing elit.
- Tempora esse, eaque delectus nulla quo doloribus itaque expedita alias natus optio totam maxime nihil excepturi velit a animi laborum hic similique.-->
featuredLink:
enable: false
name: "My academic record"
url: "https://example.com"
- title: "Software Development Traning Scholarship"
school:
name: "Korea Software HRD Center"
url: "https://kshrd.com.kh/"
date: "2017 - 2018"
# GPA: "3.9 out of 5.0"
content: |-
- Nov 2017 - Feb 2018: Advance Course (4 months equals ~608h)
+ Spring HATEOAS
+ ORM with JPA and Hibernate,
+ Spring Data JPA,
+ Spring Data Rest,
+ OAuth2, etc
- Apr 2017 - Aug 2017: Basic Course (5 months equals ~800h)
+ JAVA : J2SE (Basic Java and OOP concepts), Database (PostgreSQL)
+ WEB : HTML, CSS, JavaScrip, Bootstrap , jQuery, AJAX
+ SPRING : Spring Boot, JDBC Data Access, Spring RESTful API, Spring Security
- title: "General English"
school:
name: "Paññāsāstra University"
url: "http://www.puc.edu.kh/"
date: "2016 - 2017"
# GPA: "3.9 out of 5.0"
content: |-
Graduated in General English
- title: "School Life"
school:
name: "Sereisophorn High Shool"
url: "https://www.facebook.com/sereisophornhighschool"
date: "2002 - 2014"
# GPA: "Grade D (Bac II)"
content: |-
- High School from Grade 10 - 12 (2011 - 2014)
- Secondary School from Grade 7 - 9 (2008 - 2010)
- Primary School from Grade 1 - 6 (2002 - 2007)
# Achievements
achievements:
enable: false
# title: "Custom Name"
items:
- title: Google kickstart runner
content: I solved all problems with optimal solution.
url: https://example.com
- title: Facebook Hackathon Winner
content: Developed a product using Artificial Intelligence.
- title: Hugo Profile
content: Developed a theme and getting 1K+ downloads per month.
url: "https://github.com/gurusabarish/hugo-profile"
- title: Microsoft Imagine Runner
content: We are developed a product which can help others.
- title: Google Summer of Code
content: Contributed to a open source project.
url: https://example.com
# projects
projects:
enable: false
# title: "Custom Name"
items:
- title: Hugo Profile
staticPath: *staticPath
content: A highly customizable and mobile first Hugo template for personal portfolio and blog.
image: /images/projects/profile.png
featured:
name: Demo
link: https://hugo-profile.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fa fa-envelope
url: mailto:?subject=Hugo%20Profile%20Template&body=Check%20it%20out:%20https%3a%2f%2fhugo-profile.netlify.app%2fblog%2fmarkdown-syntax%2f
- icon: fab fa-github
url: https://github.com/gurusabarish/hugo-profile
- icon: fab fa-twitter
url: https://twitter.com/intent/tweet?text=Check+it+out:&url=https%3A%2F%2Fgithub.com%2Fgurusabarish%2Fhugo-profile
- title: Image Converter
staticPath: *staticPath
content: A web app to convert image to pdf, png to jpg, png to jpg and png to webp without database using django.
image: /images/projects/converter.jpg
featured:
name: Demo
link: https://django-converter.herokuapp.com
badges:
- "Django"
- "Bootstrap"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/converter
- title: Hugo Profile V2
staticPath: *staticPath
content: A clean and simple Hugo template for personal portfolio and blog.
image: /images/projects/profile2.jpg
featured:
name: Demo V2
link: https://hugo-profile-2.netlify.app
badges:
- "Hugo"
- "Bootstrap"
- "Javascript"
links:
- icon: fab fa-github
url: https://github.com/gurusabarish/HugoProfileV2
#Contact
contact:
enable: true
# title: "Custom Name"
content: My inbox is always open 📧 <a href="mailto:[email protected]" class="mylink" target="_blank">dengbunthai@gmail.com</a>. <br> Whether you have a question or just want to say hi, <br> I’ll try my best to get back to you!
email: [email protected]
btnName: Mail me
footer:
recentPosts:
path: "blogs"
count: 3
title: Recent Posts
enable: false
disableFeaturedImage: false
socialNetworks:
# gitlab: https://gitlab.com
linkedin: *mylinkedin #https://linkedin.com
twitter: *mytwitter #https://twitter.com
# instagram: https://instagram.com
facebook: *myfacebook #https://facebook.com
# List pages like blogs and posts
listPages:
disableFeaturedImage: false