Skip to content

Commit 2102d85

Browse files
authored
Merge pull request #15 from kiritowu/feat/add-htx-internship-experience
feat: Add HTX Internship experience to website and resume
2 parents 6935fd3 + d621e2b commit 2102d85

File tree

2 files changed

+31
-17
lines changed

2 files changed

+31
-17
lines changed

src/lib/profile.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,17 @@ skills:
4848
- Project Management
4949
- Event Planning
5050
experience:
51+
- title: AI Software Engineer Intern
52+
org: HTX xDigital
53+
isJob: true
54+
startDate: 05 May 2025
55+
endDate: 28 Aug 2025
56+
year: '2025'
57+
descriptions:
58+
- Contributed to the full-stack development of HTX’s enterprise chatbot (Teammate) by delivering new features and enhancing error handling flow to increase production readiness.
59+
- Conducted independent research and led the full-stack design and implementation of MCP tool-calling on Teammate.
60+
- Deployed MLflow on Amazon EKS with customized Bitnami Helm charts and Gitlab CI/CD Pipeline, to streamline LLMOps workflows like LLM evaluation and prompt management.
61+
- Designed a robust LLM-as-a-Judge evaluation pipeline to benchmark performance gains achieved through meta-prompting, prompt chaining and agent-based methods.
5162
- title: Chairperson, AI Student Developer Conference
5263
org: AI Singapore
5364
isJob: false
@@ -146,6 +157,9 @@ education:
146157
- Recipient of IMDA Gold Medal and SP Scholarship.
147158
- 'Graduate Coursework: Deep Learning, Machine Learning, Reinforcement Learning, Full-Stack Development, DevOps, Data Analytics, Data Engineering, Data Visualisation.'
148159
resume:
160+
experience:
161+
- HTX xDigital
162+
- Flora Softworks Pte Ltd
149163
projects:
150164
- SG Lib Books
151165
- OneService Hotline
@@ -192,7 +206,7 @@ projects:
192206
longDescriptions:
193207
- Developed a multilingual AI-powered assistant to assist elderly users in submitting municipal issue feedback, leveraging OpenAI’s GPT-4o Realtime API and prompt engineering techniques.
194208
# - Solution demonstrated autonomous decision-making and adaptability, showcasing practical applications of agentic AI in dynamic real-world scenarios.
195-
- Awarded the first prize at the GovTech x OpenAI Hackathon 2024 while competing with 30 other groups of veterans, working adults and students.
209+
- Awarded the first prize at the GovTech x OpenAI Hackathon 2024 while competing with 30 other groups of industry professionals.
196210
- Engaged with Municipal Services Office's Digital Product team to explore potential integration of the solution into their existing product ecosystem.
197211
img: oneServiceHotline
198212
link: https://github.com/aqilakmal/OneService-Hotline

tex/template.tex

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
\begin{cvsection}{Employment}
5858
<% for exp in experience %>
59-
<% if exp.isJob %>
59+
<% if exp.org in resume.experience %>
6060
\begin{cvsubsection}{<$ exp.title $>}{<$ exp.org $>}{<$ exp.startDate | date $> - <$ exp.endDate | date $>}
6161
\begin{itemize}
6262
<% for d in exp.descriptions %>
@@ -84,27 +84,27 @@
8484
<% endfor %>
8585
\end{cvsection}
8686

87-
\begin{cvsection}{Additional Experience and Certification}
88-
\begin{cvsubsection}{}{}{}
89-
\begin{itemize}
90-
\item \textbf{Google Cloud Certified Professional Machine Learning Engineer:} Certified in designing, building, and productionizing ML solutions on Google Cloud. (ID: 43ffb52bffed42bbad16545107dd7723)
91-
% <% for exp in experience %>
92-
% <% if exp.title in resume.additionalExperience %>
93-
% \item \textbf{<$ exp.title | replace("&", "\\&") $>:} (<$ exp.year $>): <$ exp.shortDescription $>
94-
% <% endif %>
95-
% <% endfor %>
96-
\end{itemize}
97-
\end{cvsubsection}
98-
\end{cvsection}
87+
% \begin{cvsection}{Additional Experience and Certification}
88+
% \begin{cvsubsection}{}{}{}
89+
% \begin{itemize}
90+
% \item \textbf{Google Cloud Certified Professional Machine Learning Engineer:} Certified in designing, building, and productionizing ML solutions on Google Cloud. (ID: 43ffb52bffed42bbad16545107dd7723)
91+
% % <% for exp in experience %>
92+
% % <% if exp.title in resume.additionalExperience %>
93+
% % \item \textbf{<$ exp.title | replace("&", "\\&") $>:} (<$ exp.year $>): <$ exp.shortDescription $>
94+
% % <% endif %>
95+
% % <% endfor %>
96+
% \end{itemize}
97+
% \end{cvsubsection}
98+
% \end{cvsection}
9999

100100
\begin{cvsection}{Technologies and Skills}
101101
\begin{cvsubsection}{}{}{}
102102
\begin{itemize}
103103
\item \textbf{Programming Language: } Python, Typescript, Javascript, SQL, HTML, CSS, Bash
104-
\item \textbf{Frameworks and Tools: } SvelteKit, FastAPI, Fastify, Node.JS, TailwindCSS, PostgreSQL, MySQL, MongoDB, Pytorch, Huggingface, Scikit-Learn, Numpy, Pandas, Git, \LaTeX
105-
\item \textbf{Deployment Experience: } Google Cloud, Firebase, Supabase, Docker, Kubeflow
104+
\item \textbf{Frameworks and Tools: } NextJS, SvelteKit, FastAPI, NestJS, Fastify, Node.JS, TailwindCSS, PostgreSQL, MySQL, MongoDB, Pytorch, Huggingface, Scikit-Learn, Numpy, Pandas, Git, \LaTeX
105+
\item \textbf{Deployment Experience: } Google Cloud, Firebase, Supabase, Docker, Kubenetes, Helm, Kubeflow
106106
% \item \textbf{Personal Traits: } Natural Leader, Team Player, Fast Learner, Critical Thinker
107-
\item \textbf{Internship Availibitiy: } 5 May 2025 - 1 Aug 2025 (3-Months)
107+
\item \textbf{Internship Availibitiy: } 10 May 2026 - 2 Aug 2026
108108
\end{itemize}
109109
\end{cvsubsection}
110110
\end{cvsection}

0 commit comments

Comments
 (0)