-
Notifications
You must be signed in to change notification settings - Fork 28
Added mangel-de6021aa.md #118
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
Changes from 5 commits
7322e04
0660a5c
a62aa54
9f4757d
39c8a91
24fec04
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,4 +11,6 @@ Jean Pierre Mandujano Gutierrez(manduinca) <[email protected]> | |
| Jonatan Tisnado(jotisa) <[email protected]> | ||
| Darwin Vasquez (darwin) <[email protected]> | ||
| Mario Inga (mario21ic) <[email protected]> | ||
| Erick Navarro (erickgnavar) <[email protected]> | ||
| Erick Navarro (erickgnavar) <[email protected]> | ||
| Miguel Angel Fernández Rodríguez(Mangel) <[email protected]> | ||
| Miguel Ángel Fernández Rodríguez(Mangel) <[email protected]> | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,56 @@ | ||||||||||||||
| --- | ||||||||||||||
| blogpost: true | ||||||||||||||
| author: Miguel Angel Fernández | ||||||||||||||
| location: Lima | ||||||||||||||
| category: members | ||||||||||||||
| language: Español | ||||||||||||||
| image: 1 | ||||||||||||||
| excerpt: 1 | ||||||||||||||
| --- | ||||||||||||||
|
|
||||||||||||||
| % NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true` | ||||||||||||||
|
||||||||||||||
| % NOTA: No olvidar poner la fecha de publicación debajo de `blogpost: true` |
🤖 Prompt for AI Agents
In blog/members/mangel-7368b4ac.md around line 11, remove the in-page helper
comment "% NOTA: No olvidar poner la fecha de publicación debajo de `blogpost:
true`" because it will render on the page; instead delete that line and, if
keeping the post, set the publication date in the YAML front matter (e.g., add
or update a date field) so no visible note remains in the content.
Outdated
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.
Fix invalid icon identifier.
“simple-icons:Select.BLANK” doesn’t exist; use GitHub.
- <iconify-icon icon="simple-icons:Select.BLANK" style="font-size:2em"></iconify-icon>
+ <iconify-icon icon="simple-icons:github" style="font-size:2em"></iconify-icon>📝 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.
| <a class="external reference" href="https://github.com/MangelRyujin"> | |
| <iconify-icon icon="simple-icons:Select.BLANK" style="font-size:2em"></iconify-icon> | |
| </a> | |
| <a class="external reference" href="https://github.com/MangelRyujin"> | |
| <iconify-icon icon="simple-icons:github" style="font-size:2em"></iconify-icon> | |
| </a> |
🤖 Prompt for AI Agents
In blog/members/mangel-7368b4ac.md around lines 25 to 27 the icon identifier
"simple-icons:Select.BLANK" is invalid; replace it with the correct GitHub icon
identifier from Simple Icons (e.g., "simple-icons:github") and ensure the icon
element uses that identifier and appropriate aria-label/title for accessibility.
Outdated
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.
Correct homepage domain (typo).
vercel → vercel. Current link won’t resolve.
-:Homepage: https://mangel-portfolio.vecel.app
+:Homepage: https://mangel-portfolio.vercel.app📝 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.
| :Homepage: https://mangel-portfolio.vecel.app | |
| :Homepage: https://mangel-portfolio.vercel.app |
🤖 Prompt for AI Agents
In blog/members/mangel-7368b4ac.md around line 36, the homepage URL has a typo
("vecel.app"); replace it with the correct domain "vercel.app" so the link
resolves (i.e., change https://mangel-portfolio.vecel.app to
https://mangel-portfolio.vercel.app).
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,53 @@ | ||
| --- | ||
| blogpost: true | ||
| date: 04 Sep, 2025 | ||
| author: Mangel | ||
| location: Lima, Perú | ||
| category: members | ||
| language: Español | ||
| image: 1 | ||
| excerpt: 1 | ||
| --- | ||
coderabbitai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| # Miguel Ángel Fernández Rodríguez | ||
|
|
||
| ```{gravatar} [email protected] | ||
| --- | ||
| 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> | ||
| ``` | ||
|
|
||
| :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! | ||
Uh oh!
There was an error while loading. Please reload this page.