Skip to content

Commit 3a7414d

Browse files
committed
modified About Me to include more
1 parent 63034aa commit 3a7414d

File tree

1 file changed

+69
-41
lines changed

1 file changed

+69
-41
lines changed

src/components/About/AboutBody.jsx

Lines changed: 69 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,80 @@
1-
import React from "react";
2-
import Card from "react-bootstrap/Card";
3-
import { GoDotFill } from "react-icons/go";
1+
import React from 'react';
2+
import Card from 'react-bootstrap/Card';
3+
import { GoDotFill } from 'react-icons/go';
44

55
function AboutBody() {
66
return (
77
<Card className="quote-card-view">
88
<Card.Body>
99
<blockquote className="blockquote mb-0">
10-
<p style={{ textAlign: "justify" }}>
11-
{/* Hello, my name is <span className="maincolor">Ken Crawford </span>
10+
<p style={{ textAlign: 'justify' }}>
11+
{/* Hello, my name is <span className="maincolor">Ken Crawford </span>
1212
I am a <span className="maincolor"> Full Stack Developer. </span>
1313
<br /><br /> */}
14-
With a robust background as a <span className="maincolor">Full Stack Developer</span>, I offer over five years of diverse experience in
15-
software development, web development, application development, and API development. My expertise spans
16-
various modern technologies, including <span className="maincolor">JavaScript, Python, TypeScript, ReactJS, Node.js, NestJS, Express.js </span>
17-
and databases such as <span className="maincolor">MySQL, MS SQL Server,</span> and <span className="maincolor">PostgreSQL. </span>
18-
Additionally, I have extensive experience deploying applications and microservices on leading cloud platforms such as
19-
<span className="maincolor"> IBM Cloud, AWS, and Microsoft Azure.</span>
20-
<br /><br />
21-
In my career, I have seamlessly transitioned between roles, including Full Stack Developer, Web Developer, Software Developer,
22-
Microsoft Cloud Developer, Dynamics 365 Developer, and Power Platform Developer. As a Senior Full Stack Developer and team lead, I have
23-
mentored new team members and development teams, fostering a collaborative and innovative environment. My
24-
responsibilities have included software application and microservice development, project architecture and design,
25-
full-stack code contributions, implementing new project features, REST API server monitoring and management,
26-
and database administration.
27-
<br /><br />
28-
Notably, I have worked extensively with FHIR (Fast Healthcare Interoperability Resources), applying FHIR as a
29-
data standard for multiple health industry applications. My experience includes deploying FHIR Servers,
30-
implementing FHIR implementation guides, maintaining interoperability standards, and enhancing FHIR Servers with custom
31-
operations and search parameters.
32-
<br /><br />
33-
I have a strong background in Agile/Scrum environments, where I have actively contributed to development teams
34-
to bring applications to production successfully. Additionally, I have implemented CI/CD pipelines, optimizing
35-
the development process for efficient and high-quality software delivery.
36-
<br /><br />
37-
Early in my career, I worked as a Graphic Designer, a background that provides me with a creative edge as a Full
38-
Stack Developer. The transition from Graphic Designer to Web Developer allowed me to merge aesthetic
39-
sensibilities with technical expertise, enabling me to develop visually appealing and functionally robust
40-
applications. This creative foundation enhances my ability to deliver user-friendly and engaging solutions.
41-
<br /><br />
42-
With a combination of technical proficiency, leadership experience, Agile methodologies, and a unique blend of
43-
design and development skills, I am passionate about contributing to innovative and impactful projects in the
44-
software development space.
45-
</p>
46-
<br /><br />
47-
<p className="maincolor">
48-
Personal Interests:
14+
With a robust background as a{' '}
15+
<span className="maincolor">Full Stack Developer</span>, I offer
16+
over five years of diverse experience in software development, web
17+
development, application development, and API development. My
18+
expertise spans various modern technologies, including{' '}
19+
<span className="maincolor">
20+
JavaScript, TypeScript, C#, .NET, React.js, Node.js, NestJS,
21+
Express.js, Python, HMTL, CSS,{' '}
22+
</span>
23+
and databases such as{' '}
24+
<span className="maincolor">MySQL, MS SQL Server,</span> and{' '}
25+
<span className="maincolor">PostgreSQL. </span>
26+
Additionally, I have extensive experience deploying applications and
27+
microservices on leading cloud platforms such as
28+
<span className="maincolor">
29+
{' '}
30+
IBM Cloud, AWS, and Microsoft Azure.
31+
</span>
32+
<br />
33+
<br />
34+
In my career, I have seamlessly transitioned between roles,
35+
including Full Stack Developer, Web Developer, Software Developer,
36+
Microsoft Cloud Developer, Dynamics 365 Developer, and Power
37+
Platform Developer. As a Senior Full Stack Developer and team lead,
38+
I have mentored new team members and development teams, fostering a
39+
collaborative and innovative environment. My responsibilities have
40+
included software application and microservice development, project
41+
architecture and design, full-stack code contributions, implementing
42+
new project features, REST API server monitoring and management, and
43+
database administration.
44+
<br />
45+
<br />
46+
Notably, I have worked extensively with FHIR (Fast Healthcare
47+
Interoperability Resources), applying FHIR as a data standard for
48+
multiple health industry applications. My experience includes
49+
deploying FHIR Servers, implementing FHIR implementation guides,
50+
maintaining interoperability standards, and enhancing FHIR Servers
51+
with custom operations and search parameters.
52+
<br />
53+
<br />
54+
I have a strong background in Agile/Scrum environments, where I have
55+
actively contributed to development teams to bring applications to
56+
production successfully. Additionally, I have implemented CI/CD
57+
pipelines, optimizing the development process for efficient and
58+
high-quality software delivery.
59+
<br />
60+
<br />
61+
Early in my career, I worked as a Graphic Designer, a background
62+
that provides me with a creative edge as a Full Stack Developer. The
63+
transition from Graphic Designer to Web Developer allowed me to
64+
merge aesthetic sensibilities with technical expertise, enabling me
65+
to develop visually appealing and functionally robust applications.
66+
This creative foundation enhances my ability to deliver
67+
user-friendly and engaging solutions.
68+
<br />
69+
<br />
70+
With a combination of technical proficiency, leadership experience,
71+
Agile methodologies, and a unique blend of design and development
72+
skills, I am passionate about contributing to innovative and
73+
impactful projects in the software development space.
4974
</p>
75+
<br />
76+
<br />
77+
<p className="maincolor">Personal Interests:</p>
5078
<br></br>
5179
<ul>
5280
<li className="about-activity">
@@ -71,4 +99,4 @@ function AboutBody() {
7199
);
72100
}
73101

74-
export default AboutBody;
102+
export default AboutBody;

0 commit comments

Comments
 (0)