From c3f868caedb0c6c6aa6dc5dad58f9b15fb338153 Mon Sep 17 00:00:00 2001 From: Francisco Alfaro Date: Mon, 13 May 2024 09:21:00 -0400 Subject: [PATCH] update 2024 may - new version --- docs/software/book.md | 27 +++++++++++++++++++++++++++ docs/software/projects.md | 30 ++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+) diff --git a/docs/software/book.md b/docs/software/book.md index bb8e575..4af367c 100644 --- a/docs/software/book.md +++ b/docs/software/book.md @@ -111,6 +111,33 @@ get it into the most useful structure, transform it, visualise it and model it. ## Projects +### [What the f*ck Python? 😱](https://fralfaro.github.io/wtfpython/) + +

+ + + + +
 ðŸ“ƒ Markdown
+  ðŸ“• 2 Chapters
+  ðŸ“… May 12, 2024


+
+

+ + +Exploring and understanding Python through surprising snippets. + +> **Note**: You can find the repository at the following link: [fralfaro/wtfpython](https://github.com/fralfaro/wtfpython). + +  + +  + + +
+ + ### [Awesome GitHub Profile README](https://fralfaro.github.io/awesome-github-profile-readme/)

diff --git a/docs/software/projects.md b/docs/software/projects.md index a503baa..9c8ac94 100644 --- a/docs/software/projects.md +++ b/docs/software/projects.md @@ -49,6 +49,36 @@ Mkdocs, a static site generator, combined with GitHub Actions for automated depl provides a seamless workflow for maintaining and updating your online resume with ease. +  +  + +


+ +### [Curriculum Vitae](https://gitlab.com/fralfaro/cv) + +

+ + + + +
 ðŸ¦Š Gitlab
+  ðŸ“ƒ Mkdocs
+  ðŸ“… Apr 15, 2024

+
+

+ + +A continuous Integration Pipeline project to get nice curricula effortlessly (with Gitlab). + +Why? I made this toy project as a means to: + +* Version my CV +* Automatize the process to update my curriculum +* Learn more about Continuous Integration. +* Learn how to use Gitlab CI/CD Pipelines + +