-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
284 lines (273 loc) · 16.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600" />
<link rel="stylesheet" href="css/all.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/templatemo-style.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css">
<title>Minh's Portfolio</title>
<!--
Mini Profile Template
https://templatemo.com/tm-530-mini-profile
-->
</head>
<body>
<!-- Welcome Section -->
<section id="tmWelcome" class="parallax-window row" data-parallax="scroll" data-image-src="img/mini-profile-bg-01.jpg">
<div class="container-fluid tm-brand-container-outer">
<div class="row">
<div class="col-12">
<!-- Logo Area -->
<!-- Black transparent bg -->
<div class="ml-auto mr-0 tm-bg-black-transparent text-white tm-brand-container-inner">
<div class="tm-brand-container text-center">
<h1 class="tm-brand-name">Minh Tran</h1>
<p class="tm-brand-description mb-0">Full Stack Software Engineer</p>
<a href="https://docs.google.com/viewer?url=https://docs.google.com/document/d/1QcfbYc2Ph9gXG_E_XSb50D38h-AXRIG_x9DZuOfSOko/export?format=pdf" target="_blank">VIEW RESUME</a>.</p>
<a href="https://www.linkedin.com/in/minh-tran-36501a251/" target="_blank">LINKEDIN</a>.</p>
</div>
</div>
</div>
</div>
</div>
<div class="tm-bg-white-transparent tm-welcome-container">
<div class="container-fluid">
<div class="row h-100">
<!-- Welcome Text -->
<!-- White transparent bg -->
<div class="col-md-7 tm-welcome-left-col">
<div class="tm-welcome-left">
<h2 class="tm-welcome-title">Welcome to Minh's Portfolio</h2>
<p class="pb-0">
Hey there! I am a Full Stack Software Engineer with a strong foundation in software development, honed through a rigorous boot camp at App Academy. This intensive program was a game-changer, providing me with hands-on experience with JavaScript, Python, React, and Redux which gave me the opportunity to work with more peers on diverse projects.
<br><br>
In college, I explored various fields and even aspired to become a professional ESports gamer. During this period, a friend introduced me to programming through Udemy courses, sparking a passion that led me to pivot towards a career in software engineering.
<br><br>
<!-- show proof of hackathons maybe link to a page or a section in your home page / add a summary to the DevPair Project section in this page -->
Since graduating from App Academy, I have continued to deepen my expertise by completing numerous projects and actively participating in hackathons, some of which I have won. This continuous learning and practical experience have equipped me with a blend of technical skills and a strong problem-solving mindset.
<br><br>
I bring not only technical proficiency but also dedication, reliability, and excellent communication skills to any team. I am a quick learner, open to new opportunities, and currently seeking to apply my problem-solving abilities and technical knowledge to a dynamic company as a Full Stack Software Engineer.
</p>
<!-- Experience -->
<h2>Experience</h2>
<div class="pb-0">Frontend Engineer (Contract)</div>
<div class="pb-0">Unlocked Studios | March 2024 - Present</div>
<ul>
<li>Refactored existing web pages and implemented new features using SolidJS, TypeScript, Tailwind CSS, HTML, and CSS.</li>
<li>Successfully converted the frontend framework from React to SolidJS with TypeScript, improving performance and maintainability.</li>
<li>Enhanced user interaction and site aesthetics through meticulous frontend development.</li>
<li>Collaborated with the design and development teams to deliver high-quality, responsive web applications.</li>
</ul>
<div class="pb-0">Full Stack Engineer (Contract)</div>
<div class="pb-0">Poppy & Pour | November 2023 - February 2024</div>
<ul>
<li>Integrated Etsy and Shopify APIs s utilizing Next.js and Prisma, resulting in a streamlined e-commerce platform and fostering collaboration and skill development within the team
</li>
<li>Engineered a dynamic solution, allowing the client to effortlessly transition their product catalog from Etsy to a custom SEO-optimized website, enhancing visibility and sales before finalizing the process on Shopify store
</li>
<li>Implemented OAuth 2.0 authentication flow for both APIs, ensuring secure access to sensitive data and mitigation potential security risks to safeguard integrity of e-commerce platforms
</li>
<li>Developed redirect routes to optimize OAuth flow for token acquisition, reducing authentication latency and enhancing user experience, resulting in increased efficiency in managing API access
</li>
<li>Employed GraphQL query language to efficiently retrieve product information, improving data retrieval speed and enhancing overall performance of e-commerce platform</li>
</ul>
</div>
</div>
<!-- Brown bg -->
<div class="col-md-5">
<div class="tm-welcome-right">
<img src="old_portfolio/images/bbh.jpg" style="width: 100%; height: 100%; object-fit: contain;">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Welcome section -->
<!-- Portfolio section -->
<section id="tmPortfolio">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<!-- DevPair -->
<div class="tm-portfolio-item">
<div class="tm-portfolio-name">
<img src="old_portfolio/images/devpair.png" style="height: 100%; width: 100%;" />
</div>
<div class="tm-portfolio-description">
<h3 class="tm-text-purple">
DevPair
<span class="tm-title-small">(1st Place App Academy Winter Hackathon)</span>
<a href="https://hackathon-dev-pair.onrender.com/" target="_blank" style="text-decoration: none; font-size: 18px; color: red;">Live |</a>
<a href="https://github.com/itsmingyoo/hackathon-pair-programming" target="_blank" style="text-decoration: none; font-size: 18px; color: red;">GitHub Repo</a>
</h3>
<p class="mb-0">
Crafted by a team of software engineers, this full-stack initiative aims to dismantle tech barriers, enhancing job readiness and tech proficiencies. It features video calls, chat, screen sharing, and FIFO pairing, utilizing Python, Flask, React, Redux, TypeScript, Flask-SocketIO, Agora-RTC, PostgreSQL, and SQLAlchemy.
</p>
</div>
</div>
<!-- BangerSounds -->
<div class="tm-portfolio-item">
<div class="tm-portfolio-name">
<img src="old_portfolio/images/bangersounds.png" style="height: 100%; width: 100%;" />
</div>
<div class="tm-portfolio-description">
<h3 class="tm-text-purple">
BangerSounds
<span class="tm-title-small">(SoundCloud Clone)</span>
<a href="https://bangersounds.onrender.com/" target="_blank" style="text-decoration: none; font-size: 18px; color: red;">Live |</a>
<a href="https://github.com/itsmingyoo/bangersounds" target="_blank" style="text-decoration: none; font-size: 18px; color: red;">GitHub Repo</a>
</h3>
<p class="mb-0">
A solo project inspired by SoundCloud using Python/Flask and React.js/Redux with AWS S3 implementation for songs.
</p>
</div>
</div>
<!-- Edgy -->
<div class="tm-portfolio-item">
<div class="tm-portfolio-name">
<img src="old_portfolio/images/edgy.png" style="height: 100%; width: 100%;" />
</div>
<div class="tm-portfolio-description">
<h3 class="tm-text-purple">
Edgy
<span class="tm-title-small">(Etsy Clone)</span>
<a href="https://edgy.onrender.com/" target="_blank" style="text-decoration: none; font-size: 18px; color: red;">Live |</a>
<a href="https://github.com/CodeJellee/Edgy" target="_blank" style="text-decoration: none; font-size: 18px; color: red;">GitHub Repo</a>
</h3>
<p class="mb-0">
A group project inspired by Etsy using Python/Flask and React.js/Redux with AWS S3 implementation for images.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End portfolio section -->
<!-- TECHNOLOGIES -->
<div id="tmContact" class="parallax-window" data-parallax="scroll" data-image-src="img/mini-profile-bg-02.jpg">
<h1 style="text-align: center; color: whitesmoke; text-shadow: 5px;">TECHNOLOGIES</h1>
<div id="tmContact" class="parallax-window" data-parallax="scroll" data-image-src="img/mini-profile-bg-02.jpg">
<div class="container-fluid">
<div class="row">
<div class="col-12">
<ul class="icons major" style="display: flex; justify-content: space-evenly; align-items: center; flex-wrap: wrap; gap: 1.5rem">
<li><i class="devicon-javascript-plain colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-react-original-wordmark colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-python-plain-wordmark colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-redux-original colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-typescript-original colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-flask-original-wordmark colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-postgresql-plain-wordmark colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-sqlalchemy-plain" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-express-original-wordmark colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-nodejs-plain colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-sequelize-plain-wordmark" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-html5-plain-wordmark colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-css3-plain-wordmark colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-git-plain-wordmark colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-amazonwebservices-original" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-heroku-plain-wordmark colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><i class="devicon-socketio-original-wordmark colored" style="transform: rotate(45deg); font-size: 4em;"></i></li>
<li><img src="old_portfolio/images/agora-logo.svg" style="font-size: 4em; inset: 0;"></li>
</ul>
<div class="row" style="margin-top: 5rem; display: flex; justify-content: center; align-items: center;">
<div class="col-12">
<form
action="https://formspree.io/f/xzbngkzn"
method="POST"
id="tmContactForm"
class="tm-bg-white-transparent"
>
<div class="form-group">
<input
type="text"
id="contact_name"
name="contact_name"
class="form-control rounded-0 border-top-0 border-right-0 border-left-0"
placeholder="Name"
required
/>
</div>
<div class="form-group">
<input
type="email"
id="contact_email"
name="contact_email"
class="form-control rounded-0 border-top-0 border-right-0 border-left-0"
placeholder="Email"
required
/>
</div>
<div class="form-group">
<textarea
rows="4"
id="contact_message"
name="contact_message"
class="form-control rounded-0 border-top-0 border-right-0 border-left-0"
placeholder="Message"
required
></textarea>
</div>
<div class="text-center">
<button
type="submit"
class="btn tm-btn-submit rounded-0 text-white"
>
Submit
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<footer class="col-12">
<p class="text-center tm-copyright-text">
Copyright 2020 Mini Profile Page
- Design: Template Mo</p>
</footer>
</div>
</div>
<!-- section -->
<script src="js/jquery.min.js"></script>
<script src="js/parallax.min.js"></script>
<script>
function detectMsBrowser() {
using_ms_browser =
navigator.appName == "Microsoft Internet Explorer" ||
(navigator.appName == "Netscape" &&
navigator.appVersion.indexOf("Edge") > -1) ||
(navigator.appName == "Netscape" &&
navigator.appVersion.indexOf("Trident") > -1);
if (using_ms_browser == true) {
alert(
"Please use Chrome or Firefox for the best browsing experience!"
);
}
}
function setBrandMarginTop() {
var bottomContainerHeight = $(".tm-welcome-container").height();
$(".tm-brand-container-outer").css({
"margin-top": -bottomContainerHeight + "px"
});
}
$(function() {
setBrandMarginTop();
detectMsBrowser();
// Handle window resize event
$(window).resize(function() {
setBrandMarginTop();
});
});
</script>
</body>
</html>