{"id":1502,"date":"2025-02-13T00:00:41","date_gmt":"2025-02-13T05:00:41","guid":{"rendered":"https:\/\/ryancv-demo.bslthemes.com\/dataops\/?page_id=1502"},"modified":"2025-02-18T15:45:43","modified_gmt":"2025-02-18T20:45:43","slug":"skills","status":"publish","type":"page","link":"https:\/\/dwtoledo.com\/es\/competencias\/","title":{"rendered":"Habilidades"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"1502\" class=\"elementor elementor-1502\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-40145980 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"40145980\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-16abf673\" data-id=\"16abf673\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-104b20f elementor-widget elementor-widget-ryancv-heading-two\" data-id=\"104b20f\" data-element_type=\"widget\" data-widget_type=\"ryancv-heading-two.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<!-- Heading -->\n\t\t<div class=\"ar-sec-head\">\n\t\t\t\t\t\t<!-- subtitle -->\n\t\t\t<div class=\"ar-sub-title-icon\">\n\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-dumbbell\" viewbox=\"0 0 640 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M104 96H56c-13.3 0-24 10.7-24 24v104H8c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h24v104c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V120c0-13.3-10.7-24-24-24zm528 128h-24V120c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v272c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h24c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM456 32h-48c-13.3 0-24 10.7-24 24v168H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v400c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V288h128v168c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24z\"><\/path><\/svg>\t\t\t\t\t\t\t\t<span >Mis competencias<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<!-- title -->\n\t\t\t<h2 class=\"ar-title\">\n\t\t\t\t<span >T\u00e9cnico<\/span>\n\t\t\t<\/h2>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-913679a e-flex e-con-boxed e-con e-parent\" data-id=\"913679a\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b4abdfa elementor-widget elementor-widget-code-highlight\" data-id=\"b4abdfa\" data-element_type=\"widget\" data-widget_type=\"code-highlight.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"prismjs-tomorrow\">\n\t\t\t<pre data-line=\"\" class=\"highlight-height language-javascript\">\n\t\t\t\t<code readonly=\"true\" class=\"language-javascript\">\n\t\t\t\t\tconst myDevStack = {\n  lenguajes: ['TypeScript', 'JavaScript', 'C#', 'Python'],\n  \n  frontend: {\n    frameworks: ['Angular', 'React'],\n    stateManagement: ['Redux', 'RxJS'],\n    styling: ['Styled-components', 'Tailwind CSS', 'CSS\/SCSS'],\n    coreWeb: ['HTML5', 'CSS3']\n  },\n  \n  backend: {\n    tiempo de ejecuci\u00f3n: ['Node.js'],\n    frameworks: ['Fastify', 'Express.js', '.NET 8'],\n    auth: ['JSON Web Token'],\n    base de datos: {\n      orm: ['Prisma'],\n      sistemas: ['PostgreSQL']\n    },\n    arquitectura: ['API RESTful', 'Programaci\u00f3n orientada a objetos']\n  },\n  \n  dise\u00f1o: {\n    principios: ['UX\/UI', 'WCAG 2.x AA'],\n    herramientas: ['Figma', 'Photoshop']\n  },\n  \n  testing: {\n    frameworks: ['Jest', 'Cypress', 'Jasmine'],\n    metodolog\u00eda: ['Test-driven Development']\n  },\n  \n  devOps: ['Git', 'Azure DevOps', 'CI\/CD', 'Pipelines', 'Docker']\n};\n\nfunction showSkills(stack) {\n    function extractValues(item) {\n        \/\/ TODO - Maneja arrays (flatten), objetos (values), primitivas.\n    }\n    return extractValues(stack);\n}\n\nconsole.log('\ud83d\ude80 Habilidades T\u00e9cnicas:', showSkills(myDevStack));\n\t\t\t\t<\/code>\n\t\t\t<\/pre>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-eb96627 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"eb96627\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c8c57a8\" data-id=\"c8c57a8\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-157c9cb elementor-widget elementor-widget-ryancv-heading-two\" data-id=\"157c9cb\" data-element_type=\"widget\" data-widget_type=\"ryancv-heading-two.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<!-- Heading -->\n\t\t<div class=\"ar-sec-head\">\n\t\t\t\t\t\t\t\t\t<!-- title -->\n\t\t\t<div class=\"ar-title\">\n\t\t\t\t<span >Metodolog\u00edas<\/span>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-99db040 e-con-full e-flex e-con e-parent\" data-id=\"99db040\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c1df6a elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\" data-id=\"7c1df6a\" data-element_type=\"widget\" data-settings=\"{&quot;marker&quot;:&quot;curly&quot;,&quot;highlighted_text&quot;:&quot;Scrum,&quot;,&quot;highlight_animation_duration&quot;:2000,&quot;highlight_iteration_delay&quot;:15000,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;loop&quot;:&quot;yes&quot;}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<span class=\"elementor-headline\">\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">\u00c1gil, <\/span>\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">Scrum,<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\"> y C\u00f3digo Limpio.<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-af8acd3 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"af8acd3\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-custom\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c74fb07\" data-id=\"c74fb07\" data-element_type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fa28f31 elementor-widget elementor-widget-ryancv-heading-two\" data-id=\"fa28f31\" data-element_type=\"widget\" data-widget_type=\"ryancv-heading-two.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n\t\t<!-- Heading -->\n\t\t<div class=\"ar-sec-head\">\n\t\t\t\t\t\t\t\t\t<!-- title -->\n\t\t\t<h2 class=\"ar-title\">\n\t\t\t\t<span >Habilidades sociales<\/span>\n\t\t\t<\/h2>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t<div class=\"elementor-element elementor-element-c2c19a0 e-con-full e-flex e-con e-parent\" data-id=\"c2c19a0\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2c29456 elementor-headline--style-highlight elementor-widget elementor-widget-animated-headline\" data-id=\"2c29456\" data-element_type=\"widget\" data-settings=\"{&quot;highlighted_text&quot;:&quot;Analytical Thinking&quot;,&quot;highlight_animation_duration&quot;:2000,&quot;highlight_iteration_delay&quot;:10000,&quot;headline_style&quot;:&quot;highlight&quot;,&quot;marker&quot;:&quot;circle&quot;,&quot;loop&quot;:&quot;yes&quot;}\" data-widget_type=\"animated-headline.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<span class=\"elementor-headline\">\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">Resoluci\u00f3n de problemas,<\/span>\n\t\t\t\t<span class=\"elementor-headline-dynamic-wrapper elementor-headline-text-wrapper\">\n\t\t\t\t\t<span class=\"elementor-headline-dynamic-text elementor-headline-text-active\">Pensamiento anal\u00edtico<\/span>\n\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"elementor-headline-plain-text elementor-headline-text-wrapper\">Comunicaci\u00f3n, trabajo en equipo, adaptabilidad, mejora continua, innovaci\u00f3n, creatividad, dise\u00f1o inclusivo, gesti\u00f3n del tiempo, priorizaci\u00f3n, etc.<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>My Skills Technical const myDevStack = { languages: [&#8216;TypeScript&#8217;, &#8216;JavaScript&#8217;, &#8216;C#&#8217;, &#8216;Python&#8217;], frontend: { frameworks: [&#8216;Angular&#8217;, &#8216;React&#8217;], stateManagement: [&#8216;Redux&#8217;, &#8216;RxJS&#8217;],&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-elementor-builder.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1502","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/dwtoledo.com\/es\/wp-json\/wp\/v2\/pages\/1502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dwtoledo.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dwtoledo.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dwtoledo.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dwtoledo.com\/es\/wp-json\/wp\/v2\/comments?post=1502"}],"version-history":[{"count":117,"href":"https:\/\/dwtoledo.com\/es\/wp-json\/wp\/v2\/pages\/1502\/revisions"}],"predecessor-version":[{"id":225001,"href":"https:\/\/dwtoledo.com\/es\/wp-json\/wp\/v2\/pages\/1502\/revisions\/225001"}],"wp:attachment":[{"href":"https:\/\/dwtoledo.com\/es\/wp-json\/wp\/v2\/media?parent=1502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}