Skip to content

Commit df4b0c7

Browse files
committed
1.3
1 parent cc1ef0b commit df4b0c7

9 files changed

+37
-28
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"port": 13452,
3-
"time": 1756427851168,
3+
"time": 1757175294969,
44
"version": "0.0.3"
55
}
Binary file not shown.
64.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-550 KB
Binary file not shown.

index.html

Lines changed: 36 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@ <h3 class="font-semibold mb-4">Core Focus</h3>
310310
<span class="tech-tag px-3 py-1 rounded-full text-sm" tabindex="0">AI/ML agentic senses</span>
311311
<span class="tech-tag px-3 py-1 rounded-full text-sm" tabindex="0">MCP Protocol</span>
312312
<span class="tech-tag px-3 py-1 rounded-full text-sm" tabindex="0">Automation</span>
313+
<span class="tech-tag px-3 py-1 rounded-full text-sm" tabindex="0">ZeroMQ & Kafka</span>
313314

314315
</div>
315316
</div>
@@ -832,33 +833,41 @@ <h4 class="font-medium mb-4">Follow Me</h4>
832833
gsap.registerPlugin(ScrollTrigger);
833834

834835
// Certificate data
835-
const certificates = [
836-
{ path: 'data/UdacityCertificate.pdf', title: 'Udacity Certificate', category: 'education' },
837-
{ path: 'data/CertificateOfCompletion_Microsoft Azure AI Essentials Professional Certificate by Microsoft and LinkedIn.pdf', title: 'Microsoft Azure AI', category:'education'},
838-
{ path: 'data/Coursera E4WZRUCIBAMB.pdf', title: 'Coursera Certificate', category: 'education' },
839-
{ path: 'data/CertificateOfCompletion_Master JavaScript.pdf', title: 'Master JavaScript', category: 'javascript' },
840-
{ path: 'data/CertificateOfCompletion_Career Essentials in Generative AI by Microsoft and LinkedIn.pdf', title: 'Generative AI Essentials', category: 'ai' },
841-
{ path: 'data/CertificateOfCompletion_Advanced Node.js.pdf', title: 'Advanced Node.js', category: 'node' },
842-
{ path: 'data/CertificateOfCompletion_CSS Essential Training.pdf', title: 'CSS Essential Training', category: 'css' },
843-
{ path: 'data/CertificateOfCompletion_EndtoEnd JavaScript Testing with Cypress.io.pdf', title: 'Cypress.io Testing', category: 'javascript' },
844-
{ path: 'data/CertificateOfCompletion_Ethical Hacking with JavaScript.pdf', title: 'Ethical Hacking', category: 'javascript' },
845-
{ path: 'data/CertificateOfCompletion_JavaScript Best Practices for Code Formatting.pdf', title: 'JS Code Formatting', category: 'javascript' },
846-
{ path: 'data/CertificateOfCompletion_JavaScript Best Practices for Data.pdf', title: 'JS Data Practices', category: 'javascript' },
847-
{ path: 'data/CertificateOfCompletion_JavaScript Security Essentials.pdf', title: 'JS Security', category: 'javascript' },
848-
{ path: 'data/CertificateOfCompletion_JavaScript TestDriven Development ES6.pdf', title: 'Test-Driven Development', category: 'javascript' },
849-
{ path: 'data/CertificateOfCompletion_Learning MongoDB.pdf', title: 'MongoDB', category: 'database' },
850-
{ path: 'data/CertificateOfCompletion_Node.js Design Patterns.pdf', title: 'Node.js Design Patterns', category: 'node' },
851-
{ path: 'data/CertificateOfCompletion_Responsive Layout.pdf', title: 'Responsive Layout', category: 'css' },
852-
{ path: 'data/Gabrielius Pocevicius_JavaScript.pdf', title: 'JavaScript Certificate', category: 'javascript' },
853-
{ path: 'data/Gabrielius Pocevicius_Python.pdf', title: 'Python Certificate', category: 'python' },
854-
{ path: 'data/CertificateOfCompletion_Search Techniques for Web Developers.pdf', title: 'Search Techniques', category: 'development' },
855-
{ path: 'data/CertificateOfCompletion_Essential New Skills in Software Engineering.pdf', title: 'Software Engineering Skills', category: 'development' },
856-
{ path: 'data/CertificateOfCompletion_Unboxing AI Build a Remote MCP Server from Zero to Deployed with OAuth.pdf', title: 'MCP Server Certificate', category: 'ai' },
857-
{ path: 'data/CertificateOfCompletion_Economics Quantitative Demand Analysis.pdf', title: 'Quantitative Demand Analysis', category:'education'},
858-
{ path: 'data/CertificateOfCompletion_Unix Essential Training.pdf', title:'Unix Shell', category:'development'},
859-
{ path: 'data/CertificateOfCompletion_Artificial Intelligence Foundations Machine Learning.pdf', title:'Machine Learning', category:'ai'},
860-
{ path: 'data/CertificateOfCompletion_Marketing Strategy Competitive Intelligence.pdf', title:'Marketing', category:'education'}
861-
];
836+
const certificates = [
837+
{ path: 'data/UdacityCertificate.pdf', title: 'Udacity Certificate', category: 'education' },
838+
{ path: 'data/CertificateOfCompletion_Microsoft Azure AI Essentials Professional Certificate by Microsoft and LinkedIn.pdf', title: 'Microsoft Azure AI', category:'education'},
839+
{ path: 'data/Coursera E4WZRUCIBAMB.pdf', title: 'Coursera Certificate', category: 'education' },
840+
{ path: 'data/CertificateOfCompletion_Master JavaScript.pdf', title: 'Master JavaScript', category: 'javascript' },
841+
{ path: 'data/CertificateOfCompletion_Career Essentials in Generative AI by Microsoft and LinkedIn.pdf', title: 'Generative AI Essentials', category: 'ai' },
842+
{ path: 'data/CertificateOfCompletion_Advanced Node.js.pdf', title: 'Advanced Node.js', category: 'node' },
843+
{ path: 'data/CertificateOfCompletion_CSS Essential Training.pdf', title: 'CSS Essential Training', category: 'css' },
844+
{ path: 'data/CertificateOfCompletion_EndtoEnd JavaScript Testing with Cypress.io.pdf', title: 'Cypress.io Testing', category: 'javascript' },
845+
{ path: 'data/CertificateOfCompletion_Ethical Hacking with JavaScript.pdf', title: 'Ethical Hacking', category: 'javascript' },
846+
{ path: 'data/CertificateOfCompletion_JavaScript Best Practices for Code Formatting.pdf', title: 'JS Code Formatting', category: 'javascript' },
847+
{ path: 'data/CertificateOfCompletion_JavaScript Best Practices for Data.pdf', title: 'JS Data Practices', category: 'javascript' },
848+
{ path: 'data/CertificateOfCompletion_JavaScript Security Essentials.pdf', title: 'JS Security', category: 'javascript' },
849+
{ path: 'data/CertificateOfCompletion_JavaScript TestDriven Development ES6.pdf', title: 'Test-Driven Development', category: 'javascript' },
850+
{ path: 'data/CertificateOfCompletion_Learning MongoDB.pdf', title: 'MongoDB', category: 'database' },
851+
{ path: 'data/CertificateOfCompletion_Node.js Design Patterns.pdf', title: 'Node.js Design Patterns', category: 'node' },
852+
{ path: 'data/CertificateOfCompletion_Responsive Layout.pdf', title: 'Responsive Layout', category: 'css' },
853+
{ path: 'data/Gabrielius Pocevicius_JavaScript.pdf', title: 'JavaScript Certificate', category: 'javascript' },
854+
{ path: 'data/Gabrielius Pocevicius_Python.pdf', title: 'Python Certificate', category: 'python' },
855+
{ path: 'data/CertificateOfCompletion_Search Techniques for Web Developers.pdf', title: 'Search Techniques', category: 'development' },
856+
{ path: 'data/CertificateOfCompletion_Essential New Skills in Software Engineering.pdf', title: 'Software Engineering Skills', category: 'development' },
857+
{ path: 'data/CertificateOfCompletion_Unboxing AI Build a Remote MCP Server from Zero to Deployed with OAuth.pdf', title: 'MCP Server Certificate', category: 'ai' },
858+
{ path: 'data/CertificateOfCompletion_Economics Quantitative Demand Analysis.pdf', title: 'Quantitative Demand Analysis', category:'education'},
859+
{ path: 'data/CertificateOfCompletion_Unix Essential Training.pdf', title:'Unix Shell', category:'development'},
860+
{ path: 'data/CertificateOfCompletion_Artificial Intelligence Foundations Machine Learning.pdf', title:'Machine Learning', category:'ai'},
861+
{ path: 'data/CertificateOfCompletion_Marketing Strategy Competitive Intelligence.pdf', title:'Marketing', category:'education'},
862+
863+
{ path: 'data/Coursera Cert Data Engineering.pdf', title: 'Data Engineering', category: 'education' },
864+
{ path: 'data/CertificateOfCompletion_Introduction to Career Skills in Software Development.pdf', title: 'Career Skills in Software Development', category: 'development' },
865+
{ path: 'data/CertificateOfCompletion_Career Essentials in Software Development by Microsoft and LinkedIn.pdf', title: 'Career Essentials in Software Development', category: 'development' },
866+
{ path: 'data/CertificateOfCompletion_Node.js Security.pdf', title: 'Node.js Security', category: 'node' },
867+
{ path: 'data/CertificateOfCompletion_Programming Foundations Software TestingQA.pdf', title: 'Software Testing & QA', category: 'development' },
868+
{ path: 'data/CertificateOfCompletion_Programming Foundations Beyond the Fundamentals.pdf', title: 'Programming Beyond Fundamentals', category: 'development' },
869+
{ path: 'data/CertificateOfCompletion_Programming Foundations Fundamentals.pdf', title: 'Programming Fundamentals', category: 'development' }
870+
];
862871

863872
let loadedCount = 0;
864873
const totalCerts = certificates.length;

0 commit comments

Comments
 (0)