From 9eac4366c901aa3b73ef431b394cdc9bce86f38a Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Wed, 14 May 2025 20:14:30 -0300 Subject: [PATCH] Add Fable Upskill project to resume - Adds a new project entry to the resume configuration. - Updates the resume content to reflect the Fable Upskill project. - Corrects a grammatical error in the project description. --- config.toml | 5 +++++ content/resume/fable-upskill.md | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index a2d09e2..40f8fe6 100644 --- a/config.toml +++ b/config.toml @@ -123,6 +123,11 @@ copyright = "© Roger Gonzalez" gitlab = "https://gitlab.com/rogs/timelapse_tuner" github = "https://github.com/rogsme/timelapse_tuner" + [[params.projects.work]] + name = "Fable Upskill" + url = "/resume/fable-upskill/" + description = "An LMS designed to support accessibility and inclusivity for people with disabilities" + client = "lazer2" [[params.projects.work]] name = "Ario" url = "/resume/ario/" diff --git a/content/resume/fable-upskill.md b/content/resume/fable-upskill.md index 5c0f487..a112ef3 100644 --- a/content/resume/fable-upskill.md +++ b/content/resume/fable-upskill.md @@ -9,7 +9,7 @@ weight = 1002 ## About the project {#about-the-project} -[Fable](https://makeitfable.com/) is upgrading their LMS system from Opigno to Absorb, to +[Fable](https://makeitfable.com/) upgraded their LMS system from Opigno to Absorb, to leverage a better API and CMS infrastructure. ## Tech Stack {#tech-stack} @@ -20,9 +20,9 @@ leverage a better API and CMS infrastructure. - MongoDB - CircleCI -## What am I working on? {#what-did-i-work-on} +## What did I work on? {#what-did-i-work-on} -I'm leading the backend development for Fable's new Learning Management System (LMS) +I'm lead the backend development for Fable's new Learning Management System (LMS) infrastructure. The project involves working with a modern tech stack that includes NodeJS, JavaScript, TypeScript, MongoDB, and Mongoose, all running within Docker containers to ensure scalability and smooth deployments.