{"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\/pt\/habilidades\/","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 >Minhas habilidades<\/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\u00e9cnica<\/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  languages: ['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    runtime: ['Node.js'],\n    estruturas: ['Fastify', 'Express.js', '.NET 8'],\n    auth: ['JSON Web Token'],\n    banco de dados: {\n      orm: ['Prisma'],\n      systems: ['PostgreSQL']\n    },\n    arquitetura: ['APIs RESTful', 'Programa\u00e7\u00e3o orientada a objetos']\n  },\n  \n  design: {\n    principles: ['UX\/UI', 'WCAG 2.x AA'],\n    ferramentas: ['Figma', 'Photoshop']\n  },\n  \n  testing: {\n    frameworks: ['Jest', 'Cypress', 'Jasmine'],\n    metodologia: ['Desenvolvimento orientado por testes']\n  },\n  \n  devOps: ['Git', 'Azure DevOps', 'CI\/CD', 'Pipelines', 'Docker']\n};\n\nfun\u00e7\u00e3o showSkills(stack) {\n    function extractValues(item) {\n        \/\/ TODO - Manipula arrays (achatar), objetos (valores), primitivos.\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 >Metodologias<\/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\"> e Clean Code.<\/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 interpessoais<\/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\">Solu\u00e7\u00e3o 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\">Pensamento 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\">Comunica\u00e7\u00e3o, Trabalho em Equipe, Adaptabilidade, Melhoria Cont\u00ednua, Inova\u00e7\u00e3o, Criatividade, Design Inclusivo, Gerenciamento de Tempo, Prioriza\u00e7\u00e3o e outros!<\/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>Minhas habilidades t\u00e9cnicas const myDevStack = { languages: ['TypeScript', 'JavaScript', 'C#', 'Python'], frontend: { frameworks: ['Angular', 'React'], stateManagement: ['Redux', 'RxJS'],...<\/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\/pt\/wp-json\/wp\/v2\/pages\/1502","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dwtoledo.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dwtoledo.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dwtoledo.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dwtoledo.com\/pt\/wp-json\/wp\/v2\/comments?post=1502"}],"version-history":[{"count":117,"href":"https:\/\/dwtoledo.com\/pt\/wp-json\/wp\/v2\/pages\/1502\/revisions"}],"predecessor-version":[{"id":225001,"href":"https:\/\/dwtoledo.com\/pt\/wp-json\/wp\/v2\/pages\/1502\/revisions\/225001"}],"wp:attachment":[{"href":"https:\/\/dwtoledo.com\/pt\/wp-json\/wp\/v2\/media?parent=1502"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}