-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
243 lines (215 loc) · 12.2 KB
/
index.html
File metadata and controls
243 lines (215 loc) · 12.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
---
layout: default
---
<!-- Hero / About Section -->
<section id="about" class="hero">
<div class="hero-content">
<p class="greeting">Hello, World! I am</p>
<h1 class="title">Dr. Poom Kongniratsaikul</h1>
<h2 class="subtitle">Test Manager & System Integration Expert</h2>
<p class="bio">
I am a multifaceted engineer with a cross-domain background spanning computers, programming, robotics, and quality assurance. Backed by real academic and industrial experience, I bridge the gap between hardware and software to ensure robust, high-quality systems from prototype to production.
<br><br>
My core focus is on developing comprehensive test strategies and automation frameworks for embedded systems. With deep expertise across all levels of testing, my true strengths lie in Integration and System Testing—whether that means SiL, HiL, or validation on real hardware. I have led testing efforts for a wide range of innovative products, including Smartglasses, advanced sensors, ECUs, and automotive headlamps. I am a collaborative, solutions-oriented professional dedicated to driving excellence within dynamic engineering teams.
</p>
<div class="hero-actions">
<a href="#contact" class="btn btn-primary">Initialize Contact</a>
<a href="#experience" class="btn btn-secondary">View Logs</a>
</div>
</div>
<!-- Profile Image -->
<div class="hero-image">
<div class="image-wrapper">
<img src="{{ '/resources/photo.png' | relative_url }}" alt="Dr. Poom Kongniratsaikul" class="profile-photo">
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience" class="section">
<h2 class="section-title">Execution_Logs <span class="blink">_</span></h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<h3>Software & System Integration and Test Manager</h3>
<span class="company">Bosch Sensortec GmbH | Aug 2022 - Present</span>
<p>Leading testing efforts for a wide range of innovative products, including Smartglasses and advanced sensors. Developing comprehensive test strategies and automation frameworks for embedded systems, bringing deep expertise across all levels of testing, specializing in Integration, System Testing, and full-system validation on real hardware.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<h3>Test Automation Engineer</h3>
<span class="company">Marelli Automotive Lighting Reutlingen | Mar 2013 - Dec 2019</span>
<p>Developed automation test concepts and tools for automotive ECUs and headlamps (LED Simulator, PSI5 Sensor Simulator, LVDS Simulator). Validated ECU software via requirement-based testing and functional safety. Coordinated international teams across Germany, India, and Romania.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<h3>Researcher & Research Assistant</h3>
<span class="company">University of Duisburg-Essen | Jun 2009 - Feb 2013</span>
<p>Researched reliability theory applied to engineering systems under high uncertainty, including early design stages and high-voltage direct-current (HVDC) power transmission. Published on IEEE evaluating system reliability. Organized technical courses on digital systems and computer architecture.</p>
</div>
</div>
</div>
</section>
<!-- Education Section -->
<section id="education" class="section">
<h2 class="section-title">Knowledge_Base <span class="blink">_</span></h2>
<div class="timeline">
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<h3>Doctor of Engineering (Dr.-Ing.), Computer Engineering</h3>
<span class="company">University of Duisburg-Essen | 2009 - 2013</span>
<p>Graduated with an outstanding academic record. Doctoral focus on Reliability Engineering, applying reliability theory to complex engineering systems under high uncertainty to bridge academic theory with industrial applications.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<h3>Master of Science, Control and Information Systems</h3>
<span class="company">University of Duisburg-Essen | 2007 - 2009</span>
<p>Completed with an outstanding record. Scope encompasses Automation and Robotics, specializing in advanced control systems and information processing, laying the groundwork for expertise in complex system integration.</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<h3>Bachelor of Engineering, Computer Engineering</h3>
<span class="company">Kasetsart University | 2003 - 2007</span>
<p>Built a strong cross-domain foundation in computer hardware, programming, and robotics. Active in academic projects and served as a Teaching Assistant for core engineering courses (Probability, Logic Circuits, C&P).</p>
</div>
</div>
<div class="timeline-item">
<div class="timeline-marker"></div>
<div class="timeline-content">
<h3>Science and Computer Programme</h3>
<span class="company">Triam Udom Suksa School | Graduated 2003</span>
<p>Completed secondary education at a highly competitive, science-focused institution, fostering early foundational skills in computer science, advanced mathematics, and analytical problem-solving.</p>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills" class="section">
<h2 class="section-title">System_Specs <span class="blink">_</span></h2>
<div class="skills-grid">
<div class="skill-category card">
<h3><i class="fa-solid fa-microchip"></i> Hardware</h3>
<ul class="skill-list">
<li>Embedded Systems</li>
<li>Sensors & Smartglasses</li>
<li>Automotive ECUs</li>
<li>Hardware-in-the-Loop (HiL)</li>
</ul>
</div>
<div class="skill-category card">
<h3><i class="fa-solid fa-code"></i> Software & Firmware</h3>
<ul class="skill-list">
<li>Python, C/C++</li>
<li>Test Automation Frameworks</li>
<li>UNIX-like (Linux, macOS, OpenSolaris)</li>
<li>SystemC, RTL, FPGA Validation</li>
</ul>
</div>
<div class="skill-category card">
<h3><i class="fa-solid fa-network-wired"></i> Testing & Management</h3>
<ul class="skill-list">
<li>System & Integration Testing</li>
<li>All-Level Validation (SiL, HiL, Real HW)</li>
<li>Cross-functional Leadership</li>
<li>Languages: English, German, Thai</li>
</ul>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="section">
<h2 class="section-title">Deployed_Modules <span class="blink">_</span></h2>
<div class="projects-grid">
<div class="project-card card">
<div class="project-header">
<h3>Laser Projector for Smartglasses</h3>
</div>
<p>Testing and validation of miniature laser projection systems for augmented reality Smartglasses. Managed comprehensive system integration testing.</p>
<div class="project-tags">
<span>Smartglasses</span> <span>Validation</span> <span>Hardware</span>
</div>
</div>
<div class="project-card card">
<div class="project-header">
<h3>Advanced Sensors</h3>
</div>
<p>System integration and testing for Barometric pressure sensors and Smart Magnetometers, ensuring high reliability and precision.</p>
<div class="project-tags">
<span>Sensors</span> <span>IoT</span> <span>Integration</span>
</div>
</div>
<div class="project-card card">
<div class="project-header">
<h3>Automotive LED Headlamps</h3>
</div>
<p>Developed test automation concepts and validated ECU software for intelligent automotive LED headlamp systems, ensuring functional safety.</p>
<div class="project-tags">
<span>ECU</span> <span>Functional Safety</span> <span>Automotive</span>
</div>
</div>
<div class="project-card card">
<div class="project-header">
<h3>Academic Research: IEEE Publications</h3>
</div>
<p>Authored technical papers for IEEE evaluating system reliability considering insufficient knowledge, applied to High-Voltage Direct-Current (HVDC) Converter Stations.</p>
<div class="project-tags">
<span>Research</span> <span>System Reliability</span> <span>IEEE</span>
</div>
</div>
</div>
</section>
<!-- Articles / Blog Section -->
<section id="articles" class="section">
<h2 class="section-title">Knowledge_Dump <span class="blink">_</span></h2>
<div class="projects-grid">
{% for post in site.posts limit:3 %}
<div class="project-card card" style="display: flex; flex-direction: column; justify-content: space-between;">
<div>
<div class="project-header" style="margin-bottom: 0.5rem;">
<h3 style="font-size: 1.1rem;"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h3>
</div>
<p style="font-size: 0.9rem; margin-bottom: 1rem;">{{ post.excerpt | strip_html | truncatewords: 25 }}</p>
</div>
<div class="project-tags">
<span><i class="fa-regular fa-calendar"></i> {{ post.date | date: "%B %d, %Y" }}</span>
<a href="{{ post.url | relative_url }}" style="font-size: 0.8rem; margin-left: auto;">Read <i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
{% else %}
<p style="color: var(--text-muted);">No logs found. Awaiting data transfer...</p>
{% endfor %}
</div>
</section>
<!-- Interests Section -->
<section id="interests" class="section">
<h2 class="section-title">Side_Quests <span class="blink">_</span></h2>
<div class="projects-grid">
<div class="project-card card">
<div class="project-header">
<h3><i class="fa-solid fa-chart-line"></i> Stock Investments</h3>
</div>
<p>Deep interest in financial markets, value investing, and market analysis. Invited as a guest speaker on a prominent financial TV program in Thailand to discuss investment strategies and market outlook.</p>
<div class="project-tags">
<a href="https://www.youtube.com/watch?v=pPHY7O6SXEY" target="_blank" class="btn btn-secondary" style="font-size: 0.8rem; padding: 0.4rem 0.8rem; margin-top: 0.5rem;"><i class="fa-solid fa-play"></i> Watch Interview</a>
</div>
</div>
<div class="project-card card">
<div class="project-header">
<h3><i class="fa-solid fa-building-user"></i> Business & Hospitality</h3>
</div>
<p>Co-Founder and Business Partner at Hotel Römerkrug Weinhaus Weiler (2020-2022). Managed the implementation of modern hotel infrastructure, CM, PMS, and automation within historical buildings.</p>
<div class="project-tags">
<span>Management</span> <span>Automation</span> <span>Hospitality</span>
</div>
</div>
</div>
</section>