refactor: reorganize skills sidebar layout (7 left, 6 right)
- Update splitSkills logic to put 7 categories on left sidebar, 6 on right - Reorder skills: Frontend Technologies now at position 5, Legacy Enterprise Technologies at position 6 (last on left) - Apply changes to both English and Spanish CV data - Clean up unused enhanced template and CSS files Left sidebar (Page 1): 1. AI-Assisted Development 2. SAP Technologies 3. Programming Languages 4. Go Ecosystem 5. JavaScript Ecosystem 6. Frontend Technologies 7. Legacy Enterprise Technologies Right sidebar (Page 2): 8. Backend Technologies 9. Databases 10. Infrastructure & Servers 11. DevOps & CI/CD 12. Team Management 13. Design Tools
This commit is contained in:
+102
-86
@@ -310,125 +310,138 @@
|
||||
"skills": {
|
||||
"technical": [
|
||||
{
|
||||
"category": "AI & Modern Development",
|
||||
"category": "AI-Assisted Development",
|
||||
"proficiency": 5,
|
||||
"items": [
|
||||
"AI-Assisted Development (Claude Code, Copilot, GPT-4)",
|
||||
"Prompt Engineering & AI Workflows",
|
||||
"HTMX (Hypermedia Applications)",
|
||||
"Go (Golang)",
|
||||
"AI Development Workflows (Claude Code, Copilot, GPT-4)",
|
||||
"Agent-Based & Spec-Driven Development",
|
||||
"Prompt Engineering & AI Integration",
|
||||
"Automated Code Generation & Documentation",
|
||||
"OpenAI & Anthropic APIs"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "SAP Technologies",
|
||||
"proficiency": 5,
|
||||
"items": [
|
||||
"SAP Customer Data Cloud (CDC)",
|
||||
"SAP Cloud Platform",
|
||||
"SAP S/4HANA",
|
||||
"GDPR Compliance & Data Protection"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "Programming Languages",
|
||||
"proficiency": 4,
|
||||
"items": [
|
||||
"JAVA/Groovy",
|
||||
"JavaScript (ES6+)",
|
||||
"Go",
|
||||
"TypeScript",
|
||||
"Node.js",
|
||||
"Python",
|
||||
"Shell Scripting (Bash/Unix)",
|
||||
"PHP",
|
||||
"Scala",
|
||||
"XML/XSLT",
|
||||
"Action Script",
|
||||
"Shell Scripts (Unix)",
|
||||
"C/C++"
|
||||
"Java",
|
||||
"Groovy",
|
||||
"SQL",
|
||||
"Assembler"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "Web Development",
|
||||
"category": "Go Ecosystem",
|
||||
"proficiency": 5,
|
||||
"items": [
|
||||
"JSP/PHP",
|
||||
"HTML(5)/XHTML/Handlebars/Moustache/Velocity/Freemarker",
|
||||
"CSS/Less/Sass/Javascript/jQuery/mooTools",
|
||||
"DOM/Ajax/SEO/WebServices",
|
||||
"REST API Design & Development",
|
||||
"Responsive & Mobile-First Design"
|
||||
"Hono - High-Performance Web Framework",
|
||||
"Gin - Web Framework",
|
||||
"Fyne - Cross-Platform GUI Framework",
|
||||
"Bubble Tea - TUI Framework",
|
||||
"Charm - Terminal UI Libraries (Lipgloss, Bubbles)",
|
||||
"Goroutines & Concurrency Patterns",
|
||||
"Standard Library (net/http, html/template)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "JavaScript Frameworks",
|
||||
"category": "JavaScript Ecosystem",
|
||||
"proficiency": 5,
|
||||
"items": [
|
||||
"Node & ReactJS",
|
||||
"Node.js & Express",
|
||||
"React & React Ecosystem",
|
||||
"Redux/Flux",
|
||||
"Webpack2/Express",
|
||||
"Gulp/Grunt"
|
||||
"Modern Build Tools (Webpack, Vite, ESBuild)",
|
||||
"Package Management (npm, pnpm, bun)",
|
||||
"Testing Frameworks (Jest, Playwright)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "PHP Frameworks",
|
||||
"proficiency": 4,
|
||||
"category": "Frontend Technologies",
|
||||
"proficiency": 5,
|
||||
"items": [
|
||||
"Yii Framework",
|
||||
"Zend Framework",
|
||||
"Wordpress API",
|
||||
"Joomla API"
|
||||
"HTMX - Hypermedia-Driven Applications",
|
||||
"HTML5 & Semantic Web",
|
||||
"CSS3, Tailwind CSS, SASS/LESS",
|
||||
"JavaScript - DOM Manipulation & AJAX",
|
||||
"jQuery",
|
||||
"Progressive Enhancement & Accessibility",
|
||||
"Responsive & Mobile-First Design",
|
||||
"Template Engines (Handlebars, Panini, Mustache)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "Java Frameworks",
|
||||
"proficiency": 4,
|
||||
"category": "Legacy Enterprise Technologies",
|
||||
"proficiency": 3,
|
||||
"items": [
|
||||
"Play! Framework",
|
||||
"Struts",
|
||||
"Spring",
|
||||
"Hibernate",
|
||||
"Ibatis",
|
||||
"Magnolia CMS",
|
||||
"XWiki",
|
||||
"TESEO Framework"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "Application Servers",
|
||||
"proficiency": 4,
|
||||
"items": [
|
||||
"Apache/WAMP/MAMP",
|
||||
"Tomcat/JBoss/Resin/Jetty/Websphere/Weblogic"
|
||||
"Java & J2EE",
|
||||
"Spring Framework, Struts, Hibernate",
|
||||
"PHP & WordPress",
|
||||
"Yii Framework, Zend Framework",
|
||||
"Enterprise Application Servers (Tomcat, JBoss, WebLogic)"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "Backend Technologies",
|
||||
"proficiency": 4,
|
||||
"proficiency": 5,
|
||||
"items": [
|
||||
"Node.js (Express, Modern frameworks)",
|
||||
"Go (Golang)",
|
||||
"Java & J2EE",
|
||||
"Spring Framework, Struts, Hibernate",
|
||||
"PHP"
|
||||
"Go - Current Primary Stack",
|
||||
"Hono Framework - High-Performance Web Server",
|
||||
"Node.js (Express, Hono-compatible frameworks)",
|
||||
"RESTful API Design & Implementation",
|
||||
"Authentication & Authorization Systems",
|
||||
"Database Design & Optimization"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "Databases",
|
||||
"proficiency": 4,
|
||||
"items": [
|
||||
"PostgreSQL",
|
||||
"MySQL",
|
||||
"SQLite",
|
||||
"Oracle",
|
||||
"MySql",
|
||||
"Postgresql",
|
||||
"Hypersonic",
|
||||
"SQL Knowledge"
|
||||
"MongoDB (NoSQL)",
|
||||
"SQL Knowledge",
|
||||
"Database Design & Optimization"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "CMS's and Web Production Environments",
|
||||
"proficiency": 4,
|
||||
"category": "Infrastructure & Servers",
|
||||
"proficiency": 5,
|
||||
"items": [
|
||||
"Joomla",
|
||||
"Wordpress",
|
||||
"RapidWeaver",
|
||||
"Servoy",
|
||||
"WebRatio",
|
||||
"Play! Framework"
|
||||
"Linux Server Administration",
|
||||
"VPS Deployment & Configuration",
|
||||
"Nginx & Apache Configuration",
|
||||
"Docker & Containers",
|
||||
"Reverse Proxy & Load Balancing"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "Design Tools",
|
||||
"proficiency": 3,
|
||||
"category": "DevOps & CI/CD",
|
||||
"proficiency": 5,
|
||||
"items": [
|
||||
"Corel Draw",
|
||||
"Adobe PhotoShop",
|
||||
"Adobe Illustrator",
|
||||
"GIMP"
|
||||
"CI/CD Pipeline Design & Implementation",
|
||||
"Custom Deployment Solutions",
|
||||
"Monitoring & Alerting Dashboards",
|
||||
"Git & Version Control",
|
||||
"Process Automation & Scripting"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -443,23 +456,13 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "SAP Technologies",
|
||||
"proficiency": 5,
|
||||
"category": "Design Tools",
|
||||
"proficiency": 3,
|
||||
"items": [
|
||||
"SAP Customer Data Cloud (CDC)",
|
||||
"SAP Cloud Platform",
|
||||
"GDPR Compliance & Data Protection"
|
||||
]
|
||||
},
|
||||
{
|
||||
"category": "DevOps & Tools",
|
||||
"proficiency": 4,
|
||||
"items": [
|
||||
"Git (Version Control)",
|
||||
"CI/CD Pipelines",
|
||||
"Docker",
|
||||
"Automated Testing",
|
||||
"Agile Methodologies"
|
||||
"Corel Draw",
|
||||
"Adobe PhotoShop",
|
||||
"Adobe Illustrator",
|
||||
"GIMP"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -700,6 +703,19 @@
|
||||
"Participated in practical development workshops",
|
||||
"Networked with regional technology sector professionals"
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Web Application Development: Apache, PHP and MySQL",
|
||||
"institution": "University of Extremadura",
|
||||
"location": "Cáceres",
|
||||
"date": "2002",
|
||||
"duration": "40 hours",
|
||||
"shortDescription": "Web application development course covering Apache, PHP, and MySQL technologies.",
|
||||
"responsibilities": [
|
||||
"Learned Apache web server configuration and administration",
|
||||
"Developed dynamic web applications using PHP",
|
||||
"Designed and implemented MySQL databases for web applications"
|
||||
]
|
||||
}
|
||||
],
|
||||
"projects": [
|
||||
|
||||
Reference in New Issue
Block a user