Skip to content

Commit

Permalink
update profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ervandra committed Apr 24, 2024
1 parent 8c55313 commit d09016f
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 27 deletions.
55 changes: 49 additions & 6 deletions config/profile.js
Expand Up @@ -51,13 +51,56 @@ const profile = {
},
],
experiences: [
{
company: 'Syntax',
logoCompany: 'https://via.placeholder.com/12/e51837?text=+',
promotion: [
{
title: 'Head of Product & Engineering',
year: 'Jan 2024 - Present',
summary: [
'Strategic Planning and Business Development: Setting company goals, identifying growth opportunities, and developing business strategies.',
'Financial Management: Overseeing budgeting, financial performance, and resource allocation.',
'Team Leadership and Management: Recruiting, mentoring, and managing team members to ensure efficient project execution.',
'Project Management: Monitoring project progress, ensuring adherence to timelines and budgets, and facilitating communication with clients and stakeholders.',
'Client Relations and Communication: Building and maintaining strong client relationships, addressing client needs, and identifying opportunities for business growth.',
'Company Culture and Leadership: Fostering a positive work culture, promoting innovation, and advocating for diversity and inclusion.',
,
'Business Strategy and Innovation: Staying informed about industry trends, driving innovation, and exploring opportunities for product development or service expansion.',
],
},
{
title: 'Lead Product & Engineering',
year: 'May 2020 - Dec 2023 (Contract)',
summary: [
'Project Management: Coordinate client projects, manage timelines and budgets.',
'Team Management: Lead team, delegate tasks, provide support.',
'Technical Decision-Making: Make informed decisions, guide team on tech choices.',
'Client Relations: Build strong relationships, address client needs.',
'Risk Management: Identify and mitigate risks.',
'Quality Assurance: Ensure high-quality deliverables.',
'Continuous Improvement: Foster innovation and growth within the team.',
],
},
{
title: 'Lead Project Manager',
year: 'April 2017 - April 2020',
summary: [
'Project Management: Coordinate client projects, manage timelines and budgets.',
'Team Management: Lead team, delegate tasks, provide support.',
'Client Relations: Build strong relationships, address client needs.',
'Risk Management: Identify and mitigate risks.',
],
},
],
},
{
company: 'Komunal',
logoCompany: 'https://via.placeholder.com/12/e51837?text=+',
promotion: [
{
title: 'Tech Manager',
year: 'Sep 2023 - Present',
year: 'Sep 2023 - Feb 2024 (Contract)',
summary: [
'Lead and inspire a small team of 4-5 individuals, guiding them towards becoming proficient full-stack developers.',
'Set the standard for code quality by consistently writing clean and highly readable code.',
Expand All @@ -68,9 +111,9 @@ const profile = {
'Assess, prioritize, and streamline tasks effectively to ensure our team meets critical project milestones and deadlines.',
'Collaborate closely with cross-functional teams to gather requirements, plan project execution, and deliver high-quality software solutions.',
'Apply agile methodologies rigorously to drive project success or, at a minimum, maintain a strong belief in and appreciation for agile principles.',
'Communicate early, clearly, and succinctly with team members and stakeholders, fostering alignment and transparency.'
'Communicate early, clearly, and succinctly with team members and stakeholders, fostering alignment and transparency.',
],
}
},
],
},
{
Expand All @@ -96,7 +139,7 @@ const profile = {
},
{
title: 'Lead Engineer',
year: 'Feb 2022 - Dec 2022',
year: 'Feb 2022 - Dec 2022 (Contract)',
summary: [
'Acting as a technology consultant for the company (directly to CTO and stakeholders)',
'Creating and implementing high-quality technology solutions',
Expand All @@ -116,7 +159,7 @@ const profile = {
promotion: [
{
title: 'Technology Lead',
year: 'May 2022 - Dec 2022',
year: 'May 2022 - Dec 2022 (Contract)',
summary: [
'Connecting people across globe through technical assesment for potential project and collaboration',
'Oversee & Manage APAC (Indonesia Office) Technology Team to ensure working experience, growing factor, and successful deliveries.',
Expand All @@ -132,7 +175,7 @@ const profile = {
},
{
title: 'Senior Software Engineer, Web Platforms',
year: 'May 2021 - April 2022',
year: 'May 2021 - April 2022 (Contract)',
summary: [
'Work with R/GA teams across multiple offices, collaborating with multiple disciplines',
'Evaluate and recommend technology solutions that best fit project requirements',
Expand Down
34 changes: 13 additions & 21 deletions pages/index.tsx
Expand Up @@ -179,7 +179,8 @@ export default function Home() {
Software Engineer | Technology Expert
</h1> */}
<h1 className="text-3xl xl:text-6xl font-extrabold mb-4">
Software Engineer & Technology Specialist
{/* Software Engineer & Technology Specialist */}
Software Engineer | Technology Specialist
</h1>
</Fade>
<Fade delay={100} duration={100}>
Expand All @@ -195,8 +196,12 @@ export default function Home() {
</Fade>
<Fade delay={100} duration={100}>
<p className="mb-8 text-base md:text-xl text-gray-900">
I'd love to discuss about ideas, and my hard-earned experiences + insights
will help you in many ways. Let's get in touch!
{/* I'd love to discuss about ideas, and my hard-earned experiences + insights
will help you in many ways. Let's get in touch! */}

Through-out my entire career, i realize that i love the most to help people,
startup/company to achieve their business goal faster through tailored technology-based
solution. I want to add value for you and your business, let's get in touch!
</p>
{/* <p className="mb-3 fs-5">
I help people, startup/company to achieve their business goal faster
Expand Down Expand Up @@ -368,21 +373,18 @@ export default function Home() {
</Zoom>
<Fade delay={300}>
<p className="mb-4 lg:text-lg">
As software engineer & technology specialist who enjoy crafting things
that live on the heart of many people, i always love to bring technology
solution that is intersecting with creativity.
As an engineer in heart and technology specialist who enjoy delivering technology solution for clients and working with people from around the world, I'm passionate about creating technology that can help people and business to thrive in the digital world.
</p>

<p className="mb-4 lg:text-lg">
I'm now dedicated myself as{' '}
<span className=" font-bold">Tech Manager</span> at{' '}
I'm now managing {` `}
<a
href="https://www.komunal.co.id"
href="https://syntax.id"
target="_blank"
className="font-bold inline-flex items-center hover:underline"
rel="noopener noreferrer">
Komunal
</a>
Syntax Solution
</a> as head of product & engineering
</p>

<p className="mb-2 lg:text-lg">
Expand All @@ -407,16 +409,6 @@ export default function Home() {
</div>
))}
</div>
{/* <p className="mb-2">And my other experiences:</p>
<div className="mb-4 text-gray-500 flex flex-wrap">
{profile.allSkills.map((skill, index) => (
<p
key={skill + index}
className="text-base px-1 rounded bg-gray-100 mr-1 mb-1 border border-gray-300">
{skill}
</p>
))}
</div> */}
</Fade>
</div>
</div>
Expand Down

0 comments on commit d09016f

Please sign in to comment.