Programme & Project Delivery | Digital Transformation & Change Management | Data Analytics
Intro
Welcome to my portfolio website!
I’m Chun Wei, a digital transformation and business process optimisation professional with over 10
years of experience delivering enterprise platforms, data‑driven solutions, and operational
improvements across APAC. I deliver measurable impact by simplifying complex processes through
analytics, human-centered design, and low-code automation.
Work
Adipiscing magna sed dolor elit. Praesent eleifend dignissim arcu, at eleifend sapien imperdiet ac.
Aliquam erat volutpat. Praesent urna nisi, fringila lorem et vehicula lacinia quam. Integer
sollicitudin mauris nec lorem luctus ultrices.
Nullam et orci eu lorem consequat tincidunt vivamus et sagittis libero. Mauris aliquet magna magna
sed nunc rhoncus pharetra. Pellentesque condimentum sem. In efficitur ligula tate urna. Maecenas
laoreet massa vel lacinia pellentesque lorem ipsum dolor. Nullam et orci eu lorem consequat
tincidunt. Vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus amet feugiat
tempus.
An end‑to‑end SQL analysis of a UK government‑published gender pay gap dataset covering 10,000+
employers. Using official, mandatory self‑reported data, the project required extensive data quality
assessment, handling missing and inconsistent records, careful statistical metric selection, and
multi‑dimensional analysis across industry, geography, and employer size to produce policy‑ready
insights.
U.S. Presidential Election Patterns — Data Journalism with Tableau
A data journalism project analysing 21st‑century U.S. presidential election results using official
data from the MIT Election Lab. The project explores geographic consistency and change in voting
behaviour across states and counties, using interactive maps, dashboards, and a structured visual
narrative to communicate insights clearly to a general audience.
A Python and Streamlit application that analyses uploaded customer reviews to determine sentiment
polarity. Upon file upload, the app processes unstructured text, classifies each review as positive,
neutral, or negative, and presents the results through an interactive dashboard and downloadable
output file. The project demonstrates how qualitative customer feedback can be transformed into
clear, actionable sentiment insights.
Demo video for Customer Review Sentiment Analyzer App
A Python and Streamlit web application that automatically generates a tailored cover letter by
aligning a candidate’s CV with a specific job description. The project focuses on parsing
unstructured text, matching role requirements to relevant experience, and producing a clear,
editable first draft to streamline the job application process.
Demo video for Automated Cover Letter Generator App
An NDA management system built using Microsoft Power Platform to digitise and standardise the
creation, review, and tracking of non‑disclosure agreements. The solution uses Power Apps for
request intake and status tracking, Power Automate for workflow orchestration and approvals, and
centralised storage to improve visibility and control. Delivered as part of an enterprise digital
transformation initiative, the system reduced manual effort and improved turnaround time for legal
teams.
An insurance data management system built using Microsoft Power Platform to centralise and
streamline insurance information across multiple business units. The solution leverages Power
Apps for structured data capture and management, Power Automate for workflow automation and
notifications, and integrated reporting to support visibility and ongoing governance. Delivered
as part of a regional digital transformation initiative, the system improved data consistency,
operational efficiency, and cross‑functional access to insurance information.
A risk management system built using Microsoft Power Platform to capture, assess, and monitor
organisational risks in a structured and consistent manner. The solution leverages Power Apps for
risk identification and assessment, Power Automate for workflow updates and notifications, and Power
BI dashboards to visualise risk exposure through interactive heat maps. Delivered as part of an
enterprise digital transformation initiative, the system improved risk visibility, governance, and
decision‑making across stakeholders.
Drag and drop feature of the Risk Management Register
A hot desk booking application built using Microsoft Power Platform to support flexible workplace
arrangements. The solution leverages Power Apps for desk selection and reservations, and Power
Automate to handle booking logic, validations, and notifications. Delivered as part of an
enterprise
digital transformation initiative, the app streamlined desk management and achieved
organisation‑wide adoption within a short delivery timeline.
An SPV liquidation workflow automation built using Microsoft Power Platform to streamline and
standardise the liquidation process. The solution leverages Power Apps for structured data capture
and status tracking, and Power Automate to manage approvals, document handling, and notifications
across stakeholders. Delivered as part of an enterprise process optimisation initiative, the
solution significantly reduced processing time and improved transparency and control throughout the
liquidation lifecycle.
Automated NDA management processes using SharePoint and Power Platform, saving 20+ hours
monthly for APAC legal teams.
Built and launched a unified APAC Insurance Data Management System serving 50+
cross‑functional users in 7 offices, improving operational efficiency by 40% and enabling
automated monthly analytics reporting.
Developed an APAC‑wide Risk Management Tool featuring interactive heat maps and Power BI
dashboards, improving visibility, UI/UX, and quality of risk‑related decision‑making.
Delivered a cost‑efficient Hot Desk Booking solution within 3 weeks, achieving successful
organisation‑wide adoption for the Bangkok office.
Digitised the SPV liquidation workflow, cutting processing time from 2 weeks to under 5
days, accelerating approvals by 50%, and freeing 10+ hours weekly for higher‑value tasks.
Successfully delivered APAC’s first floating solar PV project, overcoming significant
COVID‑19‑related challenges and earning the Solar Project of the Year award at Solar +
Energy Storage Future Southeast Asia 2022.
Achieved over 50% improvement in shipment document accuracy and 50% reduction in rework, by
leading a Lean Six Sigma project to streamline related processes.
Developed a standardised Bill of Materials (BOM) template that was adopted by the
engineering team, improving consistency, accuracy, and efficiency in technical
specifications and procurement preparation across projects.
Successfully commissioned three utility‑scale solar projects in Japan (Muranuki, Hiratsuka,
Akama), with strong performance and on‑time delivery leading to expanded responsibilities
across additional installations.
Produced technical baselines that enabled regulatory approvals, PPA execution with Meralco,
and the successful divestment of a >60 MWp utility‑scale project to an investment fund in
the Philippines.
Contributed to the successful launch of the EPSON Perfection V600 photo scanner by
supporting the design and development of the Transparency Unit, ensuring integration
readiness for production.
Hands‑on training in data analysis, SQL, dashboards(PowerBI and Tableau), and data
storytelling, applying machine learning concepts and generative AI tools to accelerate data
exploration and automate analysis workflows.
Technical University of Munich
Oct 2013 - Nov 2015
Master of Science (Power Engineering) with Distinction
National University of Singapore
Aug 2003 - Feb 2008
Bachelor of Engineering (Mechanical Engineering), 2nd Class Upper Honours
This is bold and this is strong. This is italic and this is
emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this
is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus
euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis
iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem
ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';