Skip to content

Commit 0313d80

Browse files
authored
Add files via upload
1 parent 3e6d168 commit 0313d80

2 files changed

Lines changed: 24 additions & 24 deletions

File tree

about.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
<meta name="geo.position" content="0;0">
1212
<meta name="ICBM" content="0, 0">
1313

14-
<meta name="description" content="About Patrick Araujo (PkLavc) — Technical Owner and Solutions Architect with a proven career in enterprise production systems, API integration, and automation for scalable operations.">
14+
<meta name="description" content="About Patrick Araujo (PkLavc) — Solutions Architect (Technical Owner) with a proven career in enterprise production systems, API integration, and automation for scalable operations.">
1515
<!-- Open Graph Meta Tags -->
16-
<meta property="og:title" content="About Patrick Araujo | Technical Owner & Solutions Architect">
17-
<meta property="og:description" content="Technical Owner and Solutions Architect with a strong career in enterprise systems, API integration, automation, and scalable architecture. Proven expertise in leading engineering teams and delivering production-grade workflows.">
16+
<meta property="og:title" content="About Patrick Araujo | Solutions Architect (Technical Owner)">
17+
<meta property="og:description" content="Solutions Architect (Technical Owner) with a strong career in enterprise systems, API integration, automation, and scalable architecture. Proven expertise in leading engineering teams and delivering production-grade workflows.">
1818
<meta property="og:url" content="https://pklavc.github.io/about.html">
1919
<meta property="og:type" content="profile">
2020
<meta property="og:image" content="https://pklavc.github.io/images/Lavc.png">
@@ -25,8 +25,8 @@
2525

