Skip to content

Commit

Permalink
fix(*): update profile info
Browse files Browse the repository at this point in the history
  • Loading branch information
HoseaCodes committed Feb 24, 2024
1 parent c39ffb9 commit c22dd5d
Showing 1 changed file with 56 additions and 25 deletions.
81 changes: 56 additions & 25 deletions src/Components/PersonalBrand/PersonalBrandOriginal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,48 +67,79 @@ const PersonalBrand = () => {
<br />
<p className="personal-card-content">
{" "}
In my previous Operations Manager role, I identified
underlying problems, analyzing potential solutions, and
implementing resolutions. My attention to detail and love for
technology lead me to seek a deep understanding of Management
of Information Systems. In my graduate program, I received a
sound understanding of the relational database, SQL, C#/C++,
and business processes.
In my prior role as an Operations Manager, I excelled in
identifying underlying issues, analyzing potential solutions,
and implementing effective resolutions. My attention to detail
and passion for technology fueled my pursuit of a profound
understanding of Management Information Systems (MIS). During
my graduate program, I acquired a solid foundation in
relational databases, SQL, C#/C++, and business processes.
</p>
<br />
<p className="personal-card-content">
I enrolled in an immersive full-stack software engineering
program, where I was exposed to the MERN stack and turned my
MIS knowledge into applicable, real-world solutions. I
developed several full-stack web apps and worked on dynamic
team projects. The projects allowed me to hone my skills in
front-end development, client-servers and routing, Node.js,
Eager to bridge my MIS knowledge with practical software
engineering skills, I enrolled in an immersive full-stack
software engineering program. Here, I delved into the MERN
stack, translating my MIS expertise into real-world
applications. Through dynamic team projects, I honed my skills
in front-end development, client-servers and routing, Node.js,
Express.js, MongoDB, OAuth, SPA Architecture, React, Python,
JavaScript, and Django web framework. Each new language not
only broadened my coding knowledge but made me more excited to
learn more while also finding ways to integrate my experiences
and new-found knowledge to enhance user experience.
JavaScript, and the Django web framework. Each new language
broadened my coding proficiency, fostering excitement for
continuous learning and integration to enhance user
experiences.
</p>
<br />
<p className="personal-card-content">
My professional journey has recently led me to State Farm in
Dallas, TX, where I serve as a Software Engineer. Since April
2021, I've been at the forefront of developing maintainable
and scalable web and mobile applications, focusing on
enterprise-level projects. My responsibilities include
optimizing existing systems, automating workflows for
efficiency, ensuring over 70% hands-on engagement, and
collaborating with cross-functional teams to integrate
solutions seamlessly. I also track the business impact of
features and provide insights for future directions, ensuring
the reliability and uptime of internal and external systems.
</p>
<br />
<p className="personal-card-content">
Additionally, I held a position as Lead Backend Software
Engineer at Aimly in Austin, TX, where I further honed my
expertise. I wrote unit and integration tests for quality
assurance, utilized Node.js for backend system development,
and implemented software engineering best practices such as
automated pipelines, Operational Excellence, and Information
Security. Proficient in internal integration within AWS using
DynamoDB with Lambda functions, I showcased the ability to
architect and implement robust serverless applications.
Additionally, I leveraged AWS SDK and TypeScript effectively,
set up and configured GitHub Actions for continuous
integration and continuous deployment (CI/CD) pipelines.
</p>
<br />
<p className="personal-card-content">
{" "}
I’m looking to move into a role where I can grow with
motivated people that believe in growth and innovation. I have
worked progressively with major companies since the beginning
of my career and I am excited for the opportunity to continue
this journey with another industry leader.
I am now seeking a role where I can continue to grow alongside
motivated individuals who share a belief in continuous growth and
innovation. Having progressively contributed to major
companies throughout my career, I am enthusiastic about the
prospect of contributing to another industry leader's success.
</p>
<div className="personal-btn-wrapper">
<Button primary label="More about Dominique" onClick={handleClick} />
<Button
primary
label="More about Dominique"
onClick={handleClick}
/>
<Button
primary
label="Download my Resume"
className="download-btn"
onClick={handleDownload}
/>

</div>

</div>
</div>
</div>
Expand Down

0 comments on commit c22dd5d

Please sign in to comment.