docs: add portfolio website to 0xBahalaNa profile#70
Open
0xBahalaNa wants to merge 17 commits intoGRCEngClub:mainfrom
Open
docs: add portfolio website to 0xBahalaNa profile#700xBahalaNa wants to merge 17 commits intoGRCEngClub:mainfrom
0xBahalaNa wants to merge 17 commits intoGRCEngClub:mainfrom
Conversation
- add ATS-backed jobs board pages, layouts, filters, and search UI - import curated Greenhouse and Ashby roles plus automation workflows - surface jobs across the site and wire Eleventy collections/filters - harden the GitHub-native profile submission handoff and review workflow - add repository contributor guidelines
Adds extractCompensation() fallback in the import pipeline — parses salary ranges from job description text when the API doesn't provide structured compensation data (most Greenhouse/Ashby jobs).
Adds notify-slack.js which diffs the import commit for newly added job files, parses their frontmatter, and POSTs formatted cards to the GRC Engineering Club Slack channel. Runs as the final step of the daily import-jobs workflow using SLACK_WEBHOOK_URL secret.
Adds 20 Workable company boards to the import pipeline, using their public legacy API with descriptions. Normalizer follows the same pattern as Greenhouse and Ashby — looksRelevant() filters for GRC roles, extractCompensation() parses salary from body text.
Adds 27 Lever company boards to the import pipeline. Lever's API includes structured salaryRange for some companies, plus the extractCompensation fallback handles the rest. Custom fetchLeverJson strips control characters that break JSON.parse.
First N+1 source in the pipeline — list endpoint returns only titles, detail endpoint has descriptions and structured salary data. Two-pass architecture: titleMayBeRelevant() pre-filters by title, then fetches details in batches of 5 for candidates only. 14 boards, 29 GRC jobs matched. Rippling's payRangeDetails gives the best structured salary data of any source.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
website: https://luigicarpio.devto 0xBahalaNa profile frontmatterTest Plan