Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ Darwin Vasquez (darwin) <darwin.vasqz@gmail.com>
Mario Inga (mario21ic) <mario21ic@gmail.com>
Erick Navarro (erickgnavar) <erick@navarro.io>
Miguel Angel Fernández Rodríguez(Mangel) <mangelryujin@gmail.com>
Miguel Ángel Fernández Rodríguez(Mangel) <mangelryujin@gmail.com>
Miguel Ángel Fernández Rodríguez(Mangel) <mangelryujin@gmail.com>
Martin Vuelta(zodiacfireworks) <martin.vuelta@gmail.com>
Sample user(Sample user) <sample email>
sample user(sample user) <sample@user.com>
sample name(sample name) <sample@email.com>
Comment on lines +18 to +20
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Remove placeholder author records or replace them with valid contributor metadata.

These lines look like template data and will be consumed by the authors parser, producing invalid/public-facing entries (for example, Line 18 yields mailto:sample email). Please keep only real contributors here and valid emails.

Suggested fix
-Sample user(Sample user) <sample email>
-sample user(sample user) <sample@user.com>
-sample name(sample name) <sample@email.com>
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Sample user(Sample user) <sample email>
sample user(sample user) <sample@user.com>
sample name(sample name) <sample@email.com>
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@AUTHORS` around lines 18 - 20, Remove the placeholder author entries "Sample
user(Sample user) <sample email>", "sample user(sample user) <sample@user.com>",
and "sample name(sample name) <sample@email.com>" from the AUTHORS file and
replace them with valid contributor lines (real name and valid email in the same
format) or delete them entirely so the authors parser only sees real
contributors and valid mailto addresses.

47 changes: 47 additions & 0 deletions blog/members/sample_name-e3ff333a.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
blogpost: true
date: 23 May, 2026
author: sample name
location:
category: members
language: Español
image: 1
excerpt: 1
---

# sample name

```{gravatar} sample@email.com
---
width: 200
class: "member-gravatar"
---
```

```{{raw}} html
<ul class="social-media profile">
<li>
<a class="external reference" href="https://gitla.com/holiwis">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Fix the broken GitLab URL on Line 24.

https://gitla.com/holiwis appears to be a typo and should likely be https://gitlab.com/holiwis.

Suggested fix
-        <a class="external reference" href="https://gitla.com/holiwis">
+        <a class="external reference" href="https://gitlab.com/holiwis">
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<a class="external reference" href="https://gitla.com/holiwis">
<a class="external reference" href="https://gitlab.com/holiwis">
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@blog/members/sample_name-e3ff333a.md` at line 24, The anchor element with
href "https://gitla.com/holiwis" contains a typo; update the href in the <a
class="external reference"> element to the correct GitLab URL
"https://gitlab.com/holiwis" so the link points to the intended profile; ensure
you only change the href value and keep the existing class and surrounding
markup intact.

<iconify-icon icon="simple-icons:gitlab" style="font-size:2em"></iconify-icon>
</a>
</li>
</ul>
```

## Sobre mí

### ¿Quién eres y a qué te dedicas?

afsdgdhj

### ¿Cómo programas en Python?

asdfgh

### ¿Tienes algún aporte a la comunidad de Python?

afdsgh

### ¿Estás disponible para hacer mentoring, consultorías, charlas?

afdsghd
31 changes: 31 additions & 0 deletions blog/members/sample_user-5cf607b7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
blogpost: true
date: 23 May, 2026
author: sample user
location:
category: members
language: Español
image: 1
excerpt: 1
---

# sample user

```{gravatar} sample@user.com
---
width: 200
class: "member-gravatar"
---
```

```{{raw}} html
<ul class="social-media profile">
<li>
<a class="external reference" href="http://asasdasd.com">
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Replace placeholder social URL on Line 24.

http://asasdasd.com looks like placeholder data. Use the real profile URL (preferably https) or remove the icon until a real link is available.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@blog/members/sample_user-5cf607b7.md` at line 24, Replace the placeholder
social URL "http://asasdasd.com" in the anchor tag (<a class="external
reference" href="http://asasdasd.com">) with the user's real profile URL using
https, or remove the entire anchor/icon element until a valid link is available
to avoid exposing placeholder data.

<iconify-icon icon="simple-icons:gitlab" style="font-size:2em"></iconify-icon>
</a>
</li>
</ul>
```

## Sobre mí
21 changes: 21 additions & 0 deletions blog/members/sample_user-dad102ac.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
blogpost: true
date: 23 May, 2026
author: Sample user
location:
category: members
language: Español
image: 1
excerpt: 1
---

# Sample user

```{gravatar} sample email
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Use a valid email value in the gravatar directive on Line 14.

sample email is placeholder text. Replace it with a valid email string so gravatar rendering is deterministic and meaningful.

Suggested fix
-```{gravatar} sample email
+```{gravatar} sample@user.com
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
```{gravatar} sample email
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@blog/members/sample_user-dad102ac.md` at line 14, Replace the placeholder
gravatar directive value `sample email` with a valid email string so the
`gravatar` directive renders deterministically; locate the triple-backtick block
that starts with `{gravatar} sample email` and change `sample email` to a real
email (for example `sample@user.com`) while keeping the ```{gravatar} ...```
block intact.

---
width: 200
class: "member-gravatar"
---
```

## Sobre mí
28 changes: 5 additions & 23 deletions blog/members/zodiacfireworks.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
blogpost: true
date: 15 Jun, 2024
date: 23 May, 2026
author: zodiacfireworks
location: Lima, Perú
location: Lima
category: members
language: Español
image: 1
Expand All @@ -18,7 +18,7 @@ class: "member-gravatar"
---
```

```{raw} html
```{{raw}} html
<ul class="social-media profile">
<li>
<a class="external reference" href="https://github.com/zodiacfireworks">
Expand Down Expand Up @@ -57,24 +57,6 @@ class: "member-gravatar"

:Ciudad: Lima

## Sobre mí

### ¿Quién eres y a qué te dedicas?

Actualmente trabajo como CTO de [Dynova](https://dynova.io) en donde desarrollamos proyectos de Desarrollo de Software y Observabilidad.

Estudié fisica y me incline por la física computacional desde donde di el salto a la ingenieria de sistemas. Hace más de 10 años que trabajo en desarrollo de software con **Python**, principalmente, y muchos otros lenguajes.

### ¿Cómo programas en Python?

Actualmente dirjo equipos y participo activamente del desarrollo integraciones y soluciones de observabilidad, procesamiento de datos y sistemas web. Cada tanto tambien hago algunas cosas de computación cientifica, modelamiento numerico (especialmente en física y matematica) y computacion cuantica como entretenimiento personal.
:Homepage: https://martin.vuelta.me

Sobre mis herramientas del dia a dia: mi combo favorito es Pyenv + Poetry, en la medidia de lo posible todo en Linux (cualquier distro basada en Debian o Redhat). Los editores que uso son VSCode, Vim o lo que haya a la mano. Uso contenedores en todo lo que sea posible y necesario.

### ¿Tienes algún aporte a la comunidad de Python?

Tengo algunos proyectos open source (https://pypi.org/user/zodiacfireworks/). Tambien he participado organizando meetups y dando charlas acerca de Python y sus usos en varios eventos.

### ¿Estás disponible para hacer mentoring, consultorías, charlas?

Claro que sí :D ¿Alguien dijo Python? :v Solo avisen con tiempo suficiente :3
## Sobre mí
Loading