Skip to content

Commit 80f20a6

Browse files
committed
Update Career and Education Timeline
1 parent 3daf76b commit 80f20a6

1 file changed

Lines changed: 33 additions & 11 deletions

File tree

  • src/app/career-and-education-timeline

src/app/career-and-education-timeline/page.tsx

Lines changed: 33 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -210,21 +210,21 @@ export default function CareerAndEducationTimelinePage() {
210210
institution: "Two Fish Creative, Inc.",
211211
location: "W. Palm Beach, FL / Remote (Hybrid)",
212212
type: "career",
213-
position: "Developer",
213+
position: "Software Engineer",
214214
},
215215
{
216216
yearStart: 2023,
217-
// yearEnd: 2024,
218-
isPresent: true,
217+
yearEnd: 2025,
218+
isPresent: false,
219219
bodyElement: <div className={ cn(styles.bodyElement, 'grid grid-cols-1 gap-1') }>
220220
<div className={ cn(globalStyles.bulletGrid) }>
221-
<span></span><span>Lead cross-functional development teams, manage the full software development life cycle (SDLC), and collaborate with product managers and UX/UI designers to deliver complex, high-quality client projects</span>
221+
<span></span><span>Led cross-functional development teams, managed the full software development life cycle (SDLC), and collaborated with product managers and UX/UI designers to deliver complex, high-quality client projects</span>
222222
<div>
223-
<span></span><span>Implement Agile/Scrum processes, perform rigorous code reviews, and manage project timelines to ensure on-time delivery</span>
224-
<span></span><span>Architect and build full-stack platforms for clients using TypeScript, React, Python/Flask, MySQL/MariaDB, and AWS</span>
225-
<span></span><span>Create and independently publish native iOS and Android applications and design server/database integrations</span>
226-
<span></span><span>Migrate monolithic legacy platforms to modern service-oriented architectures (microservices) utilizing Docker/Kubernetes</span>
227-
<span></span><span>Ensure high-quality, scalable software components by managing CI/CD pipelines and writing unit and integration tests</span>
223+
<span></span><span>Implemented Agile/Scrum processes, performed rigorous code reviews, and managed timelines for timely feature delivery</span>
224+
<span></span><span>Architected and built full-stack platforms for clients using TypeScript, React, Python/Flask, MySQL/MariaDB, and AWS</span>
225+
<span></span><span>Created and independently published native iOS and Android applications and designed server/database integrations</span>
226+
<span></span><span>Migrated monolithic legacy platforms to modern service-oriented architectures (microservices) utilizing Docker/Kubernetes</span>
227+
<span></span><span>Ensured high-quality, scalable software components by managing CI/CD pipelines and writing unit and integration tests</span>
228228
</div>
229229
</div>
230230
<div className={ cn(globalStyles.bulletGrid) }>
@@ -234,16 +234,38 @@ export default function CareerAndEducationTimelinePage() {
234234
</div>
235235
</div>
236236
<div className={ cn(globalStyles.bulletGrid) }>
237-
<span></span><span>Regularly exceed client expectations, securing contract renewals at higher rates often by revitalizing stalled projects and delivering critical features that previous teams could not</span>
237+
<span></span><span>Regularly exceeded client expectations, securing contract renewals at higher rates often by revitalizing stalled projects and delivering critical features that previous teams could not</span>
238238
</div>
239239
<div className={ cn(globalStyles.bulletGrid) }>
240-
<span></span><span>Contribute to popular open source libraries such as Capacitor as I improve them in the course of work</span>
240+
<span></span><span>Contributed to popular open source libraries such as Capacitor as I improved them in the course of work</span>
241241
</div>
242242
</div>,
243243
institution: "Two Fish Creative, Inc.",
244244
location: "W. Palm Beach, FL / Remote (Hybrid)",
245245
type: "career",
246246
position: "Team Lead",
247+
},
248+
{
249+
yearStart: 2025,
250+
// yearEnd: 2024,
251+
isPresent: true,
252+
bodyElement: <div className={ cn(styles.bodyElement, 'grid grid-cols-1 gap-1') }>
253+
<div className={ cn(globalStyles.bulletGrid) }>
254+
<span></span><span>Create a novel, full-stack, and multi-platform application offering intuitive recipe creation, user experience, and sharing</span>
255+
<div>
256+
<span></span><span>Leverage Apple’s Foundation Models to develop a powerful AI assistant serving home cooks and culinary enthusiasts</span>
257+
<span></span><span>Design and implement a seamless user experience across platforms using Swift, Kotlin, React, Go, and PostgreSQL</span>
258+
<span></span><span>Integrate millions of recipes via extensive web scraping to solve the cold start problem and provide instant value to users</span>
259+
</div>
260+
</div>
261+
<div className={ cn(globalStyles.bulletGrid) }>
262+
<span></span><span>Build responsive e-commerce platforms in React for clients determined to expand their digital presence and drive online sales</span>
263+
</div>
264+
</div>,
265+
institution: "Lumavant, LLC",
266+
location: "New York & Florida / Remote",
267+
type: "career",
268+
position: "Founder & CEO",
247269
supersedesOtherPositions: true,
248270
},
249271
{

0 commit comments

Comments
 (0)