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
4 changes: 3 additions & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,6 @@ Jean Pierre Mandujano Gutierrez(manduinca) <jeanpierre.mandujano@gmail.com>
Jonatan Tisnado(jotisa) <jonatan.tisnado@gmail.com>
Darwin Vasquez (darwin) <darwin.vasqz@gmail.com>
Mario Inga (mario21ic) <mario21ic@gmail.com>
Erick Navarro (erickgnavar) <erick@navarro.io>
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>
53 changes: 53 additions & 0 deletions blog/members/mangel-de6021aa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
---
blogpost: true
date: 05 Sep, 2025
author: Mangel
location: Lima, Perú
category: members
language: Español
image: 1
excerpt: 1
---

# Miguel Ángel Fernández Rodríguez

```{gravatar} mangelryujin@gmail.com
---
width: 200
class: "member-gravatar"
---
```

```{{raw}} html
<ul class="social-media profile">
<li>
<a class="external reference" href="https://github.com/MangelRyujin">
<iconify-icon icon="simple-icons:github" style="font-size:2em"></iconify-icon>
</a>
</li>
</ul>
```
Comment on lines +21 to +29
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Broken MyST directive: use {raw} not {{raw}}.

```{{raw}} html won’t parse; it should be ```{raw} html.

-```{{raw}} html
+```{raw} html
 <ul class="social-media profile">
     <li>
-        <a class="external reference" href="https://github.com/MangelRyujin">
+        <a class="external reference" href="https://github.com/MangelRyujin" target="_blank" rel="noopener noreferrer">
             <iconify-icon icon="simple-icons:github" style="font-size:2em"></iconify-icon>
         </a>
     </li>
 </ul>

<!-- suggestion_start -->

<details>
<summary>📝 Committable suggestion</summary>

> ‼️ **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.

```suggestion

🤖 Prompt for AI Agents
In blog/members/mangel-de6021aa.md around lines 21 to 29, the MyST raw code
fence is incorrectly written as ```{{raw}} html which prevents parsing; change
it to ```{raw} html and also update the anchor to open in a new tab with
security attributes by adding target="_blank" rel="noopener noreferrer" to the
<a> element so the final block uses ```{raw} html and the <a> tag includes
target and rel attributes.


:Aliases: Mangel

:Ciudad: Lima, Perú

:Homepage: https://mangel-portfolio.vercel.app

## Sobre mí

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

Ingeniero informático y desarrollador de software

### ¿Cómo programas en Python?

print("Hola Mundo").... Era broma. Programo principalmente usando frameworks como django, fastapi o realizando scripts, dependiendo del alcance y arquitectura del proyecto. Siempre usando las buenas prácticas como SOLID y CLEAN CODE para hacer el código más legible y escalable.

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

He contribuido en el paquete de edit-python-pe de la comunidad de python.pe. Esperemos por más....

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

¡Yeaaaaaaaaa!