-
Notifications
You must be signed in to change notification settings - Fork 28
Changed mangel-de6021aa.md #119
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
Closed
Closed
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7322e04
Added mangel-7368b4ac.md
MangelRyujin 0660a5c
Changed mangel-7368b4ac.md
MangelRyujin a62aa54
Added mangel-de6021aa.md
MangelRyujin 9f4757d
Changed mangel-de6021aa.md
MangelRyujin 39c8a91
Changed mangel-de6021aa.md
MangelRyujin 24fec04
remove autor mangel
MangelRyujin 7fba2bc
Changed mangel-de6021aa.md
MangelRyujin 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
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
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,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> | ||
| ``` | ||
|
|
||
| :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! | ||
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.
Broken MyST directive: use
{raw}not{{raw}}.```{{raw}} htmlwon’t parse; it should be```{raw} html.🤖 Prompt for AI Agents