2626
<!-- Twitter Card Meta Tags -->
2727
<meta name="twitter:card" content="summary_large_image">
28-
<meta name="twitter:title" content="About Patrick Araujo | Technical Owner & Solutions Architect">
29-
<meta name="twitter:description" content="Technical Owner and Solutions Architect with enterprise production systems, API integration, automation and scalable architecture expertise. Proven leadership in engineering delivery and technical ownership.">
28+
<meta name="twitter:title" content="About Patrick Araujo | Solutions Architect (Technical Owner)">
29+
<meta name="twitter:description" content="Solutions Architect (Technical Owner) with enterprise production systems, API integration, automation and scalable architecture expertise. Proven leadership in engineering delivery and technical ownership.">
3030
<meta name="twitter:image" content="https://pklavc.github.io/images/Lavc.png">
3131
<meta name="twitter:image:alt" content="Brand portrait of enterprise systems architect and automation expert Patrick Araujo">
3232
<meta name="twitter:site" content="@PkLavc">
@@ -36,7 +36,7 @@
3636
<meta name="robots" content="index, follow">
3737
<meta property="og:image:alt" content="Brand portrait of enterprise systems architect and automation expert Patrick Araujo">
3838
<meta name="twitter:image:alt" content="Brand portrait of enterprise systems architect and automation expert Patrick Araujo">
39-
<title>About Patrick Araujo | Technical Owner & Solutions Architect</title>
39+
<title>About Patrick Araujo | Solutions Architect (Technical Owner)</title>
4040
<link rel="icon" type="image/png" href="images/Lavc.png">
4141
<link rel="stylesheet" href="css/global.css">
4242
<link rel="stylesheet" href="css/color-blue.css">
@@ -52,8 +52,8 @@
5252
"@context": "https://schema.org",
5353
"@type": "AboutPage",
5454
"@id": "https://pklavc.github.io/about.html#about",
55-
"name": "About Patrick Araujo | Solutions & Integration Architect | Technical Owner",
56-
"description": "Solutions & Integration Architect | Technical Owner specialized in backend ecosystems, process interoperability, and data architecture. GitHub Developer Program Member with AWS Cloud Practitioner certification. 40+ Certifications including Google AI and Data Engineering.",
55+
"name": "About Patrick Araujo | Solutions Architect (Technical Owner)",
56+
"description": "Solutions Architect (Technical Owner) specialized in backend ecosystems, process interoperability, and data architecture. GitHub Developer Program Member with AWS Cloud Practitioner certification. 40+ Certifications including Google AI and Data Engineering.",
5757
"url": "https://pklavc.github.io/about.html",
5858
"image": "https://pklavc.github.io/images/Lavc.png",
5959
"author": {
@@ -100,7 +100,7 @@
100100
"Data Infrastructure"
101101
],
102102
"hasPortfolio": "https://pklavc.github.io/projects.html",
103-
"jobTitle": "Solutions & Integration Architect | Technical Owner",
103+
"jobTitle": "Solutions Architect (Technical Owner)",
104104
"skills": [
105105
"Backend Architecture",
106106
"Data Engineering",
@@ -814,7 +814,7 @@
814814
"Process Engineering",
815815
"Data Infrastructure"
816816
],
817-
"jobTitle": "Solutions & Integration Architect | Technical Owner",
817+
"jobTitle": "Solutions Architect (Technical Owner)",
818818
"skills": [
819819
"Backend Architecture",
820820
"Data Engineering",
@@ -875,7 +875,7 @@
875875
"https://www.linkedin.com/in/patrickajm/",
876876
"https://twitter.com/PkLavc"
877877
],
878-
"description": "Solutions & Integration Architect | Technical Owner specializing in backend ecosystems, process interoperability, and data architecture. Expert in Python, JavaScript, and high-scale Data Pipelines. Available for remote work and Miami/Florida-based projects.",
878+
"description": "Solutions Architect (Technical Owner) specializing in backend ecosystems, process interoperability, and data architecture. Expert in Python, JavaScript, and high-scale Data Pipelines. Available for remote work and Miami/Florida-based projects.",
879879
"priceRange": "$$$",
880880
"serviceArea": {
881881
"@type": "GeoCircle",
@@ -969,7 +969,7 @@ <h2>About <span class="color">Me</span></h2>
969969

970970
<div class="about-content-wrapper" aria-label="About content">
971971
<p class="bio-text">
972-
<strong>Solutions & Integration Architect and Computer Engineering student</strong> focused on designing proprietary systems and eliminating architectural bottlenecks in high-scale environments. Expertise in <span class="highlight">Software Architecture</span>, <span class="highlight">Systems Integration</span>, and <span class="highlight">Data Modeling</span>, with proficiency in <span class="highlight">Python</span>, <span class="highlight">JavaScript</span>, and <span class="highlight">REST APIs</span>.
972+
<strong><span class="color">Solutions & Integration Architect and Computer Engineering student</span></strong> focused on designing proprietary systems and eliminating architectural bottlenecks in high-scale environments. Expertise in <span class="highlight">Software Architecture</span>, <span class="highlight">Systems Integration</span>, and <span class="highlight">Data Modeling</span>, with proficiency in <span class="highlight">Python</span>, <span class="highlight">JavaScript</span>, and <span class="highlight">REST APIs</span>.
973973
</p>
974974

975975
<p class="bio-text">

index.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<meta name="google-site-verification" content="6gMtjXC8QaMe105oQFC7f7_0FKxgBr8R65-kOtoSSfE" />
88

99
<!-- SEO Enhanced Meta Tags -->
10-
<meta name="description" content="Solutions & Integration Architect | Technical Owner specializing in backend ecosystems, process interoperability, and data architecture. Focused on designing proprietary systems and eliminating architectural bottlenecks in high-scale environments.">
10+
<meta name="description" content="Solutions Architect (Technical Owner) specializing in backend ecosystems, process interoperability, and data architecture. Focused on designing proprietary systems and eliminating architectural bottlenecks in high-scale environments.">
1111
<!-- Open Graph Meta Tags -->
12-
<meta property="og:title" content="Patrick Araujo | Solutions & Integration Architect | Technical Owner">
13-
<meta property="og:description" content="Corporate production systems architect with expertise in systems architecture, API integration, SRE-aware automation, Node.js, Python, and scalable data pipelines for enterprise backends.">
12+
<meta property="og:title" content="Patrick Araujo | Solutions Architect (Technical Owner)">
13+
<meta property="og:description" content="Corporate production systems architect and technical owner with expertise in systems architecture, API integration, SRE-aware automation, Node.js, Python, and scalable data pipelines for enterprise backends.">
1414
<meta property="og:url" content="https://pklavc.github.io/">
1515
<meta property="og:type" content="website">
1616
<meta property="og:image" content="https://pklavc.github.io/images/Lavc.png">
@@ -21,12 +21,12 @@
2121

2222
<!-- Twitter Card Meta Tags -->
2323
<meta name="twitter:card" content="summary_large_image">
24-
<meta name="twitter:title" content="Patrick Araujo | Solutions & Integration Architect | Technical Owner">
25-
<meta name="twitter:description" content="Corporate production systems architect delivering resilient systems architecture, API integration, automation workers, Node.js, Python, and enterprise data pipelines.">
24+
<meta name="twitter:title" content="Patrick Araujo | Solutions Architect (Technical Owner)">
25+
<meta name="twitter:description" content="Corporate production systems architect and technical owner delivering resilient systems architecture, API integration, automation workers, Node.js, Python, and enterprise data pipelines.">
2626
<meta name="twitter:image" content="https://pklavc.github.io/images/Lavc.png">
2727
<meta name="twitter:site" content="@PkLavc">
2828
<meta name="twitter:creator" content="@PkLavc">
29-
<title>Patrick Araujo | Solutions & Integration Architect | Technical Owner</title>
29+
<title>Patrick Araujo | Solutions Architect (Technical Owner)</title>
3030
<link rel="canonical" href="https://pklavc.github.io/">
3131
<meta name="robots" content="index, follow">
3232
<meta property="og:image:alt" content="Brand portrait of enterprise systems architect and automation expert Patrick Araujo">
@@ -53,8 +53,8 @@
5353
{
5454
"@type": "ProfilePage",
5555
"@id": "https://pklavc.github.io/#profile",
56-
"name": "Patrick Araujo | Solutions & Integration Architect | Technical Owner",
57-
"description": "Solutions & Integration Architect and Technical Owner with deep experience delivering corporate production systems, enterprise systems architecture, API integration, SRE-aware automation, Node.js, Python, and scalable data pipelines.",
56+
"name": "Patrick Araujo | Solutions Architect (Technical Owner)",
57+
"description": "Solutions Architect (Technical Owner) with deep experience delivering corporate production systems, enterprise systems architecture, API integration, SRE-aware automation, Node.js, Python, and scalable data pipelines.",
5858
"url": "https://pklavc.github.io/",
5959
"image": "https://pklavc.github.io/images/Lavc.png",
6060
"author": {
@@ -98,7 +98,7 @@
9898
"Observability",
9999
"Process Interoperability"
100100
],
101-
"jobTitle": "Solutions & Integration Architect | Technical Owner",
101+
"jobTitle": "Solutions Architect (Technical Owner)",
102102
"skills": [
103103
"Backend Architecture",
104104
"Data Engineering",
@@ -815,7 +815,7 @@
815815
"Process Interoperability"
816816
],
817817
"hasPortfolio": "https://pklavc.github.io/projects.html",
818-
"jobTitle": "Solutions & Integration Architect | Technical Owner",
818+
"jobTitle": "Solutions Architect (Technical Owner)",
819819
"skills": [
820820
"Backend Architecture",
821821
"Data Engineering",
@@ -889,7 +889,7 @@
889889
"https://www.linkedin.com/in/patrickajm/",
890890
"https://twitter.com/PkLavc"
891891
],
892-
"description": "Solutions & Integration Architect | Technical Owner specializing in backend ecosystems, process interoperability, and data architecture. Expert in Python, JavaScript, SQL, Deluge, n8n, and REST APIs. Focused on designing proprietary systems and eliminating architectural bottlenecks in high-scale environments. Available for remote work and Miami/Florida-based projects.",
892+
"description": "Solutions Architect (Technical Owner) specializing in backend ecosystems, process interoperability, and data architecture. Expert in Python, JavaScript, SQL, Deluge, n8n, and REST APIs. Focused on designing proprietary systems and eliminating architectural bottlenecks in high-scale environments. Available for remote work and Miami/Florida-based projects.",
893893
"priceRange": "$$$",
894894
"serviceArea": {
895895
"@type": "GeoCircle",
@@ -1141,7 +1141,7 @@
11411141
<div class="header-content-box">
11421142
<h1 class="firstline"><span class="color">Patrick Araujo</span></h1>
11431143
<div class="secondline">
1144-
<h2 class="main-info" style="margin:0; font-weight:inherit; font-size:inherit; line-height:inherit;">Solutions & Integration Architect | Technical Owner<br>| Systems Design | Interoperability | Technical Leadership</h2>
1144+
<h2 class="main-info" style="margin:0; font-weight:inherit; font-size:inherit; line-height:inherit;">Solutions Architect (Technical Owner)<br>| Systems Design | Interoperability | Technical Leadership</h2>
11451145
<div class="remote-text">
11461146
Architecting Scalable Backend Systems and Intelligent AI-Driven Solutions.
11471147
</div>

0 commit comments

Comments
 (0)