Skip to content

Commit

Permalink
Criacao de novo evento
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocamillont committed Nov 1, 2024
1 parent 10ec9f9 commit e3860e7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/assets/events.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,5 +829,28 @@
"photo": "leandro_marques.jpeg"
}
]
},
{
"id": 74,
"title": "AngularSP - Online",
"date": "07 de novembro",
"primaryColor": "darkOrange",
"secondaryColor": "gold",
"talks": [
{
"subtitle": "TALK #1",
"title": "Server Side rendering (SSR) no Angular",
"speaker": "Lucas Peixoto",
"description": "Angular 17 com SSR oferece vantagens como melhor performance, SEO e experiência do usuário, ao renderizar o conteúdo inicial via servidor. A apresentação explora o funcionamento do SSR e como aplicá-lo em projetos Angular para otimizar carregamento e visibilidade online.",
"photo": "lucas_peixoto.png"
},
{
"subtitle": "TALK #2",
"title": "Segurança por Design: Protegendo Sistemas desde a Primeira Linha de Código",
"speaker": "Renan Ferraro",
"description": "Em um mundo cada vez mais conectado e com crescentes ameaças cibernéticas, desenvolver software com segurança em mente desde o início é fundamental. Nesta palestra, vamos explorar os princípios de “Segurança por Design”, abordando como arquitetar e codificar sistemas robustos e protegidos contra vulnerabilidades comuns.",
"photo": "renan_ferraro.jpeg"
}
]
}
]
Binary file added src/assets/photos/lucas_peixoto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/photos/renan_ferraro.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3860e7

Please sign in to comment.