-
Notifications
You must be signed in to change notification settings - Fork 28
2025 Second Meetup Event #92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,48 @@ | ||
| --- | ||
| blogpost: true | ||
| date: 4 Aug, 2025 | ||
| author: hellhound | ||
| location: Lima, Perú | ||
| category: events | ||
| language: Español | ||
| --- | ||
|
|
||
| # ¡Segundo Meetup del 2025! | ||
|
|
||
|  | ||
|
|
||
| ¡Regresa el meetup mensual de la comunidad **Python Perú**! Este jueves 7 de | ||
| agosto tendremos una noche cargada de contenido, buenas prácticas, herramientas | ||
| modernas y mucha comunidad. Tres charlas con enfoque práctico sobre desarrollo | ||
| en Python, observabilidad, testing, arquitecturas limpias y herramientas en la | ||
| nube. El evento es **gratuito y abierto al público**, pensado tanto para | ||
| quienes están iniciando como para quienes ya tienen experiencia. | ||
|
|
||
| * 📅 Fecha: Jueves, 07 de agosto de 2025 | ||
| * 🕒 Hora: 19:00 a 22:00 | ||
| * 🌐 Lugar: Seguros Pacífico – Sala SUM, Piso 4 | ||
|
|
||
| ¡Te esperamos para una noche llena de aprendizaje, networking y crecimiento | ||
| profesional en el Meetup Python Perú! | ||
|
|
||
| 🔹 **Observabilidad con Python** | ||
| Ponente: Martín Vuelta | ||
| Descubre cómo implementar observabilidad en tus aplicaciones usando herramientas. Logs, métricas, trazas y más para entender qué está pasando en tu sistema. | ||
|
|
||
| 🔹 **Testing con Arquitecturas Limpias: Python + AWS** | ||
| Ponente: Sergio Infante | ||
| Aprenderemos cómo estructurar nuestras pruebas en un entorno basado en arquitectura limpia, utilizando herramientas modernas de Python y servicios de AWS. | ||
|
|
||
| 🔹 **Exploring Gemini CLI** | ||
| Ponente: Manuel Solorzano | ||
| Explora el uso práctico de Gemini CLI, cómo esta herramienta puede integrarse en tus proyectos, y cómo mejora tus flujos de desarrollo. | ||
|
|
||
| ## Seguros Pacífico | ||
|
|
||
| Agradecemos a [Seguros Pacífico](https://www.pacifico.com.pe) por brindarnos el espacio para la reunión. | ||
|
|
||
| ## MeetUp | ||
|
|
||
| ¡Encuentra nuestras reuniones siempre en [MeetUp](https://www.meetup.com/pythonperu/)! | ||
|
|
||
| Link del evento: [¡Segundo Meetup del 2025!](https://www.meetup.com/pythonperu/events/310363011/) | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🛠️ Refactor suggestion
Normalize front-matter keys & date format
Most posts in this repo declare
titleand use an ISO-8601 date (YYYY-MM-DD).Using a non-standard date string (“4 Aug, 2025”) may break the generator’s date parsing and sorting; the missing
titlemeta forces the generator to fall back to the first H1.🤖 Prompt for AI Agents