{"id":16962517,"url":"https://github.com/threeal/threeal","last_synced_at":"2025-04-11T21:31:18.513Z","repository":{"id":77374729,"uuid":"384440547","full_name":"threeal/threeal","owner":"threeal","description":"A personal read me repository.","archived":false,"fork":false,"pushed_at":"2024-10-13T13:27:54.000Z","size":331,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-14T23:07:01.536Z","etag":null,"topics":["markdown","personal","readme"],"latest_commit_sha":null,"homepage":"https://github.com/threeal/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threeal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-07-09T13:09:09.000Z","updated_at":"2024-10-13T13:27:57.000Z","dependencies_parsed_at":"2024-01-06T16:25:30.478Z","dependency_job_id":"080e4ab0-5f2d-4ab8-990e-867068db7a82","html_url":"https://github.com/threeal/threeal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fthreeal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fthreeal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fthreeal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threeal%2Fthreeal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threeal","download_url":"https://codeload.github.com/threeal/threeal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248482930,"owners_count":21111402,"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":["markdown","personal","readme"],"created_at":"2024-10-13T23:07:00.283Z","updated_at":"2025-04-11T21:31:18.490Z","avatar_url":"https://github.com/threeal.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eAlfi Maulana\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"mailto:alfi.maulana.f@gmail.com\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Gmail-mail%20me-f14336?logo=gmail\u0026style=flat-square\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/_threeal\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Twitter-follow%20me-1d9bf0?logo=twitter\u0026style=flat-square\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"http://discordapp.com/users/414737288304525314\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Discord-chat%20me-5865f2?logo=discord\u0026logoColor=f5f5f5\u0026style=flat-square\"/\u003e\n  \u003c/a\u003e\n  \u003cbr/\u003e\n  \u003ca href=\"https://www.linkedin.com/in/alfi-m-40546184/\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/LinkedIn-connect%20with%20me-2a66bc?logo=linkedin\u0026style=flat-square\"/\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://steamcommunity.com/id/threeal\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Steam-play%20with%20me-2f6894?logo=steam\u0026style=flat-square\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\nA [C++](https://isocpp.org/) enthusiast who is experienced with building and optimizing native apps on [Linux](https://ubuntu.com/desktop), [macOS](https://www.apple.com/macos), and [Windows](https://www.microsoft.com/en-us/windows).\nAlso, a fast learner and generalist who can develop multiple things like computer vision programs using [OpenCV](https://opencv.org/), shell scripts for [CI workflows](https://github.com/features/actions), web apps using [TypeScript](https://www.typescriptlang.org/), and microservices using [Go](https://go.dev/).\n\n## My Works\n\nAside from my current job, I also work on several personal projects.\nCurrently, most of these projects are [GitHub repository templates](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) and [GitHub Actions](https://github.com/features/actions) for utilizing my other projects.\nPlease refer to [my repositories](https://github.com/threeal?tab=repositories) for a list of all projects that I have done.\n\n### C++ Projects\n\n- [**C++ Starter**](https://github.com/threeal/cpp-starter):\n  A minimalistic GitHub repository template to kickstart your C++ project.\n- [**Errors C++**](https://github.com/threeal/errors-cpp):\n  A C++ package that provides utilities for error handling.\n- [**Result**](https://github.com/threeal/result):\n  A simple C++ implementation of [Rust Result](https://doc.rust-lang.org/std/result/), an alternative to [Abseil Status](https://abseil.io/docs/cpp/guides/status).\n\n### CMake Projects\n\n- [**CMake Starter**](https://github.com/threeal/cmake-starter/):\n  A minimalistic template to start a new [CMake](https://cmake.org/) project.\n- [**Assertion.cmake**](https://github.com/threeal/assertion-cmake):\n  A CMake module containing a collection of assertion functions and other\n  utilities for testing CMake code.\n- [**CheckWarning.cmake**](https://github.com/threeal/CheckWarning.cmake):\n  Check for compiler warnings in CMake projects.\n- [**FixFormat.cmake**](https://github.com/threeal/FixFormat.cmake):\n  Fix source codes formatting in your CMake project.\n- [**GitCheckout.cmake**](https://github.com/threeal/git-checkout-cmake):\n  Clone and check out a [Git](https://git-scm.com/) repository from a CMake project.\n- [**SetupGo.cmake**](https://github.com/threeal/setup-go-cmake):\n  Set up a specific version of [Go](https://go.dev/) from a CMake project.\n\n### Node.js Projects\n\n- [**Node.js Starter**](https://github.com/threeal/nodejs-starter):\n  A minimalistic template for starting a new [Node.js](https://nodejs.org/en) project.\n- [**Discord Bot Starter**](https://github.com/threeal/discord-bot-starter):\n  A minimalist template for starting a new [Discord](https://discord.com/) bot project.\n- [**Google Rank**](https://github.com/threeal/google-rank):\n  Retrieve the [Google](https://www.google.com/) search ranking of your website for specific keywords.\n- [**LeetTest**](https://github.com/threeal/leettest):\n  Tool for compiling and testing solutions to [LeetCode](https://leetcode.com/) problems.\n- [**GitHub Actions Utilities**](https://github.com/threeal/gha-utils): A minimalistic utility package for developing GitHub Actions.\n\n### GitHub Actions Projects\n\n- [**Action Starter**](https://github.com/threeal/action-starter):\n  A minimalist template for starting a new [GitHub Action](https://github.com/features/actions) project.\n- [**Cache Action**](https://github.com/threeal/cache-action): Save and restore files as a cache in GitHub Actions.\n- [**Setup Standalone pnpm Action**](https://github.com/threeal/setup-pnpm-action):\n  Set up standalone [pnpm](https://pnpm.io/) with a specified version in GitHub Actions\n- [**Setup Yarn Berry Action**](https://github.com/threeal/yarn-install-action):\n  Set up [Yarn](https://yarnpkg.com/) to a specified version and install Node.js project with cache support on GitHub Actions.\n- [**Pipx Install Action**](https://github.com/threeal/pipx-install-action):\n  Install [Python](https://www.python.org/) packages using [pipx](https://pipx.pypa.io/stable/) with cache support on GitHub Actions.\n- [**CMake Action**](https://github.com/threeal/cmake-action):\n  Configure, build, and test your CMake project using GitHub Actions.\n- [**Gcovr Action**](https://github.com/threeal/gcovr-action/):\n  Generate code coverage reports for a C++ project on GitHub Actions using [gcovr](https://gcovr.com/en/stable/).\n- [**LeetTest Action**](https://github.com/threeal/leettest-action/):\n  Compile and test solutions to LeetCode problems on GitHub Actions.\n\n### GitHub Composite Actions Projects\n\n- [**Composite Action Starter**](https://github.com/threeal/composite-action-starter):\n  A minimalistic GitHub repository template to kickstart your [GitHub composite action](https://github.com/features/actions) project.\n- [**Setup Poetry Action**](https://github.com/threeal/setup-poetry-action):\n  Set up your GitHub Actions workflow with a specific version of [Poetry](https://python-poetry.org).\n- [**CTest Action**](https://github.com/threeal/ctest-action):\n  Test CMake projects using [CTest](https://cmake.org/cmake/help/book/mastering-cmake/chapter/Testing%20With%20CMake%20and%20CTest.html) on GitHub Actions.\n- [**ROS 2 Workspace Action**](https://github.com/ichiro-its/ros2-ws-action):\n  Setup, build and test a [ROS 2](https://www.ros.org/) workspace using GitHub Actions.\n\n### Other Projects\n\n- [**Project Starter**](https://github.com/threeal/project-starter):\n  A minimalist template for starting a new project on GitHub.\n- [**Python Starter**](https://github.com/threeal/python-starter):\n  A minimalistic GitHub repository template to kickstart your Python project.\n- [**LeetSpace**](https://github.com/threeal/leetspace):\n  A dedicated workspace and archive for my LeetCode submissions.\n\n\u003cpicture\u003e\n  \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://threeal.github.io/threeal/grid-snake-dark.svg\" /\u003e\n  \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://threeal.github.io/threeal/grid-snake-light.svg\" /\u003e\n  \u003cimg alt=\"GitHub contribution animation\" src=\"https://threeal.github.io/threeal/grid-snake.svg\" /\u003e\n\u003c/picture\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Fthreeal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreeal%2Fthreeal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreeal%2Fthreeal/lists"}