diff --git a/src/data/timeline.js b/src/data/timeline.js index 1e36625..2b369e8 100644 --- a/src/data/timeline.js +++ b/src/data/timeline.js @@ -1,11 +1,11 @@ export default [ { year: "Today", - title: "Contributor Apprentice", + title: "Contributor", institution: "OpenSearch - AWS", duration: "1 mos", details: - "Contributor of OpenSearch library, an AWS open-source tool for data-intensive solutions. focusing on improving code for OpenSearch Dashboards, UI Framework, and Documentation projects. Appretienship part of the OSCI Initiative Program.", + "Contributor of OpenSearch library, an AWS open-source tool for data-intensive solutions. focusing on improving code for OpenSearch Dashboards, UI Framework, and Documentation projects.", }, { year: "Today", diff --git a/src/data/timeline_aux.js b/src/data/timeline_aux.js deleted file mode 100644 index c19a270..0000000 --- a/src/data/timeline_aux.js +++ /dev/null @@ -1,47 +0,0 @@ -export default [ - { - year: 'Today', - title: 'Teaching Assistant', - institution: 'Coding Dojo', - duration: '2 years', - details: - 'My humble attempt at building my version of the digital world one step at a time by documenting my coding journey and creating software engineering and computer science content to help those coming behind me.', - }, - { - year: 'Today', - title: 'Solo Indie Developer', - duration: '4 years', - details: - "I'm a solo indie developer building software for myself and clients to showcase on YouTube. All coding projects are built from the ground up, from planning and designing all the way to solving real-life problems with code.", - }, - { - year: '2019', - title: 'Software Engineer', - duration: '2 years', - details: - 'I helped build an enterprise application for a Fortune 500 company in an Agile team setting. Our tech stack consisted of TypeSciprt, Angular, Java, Gradle, and a handful of other languages and tools.', - }, - { - year: '2018', - title: "Bachelor's Degree in Computer Science", - duration: '5 years', - details: - 'I pursued the knowledge that a computer science degree had to offer. I learned about computer architecture, computer science theory, an array of programming, and aspects of artificial intelligence.', - }, - { - year: '2013', - title: 'First Line of Code', - duration: 'the beginning', - details: - "I wrote my first line of real code that started this journey into digital craftsmanship that I never could've imagined, especially as someone who never saw themselves as anything other than a blue collar worker.", - }, - { - year: '2021 - Present', - title: 'Teaching Assistant', - institution: 'Coding Dojo', - duration: '1 yr 8 mos', - location: 'Washington, United States', - details: - 'As a part-time Teaching Assistant at Coding Dojo, I have tutored over 100 online students, making a significant impact on their transition into full-stack development. I support learning in various technologies such as Python and Flask, Java and Spring Boot, and the MERN stack. Through guidance and support, I have contributed to the success of students in achieving their software development career goals.', - }, - ] \ No newline at end of file