From 445d7e72a7eabb2ab24ce1ae821c886772f64fb0 Mon Sep 17 00:00:00 2001 From: Pedro Hos Date: Mon, 30 Dec 2024 13:10:26 -0300 Subject: [PATCH] tryng to create new collection --- content/vagas.md | 136 ++----------------------------- templates/layouts/positions.html | 6 ++ 2 files changed, 12 insertions(+), 130 deletions(-) create mode 100644 templates/layouts/positions.html diff --git a/content/vagas.md b/content/vagas.md index 73c9ac7..c004fa1 100644 --- a/content/vagas.md +++ b/content/vagas.md @@ -5,134 +5,10 @@ description: | layout: :theme/page --- -# Vagas de Emprego no Vale +{#for page in site.pages} +- {page.data} +{/for} -Espaço para a divulgação de vagas para desenvolvedores na região do Vale do Paraíba. Para adicionar uma vaga, abra uma [Issue](https://github.com/Jug-Vale/Jug-Vale.github.io/issues) no seguinte [modelo](#modelo), na seção [vagas](#vagas): - -- [Senior Back-end developer - Adyen](#senior-back-end-developer---adyen) -## Vagas ---- - -# Senior Back-end developer - Adyen - -## Adyen - -Adyen is the payments platform of choice for the world’s leading companies, delivering frictionless payments across online, mobile and in-store channels. It is the only provider of a modern end-to-end infrastructure, connecting directly to Visa, Mastercard, and consumers’ globally preferred payment methods. With offices around the world, Adyen serves nine of the 10 largest U.S. internet companies and many worldwide retailers. Customers include Meta, Uber, IFood, 99app, Magalu and Spotify. - -## Descrição da vaga - -As a Senior Java Developer -You'll have the opportunity to: -- Work in a platform which process tens of millions payments per day -- Be involved in solutions to provide payments solution to the world's leading companies such as: Meta, Uber, IFood, 99app, Magalu, Spotify and many more -- Integrate to mostly used payment methods in the world, ex.: Visa and Mastercard, but not limiting to those - -**What you’ll do** - -- Build the global payments engine of the future and ensure that Adyen customers remain at the forefront of innovation. -- Take ownership of systems, features, or frameworks—ranging from medium complexity to large-scale initiatives—ensuring timely delivery, quality, and alignment with project goals. -- Collaborate effectively with your team and across teams, helping to unblock challenges and mentoring less experienced engineers. For larger systems, you’ll lead discussions and guide others through the development lifecycle. -- Design and implement elegant, scalable solutions to complex problems, balancing simplicity with performance. Your work will align with team objectives while minimizing operational overhead and setting new standards where applicable. -- Proactively identify opportunities for improvement, including addressing technical debt. Depending on scope, you may lead or contribute to cross-team initiatives to elevate the overall quality and reliability of our systems. -- Monitor and troubleshoot your systems in production, ensuring consistent behavior and addressing issues promptly. You’ll contribute to or lead incident responses, sharing learnings to improve processes across the organization. - -## Local - -Hybrid - São José dos Campos / SP / Brazil - being 3 days at the office - -## Requisitos - -**Who you are** -At least 5 years of experience with Java development. -You bring strong expertise in Java and related technologies, with a solid grasp of design patterns, testing, and debugging. Your solutions reflect your depth of knowledge, whether you're solving individual tasks or setting architectural standards. -You share knowledge generously, offering meaningful feedback in code reviews and mentoring peers. You may inspire others with your ability to lead initiatives or guide team members through complex challenges. -You understand customer needs and business goals, translating them into impactful, high-quality solutions. You’re comfortable prioritizing work that aligns technical priorities with business outcomes. -You articulate ideas clearly to technical and non-technical stakeholders. Your documentation is concise and actionable, enabling others to build upon your work independently. -You decompose complex problems into actionable tasks with accurate time estimates, coordinating work effectively. For broader initiatives, you’ll take the lead to ensure smooth execution and alignment across teams. - -## Benefícios - -Read more about the perks here -> https://careers.adyen.com/locations/sao-jose-dos-campos - -## Contratação - -CLT - -## Como se candidatar - -Apply here -> https://job-boards.greenhouse.io/adyen/jobs/4813016 - -## Labels - - - -### Nível - -- Sênior - -### Regime - -- CLT - -### Alocação - -- Híbrido - -## Modelo ---- -```markdown -# [Alocação] Back-end | Front-end | Full-Stack developer - NomeDaEmpresa - -## Nossa empresa - -Informe a descrição da empresa. - -## Descrição da vaga - -Informe a descrição da vaga. - -## Local - -Informe se é remoto, híbrido ou presencial. - -## Requisitos - -Informe os requisitos obrigatórios e desejáveis para a vaga. - -## Benefícios - -Informe os benefícios oferecidos pela empresa. - -## Contratação - -Informe o tipo de contratação, CLT, PJ ou outra. - -## Como se candidatar - -Informe os canais disponíveis para a aplicação na vaga. - -## Labels - - - -### Nível - -- Estagiário -- Júnior -- Pleno -- Sênior -- Especialista - -### Regime - -- PJ -- CLT -- Contrato -- Freelance - -### Alocação - -- Remoto -- Híbrido -- Presencial -``` \ No newline at end of file +{#for position in site.collections.positions} +1. {position.title} +{/for} \ No newline at end of file diff --git a/templates/layouts/positions.html b/templates/layouts/positions.html new file mode 100644 index 0000000..b0b5163 --- /dev/null +++ b/templates/layouts/positions.html @@ -0,0 +1,6 @@ +--- +layout: :theme/post +bodyClass: positions +--- + +{#insert /}