Skip to content

Commit

Permalink
chore: 2023 update speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
robsongajunior committed Nov 24, 2023
1 parent 062acf3 commit 84739cf
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 17 deletions.
Binary file added .DS_Store
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 16 additions & 15 deletions 2023/_buildwithastro/src/components/Schedule.astro
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@

<div class="schedule-slot">
<span class="schedule-speaker">Erik Wendell</span>
<!--

<div class="schedule-activity">
title
Key Note:
<br>
Recriando Node.JS
</div>
-->
</div>
<!--
<p class="schedule-description">
Expand Down Expand Up @@ -70,9 +71,9 @@
<span class="schedule-time">11:45</span>

<div class="schedule-slot">
<span class="schedule-speaker">Sendo Definido</span>
<span class="schedule-speaker">Matheus Sunderhus</span>
<div class="schedule-activity">
<!-- Title -->
SOLID e Clean Architecture na prática e no frontend
</div>
</div>
<!--
Expand All @@ -85,9 +86,9 @@
<span class="schedule-time">12:15</span>

<div class="schedule-slot">
<span class="schedule-speaker">Almoço</span>
<!-- <span class="schedule-speaker"></span> -->
<div class="schedule-activity">
<!-- Title -->
Almoço
</div>
</div>
<!--
Expand Down Expand Up @@ -117,7 +118,7 @@
<div class="schedule-slot">
<span class="schedule-speaker">Robson Junior</span>
<div class="schedule-activity">
Move to the Edge: Construindo aplicações modernas escaláveis
Move to the Edge: Construindo aplicações modernas e escaláveis
</div>
</div>
<!--
Expand All @@ -130,9 +131,9 @@
<span class="schedule-time">15:15</span>

<div class="schedule-slot">
<span class="schedule-speaker">Coffee Break</span>
<!-- <span class="schedule-speaker"></span> -->
<div class="schedule-activity">
<!-- Aproveite o networking -->
Coffee Break
</div>
</div>
<!--
Expand All @@ -145,9 +146,9 @@
<span class="schedule-time">15:45</span>

<div class="schedule-slot">
<span class="schedule-speaker">Sendo Confirmado</span>
<span class="schedule-speaker">Daniel Castro</span>
<div class="schedule-activity">
<!-- Aproveite o networking -->
Performance First, Estratégias para Otimizar o Desempenho do Frontend
</div>
</div>
<!--
Expand All @@ -160,9 +161,9 @@
<span class="schedule-time">16:15</span>

<div class="schedule-slot">
<span class="schedule-speaker">Sendo Confirmado</span>
<span class="schedule-speaker">Ana Petry</span>
<div class="schedule-activity">
<!-- Aproveite o networking -->
O UX de uma plataforma com foco em DX
</div>
</div>
<!--
Expand All @@ -172,7 +173,7 @@
-->
</li>
<li class="schedule-item schedule-item-speaker">
<span class="schedule-time">16:15</span>
<span class="schedule-time">17:00</span>

<div class="schedule-slot">
<!-- <span class="schedule-speaker">Sendo Confirmado</span> -->
Expand Down
25 changes: 23 additions & 2 deletions 2023/_buildwithastro/src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,30 @@ const speakers = [
{
name: 'Robson Júnior',
img: '/images/speakers/robson-junior.jpeg',
user: '@robsongajunior',
link: 'https://github.com/robsongajunior',
user: 'robsonjunior.dev',
link: 'https://www.robsonjunior.dev/sobre/',
bio: 'Robson Júnior atua como Senior Software Engineer na empresa Azion Technologies no time UX Engineering. Passou também pelos times: Experience Engineering, Marketing Engineering, Core Services e anteriormente focado em aplicaçao RUM (Real User Monitoring/Measuring) pelo time de Routing Services. Possui também histórico na empresa Terra Networks no time de Tecnologia em Porto Alegre. Lá passou por experiências nos times de: SVA, Tecnologia Portal, Entertenimento e Tecnologia de E-mail. Como último passo, teve a oportunidade fazer parte da criação do primeiro time Full Dev-Ops.'
},
{
name: 'Matheus Sunderhus',
img: '/images/speakers/matheus-sunderhus.jpeg',
user: 'matheus-sunderhus',
link: 'https://www.linkedin.com/in/matheus-sunderhus/',
bio: 'Me chamo Matheus Sunderhus, natural de Vitória-ES, moro em POA há mais de 7 anos. Apaixonado por tecnologia, busco aprender e retribuir à comunidade frontend conhecimentos sobre desenvolvimento de software, novas tecnologias, arquitetura limpa e testes. E se você quer saber um pouco mais sobre minha jornada atual, estou atuando como desenvolvedor Sênior na AZION.'
},
{
name: 'Daniel Castro',
img: '/images/speakers/daniel-castro.png',
user: 'danieldcs.com',
link: 'https://danieldcs.com/',
bio: 'Sou um Desenvolvedor Full Stack, trabalho com tecnologia desde 2006, graduado em computação, AWS Certified Professional, pós-graduando de Arquitetura de Sistemas Distribuídos pela PUC Minas, professor e empreendedor.'
},
{
name: 'Ana Petry',
img: '/images/speakers/ana-petry.jpg',
user: 'anapaulaspetry',
link: 'https://www.linkedin.com/in/anapaulaspetry/',
bio: 'A Ana é co-founder e designer da bohr.io. Arquiteta de formação, migrou para a área de UI/UX Design e estuda constantemente as melhores estratégias para entregar tecnologia de ponta em um formato elegante e de fácil abstração.'
}
];
---
Expand Down

0 comments on commit 84739cf

Please sign in to comment.