{"id":27963575,"url":"https://github.com/rckbrcls/portifolio","last_synced_at":"2025-05-07T19:59:43.528Z","repository":{"id":246409032,"uuid":"820152942","full_name":"rckbrcls/portifolio","owner":"rckbrcls","description":"Portfolio built with Next.js, TypeScript, with microfrontend architecture. Uses Turborepo, React, SolidJS, Webpack, Node.js, and Flask.","archived":false,"fork":false,"pushed_at":"2025-03-10T14:03:45.000Z","size":62287,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T19:59:34.472Z","etag":null,"topics":["aws","flask","microfrontend","microservice","monorepo","nextjs","nodejs","nosql","python","react","solidjs","sql","turborepo","webpack"],"latest_commit_sha":null,"homepage":"https://portifolio-monorepo.vercel.app","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rckbrcls.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-25T23:05:19.000Z","updated_at":"2025-03-01T15:46:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"1efec778-9a58-46d4-9a84-1a19c89d4f0b","html_url":"https://github.com/rckbrcls/portifolio","commit_stats":null,"previous_names":["brcls/portifolio-monorepo","rckbrcls/portifolio-monorepo","rckbrcls/portifolio"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rckbrcls%2Fportifolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rckbrcls%2Fportifolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rckbrcls%2Fportifolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rckbrcls%2Fportifolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rckbrcls","download_url":"https://codeload.github.com/rckbrcls/portifolio/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252949271,"owners_count":21830151,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","flask","microfrontend","microservice","monorepo","nextjs","nodejs","nosql","python","react","solidjs","sql","turborepo","webpack"],"created_at":"2025-05-07T19:59:42.808Z","updated_at":"2025-05-07T19:59:43.507Z","avatar_url":"https://github.com/rckbrcls.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\n\n# My Portfolio\n\n## Overview\n\nThis repository is a monorepo that houses my personal portfolio, built using a microfrontend architecture. Each project within the portfolio is treated as a separate microfrontend, with the portfolio itself acting as the overarching macro application. The goal of this portfolio is to showcase my skills and projects using a variety of modern web technologies.\n\n## Architecture\n\nThe architecture of this portfolio is designed to be modular and scalable, with each microfrontend handling a specific project or section of the portfolio. The following technologies and tools are utilized:\n\n- **Turborepo:** Manages the monorepo and optimizes build processes across multiple microfrontends.\n- **SolidJS:** Used for certain microfrontends to create highly performant and reactive user interfaces.\n- **Webpack:** Bundles and optimizes the assets for each microfrontend, ensuring efficient loading and performance.\n- **React \u0026 Next.js:** Powers the main portfolio application and some microfrontends, providing a robust and dynamic user experience.\n- **TypeScript \u0026 JavaScript:** TypeScript is used for type safety and maintainability across most of the codebase, while JavaScript is employed where flexibility is needed.\n- **Node.js \u0026 Flask:** Backend services that support the portfolio's functionality, with Flask handling any API needs and Node.js managing server-side rendering or other backend tasks.\n\n### Architecture Diagram\n\nBelow is a diagram of the microfrontend architecture, illustrating how various APIs serve the different frontend components within the monorepo structure:\n\n```mermaid\ngraph TD;\n    Portfolio --\u003e Microfrontend1;\n    Portfolio --\u003e Microfrontend2;\n    Portfolio --\u003e MicrofrontendN;\n    Microfrontend1 --\u003e|Served by| API1;\n    Microfrontend2 --\u003e|Served by| API2;\n    MicrofrontendN --\u003e|Served by| APIN;\n    Portfolio --\u003e Turborepo;\n    Turborepo --\u003e SharedComponents;\n    Turborepo --\u003e SharedUtils;\n    SharedComponents --\u003e React;\n    SharedComponents --\u003e SolidJS;\n    SharedUtils --\u003e Python;\n    SharedUtils --\u003e JavaScript;\n    React --\u003e Webpack;\n    SolidJS --\u003e Webpack;\n    Python --\u003e NodeFlask;\n    JavaScript --\u003e NodeFlask;\n```\n\n## Projects\n\nBelow are links to the specific projects within this portfolio repository:\n\n- [alan-turing](https://github.com/brcls/portifolio-monorepo/tree/main/apps/alan-turing)\n- [electoral-system-api](https://github.com/brcls/portifolio-monorepo/tree/main/services/electoral-system-api)\n- [electoral-system-client](https://github.com/brcls/portifolio-monorepo/tree/main/apps/electoral-system)\n- [joystick-api](https://github.com/brcls/portifolio-monorepo/tree/main/services/joystick-api)\n- [joystick-client](https://github.com/brcls/portifolio-monorepo/tree/main/apps/joystick)\n- [lojinha-simples](https://github.com/brcls/portifolio-monorepo/tree/main/apps/lojinha-simples)\n- [portifolio](https://github.com/brcls/portifolio-monorepo/tree/main/apps/main)\n- [rgbwallet](https://github.com/brcls/portifolio-monorepo/tree/main/apps/rgbwallet)\n- [secret-santa-api](https://github.com/brcls/portifolio-monorepo/tree/main/services/secret-santa-api)\n- [secret-santa-client](https://github.com/brcls/portifolio-monorepo/tree/main/apps/secret-santa)\n- [video-project-manage](https://github.com/brcls/portifolio-monorepo/tree/main/apps/video-project-manage)\n\nEach link will take you directly to the corresponding project folder within the repository.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frckbrcls%2Fportifolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frckbrcls%2Fportifolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frckbrcls%2Fportifolio/lists"}