[
  {
    "path": ".eleventyignore",
    "content": "# Eleventy ignore file\n# Files and directories that Eleventy should not process\n\n# Node modules\nnode_modules/\n\n# README files (already being processed as markdown, might conflict)\nREADME.md\n\n# Migration plan (if you add it back to the repo)\nMIGRATION_PLAN.md\n\n# Test/temporary directories\ncompany-profiles-test/\n\n# Git files\n.git/\n.gitignore\n\n# Editor files\n.vscode/\n.idea/\n\n# OS files\n.DS_Store\n\n# Build artifacts\ndist/\n\n# Documentation that shouldn't be in the build\nCONTRIBUTING.md\nLICENSE\nCHANGELOG.md\n"
  },
  {
    "path": ".env-sample",
    "content": "URL=http://localhost:8080"
  },
  {
    "path": ".github/CODE_OF_CONDUCT.md",
    "content": "# Contributor Covenant Code of Conduct\n\n## Our Pledge\n\nWe as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status,\nnationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.\n\nWe pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.\n\n## Our Standards\n\nExamples of behavior that contributes to a positive environment for our community include:\n\n* Demonstrating empathy and kindness toward other people\n* Being respectful of differing opinions, viewpoints, and experiences\n* Giving and gracefully accepting constructive feedback\n* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience\n* Focusing on what is best not just for us as individuals, but for the overall community\n\nExamples of unacceptable behavior include:\n\n* The use of sexualized language or imagery, and sexual attention or advances of any kind\n* Trolling, insulting or derogatory comments, and personal or political attacks\n* Public or private harassment\n* Publishing others' private information, such as a physical or email address, without their explicit permission\n* Other conduct which could reasonably be considered inappropriate in a professional setting\n\n## Enforcement Responsibilities\n\nCommunity leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.\n\nCommunity leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are\nnot aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.\n\n## Scope\n\nThis Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces.\nExamples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed\nrepresentative at an online or offline event.\n\n## Enforcement\n\nInstances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement. Please mention @dougaitken or email him directly `remote at dougaitken dot co dot uk`\n\nAll complaints will be reviewed and investigated promptly and fairly.\n\nAll community leaders are obligated to respect the privacy and security of the reporter of any incident.\n\n## Enforcement Guidelines\n\nCommunity leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:\n\n### 1. Correction\n\n**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.\n\n**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the\nbehavior was inappropriate. A public apology may be requested.\n\n### 2. Warning\n\n**Community Impact**: A violation through a single incident or series of actions.\n\n**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.\n\n### 3. Temporary Ban\n\n**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.\n\n**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period.\n\nViolating these terms may lead to a permanent ban.\n\n### 4. Permanent Ban\n\n**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.\n\n**Consequence**: A permanent ban from any sort of public interaction within the community.\n\n## Attribution\n\nThis Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.1, available at [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].\n\nCommunity Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder][Mozilla CoC].\n\nFor answers to common questions about this code of conduct, see the FAQ at [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at [https://www.contributor-covenant.org/translations][translations].\n\n[homepage]: https://www.contributor-covenant.org\n[v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html\n[Mozilla CoC]: https://github.com/mozilla/diversity\n[FAQ]: https://www.contributor-covenant.org/faq\n[translations]: https://www.contributor-covenant.org/translations\n\n_This supersedes any previous version of the code of conduct._\n"
  },
  {
    "path": ".github/CONTRIBUTING.md",
    "content": "# Contributing to Remote In Tech\n\nThank you for your interest in contributing! This repository maintains a list of companies that offer remote work opportunities in tech.\n\n## Quick Start\n\n1. Fork the repository\n2. Clone your fork locally\n3. Create a new branch for your changes\n4. Add or update a company profile in `src/companies/`\n5. Test the site locally (optional but recommended)\n6. Submit a pull request\n\n## Adding a New Company\n\n### Requirements\n\n- You are an employee of the company (or can verify the information)\n- Company directly hires employees (no bootcamps/freelance platforms)\n- Company offers genuine remote work opportunities\n- Company is in or around the tech industry\n\n### Steps\n\n1. **Create company file**: Add a new file at `src/companies/company-name.md`\n2. **Add frontmatter**: Use the structured YAML format (see template below)\n3. **Add content sections**: Fill in all required markdown sections\n4. **Test locally**: Run `npm run build:11ty` to verify it builds\n\n### Company Profile Template\n\nCreate a new markdown file in `src/companies/` with this format:\n\n```markdown\n---\ntitle: \"Company Name\"\nslug: company-name\nwebsite: https://example.com\ncareers_url: https://example.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - python\n  - cloud\n---\n\n## Company blurb\n\nBrief description of what the company does and what makes it unique.\n\n## Company size\n\nApproximate size (e.g., \"50-100 employees\", \"500+\", etc.)\n\n## Remote status\n\nDetailed description of remote work policy and culture. Be specific:\n- Fully remote or hybrid?\n- Remote-first culture?\n- Timezone requirements?\n- Office visit requirements?\n\n## Region\n\nGeographic regions where the company hires from.\n\n## Company technologies\n\nMain technologies and tools used.\n\n## Office locations\n\nPhysical office locations if any (or \"None\" if fully remote).\n\n## How to apply\n\nInstructions for applying, including links to careers page.\n```\n\n### Valid Frontmatter Values\n\n**region** (required):\n- `worldwide` - Hires globally\n- `americas` - North/South America\n- `europe` - Europe\n- `americas-europe` - Americas and Europe\n- `asia-pacific` - Asia Pacific region\n- `other` - Other regions\n\n**remote_policy** (required):\n- `fully-remote` - 100% remote, no office required\n- `remote-first` - Remote is the default, offices optional\n- `hybrid` - Mix of remote and office\n- `remote-friendly` - Office-based with remote options\n\n**company_size** (required):\n- `tiny` - 1-10 employees\n- `small` - 11-50 employees\n- `medium` - 51-200 employees\n- `large` - 201-1000 employees\n- `enterprise` - 1000+ employees\n\n**technologies** (optional array):\n- `javascript`, `python`, `ruby`, `go`, `java`, `php`, `rust`, `dotnet`, `elixir`, `scala`\n- `cloud`, `devops`, `mobile`, `data`, `ml`, `sql`, `nosql`, `search`\n\n**careers_url** (optional):\n- Direct link to the company's careers/jobs page\n- If provided, this is where the \"Apply Now\" button links\n- If omitted, falls back to the main `website` URL\n\n**addedAt / updatedAt** (managed by maintainers):\n- These date fields are added by project maintainers — do not include them in your PR\n- `addedAt` records when the company was first added to the project\n- `updatedAt` records when the profile content was last meaningfully changed\n\n## Testing Locally\n\n```bash\n# Install dependencies\nnpm install\n\n# Run the development server (with hot reload)\nnpm run start\n# Visit http://localhost:8080\n\n# Or just build to check for errors\nnpm run build:11ty\n```\n\n## Content Guidelines\n\n### Required Markdown Sections\n\n1. **Company blurb** - What the company does\n2. **Company size** - Approximate employee count\n3. **Remote status** - Remote work policy and culture (be detailed!)\n4. **Region** - Where the company hires from\n5. **Company technologies** - Main tech stack\n6. **Office locations** - Physical offices (if any)\n7. **How to apply** - Application process and links\n\n### Content Quality Standards\n\n- No placeholder text (TODO, FIXME, etc.)\n- Complete sentences and proper grammar\n- Working links and email addresses\n- Clear, helpful information for job seekers\n- Be honest about remote work reality (not just marketing copy)\n\n### File Naming\n\n- Use lowercase with hyphens: `awesome-company.md`\n- Match company name: \"Awesome Company, Inc.\" → `awesome-company.md`\n- The `slug` in frontmatter should match the filename (without `.md`)\n\n## Example\n\n**File**: `src/companies/acme-corp.md`\n\n```markdown\n---\ntitle: \"Acme Corp\"\nslug: acme-corp\nwebsite: https://acme-corp.com\ncareers_url: https://acme-corp.com/careers\nregion: americas-europe\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - python\n  - cloud\n  - sql\n---\n\n## Company blurb\n\nAcme Corp builds cloud-native solutions for enterprise data management. We help companies migrate legacy systems to modern architectures with minimal downtime.\n\n## Company size\n\n150-200 employees\n\n## Remote status\n\nFully distributed company since 2018. All roles are remote-first with optional coworking stipends. We operate on async-first principles with 4-hour overlap in EST timezone. No mandatory office visits.\n\n## Region\n\nNorth America and Europe (must be able to work within UTC-8 to UTC+2 timezones)\n\n## Company technologies\n\nGo, Kubernetes, PostgreSQL, React, TypeScript, AWS, Terraform\n\n## Office locations\n\nSmall office in San Francisco for those who prefer in-person work (optional)\n\n## How to apply\n\nVisit our careers page at https://acme-corp.com/careers or email jobs@acme-corp.com with your resume and GitHub profile.\n```\n\n## Tips for Success\n\n1. **Be specific about remote work** - \"Remote-friendly\" can mean many things. Explain timezone requirements, in-person expectations, and remote culture maturity.\n\n2. **Keep it current** - Only add companies that are actively hiring remotely.\n\n3. **Be honest** - Don't oversell remote culture. Job seekers appreciate honesty.\n\n4. **Include details** - More detail about technologies and remote work = more helpful.\n\n5. **Proofread** - Check spelling, grammar, and links before submitting.\n\n## Common Mistakes to Avoid\n\n- Using invalid values for `region`, `remote_policy`, or `company_size`\n- Missing required frontmatter fields\n- Incomplete remote status section (most important!)\n- Broken or invalid URLs\n- `slug` not matching the filename\n- Copy-pasted marketing language without real info\n\n## Need Help?\n\n- Check existing company profiles in `src/companies/` for examples\n- Look at recently merged PRs to see what good submissions look like\n- Ask questions in your PR if you need clarification\n- Review [CLAUDE.md](../CLAUDE.md) for detailed project documentation\n\n## License Note\n\nBy contributing, you agree that your contributions will be licensed under the CC0 1.0 Universal license (public domain dedication). See [LICENSE](../LICENSE) for details.\n"
  },
  {
    "path": ".github/FUNDING.yml",
    "content": "# These are supported funding model platforms\n\ngithub: dougaitken\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.md",
    "content": "---\nname: Bug report\nabout: Create a report to help us improve\ntitle: \"[Bug]\"\nlabels: bug\nassignees: ''\n\n---\n\n**Describe the bug**\nA clear and concise description of what the bug is.\n\n**To Reproduce**\nSteps to reproduce the behavior:\n1. Go to '...'\n2. Click on '....'\n3. Scroll down to '....'\n4. See error\n\n**Expected behavior**\nA clear and concise description of what you expected to happen.\n\n**Screenshots**\nIf applicable, add screenshots to help explain your problem.\n\n**Desktop (please complete the following information):**\n - OS: [e.g. iOS]\n - Browser [e.g. chrome, safari]\n - Version [e.g. 22]\n\n**Smartphone (please complete the following information):**\n - Device: [e.g. iPhone6]\n - OS: [e.g. iOS8.1]\n - Browser [e.g. stock browser, safari]\n - Version [e.g. 22]\n\n**Additional context**\nAdd any other context about the problem here.\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "content": "blank_issues_enabled: false\ncontact_links:\n  - name: Feature Requests & Ideas\n    url: https://github.com/remoteintech/remote-jobs/discussions/new?category=ideas\n    about: Suggest new features or improvements via GitHub Discussions\n  - name: Questions & Help\n    url: https://github.com/remoteintech/remote-jobs/discussions/new?category=q-a\n    about: Ask questions or get help with contributions\n"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/new_company.md",
    "content": "---\nname: New Company Request\nabout: Request a remote-friendly company to be added to the directory\ntitle: \"[Company] \"\nlabels: new company\nassignees: ''\n---\n\n## Company Information\n\n**Company Name:**\n\n\n**Website:**\n\n\n**Careers Page URL (if different):**\n\n\n## Remote Work Details\n\n**Remote Policy:** (select one)\n- [ ] Fully Remote - 100% remote, no office required\n- [ ] Remote First - Remote is the default, offices optional\n- [ ] Hybrid - Mix of remote and office\n- [ ] Remote Friendly - Office-based with remote options\n\n**Hiring Region:** (select one)\n- [ ] Worldwide\n- [ ] Americas\n- [ ] Europe\n- [ ] Americas & Europe\n- [ ] Asia Pacific\n- [ ] Other (please specify):\n\n**Company Size:**\n- [ ] Tiny (1-10 employees)\n- [ ] Small (11-50 employees)\n- [ ] Medium (51-200 employees)\n- [ ] Large (201-1000 employees)\n- [ ] Enterprise (1000+ employees)\n\n## Company Description\n\n<!-- Brief description of what the company does -->\n\n\n## Remote Culture\n\n<!-- Describe the company's remote work policy and culture. Be specific about timezone requirements, in-person expectations, etc. -->\n\n\n## Technologies Used\n\n<!-- List main technologies, programming languages, and tools used -->\n\n\n## How to Apply\n\n<!-- Link to careers page or application instructions -->\n\n\n## Verification\n\n- [ ] I am an employee of this company or can verify this information\n- [ ] This company directly hires employees (not a bootcamp/freelance platform)\n- [ ] This company genuinely offers remote work opportunities\n\n## Additional Notes\n\n<!-- Any other relevant information -->\n"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.MD",
    "content": "## Description\n\n<!-- Briefly describe your changes -->\n\n## Type of Change\n\n- [ ] New company addition\n- [ ] Company information update\n- [ ] Bug fix\n- [ ] Documentation update\n- [ ] Other (please describe)\n\n## Checklist\n\n### General Requirements\n- [ ] I have read the [Contributing Guidelines](https://github.com/remoteintech/remote-jobs/blob/main/.github/CONTRIBUTING.md)\n- [ ] This pull request adheres to the repository's Code of Conduct\n- [ ] I have tested the build locally with `npm run build:11ty`\n\n### For Company Additions/Updates\n- [ ] Company file is in `src/companies/` with correct filename (lowercase, hyphenated)\n- [ ] The company directly hires employees (no bootcamps/freelance platforms)\n- [ ] The company offers genuine remote work opportunities\n\n#### Frontmatter Requirements\n- [ ] `title` - Company name in quotes\n- [ ] `slug` - Matches filename (without .md)\n- [ ] `website` - Valid company URL\n- [ ] `region` - One of: `worldwide`, `americas`, `europe`, `americas-europe`, `asia-pacific`, `other`\n- [ ] `remote_policy` - One of: `fully-remote`, `remote-first`, `hybrid`, `remote-friendly`\n- [ ] `company_size` - One of: `tiny`, `small`, `medium`, `large`, `enterprise`\n- [ ] `technologies` - Array of valid tech tags (optional)\n- [ ] `careers_url` - Direct link to careers page (optional)\n- **Note:** `addedAt` and `updatedAt` dates are managed by maintainers — do not include them\n\n#### Content Requirements\n- [ ] \"Company blurb\" section describes what the company does\n- [ ] \"Remote status\" section details the remote work policy and culture\n- [ ] \"How to apply\" section includes application instructions\n\n## Additional Information\n\n<!-- Any other context about your changes -->"
  },
  {
    "path": ".github/dependabot.yml",
    "content": "version: 2\nupdates:\n  - package-ecosystem: npm\n    directory: /\n    schedule:\n      interval: weekly\n    allow:\n      - dependency-type: direct\n      - dependency-type: indirect"
  },
  {
    "path": ".github/scripts/validate-companies.js",
    "content": "#!/usr/bin/env node\n\n/**\n * Validates company profile files for correct frontmatter and content structure.\n *\n * Usage: node validate-companies.js <file1.md> [file2.md ...]\n *\n * Outputs JSON results to stdout. Exit code 1 if any validation errors found.\n */\n\nimport { readFileSync } from \"node:fs\";\nimport { basename } from \"node:path\";\n\n// Canonical enum values (from src/_data/companyHelpers.js)\nconst VALID_REGIONS = [\n  \"worldwide\",\n  \"americas\",\n  \"europe\",\n  \"americas-europe\",\n  \"asia-pacific\",\n  \"other\",\n];\n\nconst VALID_REMOTE_POLICIES = [\n  \"fully-remote\",\n  \"remote-first\",\n  \"hybrid\",\n  \"remote-friendly\",\n];\n\nconst VALID_COMPANY_SIZES = [\"tiny\", \"small\", \"medium\", \"large\", \"enterprise\"];\n\nconst VALID_TECHNOLOGIES = [\n  \"javascript\",\n  \"python\",\n  \"ruby\",\n  \"go\",\n  \"java\",\n  \"php\",\n  \"rust\",\n  \"dotnet\",\n  \"elixir\",\n  \"scala\",\n  \"cloud\",\n  \"devops\",\n  \"mobile\",\n  \"data\",\n  \"ml\",\n  \"sql\",\n  \"nosql\",\n  \"search\",\n];\n\nconst REQUIRED_FIELDS = [\n  \"title\",\n  \"slug\",\n  \"website\",\n  \"region\",\n  \"remote_policy\",\n  \"company_size\",\n];\n\nconst REQUIRED_SECTIONS = [\"Company blurb\", \"Remote status\", \"How to apply\"];\n\n/**\n * Parse YAML frontmatter from a markdown file's content.\n * Returns null if no frontmatter block is found.\n */\nfunction parseFrontmatter(content) {\n  const match = content.match(/^---\\r?\\n([\\s\\S]*?)\\r?\\n---/);\n  if (!match) return null;\n\n  const yaml = match[1];\n  const data = {};\n  let currentArrayKey = null;\n\n  for (const line of yaml.split(\"\\n\")) {\n    // Array item (indented \"- value\")\n    const arrayItem = line.match(/^\\s+-\\s+(.+)$/);\n    if (arrayItem && currentArrayKey) {\n      data[currentArrayKey].push(arrayItem[1].trim());\n      continue;\n    }\n\n    // Key-value pair\n    const kv = line.match(/^(\\w[\\w_]*):\\s*(.*)$/);\n    if (kv) {\n      const key = kv[1];\n      let value = kv[2].trim();\n\n      // Check if this starts an array (empty value followed by \"- items\")\n      if (value === \"\" || value === \"[]\") {\n        data[key] = [];\n        currentArrayKey = key;\n        continue;\n      }\n\n      // Strip surrounding quotes\n      if (\n        (value.startsWith('\"') && value.endsWith('\"')) ||\n        (value.startsWith(\"'\") && value.endsWith(\"'\"))\n      ) {\n        value = value.slice(1, -1);\n      }\n\n      data[key] = value;\n      currentArrayKey = null;\n    }\n  }\n\n  return data;\n}\n\n/**\n * Validate a single company file. Returns an array of error strings.\n */\nfunction validateCompanyFile(filePath) {\n  const errors = [];\n  const warnings = [];\n  let content;\n\n  try {\n    content = readFileSync(filePath, \"utf-8\");\n  } catch (err) {\n    errors.push(`Could not read file: ${err.message}`);\n    return { errors, warnings };\n  }\n\n  // Parse frontmatter\n  const data = parseFrontmatter(content);\n  if (!data) {\n    errors.push(\n      \"Missing YAML frontmatter. The file must start with `---` followed by YAML fields and a closing `---`.\"\n    );\n    return { errors, warnings };\n  }\n\n  // Check required fields\n  for (const field of REQUIRED_FIELDS) {\n    if (!data[field] || (typeof data[field] === \"string\" && !data[field].trim())) {\n      errors.push(`Missing required field: \\`${field}\\``);\n    }\n  }\n\n  // Validate enum values (only if field exists)\n  if (data.region && !VALID_REGIONS.includes(data.region)) {\n    errors.push(\n      `Invalid \\`region\\`: \"${data.region}\". Must be one of: ${VALID_REGIONS.join(\", \")}`\n    );\n  }\n\n  if (data.remote_policy && !VALID_REMOTE_POLICIES.includes(data.remote_policy)) {\n    errors.push(\n      `Invalid \\`remote_policy\\`: \"${data.remote_policy}\". Must be one of: ${VALID_REMOTE_POLICIES.join(\", \")}`\n    );\n  }\n\n  if (data.company_size && !VALID_COMPANY_SIZES.includes(data.company_size)) {\n    errors.push(\n      `Invalid \\`company_size\\`: \"${data.company_size}\". Must be one of: ${VALID_COMPANY_SIZES.join(\", \")}`\n    );\n  }\n\n  // Validate technologies array\n  if (data.technologies && Array.isArray(data.technologies)) {\n    for (const tech of data.technologies) {\n      if (!VALID_TECHNOLOGIES.includes(tech)) {\n        errors.push(\n          `Invalid technology tag: \"${tech}\". Valid tags: ${VALID_TECHNOLOGIES.join(\", \")}`\n        );\n      }\n    }\n  }\n\n  // Validate slug matches filename\n  if (data.slug) {\n    const expectedSlug = basename(filePath, \".md\");\n    if (data.slug !== expectedSlug) {\n      errors.push(\n        `Slug \"${data.slug}\" does not match filename \"${basename(filePath)}\". The slug must be \"${expectedSlug}\".`\n      );\n    }\n  }\n\n  // Validate URL format\n  if (data.website && !isValidUrl(data.website)) {\n    errors.push(\n      `Invalid \\`website\\` URL: \"${data.website}\". Must be a full URL starting with https:// or http://`\n    );\n  }\n\n  if (data.careers_url && !isValidUrl(data.careers_url)) {\n    errors.push(\n      `Invalid \\`careers_url\\`: \"${data.careers_url}\". Must be a full URL starting with https:// or http://`\n    );\n  }\n\n  // Check required markdown sections\n  const bodyContent = content.replace(/^---[\\s\\S]*?---/, \"\");\n  for (const section of REQUIRED_SECTIONS) {\n    const sectionPattern = new RegExp(\n      `^##\\\\s+${escapeRegExp(section)}\\\\s*$`,\n      \"m\"\n    );\n    if (!sectionPattern.test(bodyContent)) {\n      errors.push(`Missing required section: \"## ${section}\"`);\n    }\n  }\n\n  // Check that \"Company blurb\" has content (not just the heading)\n  const blurbMatch = bodyContent.match(\n    /^##\\s+Company blurb\\s*\\n([\\s\\S]*?)(?=^##\\s|\\s*$)/m\n  );\n  if (blurbMatch && !blurbMatch[1].trim()) {\n    warnings.push(\n      'The \"Company blurb\" section is empty. Please add a description of the company.'\n    );\n  }\n\n  return { errors, warnings };\n}\n\nfunction isValidUrl(str) {\n  try {\n    const url = new URL(str);\n    return url.protocol === \"https:\" || url.protocol === \"http:\";\n  } catch {\n    return false;\n  }\n}\n\nfunction escapeRegExp(str) {\n  return str.replace(/[.*+?^${}()|[\\]\\\\]/g, \"\\\\$&\");\n}\n\n// --- Main ---\n\nconst args = process.argv.slice(2);\n\nif (args.length === 0) {\n  console.error(\"Usage: node validate-companies.js <file1.md> [file2.md ...]\");\n  process.exit(2);\n}\n\n// Separate company files from old-format files\nconst companyFiles = [];\nconst oldFormatFiles = [];\n\nfor (const file of args) {\n  // Strip pr-head/ prefix used in pull_request_target checkout\n  const normalized = file.replace(/^pr-head\\//, \"\");\n  if (normalized.startsWith(\"company-profiles/\")) {\n    oldFormatFiles.push(normalized);\n  } else if (normalized.startsWith(\"src/companies/\") && normalized.endsWith(\".md\")) {\n    // Store both the actual path (for reading) and the display path (for output)\n    companyFiles.push({ actual: file, display: normalized });\n  }\n}\n\nconst results = {\n  oldFormatFiles,\n  files: {},\n  summary: { total: 0, passed: 0, failed: 0, warnings: 0 },\n};\n\nfor (const { actual, display } of companyFiles) {\n  const { errors, warnings } = validateCompanyFile(actual);\n  results.files[display] = { errors, warnings };\n  results.summary.total++;\n  if (errors.length > 0) {\n    results.summary.failed++;\n  } else {\n    results.summary.passed++;\n  }\n  if (warnings.length > 0) {\n    results.summary.warnings++;\n  }\n}\n\nconsole.log(JSON.stringify(results, null, 2));\n\nconst hasErrors =\n  results.summary.failed > 0 || results.oldFormatFiles.length > 0;\nprocess.exit(hasErrors ? 1 : 0);\n"
  },
  {
    "path": ".github/workflows/ci.yml",
    "content": "name: CI\n\non:\n  push:\n    branches: [main]\n  pull_request:\n    branches: [main]\n  workflow_dispatch:\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n\n      - name: Setup Node.js\n        uses: actions/setup-node@v4\n        with:\n          node-version: '22'\n          cache: 'npm'\n\n      - name: Install dependencies\n        run: npm ci\n\n      - name: Build site\n        run: npm run build\n        env:\n          NODE_OPTIONS: '--max-old-space-size=8192'\n\n      - name: Verify build output\n        run: |\n          echo \"Build completed successfully\"\n          echo \"Pages generated: $(find dist -name '*.html' | wc -l)\"\n"
  },
  {
    "path": ".github/workflows/codeql-analysis.yml",
    "content": "# For most projects, this workflow file will not need changing; you simply need\n# to commit it to your repository.\n#\n# You may wish to alter this file to override the set of languages analyzed,\n# or to provide custom queries or build logic.\nname: \"CodeQL\"\n\non:\n  push:\n    branches: [main]\n  pull_request:\n    # The branches below must be a subset of the branches above\n    branches: [main]\n  schedule:\n    - cron: '0 6 * * 5'\n\njobs:\n  analyze:\n    name: Analyze\n    runs-on: ubuntu-latest\n\n    strategy:\n      fail-fast: false\n      matrix:\n        # Override automatic language detection by changing the below list\n        # Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']\n        language: ['javascript']\n        # Learn more...\n        # https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection\n\n    steps:\n    - name: Checkout repository\n      uses: actions/checkout@v4\n\n    - name: Initialize CodeQL\n      uses: github/codeql-action/init@v3\n      with:\n        languages: ${{ matrix.language }}\n\n    - name: Autobuild\n      uses: github/codeql-action/autobuild@v3\n\n    - name: Perform CodeQL Analysis\n      uses: github/codeql-action/analyze@v3\n"
  },
  {
    "path": ".github/workflows/validate-companies.yml",
    "content": "name: Validate Company Profiles\n\non:\n  pull_request_target:\n    branches: [main]\n    paths:\n      - 'src/companies/**'\n      - 'company-profiles/**'\n\npermissions:\n  contents: read\n  pull-requests: write\n\njobs:\n  validate:\n    # Skip validation for repo owner and bots\n    if: >-\n      github.event.pull_request.user.login != 'dougaitken' &&\n      github.event.pull_request.user.type != 'Bot' &&\n      github.event.pull_request.author_association != 'OWNER' &&\n      github.event.pull_request.author_association != 'MEMBER'\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout base (for workflow scripts)\n        uses: actions/checkout@v4\n\n      - name: Checkout PR company files\n        uses: actions/checkout@v4\n        with:\n          ref: ${{ github.event.pull_request.head.sha }}\n          path: pr-head\n          sparse-checkout: |\n            src/companies\n            company-profiles\n\n      - name: Get changed files\n        id: changed\n        run: |\n          FILES=$(gh pr diff ${{ github.event.pull_request.number }} --name-only | grep -E '(^src/companies/.*\\.md$|^company-profiles/)' || true)\n          echo \"files<<EOF\" >> \"$GITHUB_OUTPUT\"\n          echo \"$FILES\" >> \"$GITHUB_OUTPUT\"\n          echo \"EOF\" >> \"$GITHUB_OUTPUT\"\n        env:\n          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n\n      - name: Run validation\n        id: validate\n        if: steps.changed.outputs.files != ''\n        run: |\n          set +e\n          # Remap file paths to the PR checkout directory\n          MAPPED_FILES=\"\"\n          for f in ${{ steps.changed.outputs.files }}; do\n            MAPPED_FILES=\"$MAPPED_FILES pr-head/$f\"\n          done\n          RESULT=$(node .github/scripts/validate-companies.js $MAPPED_FILES)\n          EXIT_CODE=$?\n          set -e\n          echo \"json<<EOF\" >> \"$GITHUB_OUTPUT\"\n          echo \"$RESULT\" >> \"$GITHUB_OUTPUT\"\n          echo \"EOF\" >> \"$GITHUB_OUTPUT\"\n          echo \"exit_code=$EXIT_CODE\" >> \"$GITHUB_OUTPUT\"\n\n      - name: Post PR comment\n        if: steps.changed.outputs.files != ''\n        uses: actions/github-script@v7\n        with:\n          script: |\n            const result = JSON.parse(process.env.VALIDATION_JSON);\n            const exitCode = parseInt(process.env.EXIT_CODE, 10);\n            let body = '';\n\n            // Old-format detection\n            if (result.oldFormatFiles && result.oldFormatFiles.length > 0) {\n              body += '### Thanks for your contribution!\\n\\n';\n              body += 'It looks like your PR uses an older file format. We\\'ve updated how company profiles work. ';\n              body += 'Please create a new file in `src/companies/` instead.\\n\\n';\n              body += '**Files using the old format:**\\n';\n              for (const f of result.oldFormatFiles) {\n                body += `- \\`${f}\\`\\n`;\n              }\n              body += '\\n<details>\\n<summary>New format template</summary>\\n\\n';\n              body += '```markdown\\n';\n              body += '---\\n';\n              body += 'title: \"Your Company Name\"\\n';\n              body += 'slug: your-company-slug\\n';\n              body += 'website: https://yourcompany.com\\n';\n              body += 'careers_url: https://yourcompany.com/careers\\n';\n              body += 'region: worldwide\\n';\n              body += 'remote_policy: fully-remote\\n';\n              body += 'company_size: small\\n';\n              body += 'technologies:\\n';\n              body += '  - javascript\\n';\n              body += '  - python\\n';\n              body += '---\\n\\n';\n              body += '> **Note:** `addedAt` and `updatedAt` dates are managed by maintainers — do not include them in your PR.\\n\\n';\n              body += '## Company blurb\\n\\n';\n              body += 'A short description of your company.\\n\\n';\n              body += '## Remote status\\n\\n';\n              body += 'Describe your remote work culture.\\n\\n';\n              body += '## How to apply\\n\\n';\n              body += 'Link to your careers page or application instructions.\\n';\n              body += '```\\n\\n';\n              body += '</details>\\n\\n';\n              body += 'The filename should be `src/companies/{slug}.md` where `{slug}` matches the `slug` field in the frontmatter.\\n\\n';\n            }\n\n            // Validation results for new-format files\n            if (result.summary && result.summary.total > 0) {\n              if (result.summary.failed === 0 && result.oldFormatFiles.length === 0) {\n                body += '### Company profile validation passed!\\n\\n';\n                body += `All ${result.summary.total} company file(s) look good. Thanks for following the format!\\n`;\n                if (result.summary.warnings > 0) {\n                  body += '\\n**Warnings:**\\n';\n                  for (const [file, res] of Object.entries(result.files)) {\n                    for (const w of res.warnings) {\n                      body += `- \\`${file}\\`: ${w}\\n`;\n                    }\n                  }\n                }\n              } else if (result.summary.failed > 0) {\n                if (!body) body += '### Thanks for your contribution!\\n\\n';\n                body += 'The following issues were found with your company profile(s). ';\n                body += 'Please fix them and push an update to this PR:\\n\\n';\n                for (const [file, res] of Object.entries(result.files)) {\n                  if (res.errors.length === 0 && res.warnings.length === 0) continue;\n                  body += `**\\`${file}\\`**\\n`;\n                  for (const e of res.errors) {\n                    body += `- :x: ${e}\\n`;\n                  }\n                  for (const w of res.warnings) {\n                    body += `- :warning: ${w}\\n`;\n                  }\n                  body += '\\n';\n                }\n                body += 'See the [company profile format docs](https://github.com/remoteintech/remote-jobs/blob/main/CLAUDE.md#company-profiles) for reference.\\n';\n              }\n            }\n\n            if (!body) return;\n\n            // Find and update existing bot comment, or create new one\n            const marker = '<!-- validate-companies -->';\n            body = marker + '\\n' + body;\n\n            const { data: comments } = await github.rest.issues.listComments({\n              owner: context.repo.owner,\n              repo: context.repo.repo,\n              issue_number: context.issue.number,\n            });\n\n            const existing = comments.find(c => c.body && c.body.includes(marker));\n\n            if (existing) {\n              await github.rest.issues.updateComment({\n                owner: context.repo.owner,\n                repo: context.repo.repo,\n                comment_id: existing.id,\n                body,\n              });\n            } else {\n              await github.rest.issues.createComment({\n                owner: context.repo.owner,\n                repo: context.repo.repo,\n                issue_number: context.issue.number,\n                body,\n              });\n            }\n        env:\n          VALIDATION_JSON: ${{ steps.validate.outputs.json }}\n          EXIT_CODE: ${{ steps.validate.outputs.exit_code }}\n\n      - name: Fail if validation errors\n        if: steps.validate.outputs.exit_code == '1'\n        run: |\n          echo \"Validation failed. See the PR comment for details.\"\n          exit 1\n"
  },
  {
    "path": ".gitignore",
    "content": "# Node modules\nnode_modules\nnpm-debug.log*\nyarn-debug.log*\nyarn-error.log*\n\n# generated files\ndist\nsrc/_includes/css\nsrc/_includes/scripts\n\n# cache\n.cache\n\n# secret data\n.env\n.env.*\n!.env.example\n\n# OS files\n.DS_Store\n.DS_Store?\n._*\n.Spotlight-V100\n.Trashes\nehthumbs.db\nThumbs.db\n\n# Editor files\n.vscode/*\n!.vscode/settings.json\n!.vscode/tasks.json\n!.vscode/launch.json\n!.vscode/extensions.json\n.idea\n*.swp\n*.swo\n*~\n\n# Test files\ncoverage\n.nyc_output\n\n# Logs\nlogs\n*.log\n\n# Temporary files\ntmp\ntemp\n*.tmp\n\n# Package manager\npackage-lock.json.bak\nyarn.lock.bak\n\n# Local tools and working files\n_tools\nbackup-companies-old\n\n# Link check reports\nextracted-urls.txt\nlink-check-results.csv\nlink-check-results.csv.bak\ncheck-links.sh\nlink-report.html"
  },
  {
    "path": ".nojekyll",
    "content": ""
  },
  {
    "path": ".nvmrc",
    "content": "22\n"
  },
  {
    "path": ".prettierignore",
    "content": "src/**/*.md\nsrc/_includes/components/**/custom-*.njk\nsrc/common/*\nsrc/_includes/scripts/*"
  },
  {
    "path": ".prettierrc",
    "content": "{\n  \"printWidth\": 110,\n  \"tabWidth\": 2,\n  \"singleQuote\": true,\n  \"bracketSpacing\": false,\n  \"quoteProps\": \"consistent\",\n  \"trailingComma\": \"none\",\n  \"arrowParens\": \"avoid\",\n  \"plugins\": [\"prettier-plugin-jinja-template\"],\n  \"overrides\": [\n    {\n      \"files\": \"*.njk\",\n      \"options\": {\n        \"parser\": \"jinja-template\"\n      }\n    }\n  ]\n}\n"
  },
  {
    "path": "CLAUDE.md",
    "content": "# CLAUDE.md\n\n## Shorthand\n\n- **\"Punch it\"** = commit, push, and open a PR to upstream, all in one go.\n\n## Project Overview\n\nRemote In Tech is a community-maintained directory of remote-friendly tech companies. The site is built with [Eleventy](https://www.11ty.dev/) (v3) and deployed on Netlify.\n\n**Live site:** https://remoteintech.company\n\n## Directory Structure\n\n```\nsrc/\n├── companies/          # Company profiles (Markdown with YAML frontmatter)\n├── blog/               # Blog posts (Markdown)\n├── pages/              # Static pages and dynamic templates (Nunjucks)\n├── common/             # Shared templates (404, redirects, sitemap, feeds)\n├── _layouts/           # Page layouts (base, page, post, company)\n├── _includes/          # Partials, components, and WebC components\n├── _config/            # Eleventy configuration (collections, filters, plugins)\n├── _data/              # Global data files (navigation, meta, companyTags)\n└── assets/             # Static assets (CSS, JS, fonts, images)\n\ndist/                   # Build output (gitignored)\n```\n\n## Build Commands\n\n```bash\nnpm run start           # Development server with hot reload\nnpm run build           # Production build (clean + eleventy + pagefind)\nnpm run build:11ty      # Eleventy build only (faster for testing)\nnpm run clean           # Remove dist and generated files\n```\n\n## Company Profiles\n\nCompanies are Markdown files in `src/companies/` with this frontmatter structure:\n\n```yaml\n---\ntitle: \"Company Name\"\nslug: company-slug                    # URL slug (required)\nwebsite: https://example.com          # Main company website URL\ncareers_url: https://example.com/jobs # Optional: careers/jobs page URL\nregion: worldwide                     # worldwide, americas, europe, asia-pacific, americas-europe, other\nremote_policy: fully-remote           # fully-remote, remote-first, remote-friendly, hybrid\ncompany_size: startup                 # startup, small, medium, large, enterprise\ntechnologies:                         # Array of tech tags\n  - javascript\n  - python\n  - devops\naddedAt: 2024-03-15                   # Date first contributed (from git history)\nupdatedAt: 2025-06-20                 # Date of last real content change (from git history)\n---\n```\n\n**URL fields:**\n- `website` - Main company URL (used to verify the company, identify brand)\n- `careers_url` - Optional careers/jobs page URL. When present, the \"Apply Now\" button links here; otherwise falls back to `website`\n\nValid technology tags are defined in `src/_data/companyHelpers.js` under `techLabels`.\n\n## Key Configuration Files\n\n- `eleventy.config.js` - Main Eleventy config (imports from src/_config/)\n- `src/_config/collections.js` - Company and blog collections\n- `src/_data/companyHelpers.js` - Tech labels, region labels, featured companies\n- `src/_data/companyTags.js` - Generates browse page tags with counts\n- `src/_data/meta.js` - Site metadata (title, description, analytics)\n- `src/common/_redirects.njk` - Netlify redirects (auto-generates company redirects)\n\n## Coding Conventions\n\n- **Templates:** Nunjucks (.njk) for layouts and pages\n- **Content:** Markdown with YAML frontmatter for companies and blog posts\n- **Styles:** CUBE CSS methodology with Tailwind as a design token processor (not traditional utility classes)\n- **Components:** WebC components in `src/_includes/webc/`\n- **Local CSS:** Use `{%- css \"local\" -%}` blocks for page-specific styles\n- **Design Tokens:** Defined in `src/_data/designTokens/` (colors, spacing, typography)\n\n## Collections\n\nAccess these in templates:\n\n- `collections.companies` - All companies (alphabetically sorted)\n- `collections.featuredCompanies` - Randomly shuffled subset (8 of 12) from curated list\n- `collections.recentCompanies` - Recently added (by addedAt date)\n- `collections.companiesByRegion` - Grouped by region\n- `collections.companiesByTech` - Grouped by technology\n- `collections.allPosts` - Blog posts (reverse chronological)\n\n## Search\n\nSite search is powered by [Pagefind](https://pagefind.app/):\n- **Nav search:** Dropdown search in the navigation bar (quick results)\n- **Search page:** `/search/` - Full search results page with pagination\n- Search index is built during `npm run build` via the pagefind post-process step\n\n## Redirects\n\nLegacy URL redirects are auto-generated in `src/common/_redirects.njk`:\n- Old company URLs (`/company-slug`) redirect to new format (`/companies/company-slug/`)\n- Blog subdomain redirects from old WordPress site\n\n## Analytics\n\nFathom Analytics (privacy-focused) - only loads in production builds.\n- Site ID configured in `src/_data/meta.js`\n- 404 errors tracked via custom event with the attempted URL path\n\n## SEO\n\n### AI Bot Policy\n\n`src/common/robots.njk` generates robots.txt with a dual policy:\n- **Allowed:** AI search bots (ChatGPT-User, Claude-User, PerplexityBot, YouBot, Applebot-Extended)\n- **Blocked:** AI training crawlers (GPTBot, CCBot, ClaudeBot, Google-Extended, FacebookBot, anthropic-ai, cohere-ai)\n\n`AGENTS.md` is a symlink to `CLAUDE.md` for broader AI agent compatibility.\n\n### Structured Data (JSON-LD)\n\nSchema.org markup in `src/_includes/schemas/`:\n- `WebSite.njk` - Site info with SearchAction for sitelinks search box\n- `BreadcrumbList.njk` - Auto-generated breadcrumb trail from URL path\n- `Organization.njk` - Company profile structured data\n- `BlogPosting.njk` - Blog post structured data\n\nSchemas are included via `src/_includes/head/schema.njk`. Page-specific schemas use the `schema` frontmatter field.\n\n### Meta Descriptions\n\nCompany pages auto-generate meta descriptions from the \"Company blurb\" section via computed data in `src/companies/companies.11tydata.js`. Descriptions are truncated to ~155 characters at sentence boundaries.\n\n### Company Dates\n\nCompany profiles have `addedAt` and `updatedAt` dates stored directly in frontmatter:\n\n- **`addedAt`** - Date when the company was first contributed to the project (traced through git history, including the pre-migration `company-profiles/` path)\n- **`updatedAt`** - Date of the last real content change (excludes bulk migrations and infrastructure commits). Some companies only have `addedAt` if no genuine content update occurred after the initial contribution.\n\nThese dates were backfilled from a decade of git history using `git log --follow` to trace files through the October 2025 migration from `company-profiles/` to `src/companies/`. They are now static frontmatter values — no git commands run during build.\n\nThe homepage \"Recently Added\" section uses `addedAt` to show the most recently added companies. Company profile pages display \"Last updated: [date]\" in the footer.\n\n### Social Cards\n\nTwitter/X card meta tags are included in `src/_includes/head/meta-info.njk`:\n- `twitter:card` - summary_large_image\n- `twitter:title`, `twitter:description`, `twitter:image`\n\nOpen Graph tags are also present for Facebook/LinkedIn sharing.\n\n## Deployment\n\n- **Platform:** Netlify (auto-deploys from main branch)\n- **Build command:** `npm run build`\n- **Publish directory:** `dist`\n- **Node version:** 22 (specified in package.json engines)\n\n## Versioning\n\nThe site uses semantic versioning in `package.json`. The version displays in the footer and links to `/changelog/`.\n\n- **Major version bump**: Reserved for full site eras/redesigns (v1 = flat list, v2 = linked profiles, v3 = original live site, v4 = Eleventy rebuild)\n- **Minor version bump** (e.g. 4.3.0 → 4.4.0): Visible changes — new companies, blog posts, feature additions/removals, data changes visitors can see\n- **Patch version bump** (e.g. 4.4.0 → 4.4.1): Invisible changes — bug fixes, refactoring, documentation, CI/CD, performance improvements\n\nWhen bumping the version:\n1. Update `version` in `package.json`\n2. Add a new entry at the top of `src/_data/changelog.json`\n\nChangelog entries should be summaries. Call out each company addition by name, but summarise edits, deletions, and fixes. Change types: `added`, `changed`, `fixed`, `removed`.\n\n## Contributing a Company\n\n1. Create `src/companies/{slug}.md` with required frontmatter\n2. Add company description in Markdown body\n3. Run `npm run build` to verify it builds correctly\n4. Submit PR to `remoteintech/remote-jobs`\n\n## Processing Contributor PRs\n\nPRs that touch company files are automatically validated by the **Validate Company Profiles** Action (`.github/workflows/validate-companies.yml`). The bot posts a comment with specific feedback and blocks merging until issues are fixed.\n\n**Workflow:**\n\n1. **Check the automated validation comment** on the PR for any issues\n2. **If the contributor needs more guidance** beyond what the bot provided, leave a helpful comment explaining what to fix\n3. **For old-format PRs** (files in `company-profiles/` or changes to `README.md`), the bot will explain the new format with a template — ask the contributor to update their PR\n4. **Only re-create a PR yourself as a last resort** if the contributor is unresponsive after reasonable follow-up\n\n**Reject PRs that:**\n- Promote harmful services (hacking tools, spam, etc.)\n- Have minimal or no meaningful content\n- Are duplicates of existing companies\n\n## GitHub Actions\n\n- **CI** (`.github/workflows/ci.yml`): Runs on push/PR to main. Builds the site with Node 22.\n- **Validate Company Profiles** (`.github/workflows/validate-companies.yml`): Runs on PRs that touch company files. Validates frontmatter, enum values, slug/filename match, URL format, and required sections. Posts a PR comment with results and blocks merge on errors.\n- **CodeQL** (`.github/workflows/codeql-analysis.yml`): Security scanning on push/PR and weekly schedule.\n\n## Branch Protection\n\nThe `main` branch has protection rules:\n- Requires pull request reviews (1 approval)\n- Requires `build` status check to pass\n- Only repository owner can push directly\n- Force pushes and deletions disabled\n- Admins can bypass when needed\n\n## Link Checker\n\nA script to check all outbound URLs in company profiles for broken links and redirects.\n\n### Files (gitignored)\n\n- `check-links.sh` - Link checker script\n- `extracted-urls.txt` - List of all URLs extracted from company files\n- `link-check-results.csv` - Results with status codes and explanations\n- `link-report.html` - Interactive HTML report for viewing results\n\n### Commands\n\n```bash\n# Full check - all URLs (~8 min for ~2,200 URLs)\n./check-links.sh\n\n# Quick check - only re-check URLs that weren't OK last time\n./check-links.sh --quick\n\n# Refresh - re-extract URLs from company files, then full check\n./check-links.sh --refresh\n```\n\n### Viewing Results\n\nOpen `link-report.html` directly in a browser and load `link-check-results.csv` via the file picker (or drag and drop).\n\n### CSV Columns\n\n| Column | Description |\n|--------|-------------|\n| `source_file` | Company profile containing the link |\n| `original_url` | URL as it appears in the file |\n| `resolved_url` | Final URL after redirects |\n| `status_code` | HTTP status (200, 404, ERROR, etc.) |\n| `explanation` | What happened (OK, Redirects, Not found, etc.) |\n| `no_change_needed` | Yes / No / Review |\n\n### Workflow\n\n1. Run `./check-links.sh` for initial full scan\n2. Fix broken links in company profiles\n3. Run `./check-links.sh --quick` to verify fixes\n4. Repeat until satisfied\n"
  },
  {
    "path": "LICENSE",
    "content": "## Licenses\n\nThis project is licensed under the ISC License. Additionally, it includes components that are licensed under the MIT and SIL License.\n\n### ISC License\n\nCopyright (c) 2024 Lene Saile\n\nPermission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.\n\n### MIT License\n\nThe **Cube Boilerplate** is licensed under the MIT License:\n\nCopyright (c) 2024 Set Studio\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n### SIL OPEN FONT LICENSE\n\nThe Fonts **Red Hat Display** and **Atkinson Hyperlegible** are licensed under the SIL License, Version 1.1.\n\nCopyright (c) Red Hat, Inc. and (c) Braille Institute.\n\nThis license allows\n\n- Commercial use\n- Modifying\n- Redistribution\n- Full license: https://openfontlicense.org/\n"
  },
  {
    "path": "README.md",
    "content": "# Remote In Tech\n\n**[remoteintech.company](https://remoteintech.company)** — A community-maintained directory of remote-friendly tech companies.\n\n> This repository is the source code for the site. To browse the directory, visit **[remoteintech.company](https://remoteintech.company)**.\n\n## Contributing a Company\n\nWe welcome contributions! To add a company to the directory:\n\n1. Create a file at `src/companies/{company-slug}.md`\n2. Use the frontmatter template below\n3. Add a company description in the Markdown body\n4. Run `npm run build` to verify it builds\n5. Submit a PR to this repo\n\n### Company Profile Template\n\n```yaml\n---\ntitle: \"Company Name\"\nslug: company-slug\nwebsite: https://example.com\ncareers_url: https://example.com/careers\nregion: worldwide                     # worldwide, americas, europe, asia-pacific, americas-europe, other\nremote_policy: fully-remote           # fully-remote, remote-first, remote-friendly, hybrid\ncompany_size: small                   # startup, small, medium, large, enterprise\ntechnologies:\n  - javascript\n  - python\n---\n\n## Company blurb\n\nA short description of the company and what they do.\n```\n\nPRs are automatically validated — the bot will comment with any issues to fix.\n\n## Development\n\n```bash\nnpm install         # Install dependencies\nnpm run start       # Dev server with hot reload\nnpm run build       # Production build\n```\n\nRequires Node.js 22+.\n\n## Credits\n\nBuilt with [Eleventy Excellent](https://github.com/madrilene/eleventy-excellent) by [Lene Saile](https://github.com/madrilene).\n\n## License\n\nISC\n"
  },
  {
    "path": "eleventy.config.js",
    "content": "/**\n * Most adjustments must be made in `./src/_config/*`\n *\n * Hint VS Code for eleventyConfig autocompletion.\n * © Henry Desroches - https://gist.github.com/xdesro/69583b25d281d055cd12b144381123bf\n * @param {import(\"@11ty/eleventy/src/UserConfig\")} eleventyConfig -\n * @returns {Object} -\n */\n\n// register dotenv for process.env.* variables to pickup\nimport dotenv from 'dotenv';\ndotenv.config();\n\n// add yaml support\nimport yaml from 'js-yaml';\n\n//  config import\nimport {\n  getAllPosts,\n  getAllCompanies,\n  getFeaturedCompanies,\n  getRecentCompanies,\n  getCompaniesByRegion,\n  getCompaniesByTech,\n  getCompanyTags,\n  showInSitemap,\n  tagList\n} from './src/_config/collections.js';\nimport events from './src/_config/events.js';\nimport filters from './src/_config/filters.js';\nimport plugins from './src/_config/plugins.js';\nimport shortcodes from './src/_config/shortcodes.js';\n\nexport default async function (eleventyConfig) {\n  // --------------------- Events: before build\n  eleventyConfig.on('eleventy.before', async () => {\n    await events.buildAllCss();\n    await events.buildAllJs();\n  });\n\n  // --------------------- custom wtach targets\n  eleventyConfig.addWatchTarget('./src/assets/**/*.{css,js,svg,png,jpeg}');\n  eleventyConfig.addWatchTarget('./src/_includes/**/*.{webc}');\n\n  // --------------------- layout aliases\n  eleventyConfig.addLayoutAlias('base', 'base.njk');\n  eleventyConfig.addLayoutAlias('page', 'page.njk');\n  eleventyConfig.addLayoutAlias('post', 'post.njk');\n  eleventyConfig.addLayoutAlias('company', 'company.njk');\n  eleventyConfig.addLayoutAlias('tags', 'tags.njk');\n\n  //\t---------------------  Collections\n  eleventyConfig.addCollection('allPosts', getAllPosts);\n  eleventyConfig.addCollection('companies', getAllCompanies);\n  eleventyConfig.addCollection('featuredCompanies', getFeaturedCompanies);\n  eleventyConfig.addCollection('recentCompanies', getRecentCompanies);\n  eleventyConfig.addCollection('companiesByRegion', getCompaniesByRegion);\n  eleventyConfig.addCollection('companiesByTech', getCompaniesByTech);\n  eleventyConfig.addCollection('companyTags', getCompanyTags);\n  eleventyConfig.addCollection('showInSitemap', showInSitemap);\n  eleventyConfig.addCollection('tagList', tagList);\n\n  // ---------------------  Plugins\n  eleventyConfig.addPlugin(plugins.htmlConfig);\n  eleventyConfig.addPlugin(plugins.drafts);\n\n  eleventyConfig.addPlugin(plugins.EleventyRenderPlugin);\n  eleventyConfig.addPlugin(plugins.rss);\n  eleventyConfig.addPlugin(plugins.syntaxHighlight);\n\n  eleventyConfig.addPlugin(plugins.webc, {\n    components: ['./src/_includes/webc/**/*.webc'],\n    useTransform: true\n  });\n\n  eleventyConfig.addPlugin(plugins.eleventyImageTransformPlugin, {\n    formats: ['webp', 'jpeg'],\n    widths: ['auto'],\n    htmlOptions: {\n      imgAttributes: {\n        loading: 'lazy',\n        decoding: 'async',\n        sizes: 'auto'\n      },\n      pictureAttributes: {}\n    }\n  });\n\n  // ---------------------  bundle\n  eleventyConfig.addBundle('css', {hoist: true});\n\n  // \t--------------------- Library and Data\n  eleventyConfig.setLibrary('md', plugins.markdownLib);\n  eleventyConfig.addDataExtension('yaml', contents => yaml.load(contents));\n\n  // --------------------- Filters\n  eleventyConfig.addFilter('toIsoString', filters.toISOString);\n  eleventyConfig.addFilter('formatDate', filters.formatDate);\n  eleventyConfig.addFilter('markdownFormat', filters.markdownFormat);\n  eleventyConfig.addFilter('splitlines', filters.splitlines);\n  eleventyConfig.addFilter('striptags', filters.striptags);\n  eleventyConfig.addFilter('alphabetic', filters.sortAlphabetically);\n  eleventyConfig.addFilter('slugify', filters.slugifyString);\n  eleventyConfig.addFilter('fileExists', filters.fileExists);\n  eleventyConfig.addFilter('split', filters.split);\n\n  // --------------------- Shortcodes\n  eleventyConfig.addShortcode('svg', shortcodes.svgShortcode);\n  eleventyConfig.addShortcode('image', shortcodes.imageShortcode);\n  eleventyConfig.addShortcode('year', () => `${new Date().getFullYear()}`);\n\n  // --------------------- Events: after build\n  if (process.env.ELEVENTY_RUN_MODE === 'serve') {\n    eleventyConfig.on('eleventy.after', events.svgToJpeg);\n  }\n\n  // --------------------- Passthrough File Copy\n\n  // -- same path\n  ['src/assets/fonts/', 'src/assets/images/template', 'src/assets/og-images', 'src/assets/scripts/'].forEach(path =>\n    eleventyConfig.addPassthroughCopy(path)\n  );\n\n  eleventyConfig.addPassthroughCopy({\n    // -- to root\n    'src/assets/images/favicon/*': '/',\n\n    // -- node_modules\n    'node_modules/lite-youtube-embed/src/lite-yt-embed.{css,js}': `assets/components/`\n  });\n\n  // --------------------- general config\n  return {\n    markdownTemplateEngine: 'njk',\n\n    dir: {\n      output: 'dist',\n      input: 'src',\n      includes: '_includes',\n      layouts: '_layouts'\n    }\n  };\n}\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"name\": \"remote-in-tech\",\n  \"version\": \"4.4.1\",\n  \"description\": \"A list of semi to fully remote-friendly companies in or around tech\",\n  \"author\": \"Doug Aitken\",\n  \"license\": \"ISC\",\n  \"type\": \"module\",\n  \"engines\": {\n    \"node\": \">=22\"\n  },\n  \"scripts\": {\n    \"clean\": \"rimraf dist src/_includes/css src/_includes/scripts\",\n    \"clean:og\": \"rimraf src/assets/og-images\",\n    \"favicons\": \"node ./src/_config/setup/generate-favicons.js\",\n    \"colors\": \"node ./src/_config/setup/create-colors.js\",\n    \"dev:11ty\": \"cross-env ELEVENTY_ENV=development eleventy --serve\",\n    \"build:11ty\": \"cross-env ELEVENTY_ENV=production eleventy\",\n    \"pagefind\": \"npx pagefind --site dist --glob \\\"**/*.html\\\"\",\n    \"start\": \"npm run dev:11ty\",\n    \"build\": \"npm run clean && npm run build:11ty && npm run pagefind\"\n  },\n  \"keywords\": [],\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"https://github.com/remoteintech/remote-jobs.git\"\n  },\n  \"dependencies\": {\n    \"@11ty/eleventy\": \"^3.1.2\",\n    \"@11ty/eleventy-fetch\": \"^5.1.0\",\n    \"@11ty/eleventy-img\": \"^6.0.4\",\n    \"@11ty/eleventy-plugin-rss\": \"^2.0.4\",\n    \"@11ty/eleventy-plugin-syntaxhighlight\": \"^5.0.2\",\n    \"@11ty/eleventy-plugin-webc\": \"^0.11.2\",\n    \"@11ty/is-land\": \"^4.0.1\",\n    \"lite-youtube-embed\": \"^0.3.3\",\n    \"tailwindcss\": \"^3.4.17\"\n  },\n  \"overrides\": {\n    \"nanoid\": \"^5.0.9\"\n  },\n  \"devDependencies\": {\n    \"@toycode/markdown-it-class\": \"^1.2.4\",\n    \"autoprefixer\": \"^10.4.24\",\n    \"colorjs.io\": \"^0.5.2\",\n    \"cross-env\": \"^10.1.0\",\n    \"cssnano\": \"^7.1.2\",\n    \"dayjs\": \"^1.11.18\",\n    \"dotenv\": \"^17.2.3\",\n    \"esbuild\": \"^0.25.10\",\n    \"fast-glob\": \"^3.3.3\",\n    \"html-minifier-terser\": \"^7.2.0\",\n    \"js-yaml\": \"^4.1.0\",\n    \"markdown-it\": \"^14.1.1\",\n    \"markdown-it-abbr\": \"^2.0.0\",\n    \"markdown-it-anchor\": \"^9.2.0\",\n    \"markdown-it-attrs\": \"^4.3.1\",\n    \"markdown-it-emoji\": \"^3.0.0\",\n    \"markdown-it-footnote\": \"^4.0.0\",\n    \"markdown-it-link-attributes\": \"^4.0.1\",\n    \"markdown-it-mark\": \"^4.0.0\",\n    \"markdown-it-prism\": \"^3.0.0\",\n    \"netlify-plugin-cache\": \"^1.0.3\",\n    \"pagefind\": \"^1.2.0\",\n    \"postcss\": \"^8.5.6\",\n    \"postcss-cli\": \"^11.0.1\",\n    \"postcss-import\": \"^16.1.1\",\n    \"postcss-import-ext-glob\": \"^2.1.1\",\n    \"postcss-js\": \"^5.0.3\",\n    \"prettier-plugin-jinja-template\": \"^2.1.0\",\n    \"rimraf\": \"^6.1.2\",\n    \"sanitize-html\": \"^2.17.1\",\n    \"sharp\": \"^0.34.5\",\n    \"sharp-ico\": \"^0.1.5\",\n    \"slugify\": \"^1.6.6\",\n    \"svgo\": \"^4.0.0\"\n  }\n}\n"
  },
  {
    "path": "src/_config/collections.js",
    "content": "import {\n  featuredCompanySlugs,\n  regionLabels,\n  remotePolicyLabels,\n  techLabels\n} from '../_data/companyHelpers.js';\nimport { shuffleArray } from './filters/sort-random.js';\n\n/** Memoized glob results — avoids filtering ~850 items 6 times */\nlet _companyCache = null;\nconst getCompanies = collection => {\n  if (!_companyCache) {\n    _companyCache = collection.getFilteredByGlob('./src/companies/**/*.md');\n  }\n  return _companyCache;\n};\n\n/** All blog posts as a collection. */\nexport const getAllPosts = collection => {\n  return collection.getFilteredByGlob('./src/blog/**/*.md').reverse();\n};\n\n/** All company profiles as a collection, sorted alphabetically */\nexport const getAllCompanies = collection => {\n  return [...getCompanies(collection)].sort((a, b) => {\n    const nameA = (a.data.title || '').toLowerCase();\n    const nameB = (b.data.title || '').toLowerCase();\n    return nameA.localeCompare(nameB);\n  });\n};\n\n/** Featured companies - randomly selected from curated list */\nexport const getFeaturedCompanies = collection => {\n  const companies = getCompanies(collection);\n  const matched = featuredCompanySlugs\n    .map(slug => companies.find(c => c.data.slug === slug || c.fileSlug === slug))\n    .filter(Boolean);\n  return shuffleArray(matched).slice(0, 8);\n};\n\n/** Recently added companies (by addedAt date from frontmatter) */\nexport const getRecentCompanies = collection => {\n  return [...getCompanies(collection)]\n    .filter(c => c.data.addedAt)\n    .sort((a, b) => b.data.addedAt - a.data.addedAt)\n    .slice(0, 12);\n};\n\n/** Companies grouped by region */\nexport const getCompaniesByRegion = collection => {\n  const companies = getCompanies(collection);\n  const regionGroups = {};\n\n  // Initialize all regions\n  Object.keys(regionLabels).forEach(region => {\n    regionGroups[region] = [];\n  });\n\n  companies.forEach(company => {\n    const region = company.data.region || 'other';\n    if (!regionGroups[region]) {\n      regionGroups[region] = [];\n    }\n    regionGroups[region].push(company);\n  });\n\n  return regionGroups;\n};\n\n/** Companies grouped by technology */\nexport const getCompaniesByTech = collection => {\n  const companies = getCompanies(collection);\n  const techGroups = {};\n\n  // Initialize all technologies\n  Object.keys(techLabels).forEach(tech => {\n    techGroups[tech] = [];\n  });\n\n  companies.forEach(company => {\n    const technologies = company.data.technologies || [];\n    technologies.forEach(tech => {\n      if (!techGroups[tech]) {\n        techGroups[tech] = [];\n      }\n      techGroups[tech].push(company);\n    });\n  });\n\n  return techGroups;\n};\n\n/** All relevant pages as a collection for sitemap.xml */\nexport const showInSitemap = collection => {\n  return collection.getFilteredByGlob('./src/**/*.{md,njk}');\n};\n\n/** All tags from blog posts as a collection - excluding custom collections */\nexport const tagList = collection => {\n  const tagsSet = new Set();\n  // Only get tags from blog posts, not from companies or other content\n  collection.getFilteredByGlob('./src/blog/**/*.md').forEach(item => {\n    if (!item.data.tags || !Array.isArray(item.data.tags)) return;\n    item.data.tags\n      .filter(tag => typeof tag === 'string' && !['posts', 'docs', 'all'].includes(tag))\n      .forEach(tag => tagsSet.add(tag));\n  });\n  return Array.from(tagsSet).sort();\n};\n\n/** Tag type definitions with metadata */\nconst tagTypes = {\n  technology: {\n    labels: techLabels,\n    plural: 'Technologies',\n    description: 'Companies using this technology'\n  },\n  region: {\n    labels: regionLabels,\n    plural: 'Regions',\n    description: 'Companies hiring in this region'\n  },\n  'remote-policy': {\n    labels: remotePolicyLabels,\n    plural: 'Remote Policies',\n    description: 'Companies with this remote work policy'\n  }\n};\n\n/**\n * Company tags for browse/tag pages — derived from Eleventy collections\n * instead of manual file I/O. Replaces the old companyTags.js data file.\n */\nexport const getCompanyTags = collection => {\n  const companies = getCompanies(collection);\n\n  const tagData = {\n    technology: {},\n    region: {},\n    'remote-policy': {}\n  };\n\n  for (const company of companies) {\n    const d = company.data;\n    const companyInfo = {\n      title: d.title || company.fileSlug,\n      slug: d.slug || company.fileSlug,\n      website: d.website,\n      region: d.region,\n      remote_policy: d.remote_policy\n    };\n\n    // Technologies\n    if (Array.isArray(d.technologies)) {\n      for (const tech of d.technologies) {\n        if (!tagData.technology[tech]) tagData.technology[tech] = [];\n        tagData.technology[tech].push(companyInfo);\n      }\n    }\n\n    // Region\n    if (d.region) {\n      if (!tagData.region[d.region]) tagData.region[d.region] = [];\n      tagData.region[d.region].push(companyInfo);\n    }\n\n    // Remote policy\n    if (d.remote_policy) {\n      if (!tagData['remote-policy'][d.remote_policy]) tagData['remote-policy'][d.remote_policy] = [];\n      tagData['remote-policy'][d.remote_policy].push(companyInfo);\n    }\n  }\n\n  // Build final tag list with metadata\n  const allTags = [];\n  for (const [type, tags] of Object.entries(tagData)) {\n    const typeInfo = tagTypes[type];\n    for (const [slug, tagCompanies] of Object.entries(tags)) {\n      tagCompanies.sort((a, b) => a.title.localeCompare(b.title));\n      allTags.push({\n        slug,\n        type,\n        label: typeInfo.labels[slug] || slug,\n        description: typeInfo.description,\n        typePlural: typeInfo.plural,\n        count: tagCompanies.length,\n        companies: tagCompanies\n      });\n    }\n  }\n\n  allTags.sort((a, b) => b.count - a.count);\n  return allTags;\n};\n"
  },
  {
    "path": "src/_config/events/build-css.js",
    "content": "import fs from 'node:fs/promises';\nimport path from 'node:path';\nimport postcss from 'postcss';\nimport postcssImport from 'postcss-import';\nimport postcssImportExtGlob from 'postcss-import-ext-glob';\nimport tailwindcss from 'tailwindcss';\nimport autoprefixer from 'autoprefixer';\nimport cssnano from 'cssnano';\nimport fg from 'fast-glob';\n\nconst buildCss = async (inputPath, outputPaths) => {\n  const inputContent = await fs.readFile(inputPath, 'utf-8');\n\n  const result = await postcss([\n    postcssImportExtGlob,\n    postcssImport,\n    tailwindcss,\n    autoprefixer,\n    cssnano\n  ]).process(inputContent, {from: inputPath});\n\n  for (const outputPath of outputPaths) {\n    await fs.mkdir(path.dirname(outputPath), {recursive: true});\n    await fs.writeFile(outputPath, result.css);\n  }\n\n  return result.css;\n};\n\nexport const buildAllCss = async () => {\n  const tasks = [];\n\n  tasks.push(buildCss('src/assets/css/global/global.css', ['src/_includes/css/global.css']));\n\n  const localCssFiles = await fg(['src/assets/css/local/**/*.css']);\n  for (const inputPath of localCssFiles) {\n    const baseName = path.basename(inputPath);\n    tasks.push(buildCss(inputPath, [`src/_includes/css/${baseName}`]));\n  }\n\n  const componentCssFiles = await fg(['src/assets/css/components/**/*.css']);\n  for (const inputPath of componentCssFiles) {\n    const baseName = path.basename(inputPath);\n    tasks.push(buildCss(inputPath, [`dist/assets/css/components/${baseName}`]));\n  }\n\n  await Promise.all(tasks);\n};\n"
  },
  {
    "path": "src/_config/events/build-js.js",
    "content": "import fs from 'node:fs/promises';\nimport path from 'node:path';\nimport fg from 'fast-glob';\nimport esbuild from 'esbuild';\n\nexport const buildJs = async (inputPath, outputPath) => {\n  const result = await esbuild.build({\n    target: 'es2020',\n    entryPoints: [inputPath],\n    bundle: true,\n    minify: true,\n    write: false\n  });\n\n  const output = result.outputFiles[0].text;\n\n  await fs.mkdir(path.dirname(outputPath), {recursive: true});\n  await fs.writeFile(outputPath, output);\n\n  return output;\n};\n\nexport const buildAllJs = async () => {\n  const tasks = [];\n\n  const inlineBundleFiles = await fg(['src/assets/scripts/bundle/**/*.js']);\n  for (const inputPath of inlineBundleFiles) {\n    const baseName = path.basename(inputPath);\n    const outputPath = `src/_includes/scripts/${baseName}`;\n    tasks.push(buildJs(inputPath, outputPath));\n  }\n\n  const componentFiles = await fg(['src/assets/scripts/components/**/*.js']);\n  for (const inputPath of componentFiles) {\n    const baseName = path.basename(inputPath);\n    const outputPath = `dist/assets/scripts/components/${baseName}`;\n    tasks.push(buildJs(inputPath, outputPath));\n  }\n\n  await Promise.all(tasks);\n};\n"
  },
  {
    "path": "src/_config/events/svg-to-jpeg.js",
    "content": "import {promises as fsPromises, existsSync} from 'node:fs';\nimport path from 'node:path';\nimport Image from '@11ty/eleventy-img';\n\nconst ogImagesDir = './src/assets/og-images';\n\nexport const svgToJpeg = async () => {\n  const socialPreviewImagesDir = 'dist/assets/og-images/';\n\n  if (!existsSync(socialPreviewImagesDir)) {\n    console.log('⚠ No OG images dir found');\n    return;\n  }\n\n  const files = await fsPromises.readdir(socialPreviewImagesDir);\n  if (files.length > 0) {\n    files.forEach(async function (filename) {\n      const outputFilename = filename.substring(0, filename.length - 4);\n      if (filename.endsWith('.svg') & !existsSync(path.join(ogImagesDir, outputFilename))) {\n        const imageUrl = socialPreviewImagesDir + filename;\n        await Image(imageUrl, {\n          formats: ['jpeg'],\n          outputDir: ogImagesDir,\n          filenameFormat: function (id, src, width, format, options) {\n            return `${outputFilename}.${format}`;\n          }\n        });\n      }\n    });\n  } else {\n    console.log('⚠ No images found on OG images dir');\n  }\n};\n"
  },
  {
    "path": "src/_config/events.js",
    "content": "import {svgToJpeg} from './events/svg-to-jpeg.js';\nimport {buildAllCss} from './events/build-css.js';\nimport {buildAllJs} from './events/build-js.js';\n\nexport default {\n  svgToJpeg,\n  buildAllCss,\n  buildAllJs\n};\n"
  },
  {
    "path": "src/_config/filters/dates.js",
    "content": "import dayjs from 'dayjs';\n\n/** Converts the given date string to ISO8610 format. */\nexport const toISOString = dateString => dayjs(dateString).toISOString();\n\n/** Formats a date using dayjs's conventions: https://day.js.org/docs/en/display/format */\nexport const formatDate = (date, format) => dayjs(date).format(format);\n"
  },
  {
    "path": "src/_config/filters/fileExists.js",
    "content": "import fs from 'fs';\nimport path from 'path';\n\nexport const fileExists = (filePath) => {\n  try {\n    return fs.existsSync(path.resolve(process.cwd(), filePath));\n  } catch (e) {\n    return false;\n  }\n};"
  },
  {
    "path": "src/_config/filters/markdown-format.js",
    "content": "// by Chris Burnell: https://chrisburnell.com/article/some-eleventy-filters/#markdown-format\n\nimport markdownParser from 'markdown-it';\n\nconst markdown = markdownParser();\n\nexport const markdownFormat = string => {\n  return markdown.render(string);\n};\n"
  },
  {
    "path": "src/_config/filters/slugify.js",
    "content": "import slugify from 'slugify';\n\n/** Converts string to a slug form. */\nexport const slugifyString = str => {\n  return slugify(str, {\n    replacement: '-',\n    remove: /[#,&,+()$~%.'\":*¿?¡!<>{}]/g,\n    lower: true\n  });\n};\n"
  },
  {
    "path": "src/_config/filters/sort-alphabetic.js",
    "content": "export const sortAlphabetically = array => {\n  return array.sort((a, b) => {\n    if (a.data.title < b.data.title) return -1;\n    if (a.data.title > b.data.title) return 1;\n    return 0;\n  });\n};\n"
  },
  {
    "path": "src/_config/filters/sort-random.js",
    "content": "export const shuffleArray = array => {\n  const shuffled = [...array];\n  for (let i = shuffled.length - 1; i > 0; i--) {\n    const j = Math.floor(Math.random() * (i + 1));\n    [shuffled[i], shuffled[j]] = [shuffled[j], shuffled[i]];\n  }\n  return shuffled;\n};\n"
  },
  {
    "path": "src/_config/filters/split.js",
    "content": "/**\n * Split a string by a delimiter, filtering out empty strings\n * @param {string} str - String to split\n * @param {string} delimiter - Delimiter to split by\n * @returns {string[]} Array of non-empty parts\n */\nexport function split(str, delimiter = '/') {\n  if (!str) return [];\n  return str.split(delimiter).filter(part => part.length > 0);\n}\n"
  },
  {
    "path": "src/_config/filters/splitlines.js",
    "content": "export const splitlines = (input, maxCharLength) => {\n  const parts = input.split(' ');\n  const lines = parts.reduce(function (acc, cur) {\n    if (!acc.length) {\n      return [cur];\n    }\n\n    let lastOne = acc[acc.length - 1];\n\n    if (lastOne.length + cur.length >= maxCharLength) {\n      return [...acc, cur];\n    }\n\n    acc[acc.length - 1] = lastOne + ' ' + cur;\n\n    return acc;\n  }, []);\n\n  return lines;\n};\n"
  },
  {
    "path": "src/_config/filters/striptags.js",
    "content": "// Using single-character replacement as recommended by CodeQL to avoid\n// incomplete multi-character sanitization vulnerabilities\nexport const striptags = string => {\n  if (!string) return '';\n  return String(string).replace(/<|>/g, '');\n};\n"
  },
  {
    "path": "src/_config/filters.js",
    "content": "import {toISOString, formatDate} from './filters/dates.js';\nimport {markdownFormat} from './filters/markdown-format.js';\nimport {sortAlphabetically} from './filters/sort-alphabetic.js';\nimport {splitlines} from './filters/splitlines.js';\nimport {striptags} from './filters/striptags.js';\nimport {slugifyString} from './filters/slugify.js';\nimport {fileExists} from './filters/fileExists.js';\nimport {split} from './filters/split.js';\nexport default {\n  toISOString,\n  formatDate,\n  markdownFormat,\n  splitlines,\n  striptags,\n  sortAlphabetically,\n  fileExists,\n  slugifyString,\n  split\n};  "
  },
  {
    "path": "src/_config/plugins/drafts.js",
    "content": "export const drafts = eleventyConfig => {\n  eleventyConfig.addGlobalData('eleventyComputed.permalink', function () {\n    return data => {\n      // Always skip during non-watch/serve builds\n      if (data.draft && !process.env.BUILD_DRAFTS) {\n        return false; // Ensure templates that use this handle it correctly\n      }\n      return data.permalink;\n    };\n  });\n\n  // When `eleventyExcludeFromCollections` is true, the file is not included in any collections\n  eleventyConfig.addGlobalData('eleventyComputed.eleventyExcludeFromCollections', function () {\n    return data => {\n      // Always exclude from non-watch/serve builds\n      if (data.draft && !process.env.BUILD_DRAFTS) {\n        return true;\n      }\n\n      return data.eleventyExcludeFromCollections ?? false;\n    };\n  });\n\n  eleventyConfig.on('eleventy.before', ({runMode}) => {\n    // Set the environment variable\n    if (runMode === 'serve' || runMode === 'watch') {\n      process.env.BUILD_DRAFTS = true;\n    }\n  });\n};\n"
  },
  {
    "path": "src/_config/plugins/html-config.js",
    "content": "import htmlmin from 'html-minifier-terser';\n\nconst isProduction = process.env.ELEVENTY_ENV === 'production';\n\nexport const htmlConfig = eleventyConfig => {\n  eleventyConfig.addTransform('html-minify', (content, path) => {\n    if (path && path.endsWith('.html') && isProduction) {\n      return htmlmin.minify(content, {\n        collapseBooleanAttributes: true,\n        collapseWhitespace: true,\n        decodeEntities: true,\n        includeAutoGeneratedTags: false,\n        removeComments: true\n      });\n    }\n\n    return content;\n  });\n};\n"
  },
  {
    "path": "src/_config/plugins/markdown.js",
    "content": "import markdownIt from 'markdown-it';\nimport markdownItAttrs from 'markdown-it-attrs';\nimport markdownItPrism from 'markdown-it-prism';\nimport markdownItAnchor from 'markdown-it-anchor';\nimport markdownItClass from '@toycode/markdown-it-class';\nimport markdownItLinkAttributes from 'markdown-it-link-attributes';\nimport {full as markdownItEmoji} from 'markdown-it-emoji';\nimport markdownItFootnote from 'markdown-it-footnote';\nimport markdownitMark from 'markdown-it-mark';\nimport markdownitAbbr from 'markdown-it-abbr';\nimport {slugifyString} from '../filters/slugify.js';\n\nexport const markdownLib = markdownIt({\n  html: true,\n  breaks: true,\n  linkify: true,\n  typographer: true\n})\n  .disable('code')\n  .use(markdownItAttrs)\n  .use(markdownItPrism, {\n    defaultLanguage: 'plaintext'\n  })\n  .use(markdownItAnchor, {\n    slugify: slugifyString,\n    tabIndex: false,\n    permalink: markdownItAnchor.permalink.headerLink({\n      class: 'heading-anchor'\n    })\n  })\n  .use(markdownItClass, {})\n  .use(markdownItLinkAttributes, [\n    {\n      // match external links\n      matcher(href) {\n        return href.match(/^https?:\\/\\//);\n      },\n      attrs: {\n        rel: 'noopener'\n      }\n    }\n  ])\n  .use(markdownItEmoji)\n  .use(markdownItFootnote)\n  .use(markdownitMark)\n  .use(markdownitAbbr)\n  .use(md => {\n    md.renderer.rules.image = (tokens, idx) => {\n      const token = tokens[idx];\n      const src = token.attrGet('src');\n      const alt = token.content || '';\n      const caption = token.attrGet('title');\n\n      // Collect attributes\n      const attributes = token.attrs || [];\n      const hasEleventyWidths = attributes.some(([key]) => key === 'eleventy:widths');\n      if (!hasEleventyWidths) {\n        attributes.push(['eleventy:widths', '650,960,1400']);\n      }\n\n      const attributesString = attributes.map(([key, value]) => `${key}=\"${value}\"`).join(' ');\n      const imgTag = `<img src=\"${src}\" alt=\"${alt}\" ${attributesString}>`;\n      return caption ? `<figure>${imgTag}<figcaption>${caption}</figcaption></figure>` : imgTag;\n    };\n  });\n"
  },
  {
    "path": "src/_config/plugins.js",
    "content": "// Eleventy\nimport {EleventyRenderPlugin} from '@11ty/eleventy';\nimport rss from '@11ty/eleventy-plugin-rss';\nimport syntaxHighlight from '@11ty/eleventy-plugin-syntaxhighlight';\nimport webc from '@11ty/eleventy-plugin-webc';\nimport {eleventyImageTransformPlugin} from '@11ty/eleventy-img';\n\n// custom\nimport {markdownLib} from './plugins/markdown.js';\nimport {drafts} from './plugins/drafts.js';\n\n// Custom transforms\nimport {htmlConfig} from './plugins/html-config.js';\n\nexport default {\n  EleventyRenderPlugin,\n  rss,\n  syntaxHighlight,\n  webc,\n  eleventyImageTransformPlugin,\n  markdownLib,\n  drafts,\n  htmlConfig\n};\n"
  },
  {
    "path": "src/_config/setup/create-colors.js",
    "content": "import fs from 'node:fs';\nimport Color from 'colorjs.io';\n\nconst colorsBase = JSON.parse(fs.readFileSync('./src/_data/designTokens/colorsBase.json', 'utf-8'));\n\nconst generatePalette = (baseColorHex, steps) => {\n  const baseColor = new Color(baseColorHex).to('oklch');\n\n  return steps.map(step => {\n    const color = new Color('oklch', [step.lightness, baseColor.c * step.chromaFactor, baseColor.h]).to(\n      'srgb'\n    );\n\n    const [r, g, b] = color.coords.map(value => Math.round(Math.min(Math.max(value * 255, 0), 255)));\n\n    const hexValue = `#${r.toString(16).padStart(2, '0')}${g\n      .toString(16)\n      .padStart(2, '0')}${b.toString(16).padStart(2, '0')}`;\n\n    return {\n      name: `${step.label}`,\n      value: hexValue\n    };\n  });\n};\n\nconst vibrantSteps = [\n  {label: '100', lightness: 0.96, chromaFactor: 0.19},\n  {label: '200', lightness: 0.94, chromaFactor: 0.45},\n  {label: '300', lightness: 0.86, chromaFactor: 0.78},\n  {label: '400', lightness: 0.75, chromaFactor: 0.9},\n  {label: '500', lightness: 0.62, chromaFactor: 1},\n  {label: '600', lightness: 0.5, chromaFactor: 1},\n  {label: '700', lightness: 0.42, chromaFactor: 1},\n  {label: '800', lightness: 0.36, chromaFactor: 0.85},\n  {label: '900', lightness: 0.2, chromaFactor: 0.55}\n];\n\nconst neutralSteps = [\n  {label: '100', lightness: 0.98, chromaFactor: 0.12},\n  {label: '200', lightness: 0.92, chromaFactor: 0.14},\n  {label: '300', lightness: 0.75, chromaFactor: 0.14},\n  {label: '400', lightness: 0.6, chromaFactor: 0.25},\n  {label: '500', lightness: 0.5, chromaFactor: 0.3},\n  {label: '600', lightness: 0.4, chromaFactor: 0.35},\n  {label: '700', lightness: 0.35, chromaFactor: 0.3},\n  {label: '800', lightness: 0.3, chromaFactor: 0.27},\n  {label: '900', lightness: 0.2, chromaFactor: 0.25}\n];\n\nconst colorTokens = {\n  title: colorsBase.title,\n  description: colorsBase.description,\n  items: []\n};\n\ncolorsBase.shades_neutral.forEach(color => {\n  const palette = generatePalette(color.value, neutralSteps);\n  palette.forEach(shade => {\n    colorTokens.items.push({\n      name: `${color.name} ${shade.name}`,\n      value: shade.value\n    });\n  });\n});\n\ncolorsBase.shades_vibrant.forEach(color => {\n  const palette = generatePalette(color.value, vibrantSteps);\n  palette.forEach(shade => {\n    colorTokens.items.push({\n      name: `${color.name} ${shade.name}`,\n      value: shade.value\n    });\n  });\n});\n\ncolorsBase.light_dark.forEach(color => {\n  colorTokens.items.push({\n    name: color.name,\n    value: color.value\n  });\n\n  const lightDark = new Color(color.value).to('oklch');\n  const subduedColor = new Color('oklch', [\n    lightDark.l,\n    lightDark.c * 0.8, // reduce chroma by 20%\n    lightDark.h\n  ]).to('srgb');\n\n  const [r, g, b] = subduedColor.coords.map(value => Math.round(Math.min(Math.max(value * 255, 0), 255)));\n\n  const subduedHex = `#${r.toString(16).padStart(2, '0')}${g\n    .toString(16)\n    .padStart(2, '0')}${b.toString(16).padStart(2, '0')}`;\n\n  colorTokens.items.push({\n    name: `${color.name} Subdued`,\n    value: subduedHex\n  });\n});\n\ncolorsBase.standalone.forEach(color => {\n  colorTokens.items.push({\n    name: color.name,\n    value: color.value\n  });\n});\n\nfs.writeFileSync('./src/_data/designTokens/colors.json', JSON.stringify(colorTokens, null, 2));\n"
  },
  {
    "path": "src/_config/setup/generate-favicons.js",
    "content": "import fs from 'node:fs';\nimport sharp from 'sharp';\nimport {sharpsToIco} from 'sharp-ico';\nimport {pathToSvgLogo} from '../../_data/meta.js';\n\nasync function createFavicons() {\n  const outputDir = 'src/assets/images/favicon';\n  fs.mkdirSync(outputDir, {recursive: true});\n\n  // Get the SVG logo\n  const svgBuffer = fs.readFileSync(pathToSvgLogo);\n\n  // SVG icon\n  fs.writeFileSync(`${outputDir}/favicon.svg`, svgBuffer);\n\n  // PNG icons\n  await sharp(svgBuffer).resize(192, 192).toFile(`${outputDir}/icon-192x192.png`);\n  await sharp(svgBuffer).resize(512, 512).toFile(`${outputDir}/icon-512x512.png`);\n  await sharp(svgBuffer).resize(180, 180).toFile(`${outputDir}/apple-touch-icon.png`);\n\n  // maskable icon\n  await sharp(svgBuffer)\n    .resize(512, 512)\n    .extend({\n      top: 50,\n      bottom: 50,\n      left: 50,\n      right: 50,\n      background: {r: 0, g: 0, b: 0, alpha: 0} // Transparent padding\n    })\n    .toFile(`${outputDir}/maskable-icon.png`);\n\n  // ICO icon\n  const iconSharp = sharp(svgBuffer);\n  await sharpsToIco([iconSharp], `${outputDir}/favicon.ico`, {sizes: [32]});\n\n  console.log('All favicons generated.');\n}\n\ncreateFavicons();\n"
  },
  {
    "path": "src/_config/shortcodes/image.js",
    "content": "import Image from '@11ty/eleventy-img';\nimport path from 'node:path';\nimport fs from 'fs';\n\nconst stringifyAttributes = attributeMap => {\n  return Object.entries(attributeMap)\n    .map(([attribute, value]) => {\n      if (typeof value === 'undefined') return '';\n      return `${attribute}=\"${value}\"`;\n    })\n    .join(' ');\n};\n\nexport const imageShortcode = async (\n  src,\n  alt = '',\n  caption = '',\n  loading = 'lazy',\n  containerClass,\n  imageClass,\n  widths = [650, 960, 1400],\n  sizes = 'auto',\n  formats = ['avif', 'webp', 'jpeg']\n) => {\n  // Prepend \"./src\" if not present\n  if (!src.startsWith('./src')) {\n    src = `./src${src}`;\n  }\n\n  // Check if file exists\n  if (!fs.existsSync(src)) {\n    console.warn(`Image not found: ${src}`);\n    return '';\n  }\n\n  const metadata = await Image(src, {\n    widths: [...widths],\n    formats: [...formats],\n    urlPath: '/assets/images/',\n    outputDir: './dist/assets/images/',\n    filenameFormat: (id, src, width, format, options) => {\n      const extension = path.extname(src);\n      const name = path.basename(src, extension);\n      return `${name}-${width}w.${format}`;\n    }\n  });\n\n  const lowsrc = metadata.jpeg[metadata.jpeg.length - 1];\n\n  const imageSources = Object.values(metadata)\n    .map(imageFormat => {\n      return `  <source type=\"${imageFormat[0].sourceType}\" srcset=\"${imageFormat\n        .map(entry => entry.srcset)\n        .join(', ')}\" sizes=\"${sizes}\">`;\n    })\n    .join('\\n');\n\n  const imageAttributes = stringifyAttributes({\n    'src': lowsrc.url,\n    'width': lowsrc.width,\n    'height': lowsrc.height,\n    alt,\n    loading,\n    'decoding': loading === 'eager' ? 'sync' : 'async',\n    ...(imageClass && {class: imageClass}),\n    'eleventy:ignore': ''\n  });\n\n  const pictureElement = `<picture> ${imageSources}<img ${imageAttributes}></picture>`;\n\n  return caption\n    ? `<figure slot=\"image\"${containerClass ? ` class=\"${containerClass}\"` : ''}>${pictureElement}<figcaption>${caption}</figcaption></figure>`\n    : `<picture slot=\"image\"${containerClass ? ` class=\"${containerClass}\"` : ''}>${imageSources}<img ${imageAttributes}></picture>`;\n};\n"
  },
  {
    "path": "src/_config/shortcodes/svg.js",
    "content": "/**\n * Generates an optimized SVG shortcode with optional attributes.\n *\n * @param {string} svgName - The name of the SVG file (without the .svg extension).\n * @param {string} [ariaName=''] - The ARIA label for the SVG.\n * @param {string} [className=''] - The CSS class name for the SVG.\n * @param {string} [styleName=''] - The inline style for the SVG.\n * @returns {Promise<string>} The optimized SVG shortcode.\n */\n\nimport {optimize} from 'svgo';\nimport {readFileSync} from 'node:fs';\n\nexport const svgShortcode = async (svgName, ariaName = '', className = '', styleName = '') => {\n  const svgData = readFileSync(`./src/assets/svg/${svgName}.svg`, 'utf8');\n\n  const {data} = await optimize(svgData);\n\n  return data.replace(\n    /<svg(.*?)>/,\n    `<svg$1 ${ariaName ? `aria-label=\"${ariaName}\"` : 'aria-hidden=\"true\"'} ${className ? `class=\"${className}\"` : ''} ${styleName ? `style=\"${styleName}\"` : ''} >`\n  );\n};\n"
  },
  {
    "path": "src/_config/shortcodes.js",
    "content": "import {imageShortcode} from './shortcodes/image.js';\nimport {svgShortcode} from './shortcodes/svg.js';\n\nexport default {imageShortcode, svgShortcode};\n"
  },
  {
    "path": "src/_config/utils/clamp-generator.js",
    "content": "/**\n * Credits:\n * - © Andy Bell - https://buildexcellentwebsit.es/\n */\n\n/**\n * Takes an array of tokens and sends back and array of name\n * and clamp pairs for CSS fluid values.\n *\n * @param {array} tokens array of {name: string, min: number, max: number}\n * @returns {array} {name: string, value: string}\n */\n\nimport viewports from '../../_data/designTokens/viewports.json';\n\nexport const clampGenerator = tokens => {\n  const rootSize = 16;\n\n  return tokens.map(({name, min, max}) => {\n    if (min === max) {\n      return {name, value:`${min / rootSize}rem`};\n    }\n\n    // Convert the min and max sizes to rems\n    const minSize = min / rootSize;\n    const maxSize = max / rootSize;\n\n    // Convert the pixel viewport sizes into rems\n    const minViewport = viewports.min / rootSize;\n    const maxViewport = viewports.max / rootSize;\n\n    // Slope and intersection allow us to have a fluid value but also keep that sensible\n    const slope = (maxSize - minSize) / (maxViewport - minViewport);\n    const intersection = -1 * minViewport * slope + minSize;\n\n    return {\n      name,\n      value: `clamp(${minSize}rem, ${intersection.toFixed(2)}rem + ${(slope * 100).toFixed(\n        2\n      )}vw, ${maxSize}rem)`\n    };\n  });\n};\n"
  },
  {
    "path": "src/_config/utils/tokens-to-tailwind.js",
    "content": "/**\n * Credits:\n * - © Andy Bell - https://buildexcellentwebsit.es/\n */\n\n/**\n * Converts human readable tokens into tailwind config friendly ones\n *\n * @param {array} tokens {name: string, value: any}\n * @return {object} {key, value}\n */\n\nimport slugify from 'slugify';\n\nexport const tokensToTailwind = tokens => {\n  const nameSlug = text => slugify(text, {lower: true});\n  let response = {};\n\n  tokens.forEach(({name, value}) => {\n    response[nameSlug(name)] = value;\n  });\n\n  return response;\n};\n"
  },
  {
    "path": "src/_data/changelog.json",
    "content": "[\n  {\n    \"version\": \"4.4.1\",\n    \"date\": \"2026-02-22\",\n    \"summary\": \"Date field documentation\",\n    \"changes\": [\n      {\n        \"type\": \"changed\",\n        \"description\": \"Updated CLAUDE.md, contributing guide, PR template, and validation workflow to document addedAt/updatedAt fields\"\n      }\n    ]\n  },\n  {\n    \"version\": \"4.4.0\",\n    \"date\": \"2026-02-22\",\n    \"summary\": \"Accurate company dates from git history\",\n    \"changes\": [\n      {\n        \"type\": \"changed\",\n        \"description\": \"Backfilled accurate addedAt/updatedAt dates for all 850+ company profiles from a decade of git history\"\n      },\n      {\n        \"type\": \"fixed\",\n        \"description\": \"Build time reduced from ~29s to ~18s by storing dates in frontmatter instead of computing from git on every build\"\n      }\n    ]\n  },\n  {\n    \"version\": \"4.3.2\",\n    \"date\": \"2026-02-22\",\n    \"summary\": \"Fairer homepage rotation\",\n    \"changes\": [\n      {\n        \"type\": \"fixed\",\n        \"description\": \"Replaced biased shuffle with Fisher-Yates algorithm for featured and recently added companies\"\n      }\n    ]\n  },\n  {\n    \"version\": \"4.3.1\",\n    \"date\": \"2026-02-22\",\n    \"summary\": \"Easter egg removal\",\n    \"changes\": [\n      {\n        \"type\": \"removed\",\n        \"description\": \"Removed easter egg confetti component\"\n      }\n    ]\n  },\n  {\n    \"version\": \"4.3.0\",\n    \"date\": \"2026-02-22\",\n    \"summary\": \"Memory leak fix\",\n    \"changes\": [\n      {\n        \"type\": \"fixed\",\n        \"description\": \"Fixed event listener memory leak in masonry grid web component\"\n      }\n    ]\n  },\n  {\n    \"version\": \"4.2.0\",\n    \"date\": \"2026-02-15\",\n    \"summary\": \"Blog post and discoverability improvements\",\n    \"changes\": [\n      {\n        \"type\": \"added\",\n        \"description\": \"Blog post: Keeping Things Tidy\"\n      },\n      {\n        \"type\": \"changed\",\n        \"description\": \"Improved site discoverability over GitHub repo\"\n      },\n      {\n        \"type\": \"changed\",\n        \"description\": \"Skip PR validation for repo owner, members, and bots\"\n      }\n    ]\n  },\n  {\n    \"version\": \"4.1.2\",\n    \"date\": \"2026-02-06\",\n    \"summary\": \"PR validation and housekeeping\",\n    \"changes\": [\n      {\n        \"type\": \"added\",\n        \"description\": \"Automated PR validation for company profile contributions\"\n      },\n      {\n        \"type\": \"removed\",\n        \"description\": \"Removed defunct companies for various reasons (closed, acquired, no longer relevant, etc.)\"\n      },\n      {\n        \"type\": \"fixed\",\n        \"description\": \"Fixed broken URLs across several company profiles\"\n      }\n    ]\n  },\n  {\n    \"version\": \"4.1.1\",\n    \"date\": \"2026-01-18\",\n    \"summary\": \"Search, dates, and social sharing improvements\",\n    \"changes\": [\n      {\n        \"type\": \"added\",\n        \"description\": \"Pagefind-powered site search with nav dropdown and dedicated search page\"\n      },\n      {\n        \"type\": \"added\",\n        \"description\": \"Git-based dates for company profiles (added at / last updated)\"\n      },\n      {\n        \"type\": \"added\",\n        \"description\": \"Open Graph images for social sharing\"\n      },\n      {\n        \"type\": \"changed\",\n        \"description\": \"Updated company profile frontmatter and documentation\"\n      }\n    ]\n  },\n  {\n    \"version\": \"4.1.0\",\n    \"date\": \"2026-01-17\",\n    \"summary\": \"New companies, SEO improvements, and security hardening\",\n    \"changes\": [\n      {\n        \"type\": \"added\",\n        \"description\": \"Company: MaintainNow\"\n      },\n      {\n        \"type\": \"added\",\n        \"description\": \"Company: Swif.ai\"\n      },\n      {\n        \"type\": \"added\",\n        \"description\": \"Company: Verve Systems\"\n      },\n      {\n        \"type\": \"added\",\n        \"description\": \"Blog post: SEO Improvements\"\n      },\n      {\n        \"type\": \"changed\",\n        \"description\": \"SEO improvements and bulk company URL fixes across all profiles\"\n      },\n      {\n        \"type\": \"fixed\",\n        \"description\": \"Security hardening (CodeQL sanitisation, template escaping)\"\n      },\n      {\n        \"type\": \"removed\",\n        \"description\": \"Cleaned up legacy files and GitHub Actions workflows\"\n      }\n    ]\n  },\n  {\n    \"version\": \"4.0.0\",\n    \"date\": \"2026-01-13\",\n    \"summary\": \"Complete site redesign on Eleventy v3\",\n    \"changes\": [\n      {\n        \"type\": \"added\",\n        \"description\": \"Full site redesign with company cards, browse/filter pages, and curated homepage\"\n      },\n      {\n        \"type\": \"added\",\n        \"description\": \"Structured company profiles with region, remote policy, size, and technology tags\"\n      },\n      {\n        \"type\": \"added\",\n        \"description\": \"Blog post: The Big Redesign\"\n      },\n      {\n        \"type\": \"changed\",\n        \"description\": \"Migrated from static README-based list to Eleventy v3 static site\"\n      },\n      {\n        \"type\": \"added\",\n        \"description\": \"Legacy URL redirects and 404 tracking with Fathom Analytics\"\n      }\n    ]\n  }\n]\n"
  },
  {
    "path": "src/_data/companyHelpers.js",
    "content": "/**\n * Helper functions and constants for company data.\n * Label maps are imported from labels.js (the single source of truth).\n */\nimport labels from './labels.js';\n\nconst l = labels();\n\n// Re-export label maps for JS consumers (collections.js, companyTags.js, etc.)\nexport const regionLabels = l.region;\nexport const remotePolicyLabels = l.remotePolicy;\nexport const companySizeLabels = l.companySize;\nexport const techLabels = l.tech;\n\nexport function getRegionLabel(region) {\n  return regionLabels[region] || region || 'Other';\n}\n\nexport function getRemotePolicyLabel(policy) {\n  return remotePolicyLabels[policy] || policy || 'Unknown';\n}\n\nexport function getCompanySizeLabel(size) {\n  return companySizeLabels[size] || size || 'Unknown';\n}\n\nexport function getTechLabel(tech) {\n  return techLabels[tech] || tech;\n}\n\n/**\n * Featured companies list - manually curated high-quality examples\n */\nexport const featuredCompanySlugs = [\n  'github',\n  'gitlab',\n  'automattic',\n  'zapier',\n  'buffer',\n  'doist',\n  'elastic',\n  'hashicorp',\n  'stripe',\n  'shopify',\n  'netlify',\n  'vercel'\n];\n"
  },
  {
    "path": "src/_data/designTokens/borderRadius.json",
    "content": "{\n  \"title\": \"Border Radius\",\n  \"description\": \"\",\n  \"meta\": {},\n  \"items\": [\n    {\n      \"name\": \"small\",\n      \"value\": \"0.1875rem\"\n    },\n    {\n      \"name\": \"Medium\",\n      \"value\": \"0.3rem\"\n    }\n  ]\n}\n"
  },
  {
    "path": "src/_data/designTokens/colors.json",
    "content": "{\n  \"title\": \"Colors\",\n  \"description\": \"Hex color codes that can be shared, cross-platform. They can be converted at point of usage, such as HSL for web or CMYK for print. neutral and vibrant colors are converted to color palettes, fixed colors are kept as they are\",\n  \"items\": [\n    {\n      \"name\": \"Gray 100\",\n      \"value\": \"#f6f9fc\"\n    },\n    {\n      \"name\": \"Gray 200\",\n      \"value\": \"#e2e5e8\"\n    },\n    {\n      \"name\": \"Gray 300\",\n      \"value\": \"#acaeb2\"\n    },\n    {\n      \"name\": \"Gray 400\",\n      \"value\": \"#7c8086\"\n    },\n    {\n      \"name\": \"Gray 500\",\n      \"value\": \"#5f646a\"\n    },\n    {\n      \"name\": \"Gray 600\",\n      \"value\": \"#434850\"\n    },\n    {\n      \"name\": \"Gray 700\",\n      \"value\": \"#373b41\"\n    },\n    {\n      \"name\": \"Gray 800\",\n      \"value\": \"#2a2e33\"\n    },\n    {\n      \"name\": \"Gray 900\",\n      \"value\": \"#13161b\"\n    },\n    {\n      \"name\": \"Indigo\",\n      \"value\": \"#6366F1\"\n    },\n    {\n      \"name\": \"Indigo Subdued\",\n      \"value\": \"#666eda\"\n    },\n    {\n      \"name\": \"Teal\",\n      \"value\": \"#14B8A6\"\n    },\n    {\n      \"name\": \"Teal Subdued\",\n      \"value\": \"#4cb4a5\"\n    },\n    {\n      \"name\": \"Cyan\",\n      \"value\": \"#22D3EE\"\n    },\n    {\n      \"name\": \"Cyan Subdued\",\n      \"value\": \"#5ccfe4\"\n    },\n    {\n      \"name\": \"Periwinkle\",\n      \"value\": \"#818CF8\"\n    },\n    {\n      \"name\": \"Periwinkle Subdued\",\n      \"value\": \"#8590e5\"\n    },\n    {\n      \"name\": \"Dark\",\n      \"value\": \"#090E1A\"\n    },\n    {\n      \"name\": \"Light\",\n      \"value\": \"#F5F7FF\"\n    }\n  ]\n}"
  },
  {
    "path": "src/_data/designTokens/colorsBase.json",
    "content": "{\n  \"title\": \"Colors\",\n  \"description\": \"Hex color codes that can be shared, cross-platform. They can be converted at point of usage, such as HSL for web or CMYK for print. neutral and vibrant colors are converted to color palettes, fixed colors are kept as they are\",\n  \"shades_neutral\": [\n    {\n      \"name\": \"Gray\",\n      \"value\": \"#64748B\"\n    }\n  ],\n  \"shades_vibrant\": [],\n  \"light_dark\": [\n    {\n      \"name\": \"Indigo\",\n      \"value\": \"#6366F1\"\n    },\n    {\n      \"name\": \"Teal\",\n      \"value\": \"#14B8A6\"\n    },\n    {\n      \"name\": \"Cyan\",\n      \"value\": \"#22D3EE\"\n    },\n    {\n      \"name\": \"Periwinkle\",\n      \"value\": \"#818CF8\"\n    }\n  ],\n  \"standalone\": [\n    {\n      \"name\": \"Dark\",\n      \"value\": \"#090E1A\"\n    },\n    {\n      \"name\": \"Light\",\n      \"value\": \"#F5F7FF\"\n    }\n  ]\n}\n"
  },
  {
    "path": "src/_data/designTokens/fonts.json",
    "content": "{\n  \"title\": \"Fonts\",\n  \"description\": \"Each array of fonts creates a priority-based order. The first font in the array should be the ideal font, followed by sensible, web-safe fallbacks\",\n  \"items\": [\n    {\n      \"name\": \"Display\",\n      \"description\": \"Display font stack for headings and large text. Redhat Display is made for headlines and big statements, are low contrast and spaced tightly, with a large x-height and open counters.\",\n      \"value\": [\"Redhat\", \"Segoe UI\", \"Roboto\", \"Helvetica Neue\", \"Arial\", \"sans-serif\"]\n    },\n    {\n      \"name\": \"Base\",\n      \"description\": \"Base font stack for body text. Atkinson Hyperlegible, named after the founder of the Braille Institute, has been developed specifically to increase legibility for readers with low vision, and to improve comprehension.\",\n      \"value\": [\"Atkinson Hyperlegible\", \"system-ui\", \"sans-serif\"]\n    },\n    {\n      \"name\": \"Mono\",\n      \"description\": \"Monospace font for code and preformatted text.\",\n      \"value\": [\n        \"ui-monospace\",\n        \"Cascadia Code\",\n        \"Source Code Pro\",\n        \"Menlo\",\n        \"Consolas\",\n        \"DejaVu Sans Mono\",\n        \"monospace\"\n      ]\n    }\n  ]\n}\n"
  },
  {
    "path": "src/_data/designTokens/spacing.json",
    "content": "{\n  \"title\": \"Spacing\",\n  \"description\": \"Consistent spacing sizes, based on a ratio, with min and max sizes. This allows you to set spacing based on the context size. For example, min for mobile and max for desktop browsers.\",\n  \"meta\": {\n    \"scaleGenerator\": \"https://utopia.fyi/space/calculator?c=320,19,1.2,1350,28,1.25,6,2,&s=0.75%7C0.5%7C0.25,2%7C3%7C5%7C8%7C13,s-l&g=s,l,xl,12\",\n    \"note\": \"shifing the scale: XS is equal to 3XS\"\n  },\n  \"items\": [\n    {\n      \"name\": \"3XS\",\n      \"min\": 2,\n      \"max\": 3\n    },\n    {\n      \"name\": \"2XS\",\n      \"min\": 3,\n      \"max\": 5\n    },\n    {\n      \"name\": \"XS\",\n      \"min\": 5,\n      \"max\": 7\n    },\n    {\n      \"name\": \"S\",\n      \"min\": 10,\n      \"max\": 14\n    },\n    {\n      \"name\": \"M\",\n      \"min\": 14,\n      \"max\": 21\n    },\n    {\n      \"name\": \"L\",\n      \"min\": 19,\n      \"max\": 28\n    },\n    {\n      \"name\": \"XL\",\n      \"min\": 38,\n      \"max\": 56\n    },\n    {\n      \"name\": \"2XL\",\n      \"min\": 57,\n      \"max\": 84\n    },\n    {\n      \"name\": \"3XL\",\n      \"min\": 95,\n      \"max\": 140\n    },\n    {\n      \"name\": \"XS - S\",\n      \"min\": 5,\n      \"max\": 14\n    },\n    {\n      \"name\": \"S - M\",\n      \"min\": 10,\n      \"max\": 21\n    },\n    {\n      \"name\": \"M - L\",\n      \"min\": 14,\n      \"max\": 31\n    },\n    {\n      \"name\": \"L - XL\",\n      \"min\": 19,\n      \"max\": 56\n    },\n    {\n      \"name\": \"L - 2xl\",\n      \"min\": 38,\n      \"max\": 84\n    },\n    {\n      \"name\": \"XL - 2XL\",\n      \"min\": 57,\n      \"max\": 140\n    },\n    {\n      \"name\": \"2XL - 3xl\",\n      \"min\": 95,\n      \"max\": 224\n    }\n  ]\n}\n"
  },
  {
    "path": "src/_data/designTokens/textLeading.json",
    "content": "{\n  \"title\": \"Leading\",\n  \"description\": \"Ratio-based leading/line-height values\",\n  \"items\": [\n    {\n      \"name\": \"Flat\",\n      \"value\": 1\n    },\n    {\n      \"name\": \"Fine\",\n      \"value\": 1.2\n    },\n    {\n      \"name\": \"Standard\",\n      \"value\": 1.4\n    }\n  ]\n}\n"
  },
  {
    "path": "src/_data/designTokens/textSizes.json",
    "content": "{\n  \"title\": \"Text Sizes\",\n  \"description\": \"A minimum and maximum text size size allows you to pick the right size from a ratio, depending on the context size. The min and max sizes are in pixels and should be converted to appropiate sizes, per context\",\n  \"meta\": {\n    \"scaleGenerator\": \"https://utopia.fyi/type/calculator?c=320,19,1.2,1350,28,1.25,6,2,&s=0.75|0.5|0.25,2|3|5|8|13,s-l&g=s,l,xl,12\"\n  },\n  \"items\": [\n    {\n      \"name\": \"Step min 2\",\n      \"min\": 13,\n      \"max\": 16\n    },\n    {\n      \"name\": \"Step min 1\",\n      \"min\": 16,\n      \"max\": 22\n    },\n    {\n      \"name\": \"Step 0\",\n      \"min\": 19,\n      \"max\": 28\n    },\n    {\n      \"name\": \"Step 1\",\n      \"min\": 23,\n      \"max\": 35\n    },\n    {\n      \"name\": \"Step 2\",\n      \"min\": 27,\n      \"max\": 44\n    },\n    {\n      \"name\": \"Step 3\",\n      \"min\": 33,\n      \"max\": 55\n    },\n    {\n      \"name\": \"Step 4\",\n      \"min\": 40,\n      \"max\": 68\n    },\n    {\n      \"name\": \"Step 5\",\n      \"min\": 47,\n      \"max\": 86\n    },\n    {\n      \"name\": \"Step 6\",\n      \"min\": 56,\n      \"max\": 107\n    }\n  ]\n}\n"
  },
  {
    "path": "src/_data/designTokens/textWeights.json",
    "content": "{\n  \"title\": \"Text Weights\",\n  \"description\": \"Helper classes and custom properties for common font weights\",\n  \"meta\": {},\n  \"items\": [\n    {\n      \"name\": \"Regular\",\n      \"value\": 400\n    },\n    {\n      \"name\": \"Bold\",\n      \"value\": 700\n    },\n    {\n      \"name\": \"Extra Bold\",\n      \"value\": 900\n    }\n  ]\n}\n"
  },
  {
    "path": "src/_data/designTokens/viewports.json",
    "content": "{\n  \"title\": \"Viewports\",\n  \"description\": \"The min and maximum viewports used to generate fluid type and space scales.\",\n  \"min\": 320,\n  \"sm\": 640,\n  \"navigation\": 662,\n  \"md\": 1000,\n  \"max\": 1360\n}\n"
  },
  {
    "path": "src/_data/github.js",
    "content": "import EleventyFetch from '@11ty/eleventy-fetch';\n\nexport default async function () {\n  let url = 'https://api.github.com/repos/remoteintech/remote-jobs';\n\n  // returning promise\n\n  let data = await EleventyFetch(url, {\n    duration: '1d',\n    type: 'json'\n  });\n\n  return data;\n}\n"
  },
  {
    "path": "src/_data/helpers.js",
    "content": "/**\n * Returns back some attributes based on whether the\n * link is active or a parent of an active item.\n *\n * @param {String} itemUrl - The link in question.\n * @param {String} pageUrl - The page context.\n * @returns {String} - The attributes or empty.\n */\nexport function getLinkActiveState(itemUrl, pageUrl) {\n  let response = '';\n\n  // Ensure pageUrl is a string before proceeding\n  if (typeof pageUrl === 'string') {\n    if (itemUrl === pageUrl) {\n      response = ' aria-current=\"page\"';\n    }\n\n    if (itemUrl.length > 1 && pageUrl.startsWith(itemUrl.replace('/page-0/', ''))) {\n      response += ' aria-current=\"page\" data-state=\"active\"';\n    }\n  }\n\n  return response;\n}\n\n/**\n * Take an array of keys and return back items that match.\n * Note: items in the collection must have a key attribute in\n * Front Matter.\n *\n * @param {Array} collection - 11ty collection.\n * @param {Array} keys - Collection of keys.\n * @returns {Array} - Result collection or empty.\n */\nexport function filterCollectionByKeys(collection, keys) {\n  return collection.filter(x => keys.includes(x.data.key));\n}\n\n/**\n * Generates a random UUID (Universally Unique Identifier).\n *\n * @returns {string} A random UUID.\n */\nexport function random() {\n  const segment = () => {\n    return (((1 + Math.random()) * 0x10000) | 0).toString(16).substring(1);\n  };\n  return `${segment()}-${segment()}-${segment()}`;\n}\n"
  },
  {
    "path": "src/_data/labels.js",
    "content": "/**\n * Centralised label definitions for regions, remote policies, technologies, and company sizes.\n * This is the single source of truth — used by both JS (via import from companyHelpers.js)\n * and Nunjucks templates (via the global data cascade as `labels.*`).\n */\nexport default function () {\n  return {\n    region: {\n      'worldwide': 'Worldwide',\n      'americas': 'Americas',\n      'europe': 'Europe',\n      'americas-europe': 'Americas & Europe',\n      'asia-pacific': 'Asia Pacific',\n      'other': 'Other'\n    },\n    remotePolicy: {\n      'fully-remote': 'Fully Remote',\n      'remote-first': 'Remote First',\n      'hybrid': 'Hybrid',\n      'remote-friendly': 'Remote Friendly'\n    },\n    companySize: {\n      'tiny': '1-10 employees',\n      'small': '11-50 employees',\n      'medium': '51-200 employees',\n      'large': '201-1000 employees',\n      'enterprise': '1000+ employees'\n    },\n    tech: {\n      'javascript': 'JavaScript',\n      'python': 'Python',\n      'ruby': 'Ruby',\n      'go': 'Go',\n      'java': 'Java',\n      'php': 'PHP',\n      'rust': 'Rust',\n      'dotnet': '.NET',\n      'elixir': 'Elixir',\n      'scala': 'Scala',\n      'cloud': 'Cloud',\n      'devops': 'DevOps',\n      'mobile': 'Mobile',\n      'data': 'Data',\n      'ml': 'ML/AI',\n      'sql': 'SQL',\n      'nosql': 'NoSQL',\n      'search': 'Search'\n    }\n  };\n}\n"
  },
  {
    "path": "src/_data/meta.js",
    "content": "export const url = process.env.URL || 'http://localhost:8080';\n// Extract domain from `url`\nexport const domain = new URL(url).hostname;\nexport const siteName = 'Remote In Tech';\nexport const siteDescription = 'A list of semi to fully remote-friendly companies in or around tech';\nexport const siteType = 'WebSite'; // schema\nexport const locale = 'en_EN';\nexport const lang = 'en';\nexport const skipContent = 'Skip to content';\nexport const author = {\n  name: 'Remote In Tech Community'\n};\nexport const creator = {\n  name: 'Doug Aitken',\n  email: 'doug@dougaitken.co.uk',\n  website: 'https://dougaitken.link'\n};\nexport const pathToSvgLogo = 'src/assets/svg/misc/logo.svg'; // used for favicon generation\nexport const themeColor = '#6366F1'; // used in manifest, for example primary color value\nexport const themeLight = '#F5F7FF'; // used for meta tag theme-color, if light colors are prefered. best use value set for light bg\nexport const themeDark = '#090E1A'; // used for meta tag theme-color, if dark colors are prefered. best use value set for dark bg\nexport const opengraph_default = '/assets/images/template/opengraph-default.jpg'; // fallback/default meta image\nexport const opengraph_default_alt =\n  \"Remote In Tech - A list of semi to fully remote-friendly companies in or around tech\"; // alt text for default meta image\"\nexport const blog = {\n  // RSS feed\n  name: 'Remote In Tech',\n  description: 'A list of semi to fully remote-friendly companies in or around tech',\n  // feed links are looped over in the head. You may add more to the array.\n  feedLinks: [\n    {\n      title: 'Atom Feed',\n      url: '/feed.xml',\n      type: 'application/atom+xml'\n    },\n    {\n      title: 'JSON Feed',\n      url: '/feed.json',\n      type: 'application/json'\n    }\n  ],\n  // Tags\n  tagSingle: 'Tag',\n  tagPlural: 'Tags',\n  tagMore: 'More tags:',\n  // pagination\n  paginationLabel: 'Blog',\n  paginationPage: 'Page',\n  paginationPrevious: 'Previous',\n  paginationNext: 'Next',\n  paginationNumbers: true\n};\nexport const details = {\n  aria: 'section controls',\n  expand: 'expand all',\n  collapse: 'collapse all'\n};\nexport const dialog = {\n  close: 'Close',\n  next: 'Next',\n  previous: 'Previous'\n};\nexport const navigation = {\n  navLabel: 'Menu',\n  ariaTop: 'Main',\n  ariaBottom: 'Complementary',\n  ariaPlatforms: 'Platforms',\n  drawerNav: false,\n  subMenu: false\n};\nexport const themeSwitch = {\n  title: 'Theme',\n  light: 'light',\n  dark: 'dark'\n};\nexport const greenweb = {\n  // https://carbontxt.org/\n  disclosures: [\n    {\n      docType: 'sustainability-page',\n      url: `${url}/sustainability/`,\n      domain: domain\n    }\n  ],\n  services: [{domain: 'netlify.com', serviceType: 'cdn'}]\n};\nexport const viewRepo = {\n  // this is for the view/edit on github link. The value in the package.json will be pulled in.\n  allow: true,\n  infoText: 'View this page on GitHub'\n};\nexport const analytics = {\n  // Fathom Analytics - privacy-focused analytics\n  // Only loads in production (ELEVENTY_ENV=production)\n  fathom: {\n    siteId: 'KVRCNWLT'\n  }\n};\n"
  },
  {
    "path": "src/_data/navigation.js",
    "content": "export default {\n  top: [\n    {\n      text: 'Companies',\n      url: '/companies/'\n    },\n    {\n      text: 'Browse',\n      url: '/browse/'\n    },\n    {\n      text: 'About',\n      url: '/about/'\n    },\n    {\n      text: 'Blog',\n      url: '/blog/'\n    },\n    {\n      text: 'Contributing',\n      url: '/contributing/'\n    },\n    {\n      text: 'Contact',\n      url: '/contact/'\n    }\n  ],\n  bottom: [\n    {\n      text: 'Privacy',\n      url: '/privacy/'\n    },\n    {\n      text: 'Changelog',\n      url: '/changelog/'\n    }\n  ]\n};\n"
  },
  {
    "path": "src/_data/personal.js",
    "content": "export const platforms = {\n  github: 'https://github.com/remoteintech/remote-jobs'\n};\n"
  },
  {
    "path": "src/_includes/head/css-inline.njk",
    "content": "\n\t{%- if eleventy.env.runMode === \"serve\" %}\n\t\t<!-- External CSS for local dev (refresh without page reload) -->\n\t\t<link rel=\"stylesheet\" href=\"{% getBundleFileUrl \"css\", \"global\" %}\">\n\t\t<link rel=\"stylesheet\" href=\"{% getBundleFileUrl \"css\", \"local\" %}\">\n\t{%- else  %}\n\t\t<!-- Inlined CSS (fastest site performance in production)  -->\n\t\t<style>{% getBundle \"css\", \"global\" %}</style>\n\t\t<style>{% getBundle \"css\", \"local\" %}</style>\n\t{%- endif %}\n\n\t{% css \"global\" %}{% include \"css/global.css\" %}{% endcss %}\n"
  },
  {
    "path": "src/_includes/head/js-defer.njk",
    "content": "<script src=\"{% getBundleFileUrl \"js\", \"defer\" %}\" type=\"module\"></script>\n"
  },
  {
    "path": "src/_includes/head/js-inline.njk",
    "content": "\n<script>{% getBundle \"js\", \"inline\" %}</script>\n\n{%- js \"inline\" %} <!-- inlined for all pages -->\n{% include \"scripts/is-land.js\" %}\n{% include \"scripts/theme-toggle.js\" %}\n{% endjs %}\n"
  },
  {
    "path": "src/_includes/head/meta-info.njk",
    "content": "{% set metaDescription %}\n  {%- if discover.description -%}\n    {{- discover.description -}}\n  {%- elif description -%}\n    {{- description -}}\n  {%- else -%}\n    {{- meta.siteDescription -}}\n  {%- endif -%}\n{% endset %}\n\n<meta name=\"description\" content=\"{{ metaDescription }}\" />\n<meta name=\"theme-color\" content=\"{{ meta.themeDark }}\" media=\"(prefers-color-scheme: dark)\" />\n<meta name=\"theme-color\" content=\"{{ meta.themeLight }}\" media=\"(prefers-color-scheme: light)\" />\n<!-- Search Engines -->\n<meta name=\"robots\" content=\"index,follow\" />\n<meta name=\"googlebot\" content=\"index,follow\" />\n<!-- Made with Eleventy! -->\n<meta name=\"generator\" content=\"{{ eleventy.generator }}\" />\n<!-- Disable automatic detection and formatting of possible phone numbers -->\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<!-- supports both dark and light color schemes, page author prefers light as default. -->\n<meta name=\"color-scheme\" content=\"light dark\" />\n<!-- activates page transitions -->\n<meta name=\"view-transition\" content=\"same-origin\" />\n<!-- Helps prevent duplicate content issues -->\n<link rel=\"canonical\" href=\"{{ meta.url }}{{ page.url }}\" />\n<!-- Links to information about the author(s) of the document -->\n<link rel=\"author\" href=\"humans.txt\" />\n\n{% if personal.platforms.mastodon %}\n  <!-- Mastodon verified site -->\n  <link rel=\"me\" href=\"{{ personal.platforms.mastodon }}\" />\n{% endif %}\n\n{% if meta.author.fediverse %}\n  <!-- fediverse creator tag -->\n  <meta name=\"fediverse:creator\" content=\"{{ meta.author.fediverse }}\" />\n{% endif %}\n\n<!-- Open Graph meta  -->\n<meta property=\"og:url\" content=\"{{ meta.url }}{{ page.url }}\" />\n<meta property=\"og:type\" content=\"website\" />\n<meta\n  property=\"og:title\"\n  content=\"{%- if discover.title -%}\n    {{- discover.title -}}\n  {%- elif title -%}\n    {{- title -}}\n  {%- else -%}\n    {{- meta.siteName -}}\n  {%- endif -%}\"\n/>\n<meta\n  property=\"og:image\"\n  content=\"{%- if layout == 'post' -%}\n    {{- meta.url -}}/assets/og-images/{{ title | slugify }}-preview.jpeg\n  {%- else -%}\n    {{- meta.url -}}{{- meta.opengraph_default -}}\n  {%- endif -%}\"\n/>\n<meta\n  property=\"og:image:alt\"\n  content=\"{%- if layout == 'post' -%}\n    {{- title -}}\n  {%- else -%}\n    {{- meta.opengraph_default_alt -}}\n  {%- endif -%}\"\n/>\n<meta property=\"og:image:width\" content=\"1200\" />\n<meta property=\"og:image:height\" content=\"630\" />\n<meta property=\"og:description\" content=\"{{ metaDescription }}\" />\n<meta property=\"og:site_name\" content=\"{{ meta.siteName }}\" />\n<meta property=\"og:locale\" content=\"{{ meta.locale }}\" />\n<meta property=\"article:author\" content=\"{{ meta.author.name }}\" />\n\n<!-- Twitter/X Card meta tags -->\n<meta name=\"twitter:card\" content=\"summary_large_image\" />\n<meta\n  name=\"twitter:title\"\n  content=\"{%- if discover.title -%}\n    {{- discover.title -}}\n  {%- elif title -%}\n    {{- title -}}\n  {%- else -%}\n    {{- meta.siteName -}}\n  {%- endif -%}\"\n/>\n<meta name=\"twitter:description\" content=\"{{ metaDescription }}\" />\n<meta\n  name=\"twitter:image\"\n  content=\"{%- if layout == 'post' -%}\n    {{- meta.url -}}/assets/og-images/{{ title | slugify }}-preview.jpeg\n  {%- else -%}\n    {{- meta.url -}}{{- meta.opengraph_default -}}\n  {%- endif -%}\"\n/>\n\n<!-- RSS Autodiscovery. Loops over meta.blog.feedLinks -->\n{% for feedLink in meta.blog.feedLinks %}\n  <link\n    rel=\"alternate\"\n    type=\"{{ feedLink.type }}\"\n    title=\"{{ feedLink.title }}: {{ meta.siteName }}\"\n    href=\"{{ feedLink.url }}\"\n  />\n{% endfor %}\n\n<!-- Favicon: https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs -->\n<link rel=\"icon\" href=\"{{ '/favicon.ico' | url }}\" sizes=\"any\" />\n<link rel=\"icon\" href=\"{{ '/favicon.svg' | url }}\" type=\"image/svg+xml\" />\n<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ '/apple-touch-icon.png' | url }}\" />\n<link rel=\"manifest\" href=\"{{ '/site.webmanifest' | url }}\" />\n"
  },
  {
    "path": "src/_includes/head/preloads.njk",
    "content": "<link\n  rel=\"preload\"\n  href=\"/assets/fonts/redhat/red-hat-display-v7-latin-900.woff2\"\n  as=\"font\"\n  type=\"font/woff2\"\n  crossorigin\n/>\n\n<link\n  rel=\"preload\"\n  href=\"/assets/fonts/atkinson/atkinson-hyperlegible-regular.woff2\"\n  as=\"font\"\n  type=\"font/woff2\"\n  crossorigin\n/>\n\n<!-- preloads in page data -->\n{%- if preloads -%}\n  <!-- prettier-ignore -->\n  <link rel=\"preload\"\n\t\t\thref=\"{{ preloads.href }}\"\n\t\t\tas=\"{{ preloads.as }}\"\n\t\t\t{% if preloads.type %}type={{ preloads.type }}{% endif %}{% if preloads.imagesrcset %}imagesrcset=\"{{ preloads.imagesrcset }}\"{% endif %}\n\t\t\t{% if preloads.crossorigin %}crossorigin{% endif %} />\n{% endif %}\n"
  },
  {
    "path": "src/_includes/head/schema.njk",
    "content": "{% include \"schemas/WebSite.njk\" %}\n{% include \"schemas/BreadcrumbList.njk\" %}\n\n{% if schema %}\n  {%- include \"schemas/\" + schema + \".njk\" -%}\n{% endif %}\n"
  },
  {
    "path": "src/_includes/partials/card-tag.njk",
    "content": "{% set headingLevel = headingLevel | default(\"h2\") %}\n{% set definedDate = definedDate | default(item.date) %}\n\n<custom-card clickable>\n  <{{ headingLevel }} slot=\"headline\" class=\"text-step-2\">\n    <a href=\"{{ item.url | url }}\">{{ item.data.title }}</a>\n  </{{ headingLevel }}>\n  <span slot=\"date\"> {% include \"partials/date.njk\" %} </span>\n  <p slot=\"content\">{{ item.data.description }}</p>\n</custom-card>\n\n{% css \"local\" %}\n  {% include \"css/custom-card.css\" %}\n{% endcss %}\n"
  },
  {
    "path": "src/_includes/partials/company-card.njk",
    "content": "{# Company Card Macro - Reusable card component for company listings #}\n\n{% set regionLabels = {\n  'worldwide': 'Worldwide',\n  'americas': 'Americas',\n  'europe': 'Europe',\n  'americas-europe': 'Americas & Europe',\n  'asia-pacific': 'Asia Pacific',\n  'other': 'Other'\n} %}\n\n{% macro companyCard(company, showRegion = true, showWebsite = true) %}\n<article class=\"company-card\">\n  <h3 class=\"company-card__name\">\n    <a href=\"{{ company.url }}\">{{ company.data.title }}</a>\n  </h3>\n  {% if showRegion and company.data.region %}\n  <p class=\"company-card__region\">{{ regionLabels[company.data.region] or company.data.region }}</p>\n  {% endif %}\n  {% set displayUrl = company.data.careers_url or company.data.website %}\n  {% if showWebsite and displayUrl %}\n  <p class=\"company-card__website\">\n    <a href=\"{{ displayUrl }}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"external-link\" data-track-outbound=\"{{ company.data.title }}\">\n      {{ displayUrl | replace(\"https://\", \"\") | replace(\"http://\", \"\") | truncate(35) }}\n    </a>\n  </p>\n  {% endif %}\n</article>\n{% endmacro %}\n"
  },
  {
    "path": "src/_includes/partials/date.njk",
    "content": "<time datetime=\"{{ definedDate | toIsoString }}\"> {{ definedDate | formatDate('MMMM D, YYYY') }} </time>\n"
  },
  {
    "path": "src/_includes/partials/details.njk",
    "content": "<div class=\"details flow\">\n  <div class=\"control | cluster\" aria-label=\"{{ meta.details.aria }}\">\n    <button id=\"expandAll\" class=\"button\" data-small-button>{{ meta.details.expand }}</button>\n    <button id=\"collapseAll\" class=\"button\" data-small-button>{{ meta.details.collapse }}</button>\n  </div>\n  {%- for item in itemList | alphabetic -%}\n    <details id=\"{{ item.data.title | slugify }}\">\n      <summary>{{ item.data.title }}</summary>\n      {{- item.templateContent | safe -}}\n    </details>\n  {%- endfor -%}\n</div>\n\n{% css \"local\" %}\n  {% include \"css/details.css\" %}\n{% endcss %}\n\n{% js \"defer\" %}\n  {% include \"scripts/details.js\" %}\n{% endjs %}\n"
  },
  {
    "path": "src/_includes/partials/edit-on.njk",
    "content": "{% if meta.viewRepo.allow %}\n  <hr />\n  <p class=\"text-step-min-1\">\n    {{ meta[page.lang].blog.githubEdit }}\n    <a href=\"{{ pkg.repository.url | url | replace('.git', '/tree/main/') }}{{ page.inputPath }}\"\n      >{{ meta.viewRepo.infoText }}</a\n    >.\n  </p>\n{% endif %}\n"
  },
  {
    "path": "src/_includes/partials/footer.njk",
    "content": "<footer class=\"site-footer mt-l-xl p-s-m\">\n  <div class=\"wrapper\">\n    <div class=\"cluster gutter-xs\">\n      <nav class=\"cluster text-step-0\" aria-label=\"{{ meta.navigation.ariaBottom }}\">\n        &copy; {% year %}\n        <a href=\"/\" {{ indicateActiveHome }}\n          ><span class=\"font-display\">{{ meta.siteName }}</span></a>\n        <a href=\"/changelog/\" class=\"no-indicator\"><small>v{{ pkg.version }}</small></a>\n\n        {% for item in navigation.bottom %}\n          <a\n            href=\"{{ item.url }}\"\n            {{\n              helpers.getLinkActiveState(item.url,\n              page.url)\n              |\n              safe\n            }}\n            >{{ item.text }}</a\n          >\n        {% endfor %}\n      </nav>\n\n      <nav class=\"cluster\" aria-label=\"{{ meta.navigation.ariaPlatforms }}\">\n        <!-- gets the first item from the feed loop set in meta -->\n        <a href=\"{{ meta.blog.feedLinks[0].url }}\" rel=\"alternate\" type=\"{{ meta.blog.feedLinks[0].type }}\">\n          <span class=\"visually-hidden\">{{ meta.blog.feedLinks[0].title }}</span>\n          {% svg \"misc/rss\" %}\n        </a>\n\n        {% for key, value in personal.platforms %}\n          {% if value != \"\" %}\n            <!-- regular platforms -->\n            <a class=\"no-indicator\" href=\"{{ value }}\" rel=\"me\">\n              <span class=\"visually-hidden\">{{ key | capitalize }}</span>\n              {% svg 'platform/' + key %}\n            </a>\n          {% endif %}\n        {% endfor %}\n      </nav>\n    </div>\n\n    <aside class=\"creator | cluster gutter-2xs text-step-min-1 mt-xl\">\n      Made with <span class=\"visually-hidden\">love</span> <span>{% svg \"misc/heart\" %}</span> and\n      <a class=\"no-indicator\" href=\"https://www.11ty.dev/\">{% svg \"misc/11ty\", \"Eleventy\" %}</a> by\n      <a href=\"{{ meta.creator.website }}\">{{ meta.creator.name }}</a>\n    </aside>\n  </div>\n</footer>\n"
  },
  {
    "path": "src/_includes/partials/header.njk",
    "content": "<header class=\"wrapper\">\n  <a href=\"#main\" class=\"skip-link\">{{ meta.skipContent }}</a>\n\n  <div class=\"repel ontop gutter-s\">\n    <a href=\"/\" class=\"logo | cluster\" {{ indicateActiveHome }}>\n      {% svg \"misc/logo\" %}\n\n      <span class=\"font-display\">{{ meta.siteName }}</span>\n    </a>\n    <div class=\"cluster gutter-s\">\n      {% include \"partials/main-nav.njk\" %}\n      {% include \"partials/nav-search.njk\" %}\n      {% include 'partials/theme-switch.njk' %}\n    </div>\n  </div>\n</header>\n"
  },
  {
    "path": "src/_includes/partials/main-nav.njk",
    "content": "<!-- toggle drawer and sub menu in _data/meta.js -->\n{% set drawerNav = meta.navigation.drawerNav %}\n{% set subMenu = meta.navigation.subMenu %}\n\n<nav id=\"mainnav\" class=\"mainnav\" aria-label=\"{{ meta.navigation.ariaTop }}\">\n  <ul class=\"cluster\" role=\"list\" no-flash>\n    {% for item in navigation.top %}\n      {% if item.submenu %}\n        <li class=\"relative\">\n          <button\n            data-submenu-toggle\n            aria-expanded=\"false\"\n            aria-labelledby=\"mainnav-{{ loop.index }}\"\n            aria-controls=\"mainnav-{{ loop.index }}-sub\"\n          >\n            {{ item.text }} {% svg \"misc/chev-down\" %}\n          </button>\n          <ul class=\"nav-sublist | cluster\" id=\"mainnav-{{ loop.index }}-sub\">\n            {% for subitem in item.submenu %}\n              <li>\n                <a\n                  href=\"{{ subitem.url }}\"\n                  {{\n                    helpers.getLinkActiveState(subitem.url, page.url)\n                    | safe\n                  }}\n                  >{{ subitem.text }}</a\n                >\n              </li>\n            {% endfor %}\n          </ul>\n        </li>\n      {% else %}\n        <li>\n          <a\n            href=\"{{ item.url }}\"\n            {{\n              helpers.getLinkActiveState(item.url,\n              page.url)\n              |\n              safe\n            }}\n            >{{ item.text }}</a\n          >\n        </li>\n      {% endif %}\n    {% endfor %}\n  </ul>\n</nav>\n\n{% if drawerNav %}\n  <!-- template element holding a button that needs to be injected when JavaScript is finally available. -->\n  <!-- based on solution by Manuel Matuzovic, https://web.dev/website-navigation/ and the Web Accessibility Cookbook -->\n  <!-- see also: https://kittygiraudel.com/2022/09/30/templating-in-html/ -->\n\n  <template id=\"burger-template\">\n    <button data-drawer-toggle class=\"cluster\" type=\"button\" aria-expanded=\"false\" aria-controls=\"mainnav\">\n      <span>{{ meta.navigation.navLabel }}</span>\n\n      <svg\n        width=\"1em\"\n        height=\"1em\"\n        viewBox=\"0 0 24 24\"\n        fill=\"none\"\n        stroke=\"currentColor\"\n        stroke-width=\"2\"\n        stroke-linecap=\"round\"\n        stroke-linejoin=\"round\"\n      >\n        <path d=\"M5 12h14\" />\n        <path d=\"M12 5v14\" />\n      </svg>\n    </button>\n  </template>\n\n  {% css \"local\" %}\n    {% include \"css/nav-main-drawer-cls.css\" %}\n  {% endcss %}\n\n  {% js \"defer\" %}\n    {% include \"scripts/nav-drawer.js\" %}\n  {% endjs %}\n{% endif %}\n\n{% if subMenu %}\n  {% js \"defer\" %}\n    {% include \"scripts/nav-sub.js\" %}\n  {% endjs %}\n{% endif %}\n"
  },
  {
    "path": "src/_includes/partials/nav-search.njk",
    "content": "<div class=\"nav-search\" id=\"nav-search\">\n  <button class=\"nav-search__trigger\" aria-expanded=\"false\" aria-controls=\"nav-search-dropdown\" aria-label=\"Search companies\">\n    {% svg \"misc/search\" %}\n  </button>\n  <div class=\"nav-search__dropdown\" id=\"nav-search-dropdown\" hidden>\n    <div id=\"nav-search-container\"></div>\n    <a href=\"/search/\" class=\"nav-search__view-all\" id=\"nav-search-view-all\" hidden>\n      View all results →\n    </a>\n  </div>\n</div>\n\n{%- css \"global\" -%}\n  .nav-search {\n    position: relative;\n  }\n\n  .nav-search__trigger {\n    display: inline-flex;\n    align-items: center;\n    padding: var(--space-xs);\n    color: var(--color-text);\n    background: transparent;\n    border: none;\n    border-radius: var(--border-radius-small);\n    cursor: pointer;\n    transition: background-color 0.2s ease;\n  }\n\n  .nav-search__trigger:hover {\n    background-color: var(--color-bg-accent);\n  }\n\n  .nav-search__trigger svg {\n    width: 1.2em;\n    height: 1.2em;\n  }\n\n  .nav-search__dropdown {\n    position: absolute;\n    top: calc(100% + var(--space-xs));\n    right: 0;\n    width: min(400px, 90vw);\n    background: var(--color-bg);\n    border: 1px solid var(--color-bg-accent-2);\n    border-radius: var(--border-radius-medium);\n    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);\n    padding: var(--space-s);\n    z-index: 100;\n  }\n\n  .nav-search__dropdown[hidden] {\n    display: none;\n  }\n\n  /* Pagefind UI overrides for nav search */\n  .nav-search__dropdown .pagefind-ui {\n    background-color: var(--color-bg) !important;\n  }\n\n  .nav-search__dropdown .pagefind-ui__search-input {\n    background-color: var(--color-bg) !important;\n    border-color: var(--color-bg-accent-2) !important;\n    color: var(--color-text) !important;\n    font-size: var(--size-step--1) !important;\n  }\n\n  .nav-search__dropdown .pagefind-ui__search-input::placeholder {\n    color: var(--color-text-accent) !important;\n  }\n\n  .nav-search__dropdown .pagefind-ui__drawer,\n  .nav-search__dropdown .pagefind-ui__results,\n  .nav-search__dropdown .pagefind-ui__results-area {\n    background-color: var(--color-bg) !important;\n  }\n\n  .nav-search__dropdown .pagefind-ui__result {\n    padding: var(--space-xs) !important;\n    background-color: var(--color-bg) !important;\n  }\n\n  .nav-search__dropdown .pagefind-ui__result:hover {\n    background-color: var(--color-bg-accent) !important;\n  }\n\n  .nav-search__dropdown .pagefind-ui__result-link {\n    color: var(--color-text) !important;\n    font-weight: var(--font-bold) !important;\n  }\n\n  .nav-search__dropdown .pagefind-ui__result-excerpt {\n    color: var(--color-text-accent) !important;\n  }\n\n  .nav-search__dropdown .pagefind-ui__message {\n    background-color: var(--color-bg) !important;\n    color: var(--color-text-accent) !important;\n  }\n\n  .nav-search__view-all {\n    display: block;\n    padding: var(--space-xs) var(--space-s);\n    margin-block-start: var(--space-xs);\n    text-align: center;\n    font-size: var(--size-step--1);\n    color: var(--color-primary);\n    text-decoration: none;\n    border-top: 1px solid var(--color-bg-accent);\n  }\n\n  .nav-search__view-all:hover {\n    background-color: var(--color-bg-accent);\n  }\n\n  .nav-search__view-all[hidden] {\n    display: none;\n  }\n{%- endcss -%}\n\n{%- js \"defer\" -%}\n(function() {\n  const trigger = document.querySelector('.nav-search__trigger');\n  const dropdown = document.getElementById('nav-search-dropdown');\n  const viewAllLink = document.getElementById('nav-search-view-all');\n  if (!trigger || !dropdown) return;\n\n  let pagefindLoaded = false;\n\n  trigger.addEventListener('click', function(e) {\n    e.preventDefault();\n    const expanded = trigger.getAttribute('aria-expanded') === 'true';\n    trigger.setAttribute('aria-expanded', !expanded);\n    dropdown.hidden = expanded;\n\n    if (!expanded && !pagefindLoaded && typeof PagefindUI !== 'undefined') {\n      new PagefindUI({\n        element: \"#nav-search-container\",\n        showSubResults: false,\n        showImages: false,\n        excerptLength: 10,\n        pageSize: 5,\n        placeholder: \"Search companies...\"\n      });\n      pagefindLoaded = true;\n\n      // Watch for input changes to update \"View all\" link\n      setTimeout(() => {\n        const input = dropdown.querySelector('input');\n        if (input) {\n          input.focus();\n          input.addEventListener('input', function() {\n            if (this.value.trim()) {\n              viewAllLink.href = '/search/?q=' + encodeURIComponent(this.value);\n              viewAllLink.hidden = false;\n            } else {\n              viewAllLink.hidden = true;\n            }\n          });\n        }\n      }, 100);\n    }\n  });\n\n  // Close on click outside\n  document.addEventListener('click', function(e) {\n    if (!e.target.closest('.nav-search')) {\n      trigger.setAttribute('aria-expanded', 'false');\n      dropdown.hidden = true;\n    }\n  });\n\n  // Close on escape key\n  document.addEventListener('keydown', function(e) {\n    if (e.key === 'Escape' && !dropdown.hidden) {\n      trigger.setAttribute('aria-expanded', 'false');\n      dropdown.hidden = true;\n      trigger.focus();\n    }\n  });\n})();\n{%- endjs -%}\n"
  },
  {
    "path": "src/_includes/partials/pagination.njk",
    "content": "<section class=\"region\">\n  <nav role=\"navigation\" aria-labelledby=\"pagination_label\">\n    <span id=\"pagination_label\" hidden>{{ meta[metaKey].paginationLabel }}</span>\n    <span id=\"prefix\" hidden>{{ meta[metaKey].paginationPage }}</span>\n    <ol class=\"pagination | cluster\" role=\"list\">\n      <li>\n        {% if pagination.href.previous %}\n          <a href=\"{{ pagination.href.previous }}\"> {{ meta[metaKey].paginationPrevious }} </a>\n        {% else %}\n          {{ meta[metaKey].paginationPrevious }}\n        {% endif %}\n      </li>\n      {% if meta[metaKey].paginationNumbers %}\n        {%- for pageEntry in pagination.pages -%}\n          <li>\n            <a\n              href=\"{{ pagination.hrefs[ loop.index0 ] }}\"\n              id=\"link_{{ loop.index }}\"\n              aria-labelledby=\"prefix link_{{ loop.index }}\"\n              {% if page.url == pagination.hrefs[ loop.index0 ] %}aria-current=\"page\"{% endif %}\n            >\n              {{ loop.index }}</a\n            >\n          </li>\n        {%- endfor -%}\n      {% endif %}\n      <li>\n        {% if pagination.href.next %}\n          <a href=\"{{ pagination.href.next }}\">{{ meta[metaKey].paginationNext }}</a>\n        {% else %}\n          {{ meta[metaKey].paginationNext }}\n        {% endif %}\n      </li>\n    </ol>\n  </nav>\n</section>\n\n{% css \"local\" %}\n  {% include \"css/pagination.css\" %}\n{% endcss %}\n"
  },
  {
    "path": "src/_includes/partials/theme-switch.njk",
    "content": "<is-land on:idle\n  ><div\n    role=\"region\"\n    class=\"theme-switch | cluster\"\n    style=\"--cluster-horizontal-alignment: center; --gutter: 0.25rem\"\n    aria-labelledby=\"theme-switcher-label\"\n    data-theme-switcher\n  >\n    <h2 id=\"theme-switcher-label\" class=\"visually-hidden\">{{ meta.themeSwitch.title }}</h2>\n    <button class=\"button\" id=\"light-theme-toggle\" data-theme=\"light\" data-ghost-button data-small-button>\n      <span>{{ meta.themeSwitch.light }}</span>\n    </button>\n    <button class=\"button\" id=\"dark-theme-toggle\" data-theme=\"dark\" data-ghost-button data-small-button>\n      <span>{{ meta.themeSwitch.dark }}</span>\n    </button>\n  </div>\n</is-land>\n"
  },
  {
    "path": "src/_includes/schemas/BlogPosting.njk",
    "content": "<script type=\"application/ld+json\">\n  {\n    \"@context\": \"https://schema.org\",\n    \"@type\": \"BlogPosting\",\n    \"mainEntityOfPage\": {\n      \"@type\": \"WebPage\"\n    },\n    \"isPartOf\": {\n      \"@id\": \"{{ meta.url }}#website\"\n    },\n    \"@id\": \"{{ url }}\",\n    \"headline\": \"{{ title or meta.siteName }}\",\n    \"description\": \"{{ discover.description or description or meta.siteDescription }}\",\n    \"image\": \"{{ meta.url }}{% if discover.image %}/assets/images/{{ discover.image }}{% else %}{{ meta.opengraph_default }}{% endif %}\",\n    \"inLanguage\": \"{{ meta.locale }}\",\n    \"publisher\": {\n      \"@type\": \"{{ meta.siteType }}\",\n      \"name\": \"{{ meta.author.name }}\",\n      \"url\": \"{{ meta.url }}\"\n    },\n    \"author\": {\n      \"@type\": \"Person\",\n      \"name\": \"{{ meta.author.name }}\"\n    },\n    \"datePublished\": \"{{ date | toIsoString }}\"\n  }\n</script>\n"
  },
  {
    "path": "src/_includes/schemas/BreadcrumbList.njk",
    "content": "{# Generate breadcrumbs based on page URL - only for pages with paths #}\n{%- set cleanUrl = page.url | trim('/') -%}\n{%- if cleanUrl -%}\n{%- set urlParts = cleanUrl | split('/') -%}\n<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"BreadcrumbList\",\n  \"itemListElement\": [\n    {\n      \"@type\": \"ListItem\",\n      \"position\": 1,\n      \"name\": \"Home\",\n      \"item\": \"{{ meta.url }}/\"\n    }\n    {%- set position = 2 -%}\n    {%- set currentPath = \"\" -%}\n    {%- for part in urlParts -%}\n    {%- set currentPath = currentPath + \"/\" + part -%}\n    {# Determine label #}\n    {%- if loop.last and title -%}\n      {%- set label = title -%}\n    {%- elif part == \"companies\" -%}\n      {%- set label = \"Companies\" -%}\n    {%- elif part == \"browse\" -%}\n      {%- set label = \"Browse\" -%}\n    {%- elif part == \"blog\" -%}\n      {%- set label = \"Blog\" -%}\n    {%- elif part == \"about\" -%}\n      {%- set label = \"About\" -%}\n    {%- elif part == \"tags\" -%}\n      {%- set label = \"Tags\" -%}\n    {%- else -%}\n      {%- set label = part | replace(\"-\", \" \") | title -%}\n    {%- endif -%}\n    ,{\n      \"@type\": \"ListItem\",\n      \"position\": {{ position }},\n      \"name\": \"{{ label | replace('\"', '\\\\\"') }}\",\n      \"item\": \"{{ meta.url }}{{ currentPath }}/\"\n    }\n    {%- set position = position + 1 -%}\n    {%- endfor -%}\n  ]\n}\n</script>\n{%- endif -%}\n"
  },
  {
    "path": "src/_includes/schemas/Organization.njk",
    "content": "<script type=\"application/ld+json\">\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"Organization\",\n  \"name\": \"{{ title }}\",\n  \"url\": \"{{ website }}\"\n  {%- if careers_url %},\n  \"sameAs\": [\"{{ careers_url }}\"]\n  {%- endif %}\n}\n</script>\n"
  },
  {
    "path": "src/_includes/schemas/WebSite.njk",
    "content": "<script type=\"application/ld+json\">\n  {\n    \"@context\": \"https://schema.org\",\n    \"@graph\": [\n      {\n        \"@type\": \"WebSite\",\n        \"@id\": \"{{ meta.url }}#website\",\n        \"url\": \"{{ meta.url }}\",\n        \"name\": \"{{ meta.siteName }}\",\n        \"description\": \"{{ meta.siteDescription }}\",\n        \"inLanguage\": \"{{ meta.locale }}\",\n        \"potentialAction\": {\n          \"@type\": \"SearchAction\",\n          \"target\": {\n            \"@type\": \"EntryPoint\",\n            \"urlTemplate\": \"{{ meta.url }}/companies/?q={search_term_string}\"\n          },\n          \"query-input\": \"required name=search_term_string\"\n        }\n      }\n    ]\n  }\n</script>\n"
  },
  {
    "path": "src/_includes/webc/custom-card.webc",
    "content": "<custom-card class=\"flow no-indicator\" webc:root>\n  <slot name=\"image\"></slot>\n  <slot name=\"headline\"></slot>\n  <div class=\"meta | cluster\"><slot name=\"date\"></slot><slot name=\"tag\"></slot></div>\n  <slot name=\"content\"></slot>\n  <slot name=\"footer\"></slot>\n</custom-card>\n"
  },
  {
    "path": "src/_includes/webc/custom-masonry.webc",
    "content": "<is-land on:visible>\n  <custom-masonry class=\"grid\" data-rows=\"masonry\" :data-layout=\"layout\" webc:root webc:keep>\n    <slot></slot>\n\n    <template data-island=\"once\" webc:raw>\n      <script src=\"/assets/scripts/components/custom-masonry.js\" type=\"module\"></script>\n    </template>\n  </custom-masonry>\n</is-land>\n"
  },
  {
    "path": "src/_includes/webc/custom-peertube-link.webc",
    "content": "<style>\n  custom-peertube-link {\n    display: flex;\n    align-items: flex-start;\n    gap: var(--space-xs);\n    font-size: var(--size-step-min-1);\n  }\n  custom-peertube-link svg {\n    font-size: var(--size-step-0);\n    margin-block-start: 0.1em;\n  }\n</style>\n\n<custom-svg aria-hidden=\"true\" src=\"./src/assets/svg/platform/peertube.svg\"></custom-svg>\n<a :href=\"href\"><span webc:if=\"label\" @text=\"label\" webc:nokeep></span></a>\n\n<!-- Inspired by https://github.com/zachleat/zachleat.com  -->\n"
  },
  {
    "path": "src/_includes/webc/custom-peertube.webc",
    "content": "<script webc:setup>\n  function getLinkUrl(instance, slug, start) {\n    return `https://${instance}/w/${slug}${start ? `?start=${start}s` : ''}`;\n  }\n  function getEmbedLinkUrl(instance, embedSlug, start) {\n    const startParam = start ? `start=${start}s&` : '';\n    return `https://${instance}/videos/embed/${embedSlug}?${startParam}title=0&warningTitle=0`;\n  }\n</script>\n\n<style>\n  /* Hide without JS */\n  is-land:not(:defined).video-wrapper {\n    display: none;\n  }\n\n  is-land.video-wrapper {\n    display: block;\n  }\n\n  custom-peertube iframe {\n    position: absolute;\n    inset: 0px;\n    width: 100%;\n    height: 100%;\n  }\n\n  custom-peertube .video-wrapper {\n    overflow: hidden;\n    position: relative;\n    aspect-ratio: 16 / 9;\n    width: 100%;\n    border-radius: 0.2em;\n  }\n</style>\n\n<custom-peertube webc:root class=\"flow\">\n  <is-land on:visible class=\"video-wrapper relative\">\n    <iframe\n      :title=\"label\"\n      :src=\"getEmbedLinkUrl(instance,embedSlug,start)\"\n      frameborder=\"0\"\n      allowfullscreen\n      sandbox=\"allow-same-origin allow-scripts allow-popups allow-forms\"\n    >\n    </iframe>\n  </is-land>\n</custom-peertube>\n\n<custom-peertube-link\n  @raw=\"label\"\n  :label=\"label\"\n  :href=\"getLinkUrl(instance,slug, start)\"\n></custom-peertube-link>\n"
  },
  {
    "path": "src/_includes/webc/custom-svg.webc",
    "content": "<script webc:type=\"render\" webc:is=\"template\">\n  const Image = require('@11ty/eleventy-img');\n  const {optimize} = require('svgo');\n  const slugify = require('slugify');\n\n  module.exports = async function () {\n    const meta = await Image(this.src, {\n      formats: ['svg'],\n      dryRun: true\n    });\n\n    const plugins = [];\n    const excludeAttributes = ['src', 'uid'];\n    const svgContents = meta.svg[0].buffer.toString();\n\n    const getAttributes = () => {\n      const arr = [];\n\n      for (const prop in this.webc.attributes) {\n        if (!excludeAttributes.includes(prop)) {\n          const attribute = slugify(prop, {lower: true, strict: true}); // Use slugify directly here\n          const value = this.webc.attributes[prop];\n\n          arr.push({[attribute]: value});\n        }\n      }\n\n      return arr;\n    };\n\n    if (this.webc.attributes) {\n      plugins.push({\n        name: 'addAttributesToSVGElement',\n        params: {\n          attributes: getAttributes()\n        }\n      });\n    }\n\n    const result = optimize(svgContents, {plugins});\n\n    return result.data;\n  };\n</script>\n"
  },
  {
    "path": "src/_includes/webc/custom-youtube-link.webc",
    "content": "<style>\n  custom-youtube-link {\n    display: flex;\n    align-items: flex-start;\n    gap: var(--space-xs);\n    font-size: var(--size-step-min-1);\n  }\n  custom-youtube-link svg {\n    font-size: var(--size-step-0);\n    margin-block-start: 0.1em;\n  }\n</style>\n\n<custom-svg aria-hidden=\"true\" src=\"./src/assets/svg/platform/youtube.svg\"></custom-svg>\n<a :href=\"href\"><span webc:if=\"label\" @text=\"label\" webc:nokeep></span></a>\n\n<!-- Inspired by https://github.com/zachleat/zachleat.com  -->\n"
  },
  {
    "path": "src/_includes/webc/custom-youtube.webc",
    "content": "<!-- component composition by: https://github.com/zachleat/zachleat.com -->\n\n<script webc:setup>\n  function getPosterImage(slug, posterSize = 'auto') {\n    let videoUrl = `https://youtube.com/watch?v=${slug}`;\n    return `https://v1.opengraph.11ty.dev/${encodeURIComponent(videoUrl)}/${posterSize}/jpeg/`;\n  }\n  function getLinkUrl(slug, start) {\n    return `https://youtube.com/watch?v=${slug}${start ? `&t=${start}s` : ''}`;\n  }\n</script>\n<style>\n  /* Hide without JS */\n  is-land:not(:defined).video-wrapper {\n    display: none;\n  }\n</style>\n<custom-youtube webc:root class=\"flow\">\n  <is-land on:visible class=\"video-wrapper\">\n    <lite-youtube\n      :videoid=\"slug\"\n      :js-api=\"jsapi !== 'undefined' ? '' : false\"\n      :params=\"start ? `start=${start}` : false\"\n      :playlabel=\"`Play${label ? `: ${label}` : ''}`\"\n      :style=\"`background-image: var(--yt-poster-img-url);--yt-poster-img-url-lazy: url('${poster || getPosterImage(slug, posterSize)}');`\"\n    ></lite-youtube>\n\n    <template data-island=\"once\" webc:raw>\n      <style>\n        lite-youtube {\n          max-inline-size: 100% !important;\n          background-size: cover;\n        }\n\n        is-land lite-youtube {\n          background-color: #eee;\n          border-radius: 0.2em;\n          background-size: cover;\n        }\n        is-land[ready] lite-youtube {\n          /* gotta set in `style` to override the 480w image from lite-youtube */\n          --yt-poster-img-url: var(--yt-poster-img-url-lazy);\n        }\n\n        .video-wrapper {\n          aspect-ratio: 16 / 9;\n          width: 100%;\n        }\n\n        is-land.video-wrapper {\n          display: block;\n        }\n      </style>\n      <link rel=\"stylesheet\" href=\"/assets/components/lite-yt-embed.css\" />\n      <script type=\"module\" src=\"/assets/components/lite-yt-embed.js\"></script>\n    </template>\n  </is-land>\n</custom-youtube>\n<custom-youtube-link @raw=\"label\" :label=\"label\" :href=\"getLinkUrl(slug, start)\"></custom-youtube-link>\n"
  },
  {
    "path": "src/_layouts/base.njk",
    "content": "{% set assetHash = helpers.random() %}\n\n<!doctype html>\n<html lang=\"{{ meta.lang }}\">\n  <!-- The order of elements in the head follows recommendations by Harry Roberts. learn more here: https://www.youtube.com/watch?v=MHyAOZ45vnU -->\n\n  <head>\n    <!-- 1 charset/viewport -->\n    <meta charset=\"UTF-8\" />\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\n    <!-- 2 title -->\n    <title>\n      {%- if title -%}\n        {{- title -}}\n      {%- else -%}\n        {{- meta.siteName -}}\n      {%- endif -%}\n    </title>\n\n    <base href=\"{{ page.url }}\" />\n\n    <!-- 3 synchronous js  -->\n    {% include \"head/js-inline.njk\" %}\n\n    <!-- 4 schema settings -->\n    {% include \"head/schema.njk\" %}\n\n    <!-- 5 CSS  -->\n    <!-- <link rel=\"stylesheet\" href=\"/assets/css/global.css?{{ assetHash }}\" /> -->\n    {% include \"head/css-inline.njk\" %}\n    <link href=\"/pagefind/pagefind-ui.css\" rel=\"stylesheet\">\n\n    <!-- 6 preloads  -->\n    {% include \"head/preloads.njk\" %}\n\n    <!-- 7 defer  -->\n    {% include \"head/js-defer.njk\" %}\n    <script src=\"/pagefind/pagefind-ui.js\"></script>\n\n    <!-- 8 meta tags, icons, open graph etc.  -->\n    {% include \"head/meta-info.njk\" %}\n\n    <!-- 9 Analytics (production only) -->\n    {%- if meta.analytics.fathom.siteId and eleventy.env.runMode == \"build\" -%}\n    <script src=\"https://cdn.usefathom.com/script.js\" data-site=\"{{ meta.analytics.fathom.siteId }}\" defer></script>\n    <script src=\"/assets/scripts/outbound-tracking.js\" defer></script>\n    {%- endif -%}\n  </head>\n\n  <body class=\"{{ layout }}\">\n    {% set indicateActiveHome %}\n      {% if page.url == \"/\" %}\n        aria-current=page\n      {% endif %}\n    {% endset %}\n    {% include \"partials/header.njk\" %}\n\n    <main id=\"main\" class=\"flow\">{{ content | safe }}</main>\n\n    {% include \"partials/footer.njk\" %}\n  </body>\n</html>\n"
  },
  {
    "path": "src/_layouts/company.njk",
    "content": "---\nlayout: base\nschema: Organization\n---\n\n<article class=\"company-profile | region wrapper\" data-pagefind-body>\n  <header class=\"company-profile__header flow\">\n    <a href=\"/companies/\" class=\"company-profile__back\">&larr; All Companies</a>\n    <h1 class=\"gradient-text\">{{ title }}</h1>\n    <div class=\"company-profile__meta | cluster gutter-s\">\n      {% set buttonUrl = careers_url or website %}\n      {% if buttonUrl %}\n      <a href=\"{{ buttonUrl }}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"button\" data-button-variant=\"primary\" data-track-outbound=\"{{ title }}\">\n        {% if careers_url %}Apply Now{% else %}Visit Website{% endif %} &rarr;\n      </a>\n      {% endif %}\n      {% if region %}\n        <a href=\"/browse/{{ region }}/\" class=\"tag tag--region\">{{ labels.region[region] or region }}</a>\n      {% endif %}\n      {% if remote_policy %}\n        <a href=\"/browse/{{ remote_policy }}/\" class=\"tag tag--policy\">{{ labels.remotePolicy[remote_policy] or remote_policy }}</a>\n      {% endif %}\n    </div>\n  </header>\n\n  <div class=\"company-profile__content prose flow\">\n    {{ content | safe }}\n\n    {% if technologies and technologies.length > 0 %}\n      <section class=\"company-profile__tech\">\n        <h2>Tech Stack</h2>\n        <div class=\"cluster gutter-2xs\">\n          {% for tech in technologies %}\n            <a href=\"/browse/{{ tech }}/\" class=\"tag tag--tech\">{{ labels.tech[tech] or tech }}</a>\n          {% endfor %}\n        </div>\n      </section>\n    {% endif %}\n  </div>\n\n  <footer class=\"company-profile__footer\">\n    <div class=\"cluster gutter-s\">\n      <a href=\"/companies/\" class=\"button\" data-button-variant=\"outline\">\n        &larr; Back to All Companies\n      </a>\n      <a href=\"https://github.com/remoteintech/remote-jobs/edit/main/src/companies/{{ page.fileSlug }}.md\"\n         class=\"button\"\n         data-button-variant=\"secondary\"\n         target=\"_blank\"\n         rel=\"noopener noreferrer\">\n        Edit on GitHub\n      </a>\n    </div>\n    {% if updatedAt %}\n      <span class=\"company-profile__updated\">Last updated: {{ updatedAt | formatDate('MMMM D, YYYY') }}</span>\n    {% endif %}\n  </footer>\n</article>\n\n{%- css \"local\" -%}\n  .company-profile__header {\n    margin-block-end: var(--space-l);\n  }\n\n  .company-profile__back {\n    font-size: var(--size-step--1);\n    color: var(--color-text-accent);\n    text-decoration: none;\n  }\n\n  .company-profile__back:hover {\n    color: var(--color-primary);\n  }\n\n  .company-profile__meta {\n    margin-block-start: var(--space-m);\n    flex-wrap: wrap;\n    align-items: center;\n  }\n\n  .tag {\n    display: inline-block;\n    font-size: var(--size-step--1);\n    padding: 0.2em 0.6em;\n    border-radius: 4px;\n    white-space: nowrap;\n    text-decoration: none;\n    transition: opacity var(--transition-duration) var(--transition-timing),\n                transform var(--transition-duration) var(--transition-timing);\n  }\n\n  .tag:hover {\n    opacity: 0.85;\n    transform: translateY(-1px);\n  }\n\n  .tag--region {\n    background-color: var(--color-highlight);\n    color: var(--color-dark);\n  }\n\n  .tag--policy {\n    background-color: var(--color-secondary);\n    color: var(--color-light);\n  }\n\n  .tag--tech {\n    background-color: var(--color-bg-accent);\n    color: var(--color-text);\n    border: 1px solid var(--color-bg-accent-2);\n  }\n\n  .tag--tech:hover {\n    border-color: var(--color-primary);\n    opacity: 1;\n  }\n\n  .company-profile__content {\n    --flow-space: var(--space-m-l);\n  }\n\n  .company-profile__content h2 {\n    margin-top: var(--space-l-xl);\n    color: var(--color-primary);\n    font-size: var(--size-step-2);\n    padding-block-end: var(--space-2xs);\n    border-block-end: 2px solid var(--color-bg-accent);\n  }\n\n  .company-profile__content ul {\n    padding-inline-start: var(--space-m);\n  }\n\n  .company-profile__content li {\n    margin-block-end: var(--space-2xs);\n  }\n\n  .company-profile__tech {\n    margin-block-start: var(--space-l);\n  }\n\n  .company-profile__footer {\n    margin-block-start: var(--space-xl);\n    padding-block-start: var(--space-l);\n    border-block-start: 1px solid var(--color-bg-accent);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: var(--space-s);\n  }\n\n  .company-profile__updated {\n    font-size: var(--size-step--1);\n    color: var(--color-text-accent);\n  }\n{%- endcss -%}\n"
  },
  {
    "path": "src/_layouts/page.njk",
    "content": "---\nlayout: base\n---\n\n<div class=\"region wrapper flow prose\" style=\"--region-space-top: var(--space-xl-2xl)\">\n  <h1 class=\"gradient-text\">{{ title }}</h1>\n  {{ content | safe }}\n</div>\n"
  },
  {
    "path": "src/_layouts/post.njk",
    "content": "---\nlayout: base\nschema: BlogPosting\n---\n\n<div class=\"region\" style=\"--region-space-top: var(--space-xl-2xl)\">\n  <div class=\"wrapper flow prose\">\n    <h1 class=\"gradient-text\">{{ title }}</h1>\n\n    {% set imgPath = image %}\n    {% if imgPath and imgPath | fileExists %}\n      {% image imgPath, alt or \"\", credit, \"eager\", \"feature\" %}\n    {% endif %}\n\n    <p class=\"meta | cluster gutter-xs-s\">\n      <!-- draft status -->\n      {%- if draft -%}\n        <span class=\"button\" data-small-button data-button-variant=\"tertiary\">draft</span>\n      {%- endif %}\n      <!-- date -->\n      {% set definedDate = date %} {% include \"partials/date.njk\" %}\n      {%\n        if tags.length >\n        1\n      %}\n        <!-- tags -->\n        {% for tag in tags %}{% if tag != \"posts\" %}\n          <a class=\"button\" href=\"/tags/{{ tag | slugify }}/\" data-small-button> {{ tag }} </a>\n        {% endif %}{% endfor %}\n      {% endif %}\n    </p>\n\n    {{ content | safe }}\n  </div>\n\n  <!--  h-card infos: https://indieweb.org/authorship -->\n  <div hidden class=\"h-entry\">\n    <a class=\"u-url\" href=\"{{ page.url | url | absoluteUrl(meta.url) }}\">{{ title }}</a>\n    <a class=\"p-name u-url\" rel=\"author\" href=\"{{ meta.url }}\">{{ meta.author.name }}</a>\n    <img\n      eleventy:ignore\n      class=\"u-author h-card\"\n      src=\"{{ meta.author.avatar | url | absoluteUrl(meta.url) }}\"\n      alt=\"{{ meta.author.name }}\"\n    />\n  </div>\n</div>\n\n{%- css \"local\" -%}\n  {%- include 'css/post.css' -%}\n  {%- include 'css/footnotes.css' -%}\n{%- endcss -%}\n"
  },
  {
    "path": "src/_layouts/tags.njk",
    "content": "---\nlayout: base\n---\n\n<div class=\"region\">\n  <div class=\"wrapper flow\">\n    <h1 class=\"gradient-text-linear text-step-4\">{{ title }}</h1>\n    {{ content | safe }}\n  </div>\n</div>\n"
  },
  {
    "path": "src/assets/css/global/base/fonts.css",
    "content": "@font-face {\n  font-family: 'Atkinson Hyperlegible';\n  font-style: normal;\n  font-display: swap;\n  font-weight: 400;\n  src:\n    local(''),\n    url('/assets/fonts/atkinson/atkinson-hyperlegible-regular.woff2') format('woff2');\n}\n\n@font-face {\n  font-family: 'Atkinson Hyperlegible';\n  font-style: italic;\n  font-display: swap;\n  font-weight: 400;\n  src:\n    local(''),\n    url('/assets/fonts/atkinson/atkinson-hyperlegible-italic.woff2') format('woff2');\n}\n\n@font-face {\n  font-family: 'Atkinson Hyperlegible';\n  font-style: normal;\n  font-display: swap;\n  font-weight: 700;\n  src:\n    local(''),\n    url('/assets/fonts/atkinson/atkinson-hyperlegible-bold.woff2') format('woff2');\n}\n\n@font-face {\n  font-family: 'Redhat';\n  font-style: normal;\n  font-display: swap;\n  font-weight: 900;\n  src:\n    local(''),\n    url('/assets/fonts/redhat/red-hat-display-v7-latin-900.woff2') format('woff2');\n}\n"
  },
  {
    "path": "src/assets/css/global/base/global-styles.css",
    "content": "/*\n\tGlobal styles\n\n\tLow-specificity, global styles that apply to the whole\n\tproject: https://cube.fyi/css.html\n*/\n\nhtml {\n  color-scheme: light dark;\n}\n\nbody {\n  display: flex;\n  flex-direction: column;\n  font-family: var(--font-base);\n  font-size: var(--size-step-0);\n  font-weight: var(--font-regular);\n  font-size-adjust: from-font;\n  line-height: var(--leading-standard);\n  color: var(--color-text);\n  background-color: var(--color-bg);\n  accent-color: var(--color-primary);\n  letter-spacing: var(--tracking);\n}\n\nmain {\n  flex: auto;\n}\n\nh1,\nh2,\nh3 {\n  font-family: var(--font-display);\n  font-weight: var(--font-extra-bold);\n  line-height: var(--leading-fine);\n  letter-spacing: var(--tracking-s);\n}\n\nh1 {\n  font-size: var(--size-step-6);\n}\n\nh2 {\n  font-size: var(--size-step-4);\n}\n\nh3 {\n  font-size: var(--size-step-2);\n}\n\nblockquote {\n  padding: var(--space-m-l);\n  border-inline-start: 0.5rem solid var(--color-primary);\n  font-size: var(--size-step-2);\n}\n\nblockquote > * + * {\n  margin-block-start: var(--space-m-l);\n}\n\nblockquote :last-child {\n  font-family: var(--font-base);\n  font-style: normal;\n  font-size: var(--size-step-1);\n}\n\ninput,\ntextarea {\n  caret-color: var(--color-primary);\n}\n\nsvg {\n  block-size: 0.6lh;\n  inline-size: auto;\n  flex: none;\n}\n\nb,\nstrong {\n  font-weight: var(--font-bold);\n}\n\nhr {\n  border: none;\n  height: 1px;\n  width: 10%;\n  margin-block: var(--flow-space, var(--space-m-l));\n  margin-inline-start: 0;\n  background-color: var(--color-bg-accent-2);\n}\n\nfigcaption {\n  margin-block-start: var(--space-s);\n  font-size: var(--size-step-min-1);\n  text-align: center;\n  padding-block-end: var(--space-xs);\n}\n\nfigcaption:after {\n  border-block: var(--stroke);\n  content: '';\n  display: block;\n  margin-block: var(--space-xs);\n  /* block-size: 1rem; */\n  inline-size: 50%;\n  margin-inline: auto;\n  opacity: 0.8;\n}\n\na {\n  text-decoration-thickness: 0.15ex;\n  text-underline-offset: 0.2ch;\n}\n\na:not([class]):hover {\n  text-decoration: none;\n}\n\n:focus {\n  outline: none;\n}\n\n:focus-visible {\n  outline: 3px solid var(--focus-color, currentColor);\n  outline-offset: var(--focus-offset, 0.3ch);\n}\n\n/* reduce focus offset for Firefox\n*/\n@supports (-moz-appearance: none) {\n  :root {\n    --focus-offset: 0.08em;\n  }\n}\n\n::selection {\n  background-color: var(--color-text);\n  color: var(--color-bg);\n}\n\n@media (scripting: none) {\n  .require-js {\n    display: none;\n  }\n}\n"
  },
  {
    "path": "src/assets/css/global/base/reset.css",
    "content": "/* https://piccalil.li/blog/a-modern-css-reset/ */\n/* https://keithjgrant.com/posts/2024/01/my-css-resets/ */\n/* https://moderncss.dev/modern-css-for-dynamic-component-based-architecture/#css-reset-additions */\n/* https://github.com/mayank99/reset.css/blob/main/package/index.css */\n\n*,\n*::before,\n*::after {\n  box-sizing: border-box;\n}\n\n* {\n  text-wrap: pretty;\n}\n\nh1,\nh2,\nh3,\nh4 {\n  text-wrap: balance;\n}\n\nhtml:focus-within {\n  scroll-behavior: smooth;\n}\n\nbody {\n  min-height: 100vh;\n  min-height: 100dvh;\n  text-rendering: optimizeSpeed;\n  line-height: 1.5;\n}\n\nbody,\nh1,\nh2,\nh3,\nh4,\np,\nfigure,\nblockquote,\ndl,\ndd {\n  margin: 0;\n}\n\nul[role='list'],\nol[role='list'] {\n  list-style: none;\n}\n\n[role='list'] {\n  padding: 0;\n}\n\na {\n  text-decoration-skip-ink: auto;\n  color: currentColor;\n}\n\nimg,\npicture,\nsvg,\ncanvas {\n  max-inline-size: 100%;\n  block-size: auto;\n  vertical-align: middle;\n  font-style: italic;\n  background-repeat: no-repeat;\n  background-size: cover;\n  shape-margin: 0.75rem;\n}\n\npicture {\n  display: block;\n}\n\nbutton {\n  all: unset;\n}\n\nbutton,\ninput,\nselect,\ntextarea {\n  font: inherit;\n  color: inherit;\n}\n\ntextarea {\n  resize: vertical;\n  resize: block;\n}\n\ntextarea:not([rows]) {\n  min-height: 10em;\n}\n\nbutton,\nlabel,\nselect,\nsummary,\n[role='button'],\n[role='option'] {\n  cursor: pointer;\n}\n\n:target {\n  scroll-margin-block-start: 2ex;\n}\n\n:focus {\n  scroll-margin-block-end: 8vh;\n}\n\ndialog {\n  border: none;\n  background: none;\n  inset: unset;\n  max-width: unset;\n  max-height: unset;\n}\n\n[popover] {\n  border: none;\n  background: none;\n  inset: unset;\n  color: inherit;\n}\n\ndialog:not([open], [popover]),\n[popover]:not(:popover-open) {\n  display: none !important;\n}\n\nhtml:has(dialog[open]:modal) {\n  overflow: hidden;\n}\n\n@media (prefers-reduced-motion: reduce) {\n  :focus-within {\n    scroll-behavior: auto;\n  }\n\n  *,\n  ::after,\n  ::before {\n    animation-duration: 0.01ms !important;\n    animation-iteration-count: 1 !important;\n    scroll-behavior: auto !important;\n    transition-duration: 0.01ms !important;\n  }\n}\n"
  },
  {
    "path": "src/assets/css/global/base/variables.css",
    "content": "/* Global variables.  */\n\n/* Basic variable definitions for color schemes */\n:root {\n  --gutter: var(--space-m-l);\n  --transition-duration: 250ms;\n  --transition-timing: ease;\n  --wrapper-width: 85rem;\n  --tracking: -0.04ch;\n  --tracking-s: -0.075ch;\n  --tracking-wide: 0.04ch;\n  --stroke: 1px solid var(--color-bg-accent);\n\n  --gradient-rainbow: linear-gradient(90deg, #6366F1 10%, #14B8A6 30%, #22D3EE 50%, #818CF8 75%, #6366F1 90%);\n  --gradient-conic: conic-gradient(\n    var(--color-primary) 0 28%,\n    var(--color-secondary) 0 67%,\n    var(--color-tertiary) 0 100%\n  );\n  --gradient-stripes: linear-gradient(\n    45deg,\n    var(--color-gray-900) 0 75%,\n    var(--color-primary) 0 85%,\n    var(--color-secondary) 0 92%,\n    var(--color-tertiary) 0 100%\n  );\n  --gradient-brand: linear-gradient(135deg, var(--color-indigo) 0%, var(--color-teal) 100%);\n\n  --color-light: #F5F7FF;\n  --color-dark: #090E1A;\n  --color-mid: var(--color-gray-400);\n}\n\n/* Light theme */\n:root,\n:root[data-theme='light'] {\n  --color-text: var(--color-gray-800);\n  --color-bg: var(--color-light);\n\n  --color-primary: var(--color-indigo);\n  --color-secondary: var(--color-teal);\n  --color-tertiary: var(--color-cyan);\n  --color-highlight: var(--color-periwinkle);\n\n  --color-text-accent: var(--color-gray-600);\n  --color-bg-accent: var(--color-gray-200);\n  --color-bg-accent-2: var(--color-gray-300);\n}\n\n/* Dark theme */\n@media (prefers-color-scheme: dark) {\n  :root {\n    --color-text: var(--color-gray-100);\n    --color-bg: var(--color-dark);\n\n    --color-primary: var(--color-periwinkle);\n    --color-secondary: var(--color-teal-subdued);\n    --color-tertiary: var(--color-cyan-subdued);\n    --color-highlight: var(--color-indigo-subdued);\n\n    --color-text-accent: var(--color-gray-300);\n    --color-bg-accent: var(--color-gray-800);\n    --color-bg-accent-2: var(--color-gray-700);\n  }\n}\n:root[data-theme='dark'] {\n  --color-text: var(--color-gray-100);\n  --color-bg: var(--color-dark);\n\n  --color-primary: var(--color-periwinkle);\n  --color-secondary: var(--color-teal-subdued);\n  --color-tertiary: var(--color-cyan-subdued);\n  --color-highlight: var(--color-indigo-subdued);\n\n  --color-text-accent: var(--color-gray-300);\n  --color-bg-accent: var(--color-gray-800);\n  --color-bg-accent-2: var(--color-gray-700);\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/button.css",
    "content": "/* based on Andy Bell's article: https://piccalil.li/blog/how-i-build-a-button-component/ */\n\n.button {\n  --button-bg: var(--color-text);\n  --button-color: color-mix(in oklab, var(--button-bg) 10%, var(--color-bg));\n  --button-hover-bg: color-mix(in oklab, var(--button-bg) 90%, var(--color-bg));\n  --button-border-width: var(--border-thickness);\n  --button-border-style: solid;\n  --button-border-color: color-mix(in oklab, var(--button-bg) 80%, var(--color-text));\n  --button-radius: var(--border-radius-small);\n  --button-gap: var(--space-2xs);\n  --button-padding: var(--space-xs) var(--space-m);\n  --button-font-family: var(--font-body);\n  --button-font-weight: var(--font-regular);\n  --button-font-size: var(--size-step-0);\n  --button-text-transform: none;\n  --button-tracking: normal;\n\n  display: inline-flex;\n  align-items: center;\n  gap: var(--button-gap);\n  padding: var(--button-padding);\n  background: var(--button-bg);\n  color: var(--button-color);\n  border-width: var(--button-border-width);\n  border-style: var(--button-border-style);\n  border-color: var(--button-border-color);\n  border-radius: var(--button-radius);\n  text-decoration: none;\n  font-family: var(--button-font-family);\n  font-weight: var(--button-font-weight);\n  font-size: var(--button-font-size);\n  line-height: var(--leading-flat);\n  text-transform: var(--button-text-transform);\n  letter-spacing: var(--button-tracking);\n  /* trim the space at the cap height - in  Safari Technology Preview */\n  text-box-trim: trim-both;\n  text-box-edge: cap alphabetic;\n}\n\n.button svg {\n  block-size: var(--button-icon-size, 1.2cap);\n}\n\n/* Hover/focus/active */\n.button:hover,\n.button[aria-current='page'],\n.button[aria-pressed='true'],\n.button[data-state='active'] {\n  background: var(--button-hover-bg);\n  color: var(--button-color);\n}\n\n.button:focus {\n  outline-color: var(--button-outline-color, var(--button-border-color));\n}\n\n.button:active {\n  transform: scale(99%);\n}\n\n/* Variants */\n.button[data-button-variant='primary'] {\n  --button-bg: var(--color-primary);\n  --button-color: var(--color-light);\n  --button-color: color-mix(in oklab, var(--color-primary) 5%, var(--color-light));\n}\n\n.button[data-button-variant='secondary'] {\n  --button-bg: var(--color-secondary);\n  --button-color: var(--color-light);\n  --button-color: color-mix(in oklab, var(--color-secondary) 5%, var(--color-light));\n}\n\n.button[data-button-variant='tertiary'] {\n  --button-bg: var(--color-tertiary);\n  --button-color: var(--color-dark);\n  --button-color: color-mix(in oklab, var(--color-tertiary) 10%, var(--color-dark));\n}\n\n.button[data-button-variant='outline'] {\n  --button-bg: transparent;\n  --button-border-color: var(--color-primary);\n  --button-color: var(--color-primary);\n  --button-hover-bg: var(--color-primary);\n}\n\n.button[data-button-variant='outline']:hover {\n  --button-color: var(--color-light);\n}\n\n.button[data-ghost-button] {\n  --button-bg: var(--color-bg);\n  --button-border-color: var(--color-text);\n  --button-color: var(--color-text);\n  --button-hover-color: var(--color-bg);\n}\n\n.button[data-ghost-button]:hover {\n  --_ghost-hover-bg: var(--color-bg);\n  --_ghost-hover-bg: color-mix(in oklab, var(--button-bg) 95%, var(--color-dark));\n  background: var(--_ghost-hover-bg);\n  color: var(--button-color);\n}\n\n.button[data-small-button] {\n  --button-border-width: 2px;\n  --button-radius: var(--border-radius-small);\n  --button-font-size: var(--size-step-min-2);\n  --button-padding: var(--space-2xs) var(--space-s) var(--space-3xs) var(--space-s);\n  --button-text-transform: uppercase;\n  --button-tracking: var(--tracking-wide);\n}\n/* Radius variants */\n.button[data-button-radius='hard'] {\n  --button-radius: 0;\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/code.css",
    "content": ":root {\n  --color-code-orange: hsl(30, 70%, 60%);\n  --color-code-blue: var(--color-secondary);\n  --color-code-indigo: hsl(260, 48%, 56%);\n  --color-code-violet: hsl(314, 70%, 60%);\n  --color-code-pink: hsl(350, 70%, 60%);\n  --color-code-gray: hsl(0, 0%, 58%);\n  --color-code-bg: color-mix(in oklab, var(--color-bg) 92%, black);\n}\n\ncode,\npre {\n  font-family: var(--font-mono);\n  font-size: var(--size-step-min-1);\n  background-color: var(--color-code-bg);\n\n  border-radius: var(--border-radius-medium);\n}\n\ncode[class*='language-'],\npre[class*='language-'] {\n  white-space: pre;\n  word-spacing: normal;\n  word-break: normal;\n  word-wrap: normal;\n  hyphens: none;\n}\n\n/* Specific Styles for <pre> Elements */\npre {\n  grid-column: popout !important;\n  overflow-x: auto;\n  padding: var(--space-s) var(--space-l);\n}\n\n/* Style Adjustments for <code> within different contexts */\n:where(:not(pre)) > code {\n  position: relative;\n  top: -0.05em;\n  padding: 0.1em 0.4em;\n}\n\npre[class*='language-'] {\n  overflow: auto;\n  position: relative;\n}\n\n[class*='language-'] .namespace {\n  opacity: 0.7;\n}\n\n.token.atrule {\n  color: var(--color-code-pink);\n}\n\n.token.attr-name {\n  color: var(--color-code-orange);\n}\n\n.token.attr-value {\n  color: var(--color-text-accent);\n}\n\n.token.attribute {\n  color: var(--color-code-blue);\n}\n\n.token.boolean {\n  color: var(--color-code-pink);\n}\n\n.token.builtin {\n  color: var(--color-code-orange);\n}\n\n.token.cdata {\n  color: var(--color-code-orange);\n}\n\n.token.char {\n  color: var(--color-code-orange);\n}\n\n.token.class {\n  color: var(--color-code-orange);\n}\n\n.token.class-name {\n  color: var(--color-code-orange);\n}\n\n.token.color {\n  color: var(--color-code-orange);\n}\n\n.token.comment {\n  color: var(--color-code-gray);\n}\n\n.token.constant {\n  color: var(--color-code-pink);\n}\n\n.token.deleted {\n  color: var(--color-code-pink);\n}\n\n.token.doctype {\n  color: var(--color-code-orange);\n}\n\n.token.entity {\n  color: var(--color-code-pink);\n}\n\n.token.function {\n  color: var(--color-code-pink);\n}\n\n.token.hexcode {\n  color: var(--color-code-orange);\n}\n\n.token.id {\n  color: var(--color-code-pink);\n  font-weight: var(--font-bold);\n}\n\n.token.important {\n  color: var(--color-code-pink);\n  font-weight: var(--font-bold);\n}\n\n.token.inserted {\n  color: var(--color-code-orange);\n}\n\n.token.keyword {\n  color: var(--color-code-pink);\n  font-style: italic;\n}\n\n.token.number {\n  color: var(--color-text-accent);\n}\n\n.token.operator {\n  color: var(--color-code-gray);\n}\n\n.token.prolog {\n  color: var(--color-code-orange);\n}\n\n.token.property {\n  color: var(--color-code-orange);\n}\n\n.token.pseudo-class {\n  color: var(--color-code-blue);\n}\n\n.token.pseudo-element {\n  color: var(--color-code-blue);\n}\n\n.token.punctuation {\n  color: var(--color-code-gray);\n}\n\n.token.regex {\n  color: var(--color-code-orange);\n}\n\n.token.selector {\n  color: var(--color-code-pink);\n}\n\n.token.string {\n  color: var(--color-text-accent);\n}\n\n.token.symbol {\n  color: var(--color-code-pink);\n}\n\n.token.tag {\n  color: var(--color-code-pink);\n}\n\n.token.unit {\n  color: var(--color-code-pink);\n}\n\n.token.url {\n  color: var(--color-code-violet);\n}\n\n.token.variable {\n  color: var(--color-code-pink);\n}\n\n/* CodePen iframe */\n.codepen a {\n  --icon-size: 1.2em;\n\n  display: flex;\n  align-items: center;\n  gap: var(--space-2xs);\n}\n\n.prose .cp_embed_wrapper,\n.prose .cp_embed_wrapper + script + *:not(h2) {\n  --flow-space: var(--space-l);\n}\n\n.cp_embed_wrapper {\n  grid-column: popout;\n  position: relative;\n  overflow: auto;\n  display: grid;\n  place-items: center;\n  grid-template-areas: 'container';\n  resize: horizontal;\n}\n\n.cp_embed_wrapper iframe {\n  grid-area: container;\n  width: 100%;\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/company-card.css",
    "content": "/* Company Card Component */\n\n.company-card {\n  background-color: var(--color-bg);\n  border: 2px solid var(--color-bg-accent);\n  border-radius: var(--border-radius-medium);\n  padding: var(--space-s-m);\n  transition: border-color var(--transition-duration) var(--transition-timing),\n              box-shadow var(--transition-duration) var(--transition-timing);\n  position: relative;\n}\n\n.company-card:hover,\n.company-card:focus-within {\n  border-color: var(--color-primary);\n  box-shadow: 0 4px 12px color-mix(in oklab, var(--color-primary) 15%, transparent);\n}\n\n.company-card__name {\n  font-size: var(--size-step-1);\n  font-weight: var(--font-bold);\n  margin-block-end: var(--space-2xs);\n  line-height: var(--leading-fine);\n}\n\n.company-card__name a {\n  text-decoration: none;\n  color: var(--color-text);\n}\n\n/* Make entire card clickable via name link */\n.company-card__name a::after {\n  content: '';\n  position: absolute;\n  inset: 0;\n}\n\n.company-card__region {\n  font-size: var(--size-step--1);\n  color: var(--color-text-accent);\n  margin-block-end: var(--space-2xs);\n  line-height: var(--leading-standard);\n}\n\n.company-card__website {\n  font-size: var(--size-step--1);\n  margin: 0;\n  overflow: hidden;\n  text-overflow: ellipsis;\n  white-space: nowrap;\n}\n\n.company-card__website a {\n  color: var(--color-secondary);\n  text-decoration: none;\n  position: relative;\n  z-index: 1; /* Above the card link overlay */\n}\n\n.company-card__website a:hover {\n  text-decoration: underline;\n}\n\n/* Prevent external link indicator on card website links */\n.company-card__website a::after {\n  display: none !important;\n}\n\n/* Grid layout for card collections */\n.company-cards-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));\n  gap: var(--space-m);\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/external-link.css",
    "content": "a[href^='http']:not([href*='localhost:8080']):not([href*='dougaitken.co.uk']):not(.button):not(\n    .no-indicator\n  ):not(.external-link),\n.indicator {\n  padding-inline-end: 0.8em;\n}\n\na[href^='http']:not([href*='localhost:8080']):not([href*='dougaitken.co.uk']):not(.button):not(\n    .no-indicator\n  ):not(.external-link)::after,\n.indicator::after {\n  position: absolute;\n  display: inline-block;\n  inline-size: 1em;\n  block-size: 1em;\n  background-image: url('/assets/images/template/external.svg');\n  background-repeat: no-repeat;\n  background-position: center;\n  background-size: 60% auto;\n  /* alternative text rules */\n  content: '(external link)';\n  overflow: hidden;\n  white-space: nowrap;\n  text-indent: 1em; /* the width of the icon */\n}\n\n/* Ensure buttons never get external link indicators */\n.button::after {\n  display: none !important;\n  content: none !important;\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/main-nav.css",
    "content": ".mainnav {\n  --nav-list-timing-function: cubic-bezier(0.68, -0.55, 0.27, 1.55);\n  position: var(--nav-position, absolute);\n  inset-inline-end: 0;\n}\n\n.mainnav:has([data-drawer-toggle][aria-expanded='true']) {\n  --nav-position: fixed;\n  inset-inline-end: var(--gap);\n}\n\n.mainnav ul {\n  /* configuration */\n  --gutter: var(--space-xs);\n  --cluster-vertical-alignment: normal;\n  --cluster-wrap: wrap;\n  --cluster-direction: column;\n  --nav-list-background: var(--color-bg);\n  --nav-list-shadow: -5px 0 11px 0 hsl(0 0% 0% / 0.2);\n  --nav-list-height: 100dvh;\n  --nav-list-padding-block: var(--space-2xl);\n  --nav-list-padding-inline: var(--space-s);\n  --nav-list-position: fixed;\n  --nav-list-width: min(18rem, 100vw);\n  --nav-list-visibility: hidden;\n  --nav-list-opacity: 0;\n\n  background: var(--nav-list-background);\n  box-shadow: var(--nav-list-shadow);\n  block-size: var(--nav-list-height);\n  list-style: none;\n  margin: 0;\n  padding-block: var(--nav-list-padding-block);\n  padding-inline: var(--nav-list-padding-inline);\n  position: var(--nav-list-position);\n  inset-block-start: 0;\n  inset-inline-end: 0;\n  inline-size: var(--nav-list-width);\n  opacity: var(--nav-list-opacity);\n  transition:\n    opacity 0.3 var(--nav-list-timing-function),\n    visibility 0.3s ease-in-out;\n  visibility: var(--nav-list-visibility);\n}\n\n.mainnav ul[no-flash] {\n  transition: none;\n}\n\n@media (prefers-reduced-motion: no-preference) {\n  .mainnav > ul {\n    --nav-list-transform: translateX(100%);\n    --nav-list-opacity: 1;\n    transform: var(--nav-list-transform);\n    transition:\n      transform 0.5s var(--nav-list-timing-function),\n      visibility 0.3s linear;\n  }\n\n  .mainnav svg {\n    transition: transform 0.4s var(--nav-list-timing-function);\n  }\n}\n\n.mainnav [data-drawer-toggle] {\n  --gutter: var(--space-2xs);\n  --cluster-vertical-alignment: center;\n  background: var(--color-bg);\n  display: var(--nav-button-display, inline-flex);\n  position: relative;\n  z-index: 2;\n  padding: var(--space-2xs) 0;\n  line-height: var(--leading-flat);\n}\n\n.mainnav [data-drawer-toggle][aria-expanded='true'] + ul {\n  --cluster-wrap: nowrap;\n  --nav-list-visibility: visible;\n  --nav-list-transform: translateX(0);\n  --nav-list-opacity: 1;\n  overflow-y: auto;\n}\n\nbody:has([data-drawer-toggle][aria-expanded='true']) {\n  overflow: hidden;\n}\n\n.mainnav span {\n  font-weight: var(--font-bold);\n  text-transform: uppercase;\n  font-family: var(--font-display);\n  font-size: var(--size-step-min-1);\n}\n\n.mainnav svg {\n  block-size: 0.9em;\n  color: var(--color-text);\n  stroke-width: 3;\n}\n\n.mainnav [aria-expanded='true'] svg {\n  transform: rotate(45deg);\n}\n\n.mainnav :is(a, [data-submenu-toggle]) {\n  /* configuration */\n  --nav-item-background: transparent;\n  --nav-item-text-color: var(--color-text);\n  --nav-item-padding: var(--space-xs) var(--space-2xs);\n  --nav-item-decoration-color: transparent;\n  --nav-item-font-size: var(--size-step-0);\n  --nav-item-font-weight: var(--font-bold);\n\n  background: var(--nav-item-background);\n  color: var(--nav-item-text-color);\n  font-size: var(--nav-item-font-size);\n  padding: var(--nav-item-padding);\n  display: block;\n  border-radius: var(--border-radius-medium);\n  text-decoration-line: underline;\n  text-decoration-color: var(--nav-item-decoration-color);\n  text-decoration-thickness: 3px;\n  text-underline-offset: 0.2em;\n}\n\n.mainnav:has(.nav-sublist) :is(a, [data-submenu-toggle]) {\n  font-weight: var(--nav-item-font-weight);\n}\n\n.mainnav [data-submenu-toggle] {\n  gap: var(--space-2xs);\n  display: flex;\n  inline-size: 100%;\n  align-items: center;\n  justify-content: space-between;\n}\n\n.mainnav [data-submenu-toggle] svg {\n  margin-inline-end: calc(var(--gap) - var(--nav-list-padding-inline));\n}\n\n.mainnav :is(a, [data-submenu-toggle]):hover {\n  --nav-item-background: transparent;\n  --nav-item-text-color: var(--color-text);\n  --nav-item-decoration-color: var(--color-bg-accent-2);\n}\n\n.mainnav [aria-current='page'],\n.mainnav [data-state='active'] {\n  --nav-item-background: var(--color-bg);\n  --nav-item-text-color: var(--color-primary);\n  --nav-item-decoration-color: var(--color-primary);\n}\n\n/* current parent (if submenu) */\nli:has(ul a[aria-current='page']) > [data-submenu-toggle] {\n  --nav-item-background: var(--color-bg);\n  --nav-item-text-color: var(--color-text);\n  --nav-item-decoration-color: var(--color-text);\n}\n\n/* sub menu */\n\n.mainnav [data-submenu-toggle][aria-expanded='false'] + ul {\n  display: none;\n}\n\n.mainnav .nav-sublist {\n  --gutter: 0;\n  --cluster-direction: column;\n  --nav-sublist-position: relative;\n  --nav-sublist-background: var(--color-bg);\n  --nav-sublist-width: 100%;\n  --nav-list-visibility: visible;\n  --nav-list-opacity: 1;\n  --nav-list-padding-block: 0 var(--space-m);\n  --nav-list-padding-inline: 0;\n  box-shadow: none;\n  position: var(--nav-sublist-position);\n  inline-size: var(--nav-sublist-width);\n  block-size: auto;\n  background: var(--nav-sublist-background);\n  z-index: 2;\n}\n\n.mainnav .nav-sublist a {\n  --nav-item-font-weight: var(--font-regular);\n}\n\n@media screen(navigation) {\n  .mainnav {\n    --nav-position: static;\n    --nav-button-display: none;\n  }\n\n  .mainnav :is(a, [data-submenu-toggle]) {\n    --nav-item-font-weight: var(--font-regular);\n  }\n\n  .mainnav ul {\n    --cluster-direction: row;\n    --nav-list-position: static;\n    --nav-list-padding-block: 0;\n    --nav-list-padding-inline: 0;\n    --nav-list-height: auto;\n    --nav-list-width: 100%;\n    --nav-list-shadow: none;\n    --nav-list-visibility: visible;\n    --nav-list-transform: translateX(0);\n    --nav-list-opacity: 1;\n  }\n\n  .mainnav [aria-current='page'],\n  .mainnav [data-state='active'],\n  li:has(ul a[aria-current='page']) > [data-submenu-toggle] {\n    --nav-item-background: transparent;\n    --nav-item-text-color: var(--color-primary);\n    --nav-item-decoration-color: var(--color-primary);\n  }\n\n  .mainnav [data-submenu-toggle] {\n    inline-size: auto;\n  }\n\n  .mainnav [data-submenu-toggle] svg {\n    margin-inline-end: 0;\n  }\n\n  .mainnav .nav-sublist {\n    --nav-sublist-position: absolute;\n    --nav-sublist-background: var(--color-bg);\n    --nav-sublist-border: var(--color-text);\n    --nav-sublist-width: max-content;\n    --nav-list-padding-block: var(--space-xs);\n    --nav-list-padding-inline: var(--space-xs);\n    border: 3px solid var(--nav-sublist-border);\n    inset-block-start: var(--space-xl);\n    inset-inline-start: var(--space-2xs);\n  }\n}\n\n/* Repeat the settings to provide a different styling when JavaScript is disabled or drawerNav is set to false. The selector\nassumes that the button doesn’t exist without JS, making the list the first child within the navigation. */\n\n.mainnav ul:first-child {\n  --cluster-direction: row;\n  --nav-list-position: static;\n  --nav-list-padding-block: 0;\n  --nav-list-padding-inline: 0;\n  --nav-list-height: auto;\n  --nav-list-width: 100%;\n  --nav-list-shadow: none;\n  --nav-list-visibility: visible;\n  --nav-list-transform: translateX(0);\n  --nav-list-opacity: 1;\n}\n\n.mainnav ul:first-child [aria-current='page'],\n.mainnav ul:first-child [data-state='active'] {\n  --nav-item-background: transparent;\n  --nav-item-text-color: var(--color-primary);\n  --nav-item-decoration-color: var(--color-primary);\n}\n\n/* make menu wrap without drawer */\n.mainnav:has(ul:first-child) {\n  --nav-position: relative;\n}\n\n/* no JS fallback for sub menus */\n@media (scripting: none) {\n  .mainnav ul:first-child ul.nav-sublist {\n    --cluster-direction: row;\n    --cluster-wrap: wrap;\n  }\n}\n\n@media (scripting: none) {\n  @media screen(navigation) {\n    .mainnav ul:first-child ul.nav-sublist {\n      --cluster-direction: column;\n    }\n  }\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/prose.css",
    "content": "/* Based on Andy Bell, https://github.com/Andy-set-studio/personal-site-eleventy */\n\n.prose {\n  --flow-space: var(--space-m-l);\n  --wrapper-width: 64rem;\n}\n\n.prose :is(pre, pre + *, figure, picture) {\n  --flow-space: var(--space-m-l);\n}\n\n.prose :is(figure + *, picture + *) {\n  --flow-space: var(--space-xl);\n}\n\n.prose :is(img, video) {\n  border: var(--stroke);\n}\n\n.prose :is(h2, h3, h4) {\n  --flow-space: 1.5em;\n  overflow-wrap: anywhere;\n  hyphens: auto;\n}\n\n@media screen(md) {\n  .prose :is(h1, h2, h3) {\n    overflow-wrap: unset;\n    hyphens: unset;\n  }\n}\n\n.prose :is(h1, h2, h3, h4) + *:not([class]):not(figure) {\n  --flow-space: var(--space-l);\n}\n\n.prose :is(p, li, dl, blockquote) {\n  max-inline-size: 60ch;\n  text-wrap: pretty;\n}\n\n.prose .heading-anchor:where(:hover, :focus) {\n  text-decoration: none;\n}\n\n.heading-anchor {\n  text-decoration: none;\n}\n\n.prose mark {\n  background-color: var(--color-tertiary);\n  color: var(--color-dark);\n}\n\n/* block space only for \"regular lists\" and sublists */\n.prose :is(ul, ol):not([class]) li + li,\n.prose :is(ul, ol):not([class]) li > :is(ol, ul) {\n  padding-block-start: var(--space-s);\n}\n\n/* marker only for \"regular lists\" */\n.prose :is(ul:not([class]):not([role='list'])) li::marker {\n  color: var(--color-primary);\n  content: '– ';\n}\n\n.prose ul:not([class]) {\n  padding-inline-start: 1.3ch;\n}\n\n.prose ol:not([class]) {\n  padding-inline-start: 1.7ch;\n}\n\n.prose ol li::marker {\n  color: var(--color-primary);\n}\n\n.prose img {\n  border-radius: var(--border-radius-medium);\n}\n\n@media screen(ltsm) {\n  .prose > *,\n  .prose a {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    word-break: break-word;\n    /* Adds a hyphen where the word breaks, if supported (No Blink) */\n    hyphens: auto;\n  }\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/section.css",
    "content": ".section > .divider:first-child {\n  transform: rotate(180deg) translateY(-1px);\n}\n\n.section__inner {\n  background-color: var(--spot-color, var(--color-bg-accent));\n  color: var(--color-text);\n}\n\n.section blockquote {\n  font-weight: var(--font-bold);\n  line-height: 1;\n  font-size: var(--size-step-4);\n  letter-spacing: var(--tracking-s);\n}\n\n.section :is(h1, h2, h3, blockquote) {\n  opacity: 95%;\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/seperator.css",
    "content": ".divider {\n  display: block;\n  block-size: 3.5em;\n  inline-size: 100%;\n  fill: var(--spot-color, var(--color-bg));\n}\n\n.divider > .divider {\n  transform: translateY(-1px);\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/site-footer.css",
    "content": ".site-footer {\n  --cluster-horizontal-alignment: center;\n}\n\n/* increase tab size */\n.site-footer a:not(.creator a) {\n  padding: var(--space-xs);\n}\n.site-footer .creator a:hover {\n  color: transparent;\n  background-image: var(--gradient-rainbow);\n  background-size: 100%;\n  background-repeat: repeat;\n  background-clip: text;\n}\n\n.site-footer .creator a:hover svg {\n  color: var(--color-primary);\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/site-logo.css",
    "content": ".logo {\n  --gutter: var(--space-xs);\n  padding: var(--space-s) 0;\n  font-size: var(--size-step-0);\n  text-decoration: none;\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/skip-link.css",
    "content": ".skip-link {\n  clip: rect(1px, 1px, 1px, 1px);\n  display: block;\n  block-size: 1px;\n  overflow: hidden;\n  position: absolute;\n  inline-size: 1px;\n  top: 1rem;\n  left: 1rem;\n  z-index: 999;\n}\n\n.skip-link:focus {\n  clip: auto;\n  block-size: auto;\n  overflow: visible;\n  inline-size: auto;\n  background-color: var(--color-text);\n  color: var(--color-bg);\n  padding: var(--space-xs) var(--space-s-m);\n  border-radius: var(--border-radius-medium);\n  line-height: 1;\n}\n\n.skip-link:not(:focus) {\n  border: 0;\n  clip: rect(0 0 0 0);\n  block-size: auto;\n  margin: 0;\n  overflow: hidden;\n  padding: 0;\n  position: absolute;\n  inline-size: 1px;\n  white-space: nowrap;\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/textgradient.css",
    "content": ".gradient-text {\n  color: transparent;\n  background-image: var(--gradient-conic);\n  padding: 0.6rem 0;\n  background-size: 50%;\n  background-clip: text;\n}\n\n.gradient-text-linear {\n  color: transparent;\n  background-image: var(--gradient-rainbow);\n  background-size: 100%;\n  background-repeat: repeat;\n  background-clip: text;\n}\n"
  },
  {
    "path": "src/assets/css/global/blocks/theme-switch.css",
    "content": ".theme-switch h2 {\n  font-size: var(--size-step-min-1);\n  font-family: var(--font-base);\n}\n\n.theme-switch .button[aria-pressed='true'] {\n  --_color-contrast: var(--color-tertiary);\n  --button-bg: var(--_color-contrast);\n  --button-color: var(--color-dark);\n  --button-border-color: var(--_color-contrast);\n  outline-color: var(--_color-contrast);\n}\n\n/* Hide without JS */\nis-land:not(:defined) .theme-switch {\n  display: none;\n}\n"
  },
  {
    "path": "src/assets/css/global/compositions/cluster.css",
    "content": "/*\nCLUSTER\nMore info: https://every-layout.dev/layouts/cluster/\nA layout that lets you distribute items with consistent\nspacing, regardless of their size\n\nCUSTOM PROPERTIES AND CONFIGURATION\n--gutter (var(--space-s-m)): This defines the space\nbetween each item.\n\n--cluster-horizontal-alignment (flex-start) How items should align\nhorizontally. Can be any acceptable flexbox alignment value.\n\n--cluster-vertical-alignment How items should align vertically.\nCan be any acceptable flexbox alignment value.\n*/\n\n.cluster {\n  display: flex;\n  flex-direction: var(--cluster-direction, row);\n  flex-wrap: var(--cluster-wrap, wrap);\n  gap: var(--gutter, var(--space-s-l));\n  justify-content: var(--cluster-horizontal-alignment, flex-start);\n  align-items: var(--cluster-vertical-alignment, center);\n}\n"
  },
  {
    "path": "src/assets/css/global/compositions/flow.css",
    "content": "/*\nFLOW UTILITY\nLike the Every Layout stack: https://every-layout.dev/layouts/stack/\nInfo about this implementation: https://piccalil.li/quick-tip/flow-utility/\n*/\n.flow > * + * {\n  margin-block-start: var(--flow-space, 1em);\n}\n"
  },
  {
    "path": "src/assets/css/global/compositions/grid.css",
    "content": "/* AUTO GRID\nRelated Every Layout: https://every-layout.dev/layouts/grid/\nMore info on the flexible nature: https://piccalil.li/tutorial/create-a-responsive-grid-layout-with-no-media-queries-using-css-grid/\nA flexible layout that will create an auto-fill grid with\nconfigurable grid item sizes\n\nCUSTOM PROPERTIES AND CONFIGURATION\n--gutter (var(--space-s-m)): This defines the space\nbetween each item.\n\n--grid-min-item-size (14rem): How large each item should be\nideally, as a minimum.\n\n--grid-placement (auto-fill): Set either auto-fit or auto-fill\nto change how empty grid tracks are handled */\n\n.grid {\n  display: grid;\n  grid-template-columns: repeat(\n    var(--grid-placement, auto-fill),\n    minmax(var(--grid-min-item-size, 16rem), 1fr)\n  );\n  gap: var(--gutter, var(--space-s-m));\n}\n\n.grid[data-rows='masonry'] {\n  grid-template-rows: masonry;\n  align-items: start;\n}\n\n.grid[data-layout='50-50'] {\n  --grid-placement: auto-fit;\n  --grid-min-item-size: clamp(16rem, 50vw, 28rem);\n}\n\n.grid[data-layout='thirds'] {\n  --grid-placement: auto-fit;\n  --grid-min-item-size: clamp(16rem, 33%, 20rem);\n}\n"
  },
  {
    "path": "src/assets/css/global/compositions/repel.css",
    "content": "/*\nREPEL\nA little layout that pushes items away from each other where\nthere is space in the viewport and stacks on small viewports\n\nCUSTOM PROPERTIES AND CONFIGURATION\n--gutter (var(--space-s-m)): This defines the space\nbetween each item.\n\n--repel-vertical-alignment How items should align vertically.\nCan be any acceptable flexbox alignment value.\n*/\n\n.repel {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: space-between;\n  align-items: var(--repel-vertical-alignment, center);\n  gap: var(--gutter, var(--space-s-l));\n}\n\n.repel[data-nowrap] {\n  flex-wrap: nowrap;\n}\n"
  },
  {
    "path": "src/assets/css/global/compositions/sidebar.css",
    "content": "/*\nSIDEBAR\nMore info: https://every-layout.dev/layouts/sidebar/\nA layout that allows you to have a flexible main content area\nand a \"fixed\" width sidebar that sits on the left or right.\nIf there is not enough viewport space to fit both the sidebar\nwidth *and* the main content minimum width, they will stack\non top of each other\n\nCUSTOM PROPERTIES AND CONFIGURATION\n--gutter (var(--space-size-1)): This defines the space\nbetween the sidebar and main content.\n\n--sidebar-target-width (20rem): How large the sidebar should be\n\n--sidebar-content-min-width(50%): The minimum size of the main content area\n\nEXCEPTIONS\n.sidebar[data-direction='rtl']: flips the sidebar to be on the right\n*/\n\n.sidebar {\n  display: flex;\n  flex-wrap: wrap;\n  gap: var(--gutter, var(--space-s-l));\n}\n\n.sidebar:not([data-direction]) > :first-child {\n  flex-basis: var(--sidebar-target-width, 20rem);\n  flex-grow: 1;\n}\n\n.sidebar:not([data-direction]) > :last-child {\n  flex-basis: 0;\n  flex-grow: 999;\n  min-inline-size: var(--sidebar-content-min-width, 50%);\n}\n\n/*\nA flipped version where the sidebar is on the right\n*/\n.sidebar[data-direction='rtl'] > :last-child {\n  flex-basis: var(--sidebar-target-width, 20rem);\n  flex-grow: 1;\n}\n\n.sidebar[data-direction='rtl'] > :first-child {\n  flex-basis: 0;\n  flex-grow: 999;\n  min-inline-size: var(--sidebar-content-min-width, 50%);\n}\n"
  },
  {
    "path": "src/assets/css/global/compositions/wrapper.css",
    "content": "/* © Ryan Mulligan - https://ryanmulligan.dev/blog/layout-breakouts/ */\n\n.wrapper {\n  --gap: clamp(1rem, 6vw, 3rem);\n  --full: minmax(var(--gap), 1fr);\n  --content: min(var(--wrapper-width, 85rem), 100% - var(--gap) * 2);\n  --popout: minmax(0, 2rem);\n  --feature: minmax(0, 5rem);\n\n  display: grid;\n  grid-template-columns:\n    [full-start] var(--full)\n    [feature-start] var(--feature)\n    [popout-start] var(--popout)\n    [content-start] var(--content) [content-end]\n    var(--popout) [popout-end]\n    var(--feature) [feature-end]\n    var(--full) [full-end];\n}\n\n.wrapper > * {\n  grid-column: content;\n}\n\n.prose-wrapper {\n  --wrapper-width: 64rem;\n}\n\n.popout {\n  grid-column: popout;\n}\n\n.feature {\n  grid-column: feature;\n}\n\n.full {\n  grid-column: full;\n}\n"
  },
  {
    "path": "src/assets/css/global/global.css",
    "content": "@import 'tailwindcss/base' layer(tailwindBase);\n\n@import 'base/reset.css' layer(reset);\n@import 'base/fonts.css' layer(fonts);\n\n@import 'tailwindcss/components' layer(tailwindComponents);\n\n@import 'base/variables.css' layer(variables);\n@import 'base/global-styles.css' layer(global);\n\n@import-glob 'compositions/*.css' layer(compositions);\n@import-glob 'blocks/*.css' layer(blocks);\n@import-glob 'utilities/*.css' layer(utilities);\n\n/* debugging */\n/* @import-glob 'tests/*.css' layer(test); */\n\n@import 'tailwindcss/utilities' layer(tailwindUtilities);\n"
  },
  {
    "path": "src/assets/css/global/tests/debug.css",
    "content": "/* https://heydonworks.com/article/testing-html-with-modern-css/ */\n\n/* WIP */\n\n:root {\n  --highlight-outline: 0.25rem solid cornflowerblue;\n  --warning-outline: 0.25rem solid orange;\n  --error-outline: 0.25rem solid red;\n}\n\n/* outline all elements  */\n* * * * * {\n  outline: var(--highlight-outline);\n}\n\n/* highlight empty elements */\n*:empty:not(svg *) {\n  outline: var(--warning-outline);\n  --warning-empty-element: 'The element is empty';\n}\n\na:not([href]) {\n  outline: var(--error-outline);\n  --error-not-href: 'The link does not have an href. Did you mean to use a <button>?';\n}\n\na[href^='javascript'] {\n  outline: var(--error-outline);\n  --error-javascript-href: 'The href does not appear to include a location. Did you mean to use a <button>?';\n}\n\na[disabled] {\n  outline: var(--error-outline);\n  --error-anchor-disabled: 'The disabled property is not valid on anchors (links). Did you mean to use a <button>?';\n}\n\nlabel:not(:has(:is(input, output, textarea, select))):not([for]) {\n  outline: var(--error-outline);\n  --error-unassociated-label: 'The <label> neither uses the `for` attribute nor wraps an applicable form element';\n}\n\ninput:not(form input) {\n  outline: var(--warning-outline);\n  --warning-input-orphan: 'The input is outside a <form> element. Users may benefit from <form> semantics and behaviors.';\n}\n\nfigure[aria-label]:not(:has(figcaption)) {\n  outline: var(--warning-outline);\n  --warning-figure-label-not-visible: 'The labeling method used is not visible and only available to assistive software';\n}\n\nfigure[aria-label] figcaption {\n  outline: var(--warning-outline);\n  --warning-overridden-figcaption: 'The figure has a figcaption that is overridden by an ARIA label';\n}\n\nol[class*='breadcrumb']:not(:is(nav[aria-label], nav[aria-labelledby]) ol) {\n  outline: var(--error-outline);\n  --error-undiscoverable-breadcrumbs: 'It looks like you have provided breadcrumb navigation outside a labeled `<nav>` landmark';\n}\n#body\n  :not(:is(header, nav, main, aside, footer)):not(:is(header, nav, main, aside, footer) *):not(.skip-link) {\n  outline: var(--error-outline);\n  --error-content-outside-landmark: 'You have some content that is not inside a landmark (header, nav, main, aside, or footer)';\n}\n\nheader nav:has(ul > ul) {\n  outline: var(--warning-outline);\n  --warning-nested-navigation: 'You appear to be using tiered/nested navigation in your header. This can be difficult to traverse. Index pages with tables of content are preferable.';\n}\n"
  },
  {
    "path": "src/assets/css/global/tests/is-land.css",
    "content": ":root {\n  --island-ready: 0.25rem solid ForestGreen;\n  --island-component: 0.25rem solid goldenrod;\n}\n\nis-land[ready] {\n  display: block;\n  background-color: rgba(114, 233, 110, 0.2);\n  outline: var(--island-outline);\n}\nis-land,\n.demo-component {\n  display: block;\n  padding: 0.5em;\n  margin: 0.5em 0;\n  outline: var(--island-component);\n}\n"
  },
  {
    "path": "src/assets/css/global/utilities/grayscale.css",
    "content": ".grayscale {\n  filter: grayscale(100%);\n}\n"
  },
  {
    "path": "src/assets/css/global/utilities/heading-line.css",
    "content": ".heading-line {\n  display: flex;\n  align-items: flex-start;\n  text-align: left;\n}\n\n.heading-line::after {\n  content: '';\n  flex-grow: 1;\n  block-size: 1px;\n  background: var(--color-bg-accent-2);\n  margin-block-start: auto;\n  transform: translateY(-0.25em);\n  margin-left: var(--space-s);\n}\n"
  },
  {
    "path": "src/assets/css/global/utilities/ontop.css",
    "content": "/* set on parent div to get the right z-index context */\n.ontop {\n  z-index: 1;\n  position: relative;\n}\n"
  },
  {
    "path": "src/assets/css/global/utilities/region.css",
    "content": "/**\n * REGION\n * Add consistent vertical padding to create regions of content\n * Can either be configured by setting --region-space or use a default from the space scale\n */\n.region {\n  --region-space-fallback: var(--region-space, var(--space-l-xl));\n\n  padding-block-start: var(--region-space-top, var(--region-space-fallback));\n  padding-block-end: var(--region-space-bottom, var(--region-space-fallback));\n}\n"
  },
  {
    "path": "src/assets/css/global/utilities/spin.css",
    "content": ".spin {\n  animation: spin 30s linear infinite;\n}\n\n@media (prefers-reduced-motion: no-preference) {\n  @keyframes spin {\n    0% {\n      transform: rotate(0deg);\n    }\n    to {\n      transform: rotate(1turn);\n    }\n  }\n}\n"
  },
  {
    "path": "src/assets/css/global/utilities/visually-hidden.css",
    "content": "/*\nVISUALLY HIDDEN UTILITY\nInfo: https://piccalil.li/quick-tip/visually-hidden/\n*/\n.visually-hidden {\n  border: 0;\n  clip: rect(0 0 0 0);\n  height: 0;\n  margin: 0;\n  overflow: hidden;\n  padding: 0;\n  position: absolute;\n  width: 1px;\n  white-space: nowrap;\n}\n"
  },
  {
    "path": "src/assets/css/local/custom-card.css",
    "content": "custom-card {\n  --gutter: var(--space-xs-s);\n  background-color: var(--card-bg, var(--color-bg-accent));\n  border: 4px solid var(--color-bg-accent);\n  color: var(--color-text);\n  padding: var(--space-s-m);\n  border-radius: var(--border-radius-medium);\n  max-inline-size: unset;\n  display: grid;\n  grid-template-rows: [image] max-content [headline] max-content [meta] max-content [desc] auto [footer] max-content;\n}\n\n/* avoid flow space being added to unused elements with nested slots */\ncustom-card > :empty {\n  display: none;\n}\n\ncustom-card ::selection {\n  color: var(--color-dark);\n  background-color: var(--color-secondary);\n}\n\ncustom-card :is(h2, h3) {\n  --flow-space: var(--space-m);\n  grid-row: headline;\n}\n\ncustom-card :is(h2, h3) a {\n  text-decoration: none;\n}\n\ncustom-card > :is(picture, figure) {\n  grid-row: image;\n  --flow-space: 0;\n}\n\ncustom-card img {\n  max-inline-size: var(--max-img-width, 100%);\n  block-size: auto;\n  aspect-ratio: 16/9;\n  object-fit: cover;\n  object-position: center;\n}\n\ncustom-card > .meta {\n  grid-row: meta;\n  font-size: var(--size-step-min-1);\n}\n\ncustom-card > p {\n  grid-row: desc;\n}\n\ncustom-card > footer {\n  grid-row: footer;\n  font-size: var(--size-step-min-2);\n}\n\n/* avoid overflow of long words */\ncustom-card :is(a, p, h2, h3) {\n  overflow-wrap: break-word;\n  word-wrap: break-word;\n  word-break: break-word;\n}\n\n/* -------------------- variants --------------------  */\n\n/* no padding */\n\ncustom-card[no-padding] {\n  background-color: transparent;\n  border: 4px solid var(--color-bg-accent);\n  padding: 0;\n  border-radius: none;\n}\n\n/* squared image */\n\ncustom-card[img-square] img {\n  aspect-ratio: 1;\n}\n\n/* clickable */\n\ncustom-card[clickable]:hover,\ncustom-card[clickable]:focus-within {\n  border: 4px solid var(--color-primary);\n}\n\ncustom-card[clickable]:focus-within a:focus {\n  outline: none;\n}\ncustom-card[clickable] {\n  position: relative;\n}\ncustom-card[clickable] a:after {\n  bottom: 0;\n  content: '';\n  left: 0;\n  position: absolute;\n  right: 0;\n  top: 0;\n}\n"
  },
  {
    "path": "src/assets/css/local/details.css",
    "content": ".details .control {\n  --gutter: var(--space-xs-s);\n  --cluster-horizontal-alignment: flex-end;\n  border-block-start: var(--stroke);\n  padding-block-start: var(--space-xs);\n}\n\n/* Hide without JS */\nis-land:not(:defined) .details .control {\n  display: none;\n}\n\n.details details > * + * {\n  margin-block-start: var(--flow-space, 1em);\n}\n\n.details details[open] + details {\n  margin-block-start: var(--space-2xl);\n}\n\n.details details > p:last-child {\n  margin-block-end: var(--space-l);\n}\n\n.details summary {\n  grid-column: content;\n}\n\n.details summary {\n  display: flex;\n  align-items: baseline;\n  line-height: 1.2;\n  gap: 0 1ch;\n  cursor: pointer;\n  list-style: none;\n  font-weight: var(--font-bold);\n  font-size: var(--size-step-1);\n}\n\n.details summary:hover,\n.details summary:focus-visible,\n.details[open] > summary {\n  color: var(--color-primary);\n}\n\n.details summary::before {\n  content: '+';\n  display: block;\n  color: var(--color-primary);\n  font-family: var(--font-mono);\n  font-size: var(--size-step-0);\n  font-weight: var(--font-regular);\n  line-height: 0.5;\n  transform: scale(1.4);\n  transform-origin: right bottom;\n  margin-inline-start: 0.2ch;\n}\n\n.details details[open] summary::before {\n  content: '–';\n}\n\n.details details > :is(h2, h3) {\n  font-weight: var(--font-bold);\n  font-size: var(--size-step-0);\n  border-block-end: var(--stroke);\n  padding-block-end: var(--space-xs);\n}\n\n.details details > :is(h2, h3) {\n  font-weight: var(--font-bold);\n  font-size: var(--size-step-0);\n  border-block-end: var(--stroke);\n  padding-block-end: var(--space-xs);\n}\n\n/* Hide default marker */\n.details summary::-webkit-details-marker,\n.details summary::marker {\n  content: '';\n  display: none;\n}\n\n.details summary + * {\n  margin-block-start: var(--space-s-m);\n}\n\n.details details > * + * {\n  margin-inline-start: 2.4ch;\n}\n"
  },
  {
    "path": "src/assets/css/local/footnotes.css",
    "content": ".footnotes {\n  font-size: var(--size-step-min-1);\n}\n\n.footnote-ref {\n  font-size: var(--size-step-min-2);\n  vertical-align: super;\n  margin-inline-start: 0.1ch;\n  color: var(--color-text-accent);\n}\n\n.footnote-ref a {\n  text-decoration: none;\n  padding: 0.3ch;\n}\n\n.footnote-backref {\n  text-decoration: none;\n  background-color: var(--color-bg-accent);\n  border-radius: var(--border-radius-medium);\n  padding-inline: var(--space-xs);\n}\n\n.footnote-backref:hover {\n  color: var(--color-primary);\n}\n"
  },
  {
    "path": "src/assets/css/local/forms.css",
    "content": "/* © https://piccalil.li/complete-css */\n\nform > * + * {\n  margin-top: var(--flow-space, 1rem);\n}\n\n:is(input:not([type='checkbox'], [type='radio'], [type='color']), select, textarea) {\n  padding: 0.5em 0.8em;\n  border-radius: var(--border-radius-small);\n  border: var(--stroke);\n  background: var(--color-bg-accent);\n  color: var(--color-text);\n  width: 100%;\n\n  &::placeholder {\n    color: var(--color-mid);\n    opacity: 1;\n  }\n}\n\nlabel {\n  line-height: var(--leading-fine);\n  font-weight: var(--font-bold);\n}\n\nlabel::after {\n  content: '\\A';\n  white-space: pre;\n}\n\n/* Usually label wraps checkbox and radio buttons, so we give ourselves more layout and text-flow control with flex */\nlabel:has(input) {\n  display: flex;\n  align-items: baseline;\n  gap: var(--space-s);\n  font-weight: var(--font-normal);\n}\n\nlabel:has(input) + label:has(input) {\n  --flow-spce: var(--space-s-m);\n}\n\n/* Slightly adjusts the vertical position of the check/radio */\nlabel:has(input) input {\n  transform: translateY(-0.1ex);\n}\n\ninput:disabled {\n  background: var(--color-mid);\n}\n\ninput:disabled,\nlabel input:disabled + * {\n  cursor: not-allowed;\n}\n\nfieldset {\n  border: var(--stroke);\n  padding: var(--space-m);\n}\n\nlegend {\n  font-weight: var(--font-bold);\n  padding-inline: var(--space-xs);\n}\n"
  },
  {
    "path": "src/assets/css/local/gallery.css",
    "content": ".gallery dialog {\n  border-radius: var(--border-radius-medium);\n  inset: revert;\n}\n\n/* the image that serves as button */\n.gallery dialog + button {\n  all: unset;\n  cursor: pointer;\n}\n\n.gallery dialog + button:focus-visible {\n  outline: 3px solid var(--focus-color, currentColor);\n  outline-offset: var(--focus-offset, 0.3ch);\n}\n\n/* the close button */\n.gallery dialog > button {\n  margin-inline: auto;\n  display: flex;\n}\n\n.gallery dialog + button img {\n  aspect-ratio: 1;\n  object-fit: cover;\n}\n\n/* Don't indicate interactivity without JS */\nis-land:not(:defined) .gallery dialog + button {\n  cursor: default;\n}\n\n.gallery dialog::backdrop {\n  background-image: var(--gradient-stripes);\n  opacity: 0.9;\n  filter: brightness(50%);\n}\n\n.gallery dialog img {\n  max-block-size: 70vh;\n  max-inline-size: 90vw;\n  object-fit: contain;\n  border: none;\n}\n\n.gallery dialog figcaption {\n  color: var(--color-light);\n}\n"
  },
  {
    "path": "src/assets/css/local/nav-main-drawer-cls.css",
    "content": "@media (scripting: enabled) {\n  @media screen(ltsm) {\n    .mainnav > ul {\n      display: none;\n    }\n  }\n}\n"
  },
  {
    "path": "src/assets/css/local/pagination.css",
    "content": ".pagination {\n  --gutter: var(--space-xs-s);\n}\n\n.pagination li {\n  color: var(--pagination-text, var(--color-text));\n  background-color: var(--pagination-bg, var(--color-bg));\n  border: 3px solid var(--pagination-border, var(--color-bg-accent));\n  border-radius: var(--border-radius-medium);\n}\n\n.pagination li:not(:has(a)) {\n  padding: var(--space-xs) var(--space-s-m);\n  opacity: 0.6;\n}\n\n.pagination a {\n  text-decoration: none;\n}\n\n.pagination a {\n  padding: var(--space-xs) var(--space-s-m);\n  text-decoration: none;\n  display: block;\n}\n\n.pagination li:not(:has(a)) {\n  padding: var(--space-xs) var(--space-s-m);\n  opacity: 0.6;\n}\n\n.pagination li:has(a:hover) {\n  --pagination-bg: var(--color-bg-accent);\n  --pagination-border: var(--color-bg-accent);\n}\n\n.pagination li:has(a[aria-current='page']) {\n  --pagination-bg: var(--color-secondary);\n  --pagination-border: var(--color-secondary);\n  --pagination-text: var(--color-light);\n}\n"
  },
  {
    "path": "src/assets/css/local/post.css",
    "content": ".post article h1 {\n  font-size: var(--size-step-6);\n}\n\n.post article h2 {\n  font-size: var(--size-step-3);\n}\n\n.post article h3 {\n  font-size: var(--size-step-2);\n}\n\n/* make featured image alwyays 16/9 */\n.post h1 + :is(picture, figure) img {\n  max-inline-size: var(--max-img-width, 100%);\n  block-size: auto;\n  aspect-ratio: 16/9;\n  object-fit: cover;\n  object-position: center;\n}\n\n.post date {\n  font-size: var(--size-step-1);\n  color: var(--color-text-light);\n}\n\n.post .credit {\n  font-size: var(--size-step-min-1);\n  color: var(--color-text-accent);\n  background-color: var(--color-bg);\n  padding: var(--space-xs) var(--space-s);\n  border-radius: var(--border-radius-medium);\n  transform: translateY(-4ch) translateX(-0.5ch);\n  max-inline-size: fit-content;\n}\n\n.post .meta {\n  font-size: var(--size-step-min-1);\n}\n"
  },
  {
    "path": "src/assets/css/local/styleguide.css",
    "content": ".styleguide {\n  --region-space-top: var(--space-xl-2xl);\n  --spot-color: color-mix(in oklab, var(--color-bg) 97%, var(--color-text));\n}\n\n.styleguide code {\n  font-size: var(--size-step-min-2);\n}\n\n.styleguide li p:has(code) {\n  line-height: var(--leading-flat);\n}\n\n.styleguide section {\n  --region-space-bottom: var(--space-l-xl);\n  --region-space-top: var(--space-l-xl);\n}\n\n.styleguide :is(h2, h3) {\n  font-size: var(--size-step-0);\n  font-family: var(--font-base);\n  text-transform: uppercase;\n}\n\n.styleguide h2 {\n  letter-spacing: var(--tracking-wide);\n}\n\n.styleguide .colors {\n  --cluster-vertical-alignment: flex-start;\n}\n\n.styleguide .colors ul {\n  --min: 10ch;\n  --gap: var(--space-s-m);\n\n  display: grid;\n  grid-gap: var(--gap);\n  /* min() with 100% prevents overflow\n\t\tin extra narrow spaces */\n  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--min)), 1fr));\n}\n\n.styleguide .colors li {\n  display: grid;\n  gap: var(--space-xs);\n  grid-row: span 2;\n  grid-template-rows: subgrid;\n}\n\n.styleguide .colors li div {\n  max-inline-size: var(--max-img-width, 100%);\n  block-size: auto;\n  aspect-ratio: 16/9;\n  object-fit: cover;\n  object-position: center;\n  border: var(--stroke);\n}\n\n.styleguide .space {\n  background-color: var(--color-text);\n  display: block;\n}\n\n.styleguide .tabs {\n  align-items: center;\n  border-block-end: var(--stroke);\n  display: flex;\n  gap: var(--space-xs);\n  margin-block-end: var(--space-s);\n  padding-block-end: var(--space-s);\n}\n"
  },
  {
    "path": "src/assets/css/local/table.css",
    "content": "table {\n  border: 0;\n  inline-size: 100%;\n}\n\ntable br {\n  display: none;\n}\n\nthead {\n  border: none;\n  clip: rect(0 0 0 0);\n  block-size: 1px;\n  margin: -1px;\n  overflow: hidden;\n  padding: 0;\n  position: absolute;\n  inline-size: 1px;\n}\n\ntr {\n  border: var(--stroke);\n  display: block;\n  margin-block-end: var(--space-s);\n}\n\nth,\ntd {\n  padding: var(--space-xs) var(--space-s);\n  vertical-align: sub;\n}\n\ntd {\n  border-block-end: var(--stroke);\n  display: block;\n  text-align: start;\n}\n\ntd::before {\n  content: attr(data-label);\n  float: start;\n  font-weight: var(--font-bold);\n}\n\ntd:last-child {\n  border-block-end: 0;\n}\n\n@media screen(sm) {\n  table {\n    border-collapse: collapse;\n    margin: 0;\n    padding: 0;\n    table-layout: fixed;\n  }\n\n  table br {\n    display: block;\n  }\n\n  thead {\n    position: static;\n    text-align: start;\n    display: table-header-group;\n  }\n\n  caption {\n    margin: var(--space-xs) 0 var(--space-s);\n  }\n\n  tr {\n    border: 0;\n    padding: var(--space-xs);\n    margin: 0;\n    display: table-row;\n  }\n\n  tr:not(:last-child) {\n    border-block-end: var(--stroke);\n  }\n\n  td {\n    border: none;\n  }\n\n  td::before {\n    display: none;\n  }\n\n  th,\n  td {\n    padding: var(--space-s);\n    text-align: start;\n    display: table-cell;\n  }\n}\n"
  },
  {
    "path": "src/assets/scripts/bundle/details.js",
    "content": "const container = document.querySelector('.details');\nconst expandAllButton = container.querySelector('#expandAll');\nconst collapseAllButton = container.querySelector('#collapseAll');\nconst details = container.querySelectorAll('details');\n\nexpandAllButton.addEventListener('click', () => {\n  details.forEach(detail => (detail.open = true));\n});\n\ncollapseAllButton.addEventListener('click', () => {\n  details.forEach(detail => (detail.open = false));\n});\n\ndetails.forEach(detail => {\n  detail.addEventListener('toggle', () => {\n    const hash = detail.open ? `#${detail.id}` : '#';\n    history.pushState(null, null, hash);\n  });\n});\n\nconst id = window.location.hash.slice(1);\nif (id) {\n  const detail = container.querySelector(`#${CSS.escape(id)}`);\n  if (detail) detail.open = true;\n}\n"
  },
  {
    "path": "src/assets/scripts/bundle/dialog.js",
    "content": "// manages the behavior of modal several dialogs on a page: open / close buttons and light dismiss.\n\nconst modals = Array.from(document.querySelectorAll('dialog'));\nconst openButtons = document.querySelectorAll('button[data-index]');\n\nopenButtons.forEach((button, index) => {\n  button.addEventListener('click', () => {\n    modals[index].showModal();\n    modals[index].focus();\n  });\n});\n\nmodals.forEach((modal, index) => {\n  const closeBtn = modal.querySelector('button[data-close]');\n  const prevBtn = modal.querySelector('button[data-nav=\"prev\"]');\n  const nextBtn = modal.querySelector('button[data-nav=\"next\"]');\n\n  closeBtn?.addEventListener('click', () => modal.close());\n\n  if (!prevBtn && !nextBtn) return;\n\n  prevBtn?.addEventListener('click', () => {\n    modal.close();\n    const prev = modals[(index - 1 + modals.length) % modals.length];\n    prev.showModal();\n  });\n\n  nextBtn?.addEventListener('click', () => {\n    modal.close();\n    const next = modals[(index + 1) % modals.length];\n    next.showModal();\n  });\n\n  // arrow navigation\n  modal.addEventListener('keydown', event => {\n    if (event.key === 'ArrowRight') {\n      event.preventDefault();\n      const next = modals[(index + 1) % modals.length];\n      modal.close();\n      next.showModal();\n    } else if (event.key === 'ArrowLeft') {\n      event.preventDefault();\n      const prev = modals[(index - 1 + modals.length) % modals.length];\n      modal.close();\n      prev.showModal();\n    }\n  });\n\n  // swipe navigation\n  let startX = 0;\n  let endX = 0;\n  modal.addEventListener('touchstart', event => {\n    if (event.touches.length > 1) return;\n    startX = event.touches[0].screenX;\n  });\n  modal.addEventListener('touchend', event => {\n    if (event.changedTouches.length > 1) return;\n    endX = event.changedTouches[0].screenX;\n    handleSwipe();\n  });\n\n  function handleSwipe() {\n    const diff = endX - startX;\n    if (Math.abs(diff) < 50) return;\n    modal.close();\n    const target =\n      diff > 0\n        ? modals[(index - 1 + modals.length) % modals.length] // swipe right → prev\n        : modals[(index + 1) % modals.length]; // swipe left → next\n    target.showModal();\n    target.focus();\n  }\n});\n\nwindow.addEventListener('click', event => {\n  modals.forEach(modal => {\n    if (event.target === modal) modal.close();\n  });\n});\n"
  },
  {
    "path": "src/assets/scripts/bundle/is-land.js",
    "content": "import '@11ty/is-land/is-land';\nimport '@11ty/is-land/is-land-autoinit.js';\n"
  },
  {
    "path": "src/assets/scripts/bundle/nav-drawer.js",
    "content": "// © Manuel Matuzović: https://web.dev/website-navigation/ / Web Accessibility Cookbook\n\nconst nav = document.querySelector('nav');\nconst list = nav.querySelector('ul');\nconst burgerClone = document.querySelector('#burger-template').content.cloneNode(true);\nconst buttonDrawer = burgerClone.querySelector('button[data-drawer-toggle]');\n\nlist.style.setProperty('display', 'flex');\n\nbuttonDrawer.addEventListener('click', e => {\n  const isOpenDrawer = buttonDrawer.getAttribute('aria-expanded') === 'true';\n  buttonDrawer.setAttribute('aria-expanded', !isOpenDrawer);\n});\n\nconst disableMenu = () => {\n  buttonDrawer.setAttribute('aria-expanded', false);\n};\n\n//  close on escape\nnav.addEventListener('keyup', event => {\n  if (event.code === 'Escape') {\n    disableMenu();\n    buttonDrawer.focus();\n  }\n});\n\n// close if clicked outside of event target\ndocument.addEventListener('click', event => {\n  const isClickInsideElement = nav.contains(event.target);\n  if (!isClickInsideElement) {\n    disableMenu();\n  }\n});\n\n// avoid drawer flashing on page load\ndocument.addEventListener('DOMContentLoaded', function () {\n  setTimeout(() => {\n    list.removeAttribute('no-flash');\n  }, 100);\n});\n\nnav.insertBefore(burgerClone, list);\n"
  },
  {
    "path": "src/assets/scripts/bundle/nav-sub.js",
    "content": "const nav = document.querySelector('nav');\nconst navBreakpoint = '{{ designTokens.viewports.navigation }}';\n\n// toggle submenu and aria-expanded on button click\nnav.addEventListener('click', event => {\n  const buttonSub = event.target.closest('button[data-submenu-toggle]');\n  if (!buttonSub) return;\n\n  const isOpenSub = buttonSub.getAttribute('aria-expanded') === 'true';\n\n  // if above nav breakpoint, close any other open submenu first\n  if (window.innerWidth >= navBreakpoint && !isOpenSub) {\n    const openButton = nav.querySelector('button[data-submenu-toggle][aria-expanded=\"true\"]');\n    if (openButton && openButton !== buttonSub) {\n      closeSubmenu(openButton);\n    }\n  }\n\n  buttonSub.setAttribute('aria-expanded', String(!isOpenSub));\n  const submenu = document.getElementById(buttonSub.getAttribute('aria-controls'));\n  submenu.hidden = isOpenSub;\n});\n\n// close on click outside nav\ndocument.addEventListener('click', event => {\n  const openButton = nav.querySelector('button[data-submenu-toggle][aria-expanded=\"true\"]');\n  if (openButton && !nav.contains(event.target)) {\n    closeSubmenu(openButton);\n  }\n});\n\n// close on ESC\ndocument.addEventListener('keyup', event => {\n  if (event.code !== 'Escape') return;\n  const openButton = nav.querySelector('button[data-submenu-toggle][aria-expanded=\"true\"]');\n  if (openButton) {\n    closeSubmenu(openButton);\n  }\n});\n\nfunction closeSubmenu(buttonSub) {\n  const submenu = document.getElementById(buttonSub.getAttribute('aria-controls'));\n  buttonSub.setAttribute('aria-expanded', 'false');\n  submenu.hidden = true;\n}\n"
  },
  {
    "path": "src/assets/scripts/bundle/theme-toggle.js",
    "content": "const storageKey = 'theme-preference';\nconst themeColors = {\n  dark: '{{ meta.themeLight }}',\n  light: '{{ meta.themeDark }}'\n};\n\nconst theme = {\n  value: getColorPreference()\n};\n\nwindow.onload = () => {\n  const lightThemeToggle = document.querySelector('#light-theme-toggle');\n  const darkThemeToggle = document.querySelector('#dark-theme-toggle');\n  const switcher = document.querySelector('[data-theme-switcher]');\n\n  if (!switcher) {\n    return;\n  }\n\n  reflectPreference();\n  updateMetaThemeColor();\n\n  lightThemeToggle.addEventListener('click', () => onClick('light'));\n  darkThemeToggle.addEventListener('click', () => onClick('dark'));\n\n  lightThemeToggle.setAttribute('aria-pressed', theme.value === 'light');\n  darkThemeToggle.setAttribute('aria-pressed', theme.value === 'dark');\n};\n\n// sync with system changes\nwindow.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', ({matches: isDark}) => {\n  theme.value = isDark ? 'dark' : 'light';\n  setPreference();\n  updateMetaThemeColor();\n});\n\nfunction onClick(themeValue) {\n  theme.value = themeValue;\n  document.querySelector('#light-theme-toggle').setAttribute('aria-pressed', themeValue === 'light');\n  document.querySelector('#dark-theme-toggle').setAttribute('aria-pressed', themeValue === 'dark');\n  setPreference();\n  updateMetaThemeColor();\n}\n\nfunction getColorPreference() {\n  if (localStorage.getItem(storageKey)) {\n    return localStorage.getItem(storageKey);\n  } else {\n    return window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';\n  }\n}\n\nfunction setPreference() {\n  localStorage.setItem(storageKey, theme.value);\n  reflectPreference();\n  updateMetaThemeColor();\n}\n\nfunction reflectPreference() {\n  document.firstElementChild.setAttribute('data-theme', theme.value);\n}\n\nfunction updateMetaThemeColor() {\n  const metaThemeColor = document.querySelector('meta[name=\"theme-color\"]');\n  const newColor = theme.value === 'dark' ? themeColors.dark : themeColors.light;\n  metaThemeColor.setAttribute('content', newColor);\n}\n\n// set early so no page flashes / CSS is made aware\nreflectPreference();\n"
  },
  {
    "path": "src/assets/scripts/components/custom-masonry.js",
    "content": "class CustomMasonry extends HTMLElement {\n  constructor() {\n    super();\n    this.layoutMasonry = this.layoutMasonry.bind(this);\n    this._handleResize = () => {\n      clearTimeout(this._resizeTimer);\n      this._resizeTimer = setTimeout(this.layoutMasonry, 100);\n    };\n  }\n\n  connectedCallback() {\n    // Defer initial layout to ensure styles are applied\n    requestAnimationFrame(() => {\n      this.layoutMasonry();\n      window.addEventListener('resize', this._handleResize);\n    });\n  }\n\n  disconnectedCallback() {\n    clearTimeout(this._resizeTimer);\n    window.removeEventListener('resize', this._handleResize);\n  }\n\n  layoutMasonry() {\n    const columnCount = getComputedStyle(this).gridTemplateColumns.split(' ').length;\n    const items = Array.from(this.children);\n    items.forEach((item, index) => {\n      item.style.marginTop = '0px'; // Reset before calculation\n      if (index >= columnCount) {\n        const previousItem = items[index - columnCount];\n        const previousItemBottom =\n          previousItem.offsetTop + previousItem.offsetHeight + parseFloat(getComputedStyle(this).rowGap);\n        const currentItemTop = item.offsetTop;\n        const marginTop = previousItemBottom - currentItemTop;\n        item.style.marginTop = `${marginTop}px`;\n      }\n    });\n  }\n}\n\ncustomElements.define('custom-masonry', CustomMasonry);\n"
  },
  {
    "path": "src/assets/scripts/outbound-tracking.js",
    "content": "/**\n * Outbound Link Tracking for Fathom Analytics\n * Tracks clicks on company website links\n */\n(function() {\n  'use strict';\n\n  // Only run if Fathom is available\n  if (typeof fathom === 'undefined') {\n    return;\n  }\n\n  // Track clicks on elements with data-track-outbound attribute\n  document.addEventListener('click', function(event) {\n    var link = event.target.closest('[data-track-outbound]');\n\n    if (!link) {\n      return;\n    }\n\n    var companyName = link.getAttribute('data-track-outbound');\n\n    if (companyName) {\n      fathom.trackEvent('Visit: ' + companyName);\n    }\n  });\n})();\n"
  },
  {
    "path": "src/blog/2017-10-03-announcing-remote-in-tech-company.md",
    "content": "---\ntitle: \"Announcing - RemoteInTech.Company\"\ndate: 2017-10-03\nauthor: dougaitken\nexcerpt: \"Announcing - RemoteInTech.Company\"\ntags:\n  - distributed work\n  - hacktoberfest\n  - hacktoberfest2017\n  - remote companies\n  - remote jobs\n---\n\nThis is your very first post.\n\nFor some reason, I like keeping the first post. It's nice to know where you began. Like where the idea for this site originated.\n\n<!--more-->\n\nhttps://x.com/jessicard/status/653756477732065280\n<div class=\"inner cover\">\n<p class=\"lead\">On 13th October 2015, Jessica posted this ^ She then started to compile these on the [remote-jobs](https://x.com/jessicard/status/653787364767039488) repository. I saw the tweet and started [committing](https://github.com/remoteintech/remote-jobs/commits?after=7e7c045d81159797e85f1aba4bff48fdd970fc49+139&author=dougaitken) the next day.\n\n<p class=\"lead\">After a while, Jessica asked if I wanted to become a maintainer... the rest is history.\n\nPart of this process is what lead me to my role at Automattic, we're more than remote - we're distributed, and like more than a few companies on this list, we don't have a main office. And I want to support more people to find a role that fits them in a company who support working remotely/distributed.\n\nAs part of #hacktoberfest 2017, I'm looking to move the list online, probably using JSON, and allowing people to properly search the list.\n\n</div>\n<div class=\"inner cover\">\n\n<a class=\"btn btn-lg btn-default\" href=\"https://github.com/remoteintech/remote-jobs\">Learn more in the repo</a>\n\n</div>\n<div class=\"mastfoot\"></div>"
  },
  {
    "path": "src/blog/2017-10-09-so-is-this-just-another-job-board.md",
    "content": "---\ntitle: \"So is this just another job board?\"\ndate: 2017-10-09\nauthor: dougaitken\nexcerpt: \"So is this just another job board?\"\ntags:\n  - distributed work\n  - remote companies\n  - remote jobs\n---\n\nNo.\n\nThe core reason for this list existing is to have a source for people to see which companies hire remotely.\n\nThe extended version will include interviews with people sharing their thoughts of remote and distributed workplaces, tips, job interview prep, and hopefully, much more.\n\nIf you're interested in contributing, please reach out on [X](https://x.com/RemoteInTechCo), post a comment, or send a [GitHub issue](https://github.com/remoteintech/remote-jobs/issues)!"
  },
  {
    "path": "src/blog/2017-12-06-popular-company-profiles-and-the-github-traffic-charts.md",
    "content": "---\ntitle: \"Popular company profiles and the GitHub traffic charts\"\ndate: 2017-12-06\nauthor: dougaitken\nexcerpt: \"Popular company profiles and the GitHub traffic charts.  cc @mapbox @10up @andyet\"\ntags:\n\n---\n\nI'm always interested to see if and how the remote-jobs repository is popular. I've looked on GitHub at the Insights > Traffic tab quite a few times, and tweeted previously about it.\n\nI wanted to know exactly what \"views\" and \"unique visitors\" meant when there is only a 14 day window shown.\n\n*Visitors chart for https://github.com/remoteintech/remote-jobs up to 6th December*\n\n![Visitors chart for the remote-jobs GitHub repository](./2017-12-06-popular-company-profiles-and-the-github-traffic-charts/github_traffic_visitors.png)\n\n2.5K views, wut?!\n\n\"Is that in the 2 week period, surely not... * counts individual days * ...oh \" and \"I wonder if those uniques are a tally?\"\n\nSo I asked GitHub support, and sure enough, those numbers are _only_ for the period shown. Yes, if someone comes back like every 3 weeks, they are shown as a unique for each count, but still, this is humbling to me.\n\n*Referring sites up to 6th Dec*\n\n![Referring sites to the remote-jobs repository](./2017-12-06-popular-company-profiles-and-the-github-traffic-charts/github_traffic_refer.png)\n\nThose top four are consistent. The reddit ones are a bunch of threads which change over time but the way traffic is counted, it is per domain. The fastcompany link is a cool [blog post about remote work](http://fastcompany.com/3068312/the-digital-nomads-guide-to-working-from-anywhere-on-e) - *\"The Digital Nomad’s Guide To Working From Anywhere On Earth\"* from Feb this year. The remainder change at times.\n\n*Popular content up to 6th Dec*\n\n![Popular content in the remote-jobs repository](./2017-12-06-popular-company-profiles-and-the-github-traffic-charts/github_traffic_popular.png)\n\nThis is what I'd like to focus on at times and dig into how *useful* this site can be. 19 different people have viewed [&yet](https://andyet.com/)'s profile over the past 14 days, 11 for [10up](https://10up.com/), and the same for [Mapbox](https://www.mapbox.com). I mean, &yet might get a bump since they are the first company listed so it could be people checking out the format for the profiles.\n\nThe search term is odd, that hyperlink is just `https://github.com/remoteintech/remote-jobs/search`, last time I checked it had someone's name!\n\n \n\nDoes you hire remote employees / contractors? [Send me some details](https://github.com/remoteintech/remote-jobs\" target=\"_blank\" rel=\"noopener)!\n\n*Featured image by [Sticker Mule](https://unsplash.com/photos/B6-8HwbRJz4?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)*"
  },
  {
    "path": "src/blog/2017-12-28-highest-view-count.md",
    "content": "---\ntitle: \"Highest view count\"\ndate: 2017-12-28\nauthor: dougaitken\nexcerpt: \"\"\ntags:\n\n---\n\nSeems like the end of the year is when people start thinking about another job.\n\nThe whole \"work from home\" trend with job seekers is picking up pace, and many people realise that this is a viable option rather than something unattainable!\n\n*I've started keeping a note of view and unique counts of the GitHub repo since they [aren't permanent](http://remoteintech.company/2017/12/06/popular-company-profiles-and-the-github-traffic-charts/), but I am looking at [other options](https://github.com/igrigorik/ga-beacon).*\n\n![Highest traffic view count for the remote-jobs repository](./2017-12-28-highest-view-count/remote_traffic_highest.png)\n\nThis [thread](https://www.reddit.com/r/freelance/comments/7ktwqd/besides_craigslist_and_mandy_what_do_you_use_to/) from Reddit seems to be the main source of the traffic for that spike and looking at the other reddit threads, matches with this thought of more people look at the work from home life. It isn't just for \"digital nomads\"!\n\nAre you looking to break free from the office and the \"9 to 5 routine\"? Feel that you could do your job \"from anywhere?\". Have a look through the list, all of these companies have roles which mean exactly that.\n\nDon't know how to get started? What advice or questions do you have about remote working? Ask on [X](https://x.com/RemoteInTechCo), and I'll gather the questions in a new blog post."
  },
  {
    "path": "src/blog/2018-01-01-new-year-new-job.md",
    "content": "---\ntitle: \"New year, new job?\"\ndate: 2018-01-01\nauthor: dougaitken\nexcerpt: \"\"\ntags:\n  - distributed work\n  - job search\n  - remote companies\n---\n\nAre you looking for a new role? Are you hiring for new roles and looking for applicants?\n\nMany people use the New Year as a time to freshen up and push forward.\n\nIf you've found Remote In Tech to be useful either as a \"hiring tool\" or in your job search, I'd love to hear from you!"
  },
  {
    "path": "src/blog/2018-01-06-advice-from-a-constant-job-seeker.md",
    "content": "---\ntitle: \"Advice from a constant job seeker\"\ndate: 2018-01-06\nauthor: dougaitken\nexcerpt: \"\"\ntags:\n  - job search\n  - remote jobs\n  - support driven\n---\n\nDrew, part of the Support Driven community has a great post about what was like to constantly [search for a job for a year](https://supportdriven.com/2018/01/05/best-tips-for-your-job-search/).\n\nI know the feeling, I did similarly before I landed my current role.\n\nI hope that this, and the Remote In Tech list can help in some small way."
  },
  {
    "path": "src/blog/2018-09-19-website-updates.md",
    "content": "---\ntitle: \"Website updates\"\ndate: 2018-09-19\nauthor: jnylen0\nexcerpt: \"\"\ntags:\n\n---\n\nWhen I first got involved with the maintenance of this list of remote-friendly companies, it was just a GitHub repository with content stored in a bunch of Markdown files.  This is great for developers, but GitHub can be a bit intimidating if you haven't used it before.\n\nThen, about a month ago, this website got a new [homepage](https://remoteintech.company/) and new [company profile pages](https://remoteintech.company/automattic/) which are much easier for everyone to use and navigate.  In this post I'll share a bit about the process of creating and testing this **static site generator** and taking it live.\n\n<!--more-->\n\nThis project started with [discussion](https://github.com/remoteintech/remote-jobs/issues/44) about a GitHub Pages site and how to best store the data needed for the site.  Lots of ideas were put out there, including storing every piece of information about each company in JSON files.\n\nI didn't like this approach because it would make the maintenance of the list more difficult.  We'd like anyone who has a GitHub account to be able to make changes to their company's profile.  This was already working well before, because the list and the company profiles were just a bunch of Markdown files.\n\nSo, I [decided](https://github.com/remoteintech/remote-jobs/issues/44#issuecomment-334347345) to keep this structure, and enhance it until we could turn it into a live website.  I [started](https://github.com/remoteintech/remote-jobs/pull/375) by writing a Node.js script to **parse and validate** the data for all companies, and then got this validation [running](https://github.com/remoteintech/remote-jobs/pull/377) [automatically](https://github.com/remoteintech/remote-jobs/pull/378) against all pull requests using [Travis CI](https://en.wikipedia.org/wiki/Travis_CI).\n\nTravis CI is great because it allows developers to verify our code (and in this case, data) automatically, making sure we aren't breaking anything with a given change.  It's not the easiest thing to use, though, because when a build fails, you need to go and read through its log, which usually looks a lot like this:\n\n![Matrix-style scrolling terminal output](./2018-09-19-website-updates/matrix.gif)\n\nOften, this leads to a contributor starting a pull request and then not finishing it because it's not easy to understand what went wrong.\n\nTo make this process easier, I [wrote a bot](https://github.com/remoteintech/remote-jobs/pull/382) that leaves comments directly on a pull request if there are any issues with the changes:\n\n![Screenshot of bot comment on a pull request](./2018-09-19-website-updates/site-screenshot-1.png)\n\nThis is a big help for contributors and maintainers both.  Contributors get immediate feedback and understand exactly what they need to change, and maintainers have much of their review work done for them, with a clear record of what happened and why.\n\nOf course, this sort of system works best for projects where the code is well-understood and the tests are reliable and fast.  Otherwise the results can be a bit unpredictable.  However, I'm quite happy with how this experiment has turned out so far:  it's a nice way to improve the usability of some industry-standard but very developer-oriented tools, and I think there is room to apply the same technique to a lot of other projects.\n\nAnyway, back to the static site generator.\n\nI [continued](https://github.com/remoteintech/remote-jobs/pulls?utf8=%E2%9C%93&q=is%3Apr+author%3Anylen+created%3A2018-04-01..2018-06-24) expanding the data validation script (and the bot messages) until I felt like I had tested almost every possible mistake that could exist in the company list data or the validation code.  At this point I was ready to create the long-discussed front-end site.\n\nFirst, I [refactored](https://github.com/remoteintech/remote-jobs/pull/444) the validation script to split most of its logic into a separate file that could be re-used by a static site generator.  Refactoring is often messy, with a risk of breaking the code, but this time it was pretty easy because I had already written thorough automated tests.\n\nThen, I [modified](https://github.com/remoteintech/remote-jobs/pull/445) the validation code to parse and return all of the data for the company list, instead of just validating that the data is OK.\n\nFinally, with all of the logic and data in place, it was time to [build the site](https://github.com/remoteintech/remote-jobs/pull/460).\n\nSince the blog section of the website already existed (hosted here on the excellent WordPress.com), I decided to use the same template and style for the company list and the company profile pages.  I started by saving an HTML file from here on the blog, trimmed out the unnecessary bits, and turned the rest into a [template file](http://node-swig.github.io/swig-templates/).  Then I wrote code to build static HTML pages using the data from the company list and all of the company profiles.\n\nWe're using the excellent [Netlify](https://www.netlify.com/) to deploy and host this portion of the site.  It automatically builds and deploys a new version of the site with every change merged to GitHub.\n\nThe result is what you can see today on this site's homepage:\n\n![Screenshot of the Remote In Tech homepage](./2018-09-19-website-updates/site-screenshot-2.png)\n\nIf you're already familiar with static site generators, you might be wondering:  **why didn't we just use GitHub Pages?**\n\nWell, we did, for a little while, but I found it pretty difficult to customize the design of the resulting site.  Also, GitHub Pages works best for sites that have a one-to-one mapping between a Markdown file and a page.  This is not completely true (we display some extra information on company profiles).  A static site generator is not a very complicated piece of code, so I decided to write one for this specific task.\n\nIn the future we'd also like to add some smarter filtering to the company list, for example the ability to say \"[show me all the companies that work with React.js](https://github.com/remoteintech/remote-jobs/issues/464)\".\n\nIn order to make this work, we'll need to add more validation of what people have actually entered in the **Company technologies** section for each company, and then pull this data from each company profile into the main company list.  This is exactly the sort of thing that the current code is set up to allow, but it would be pretty difficult to achieve with GitHub Pages.\n\nThis kind of **enhanced filtering** is something we'd love to have on the site, but since this is a volunteer project, time is limited.  If you'd like to help, we'd love to have you!  You can start by having a look at our [open issues on GitHub](https://github.com/remoteintech/remote-jobs/issues) and picking one that interests you, or by making a new suggestion there or in the comments below."
  },
  {
    "path": "src/blog/2018-09-25-hacktoberfest-is-back.md",
    "content": "---\ntitle: \"Hacktoberfest is back!\"\ndate: 2018-09-25\nauthor: dougaitken\nexcerpt: \"\"\ntags:\n  - hacktoberfest\n---\n\nThe project which pushed this whole site into existence is coming back. Check the GitHub blog for details!\n\n[blog.github.com/2018-09-24-hacktoberfest-is-back-and-celebrating-its-fifth-year/](https://blog.github.com/2018-09-24-hacktoberfest-is-back-and-celebrating-its-fifth-year/)"
  },
  {
    "path": "src/blog/2026-01-13-the-big-redesign.md",
    "content": "---\ntitle: \"The Big Redesign: A Fresh Look for Remote In Tech\"\ndate: 2026-01-13\nauthor: dougaitken\nexcerpt: \"After years of putting it off, the site has finally been rebuilt from the ground up with a modern stack, better search, and a whole new way to discover remote-friendly companies.\"\ntags:\n  - website-updates\n---\n\nIt's finally happened. After years of \"I really should update the site\" and countless weekends where I found something else to do instead, Remote In Tech has been completely rebuilt from the ground up.\n\n<!--more-->\n\n## What's New\n\n**A Curated Homepage**\n\nThe old site dropped you straight into a giant table of companies. Functional? Yes. Inspiring? Not so much. The new homepage features hand-picked companies, recently added listings, and quick ways to browse by region or technology stack.\n\n**Actually Useful Search**\n\nSearch now works properly. Start typing in the nav bar and instantly find companies across the entire directory. No more Ctrl+F on a massive page.\n\n**Browse by What Matters**\n\nWant to find all the companies using Python? Or see who's hiring in Europe? The new [Browse](/browse/) section lets you filter by:\n\n- **Technology** - JavaScript, Python, Go, Ruby, and more\n- **Region** - Worldwide, Americas, Europe, Asia Pacific\n- **Remote Policy** - Fully remote, remote-first, hybrid, or remote-friendly\n\n**Structured Data**\n\nBehind the scenes, every company profile now uses structured frontmatter instead of freeform markdown headings. This means better consistency, easier contributions, and the foundation for smarter features down the road.\n\n**Privacy-Focused Analytics**\n\nThe site now uses [Fathom Analytics](https://usefathom.com/) - no cookies, no tracking, no creepy stuff. Just simple, privacy-respecting stats so I can see which pages are useful.\n\n## The Tech Stack\n\nFor the curious:\n\n- **[Eleventy](https://www.11ty.dev/)** - A brilliant static site generator\n- **[Pagefind](https://pagefind.app/)** - Lightning-fast static search\n- **[Netlify](https://www.netlify.com/)** - Hosting and automatic deploys\n- **[CUBE CSS](https://cube.fyi/)** - A sensible CSS methodology\n\nThe old site was a custom Node.js build script that parsed markdown files. It worked, but it was showing its age. Eleventy gives us all the flexibility we need while being an absolute joy to work with.\n\n## What's Next\n\nThis redesign lays the groundwork for features I've wanted to add for years:\n\n- Better validation for new company submissions\n- More detailed filtering options\n- Company comparison tools\n- Job board integrations (maybe?)\n\n## Thank You\n\nA massive thank you to everyone who has contributed company profiles over the years. This site exists because of the community.\n\nAnd a special shoutout to [Claude Code](https://claude.ai/code) for being an exceptional pair programming partner through this entire rebuild. Turns out AI is pretty good at migrating 853 company profiles and debugging Netlify configs at midnight.\n\n---\n\nHave feedback on the new design? Found a bug? [Open an issue](https://github.com/remoteintech/remote-jobs/issues) or [get in touch](/contact/).\n\nHere's to the next chapter of Remote In Tech.\n"
  },
  {
    "path": "src/blog/2026-01-17-seo-improvements.md",
    "content": "---\ntitle: \"Under the Hood: SEO Improvements for Better Discoverability\"\ndate: 2026-01-17\nauthor: dougaitken\nexcerpt: \"A deep dive into the technical improvements we made to help search engines (and AI assistants) better understand and surface Remote In Tech content.\"\ntags:\n  - website-updates\n---\n\nHot on the heels of the big redesign, we've been busy making improvements under the hood. These changes won't be immediately visible, but they'll help more people discover the site through search engines and AI-powered tools.\n\n<!--more-->\n\n## The Problem with Our URLs\n\nDuring the migration to the new site, something went wrong with our company URLs. The `website` field in many profiles ended up pointing to careers pages instead of main company sites. Worse, about 28 profiles had completely broken URLs with truncated data like `https://jobs.lever` instead of the full URL.\n\nNot great for a directory that's supposed to help people find companies.\n\n## The Fix: A Trip Through Git History\n\nThe original data was still there, buried in our git history. We wrote a script to:\n\n1. Parse the old README table to extract main company URLs\n2. Parse the old company profiles to extract careers page URLs from \"How to apply\" sections\n3. Cross-reference everything and update all 862 company profiles\n\nThe result? Every profile now has the correct main website URL, plus a new `careers_url` field that links directly to where you can apply. The \"Apply Now\" button is now smarter - it uses the careers URL when available, falling back to the main site otherwise.\n\n## Structured Data for Search Engines\n\nWe've added [JSON-LD](https://json-ld.org/) structured data throughout the site. This helps search engines understand our content better:\n\n- **Organization schema** on every company profile\n- **BreadcrumbList** for navigation context\n- **SearchAction** so Google can potentially show a search box in results\n- **BlogPosting** on blog posts (like this one)\n\nThese are the same schemas that power those rich snippets you see in Google - company cards, breadcrumb trails, and sitelinks.\n\n## AI Bot Policy\n\nWith AI search becoming more prevalent, we've updated our `robots.txt` with a nuanced policy:\n\n**Allowed:** AI search bots that help people find content\n- ChatGPT-User, Claude-User, PerplexityBot, YouBot, Applebot-Extended\n\n**Blocked:** AI training crawlers that scrape content for model training\n- GPTBot, CCBot, ClaudeBot, Google-Extended, and others\n\nWe want AI assistants to be able to answer questions like \"what remote-friendly companies use Python?\" by referencing our content. We're less keen on our community-maintained data being hoovered up for training datasets.\n\nWe've also added an `AGENTS.md` file (symlinked to our `CLAUDE.md`) for AI coding assistants that might be helping people contribute to the project.\n\n## Auto-Generated Meta Descriptions\n\nEvery company profile now automatically generates a meta description from its \"Company blurb\" section. No more generic descriptions or missing metadata. Search results should now show relevant, company-specific snippets.\n\n## Twitter Cards\n\nSharing a company profile on Twitter/X now shows a proper card with the page title, description, and site branding. Same goes for LinkedIn, Facebook, and other platforms that support Open Graph tags.\n\n## The Technical Bits\n\nFor those interested in the implementation:\n\n- URL extraction scripts in `_tools/` (gitignored, but the approach is documented)\n- Schemas live in `src/_includes/schemas/`\n- Meta descriptions use Eleventy computed data in `src/companies/companies.11tydata.js`\n- robots.txt generated from `src/common/robots.njk`\n\n## What's Next\n\nThese SEO improvements should help more people discover Remote In Tech through search. We'll be monitoring search console data to see what's working and what needs tweaking.\n\nIf you're a remote-friendly company and not yet listed, [add your profile](https://github.com/remoteintech/remote-jobs) - it's now easier than ever to contribute.\n\n---\n\nQuestions about the technical implementation? [Open an issue](https://github.com/remoteintech/remote-jobs/issues) or check out our `CLAUDE.md` for the full documentation.\n"
  },
  {
    "path": "src/blog/2026-02-15-keeping-things-tidy.md",
    "content": "---\ntitle: \"Keeping Things Tidy: Housekeeping and Quality of Life Updates\"\ndate: 2026-02-15\nauthor: dougaitken\nexcerpt: \"A round-up of the maintenance work we've been doing since the redesign — automated PR validation, broken link cleanup, better social sharing, and more.\"\ntags:\n  - website-updates\n---\n\nThe big redesign and SEO overhaul are done, so now it's time for the less glamorous but equally important work: keeping things clean, making contributor lives easier, and fixing the bits we missed.\n\n<!--more-->\n\n## Automated PR Validation\n\nThe most impactful change this month is the new **automated validation bot** for company profile PRs. When someone submits a PR to add or update a company, the bot now automatically checks:\n\n- Required frontmatter fields are present\n- Enum values (region, remote policy, company size) are valid\n- Technology tags match our supported list\n- The slug matches the filename\n- URLs are properly formatted\n- Required content sections exist\n\nThe bot posts a comment on the PR with specific feedback, so contributors know exactly what to fix without waiting for a manual review. It also catches PRs that use the old format (files in the legacy `company-profiles/` directory) and guides contributors to the new structure.\n\nWe've also tuned it so it doesn't fire on our own PRs or bot updates — nobody needs a validation comment on a Dependabot bump.\n\n## Broken Link Cleanup\n\nWe ran a full audit of every outbound URL across all 850+ company profiles. The results weren't pretty — dozens of companies had gone defunct, changed domains, or reorganised their careers pages since they were added.\n\nWe removed companies that no longer exist and fixed broken URLs for the rest. If you notice a link that's still wrong, [open an issue](https://github.com/remoteintech/remote-jobs/issues) and we'll sort it.\n\n## Better Social Sharing\n\nIf you've ever shared a link to Remote In Tech on Twitter, LinkedIn, or Slack, you might have noticed the preview card showed... the Eleventy Excellent starter template logo. Not exactly on-brand.\n\nThat's now fixed. The site has a proper branded social card with our logo, name, and URL. We've also got an [open issue](https://github.com/remoteintech/remote-jobs/issues/2113) to generate unique cards for each company profile — watch this space.\n\n## GitHub Housekeeping\n\nA few smaller things that add up:\n\n- **Updated the README** to clearly direct visitors to the main site, with a proper contributing guide\n- **Updated the repo description** to reference remoteintech.company as the primary destination\n- **Dependency updates** — kept things current with patch updates to autoprefixer, markdown-it, and others\n- **Closed the Tailwind v4 Dependabot PR** — that's a [major migration](https://github.com/remoteintech/remote-jobs/issues/2111) we'll tackle separately\n\n## New Company Profiles\n\nWelcome to the companies added since the last update:\n\n- [MaintainNow](/companies/maintainnow/)\n- [Swif.ai](/companies/swif-ai/)\n- [Verve Systems](/companies/verve-systems/)\n\nAnd thanks to the contributor who updated [voiio](/companies/voiio/)'s profile.\n\n## What's Next\n\nThe site is in a solid place now. The focus going forward is:\n\n- Continuing to review and merge community contributions\n- Monitoring search performance to see if the SEO work is paying off\n- Planning the Tailwind v4 migration (eventually)\n- Dynamic OG images for company profiles\n\nIf you know a remote-friendly company that's not listed, [submit a PR](https://github.com/remoteintech/remote-jobs) — the bot will guide you through the format.\n"
  },
  {
    "path": "src/blog/blog.json",
    "content": "{\n  \"layout\": \"post\",\n  \"permalink\": \"/blog/{{ page.fileSlug }}/\",\n  \"tags\": [\"blog\"]\n}\n"
  },
  {
    "path": "src/common/404.njk",
    "content": "---\ntitle: Not Found\nlayout: base\npermalink: /404.html\neleventyExcludeFromCollections: true\nexcludeFromSitemap: true\n---\n\n<script>\n// Track 404 errors with the actual URL path (not /404.html)\ndocument.addEventListener('DOMContentLoaded', function() {\n  if (typeof fathom !== 'undefined') {\n    fathom.trackEvent('404: ' + window.location.pathname);\n  }\n});\n</script>\n\n<div class=\"wrapper flow region\">\n  <header class=\"flow\">\n    <h1 class=\"gradient-text\">{{ title }}</h1>\n    <h2>Sorry, that page doesn't exist!</h2>\n    <p class=\"tags-intro\">\n      Try browsing companies by technology, region, or remote work policy below.\n    </p>\n  </header>\n\n  {# Technologies #}\n  <section class=\"tags-section\">\n    <h3>Technologies</h3>\n    <p class=\"tags-section__desc\">Find companies using specific technologies</p>\n    <div class=\"tags-grid\">\n      {% for tag in collections.companyTags %}\n        {% if tag.type == 'technology' %}\n        <a href=\"/browse/{{ tag.slug }}/\" class=\"tag-card\">\n          <span class=\"tag-card__name\">{{ tag.label }}</span>\n          <span class=\"tag-card__count\">{{ tag.count }}</span>\n        </a>\n        {% endif %}\n      {% endfor %}\n    </div>\n  </section>\n\n  {# Regions #}\n  <section class=\"tags-section\">\n    <h3>Regions</h3>\n    <p class=\"tags-section__desc\">Find companies hiring in specific regions</p>\n    <div class=\"tags-grid\">\n      {% for tag in collections.companyTags %}\n        {% if tag.type == 'region' %}\n        <a href=\"/browse/{{ tag.slug }}/\" class=\"tag-card tag-card--region\">\n          <span class=\"tag-card__name\">{{ tag.label }}</span>\n          <span class=\"tag-card__count\">{{ tag.count }}</span>\n        </a>\n        {% endif %}\n      {% endfor %}\n    </div>\n  </section>\n\n  {# Remote Policies #}\n  <section class=\"tags-section\">\n    <h3>Remote Policies</h3>\n    <p class=\"tags-section__desc\">Find companies by their remote work approach</p>\n    <div class=\"tags-grid\">\n      {% for tag in collections.companyTags %}\n        {% if tag.type == 'remote-policy' %}\n        <a href=\"/browse/{{ tag.slug }}/\" class=\"tag-card tag-card--policy\">\n          <span class=\"tag-card__name\">{{ tag.label }}</span>\n          <span class=\"tag-card__count\">{{ tag.count }}</span>\n        </a>\n        {% endif %}\n      {% endfor %}\n    </div>\n  </section>\n</div>\n\n{%- css \"local\" -%}\n.tags-intro {\n  font-size: var(--size-step-1);\n  color: var(--color-text-accent);\n}\n\n.tags-section {\n  margin-block-start: var(--space-xl);\n}\n\n.tags-section h3 {\n  font-size: var(--size-step-2);\n  margin-block-end: var(--space-2xs);\n}\n\n.tags-section__desc {\n  color: var(--color-text-accent);\n  font-size: var(--size-step--1);\n  margin-block-end: var(--space-m);\n}\n\n.tags-grid {\n  display: flex;\n  flex-wrap: wrap;\n  gap: var(--space-xs);\n}\n\n.tag-card {\n  display: inline-flex;\n  align-items: center;\n  gap: var(--space-2xs);\n  padding: var(--space-xs) var(--space-s);\n  background: var(--color-bg-accent);\n  border: 1px solid var(--color-bg-accent-2);\n  border-radius: var(--border-radius-small);\n  text-decoration: none;\n  color: var(--color-text);\n  font-size: var(--size-step--1);\n  transition: border-color var(--transition-duration) var(--transition-timing),\n              background-color var(--transition-duration) var(--transition-timing);\n}\n\n.tag-card:hover {\n  border-color: var(--color-primary);\n  background: var(--color-bg);\n}\n\n.tag-card--region {\n  border-color: var(--color-highlight);\n}\n\n.tag-card--region:hover {\n  border-color: var(--color-primary);\n}\n\n.tag-card--policy {\n  border-color: var(--color-secondary);\n}\n\n.tag-card--policy:hover {\n  border-color: var(--color-primary);\n}\n\n.tag-card__count {\n  background: var(--color-primary);\n  color: var(--color-light);\n  padding: 0.15em 0.5em;\n  border-radius: var(--border-radius-small);\n  font-size: var(--size-step--2);\n  font-weight: var(--font-bold);\n}\n{%- endcss -%}\n"
  },
  {
    "path": "src/common/_redirects.njk",
    "content": "---\npermalink: /_redirects\neleventyExcludeFromCollections: true\nexcludeFromSitemap: true\n---\n# Redirect old WordPress subdomain (blog.remoteintech.company) to main site\n\n# Static pages\nhttps://blog.remoteintech.company/about/    /about/    301!\nhttps://blog.remoteintech.company/contact/  /contact/  301!\n\n# Blog index\nhttps://blog.remoteintech.company/          /blog/     301!\nhttps://blog.remoteintech.company/posts/    /blog/     301!\n\n# Individual blog posts (all extracted from WordPress export)\nhttps://blog.remoteintech.company/2017/10/03/announcing-remote-in-tech-company/                         /blog/2017-10-03-announcing-remote-in-tech-company/                       301!\nhttps://blog.remoteintech.company/2017/10/09/so-is-this-just-another-job-board/                         /blog/2017-10-09-so-is-this-just-another-job-board/                       301!\nhttps://blog.remoteintech.company/2017/12/06/popular-company-profiles-and-the-github-traffic-charts/    /blog/2017-12-06-popular-company-profiles-and-the-github-traffic-charts/  301!\nhttps://blog.remoteintech.company/2017/12/28/highest-view-count/                                        /blog/2017-12-28-highest-view-count/                                      301!\nhttps://blog.remoteintech.company/2018/01/01/new-year-new-job/                                          /blog/2018-01-01-new-year-new-job/                                        301!\nhttps://blog.remoteintech.company/2018/01/06/advice-from-a-constant-job-seeker/                         /blog/2018-01-06-advice-from-a-constant-job-seeker/                       301!\nhttps://blog.remoteintech.company/2018/09/19/website-updates/                                           /blog/2018-09-19-website-updates/                                         301!\nhttps://blog.remoteintech.company/2018/09/25/hacktoberfest-is-back/                                     /blog/2018-09-25-hacktoberfest-is-back/                                   301!\n\n# Legacy company URL redirects (old format: /{slug} -> new format: /companies/{slug}/)\n{% for company in collections.companies %}/{{ company.data.slug or company.fileSlug }}    /companies/{{ company.data.slug or company.fileSlug }}/    301\n{% endfor %}\n# Page-specific redirects (via redirectFrom frontmatter)\n{%- for page in collections.all -%}\n{%- if page.url and page.data.redirectFrom -%}\n{%- for oldUrl in page.data.redirectFrom %}\n{{ oldUrl }}    {{ page.url }}    301\n{%- endfor %}\n{%- endif -%}\n{%- endfor -%}\n"
  },
  {
    "path": "src/common/carbon.njk",
    "content": "---\npermalink: /carbon.txt\neleventyExcludeFromCollections: true\nexcludeFromSitemap: true\n---\n[org]\ndisclosures = [\n{%- if meta.greenweb.disclosures | length >= 1 and meta.greenweb.disclosures[0].domain != '' -%}\n{% for disclosure in meta.greenweb.disclosures %}\n    { doc_type='{{ disclosure.docType }}', url='{{ disclosure.url }}', domain='{{ disclosure.domain }}' }{%- if not loop.last -%},{% endif %}{% endfor %}{% endif %}\n]\n{% if meta.greenweb.services | length >= 1 and meta.greenweb.services[0].domain != '' %}\n[upstream]\nservices = [\n    {% for service in meta.greenweb.services %}{ domain='{{ service.domain }}', service_type='{{ service.serviceType }}' }{%- if not loop.last -%},{% endif %}{% endfor %}\n]\n{% endif %}\n"
  },
  {
    "path": "src/common/feed-atom.njk",
    "content": "---\npermalink: /feed.xml\neleventyExcludeFromCollections: true\nexcludeFromSitemap: true\n---\n<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<feed xmlns=\"http://www.w3.org/2005/Atom\" xml:lang=\"{{ meta.lang or page.lang }}\" xml:base=\"{{ meta.url }}/\">\n  <title>{{ meta.blog.name }}</title>\n  <subtitle>{{ meta.blog.description }}</subtitle>\n  <link href=\"{{ permalink | htmlBaseUrl(meta.url) }}\" rel=\"self\" />\n  <link href=\"{{ meta.url | addPathPrefixToFullUrl }}\" />\n  <updated>{{ postslist | getNewestCollectionItemDate | dateToRfc3339 }}</updated>\n  <id>{{ meta.url | addPathPrefixToFullUrl }}</id>\n  <author>\n    <name>{{ meta.author.name }}</name>\n  </author>\n\t{% set postslist = collections.posts %}\n  {%- for post in postslist | reverse -%}\n  {%- set absolutePostUrl = post.url | absoluteUrl(meta.url) -%}\n    <entry>\n      <title>{{ post.data.title }}</title>\n      <link href=\"{{ absolutePostUrl }}\" />\n      <updated>{{ post.date | dateToRfc3339 }}</updated>\n      <id>{{ absolutePostUrl }}</id>\n      <content type=\"html\">\n\t\t\t\t{{ post.content | renderTransforms(post.data.page, meta.url) }}\n \t\t\t</content>\n    </entry>\n  {%- endfor -%}\n</feed>\n"
  },
  {
    "path": "src/common/feed-json.njk",
    "content": "---\npermalink: /feed.json\neleventyExcludeFromCollections: true\nexcludeFromSitemap: true\n---\n{\n  \"version\": \"https://jsonfeed.org/version/1.1\",\n  \"title\": \"{{ meta.blog.name }}\",\n  \"language\": \"{{ meta.lang or page.lang }}\",\n  \"home_page_url\": \"{{ meta.url | addPathPrefixToFullUrl }}\",\n  \"feed_url\": \"{{ permalink | htmlBaseUrl(meta.url) }}\",\n  \"description\": \"{{ meta.blog.description }}\",\n  \"authors\": [\n    {\n      \"name\": \"{{ meta.author.name }}\"\n    }\n  ],\n  \"items\": [\n\t\t{%- set postslist = collections.posts -%}\n\t\t{%- for post in postslist | reverse -%}\n\t\t{%- set absolutePostUrl = post.url | absoluteUrl(meta.url) -%}\n    {\n      \"id\": \"{{ absolutePostUrl }}\",\n      \"url\": \"{{ absolutePostUrl }}\",\n      \"title\": \"{{ post.data.title }}\",\n      \"content_html\": {% if post.content %}{{ post.content | renderTransforms(post.data.page, metadata.base) | dump | safe }}{% else %}\"\"{% endif %},\n      \"date_published\": \"{{ post.date | dateToRfc3339 }}\"\n    }\n    {% if not loop.last %},{% endif %}\n    {%- endfor %}\n  ]\n}"
  },
  {
    "path": "src/common/humans.njk",
    "content": "---\npermalink: /humans.txt\neleventyExcludeFromCollections: true\nexcludeFromSitemap: true\n---\n\n/* TEAM */ Developer: {{ meta.creator.name }} Contact: {{ meta.creator.email }} Site:\n{{ meta.creator.website }}\n{% if meta.creator.social %}\n  Find me on: {{ meta.creator.social }}\n{% endif %}\n/* SITE */ Doctype: HTML5\n"
  },
  {
    "path": "src/common/og-images.njk",
    "content": "---\nfontDisplay: \"'Red Hat Display', Ubuntu\" # needed created in local development, font must be installed on your system.\nfontBody: \"'Atkinson Hyperlegible', Ubuntu\" # needed created in local development, font must be installed on your system.\nbackground: '#6366F1'\ntext: '#FFFFFF'\nsiteUrl: 'remoteintech.company'\npagination:\n  data: collections.allPosts\n  size: 1\n  alias: post\npermalink: '/assets/og-images/{{ post.data.title | slugify }}-preview.svg'\neleventyExcludeFromCollections: true\n---\n\n<svg\n  width=\"1200\"\n  height=\"630\"\n  viewBox=\"0 0 1200 630\"\n  version=\"1.1\"\n  xmlns=\"http://www.w3.org/2000/svg\"\n  xmlns:xlink=\"http://www.w3.org/1999/xlink\"\n>\n  {% set titleInLines = post.data.title | splitlines(22) %}\n  {% set numberOfLines = titleInLines.length %}\n  {% if numberOfLines == 1 %}\n    {% set verticalStartingPoint = 340 %}\n    {% elseif numberOfLines == 2 %}\n    {% set verticalStartingPoint = 290 %}\n    {% elseif numberOfLines == 3 %}\n    {% set verticalStartingPoint = 250 %}\n    {% elseif numberOfLines == 4 %}\n    {% set verticalStartingPoint = 210 %}\n    {% elseif numberOfLines == 5 %}\n    {% set verticalStartingPoint = 170 %}\n  {% endif %}\n\n  <rect id=\"bg\" width=\"100%\" height=\"100%\" opacity=\"1\" fill=\"{{ background }}\" />\n  <!-- star -->\n  <g width=\"1096\" height=\"1056\" viewBox=\"0 0 1096 1056\" fill=\"none\" transform=\"translate(0, -150)\">\n    <path d=\"M235.048 2.31017L565.808 192.455L910.285 28.026L831.43 401.258L1094.33 677.671L714.848 718.199L533.127 1053.8L377.382 705.568L2.18875 636.646L285.207 380.519L235.048 2.31017Z\" stroke=\"{{ text }}\" stroke-opacity=\"0.1\" stroke-width=\"3\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n  </g>\n\n  <!-- date -->\n  <text\n    font-family=\"{{ fontBody }}, sans-serif\"\n    font-size=\"22\"\n    font-weight=\"500\"\n    fill=\"{{ text }}\"\n    letter-spacing=\"-1\"\n  >\n    <tspan x=\"160\" y=\"{{ verticalStartingPoint - 120 }}\">\n      {{ post.date | formatDate('DD / MM / YYYY') }}\n    </tspan>\n  </text>\n\n  <!-- title -->\n  <text\n    id=\"text\"\n    font-family=\"{{ fontDisplay }}, sans-serif\"\n    font-size=\"80\"\n    font-weight=\"900\"\n    fill=\"{{ text }}\"\n    letter-spacing=\"-3\"\n  >\n    {% for line in titleInLines %}\n      <tspan x=\"160\" y=\"{{ verticalStartingPoint - 20 + loop.index0 * 85 }}\"> {{ line }} </tspan>\n    {% endfor %}\n  </text>\n\n  <!-- url -->\n  <text\n    font-family=\"{{ fontBody }}, sans-serif\"\n    font-size=\"22\"\n    font-weight=\"500\"\n    fill=\"{{ text }}\"\n    letter-spacing=\"-0.5\"\n  >\n    <tspan x=\"160\" y=\"580\">{{ siteUrl }}</tspan>\n  </text>\n\n\n  <!-- sitename -->\n  <text\n    font-family=\"{{ fontDisplay }}, sans-serif\"\n    font-size=\"18\"\n    font-weight=\"950\"\n    fill=\"{{ text }}\"\n    letter-spacing=\"-0.5\"\n  >\n    <tspan x=\"950\" y=\"580\">{{ meta.siteName | upper }}</tspan>\n  </text>\n\n\n</svg>\n"
  },
  {
    "path": "src/common/robots.njk",
    "content": "---\npermalink: /robots.txt\neleventyExcludeFromCollections: true\nexcludeFromSitemap: true\n---\nUser-agent: *\nDisallow: /404.html\n\nSitemap: {{ meta.url }}/sitemap.xml\n\n# =============================================================================\n# AI Search Bots - ALLOWED\n# These power AI-assisted search features that help users discover content\n# =============================================================================\n\nUser-agent: ChatGPT-User\nAllow: /\n\nUser-agent: Claude-User\nAllow: /\n\nUser-agent: Claude-SearchBot\nAllow: /\n\nUser-agent: OAI-SearchBot\nAllow: /\n\nUser-agent: PerplexityBot\nAllow: /\n\nUser-agent: Perplexity-User\nAllow: /\n\nUser-agent: DuckAssistBot\nAllow: /\n\nUser-agent: PhindBot\nAllow: /\n\nUser-agent: YouBot\nAllow: /\n\nUser-agent: Applebot\nAllow: /\n\n# =============================================================================\n# AI Training & Scraping Bots - BLOCKED\n# These crawl content for AI model training without user intent\n# https://github.com/ai-robots-txt/ai.robots.txt\n# =============================================================================\n\nUser-agent: AI2Bot\nUser-agent: Ai2Bot-Dolma\nUser-agent: aiHitBot\nUser-agent: Amazonbot\nUser-agent: Andibot\nUser-agent: anthropic-ai\nUser-agent: Applebot-Extended\nUser-agent: bedrockbot\nUser-agent: Brightbot 1.0\nUser-agent: Bytespider\nUser-agent: CCBot\nUser-agent: ClaudeBot\nUser-agent: Claude-Web\nUser-agent: cohere-ai\nUser-agent: cohere-training-data-crawler\nUser-agent: Cotoyogi\nUser-agent: Crawlspace\nUser-agent: Diffbot\nUser-agent: EchoboxBot\nUser-agent: FacebookBot\nUser-agent: facebookexternalhit\nUser-agent: Factset_spyderbot\nUser-agent: FirecrawlAgent\nUser-agent: FriendlyCrawler\nUser-agent: Google-CloudVertexBot\nUser-agent: Google-Extended\nUser-agent: GoogleOther\nUser-agent: GoogleOther-Image\nUser-agent: GoogleOther-Video\nUser-agent: GPTBot\nUser-agent: iaskspider/2.0\nUser-agent: ICC-Crawler\nUser-agent: ImagesiftBot\nUser-agent: img2dataset\nUser-agent: ISSCyberRiskCrawler\nUser-agent: Kangaroo Bot\nUser-agent: meta-externalagent\nUser-agent: Meta-ExternalAgent\nUser-agent: meta-externalfetcher\nUser-agent: Meta-ExternalFetcher\nUser-agent: MistralAI-User/1.0\nUser-agent: MyCentralAIScraperBot\nUser-agent: NovaAct\nUser-agent: omgili\nUser-agent: omgilibot\nUser-agent: Operator\nUser-agent: PanguBot\nUser-agent: Panscient\nUser-agent: panscient.com\nUser-agent: PetalBot\nUser-agent: Poseidon Research Crawler\nUser-agent: QualifiedBot\nUser-agent: QuillBot\nUser-agent: quillbot.com\nUser-agent: SBIntuitionsBot\nUser-agent: Scrapy\nUser-agent: SemrushBot\nUser-agent: SemrushBot-BA\nUser-agent: SemrushBot-CT\nUser-agent: SemrushBot-OCOB\nUser-agent: SemrushBot-SI\nUser-agent: SemrushBot-SWA\nUser-agent: Sidetrade indexer bot\nUser-agent: TikTokSpider\nUser-agent: Timpibot\nUser-agent: VelenPublicWebCrawler\nUser-agent: Webzio-Extended\nUser-agent: wpbot\nUser-agent: YandexAdditional\nUser-agent: YandexAdditionalBot\nDisallow: /\n"
  },
  {
    "path": "src/common/site-manifest.njk",
    "content": "---\npermalink: /site.webmanifest\neleventyExcludeFromCollections: true\nexcludeFromSitemap: true\n---\n{\n  \"name\": \"{{ meta.siteName }} - {{ meta.siteDescription }}\",\n  \"short_name\": \"{{ meta.siteName }}\",\n  \"start_url\": \"{{ meta.url }}\",\n  \"icons\": [\n    {\n      \"src\": \"/icon-192x192.png\",\n      \"sizes\": \"192x192\",\n      \"type\": \"image/png\"\n    },\n    {\n      \"src\": \"/icon-512x512.png\",\n      \"sizes\": \"512x512\",\n      \"type\": \"image/png\"\n    },\n    {\n      \"src\": \"/maskable-icon.png\",\n      \"sizes\": \"512x512\",\n      \"type\": \"image/png\",\n      \"purpose\": \"maskable\"\n    }\n  ],\n  \"theme_color\": \"{{ meta.themeColor }}\",\n  \"background_color\": \"{{ meta.themeLight }}\",\n  \"display\": \"standalone\"\n}"
  },
  {
    "path": "src/common/sitemap.njk",
    "content": "---\npermalink: /sitemap.xml\neleventyExcludeFromCollections: true\nexcludeFromSitemap: true\n---\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<urlset xmlns=\"http://www.sitemaps.org/schemas/sitemap/0.9\">\n  {% for page in collections.showInSitemap %}\n    {% if page.url and page.data.excludeFromSitemap != true %}\n\n      {% if page.data.lastUpdated %}\n        {% set lastmod = page.data.lastUpdated %}\n      {% else %}\n        {% set lastmod = page.date %}\n      {% endif %}\n\n      <url>\n        <loc>{{ meta.url }}{{ page.url }}</loc>\n        <lastmod>{{ lastmod | toIsoString }}</lastmod>\n        <changefreq>{{ page.data.changeFreq if page.data.changeFreq else \"monthly\" }}</changefreq>\n    </url>\n    {% endif %}\n  {% endfor %}\n</urlset>\n"
  },
  {
    "path": "src/common/tagList.njk",
    "content": "---\nlayout: tags\npagination:\n  data: collections.tagList\n  size: 1\n  alias: tag\npermalink: /tags/{{ tag | slugify }}/\neleventyComputed:\n  title: '{{ meta.blog.tagSingle }}: {{ tag }}'\n---\n\n<custom-masonry layout=\"50-50\">\n  {% set itemList = collections[tag] | reverse %}\n  {% for item in itemList %}\n\n\t\t{% include \"partials/card-tag.njk\" %}\n  {% endfor %}\n</custom-masonry>\n\n<h2 class=\"text-step-2\">{{ meta.blog.tagMore }}</h2>\n\n<ul class=\"taglist | my-s-m cluster gutter-s\" role=\"list\">\n  {% for tag in collections.tagList %}\n    <li>\n      <a\n        href=\"/tags/{{ tag | slugify }}/\"\n        class=\"button\"\n        {{\n          helpers.getLinkActiveState('/tags/' + tag | slugify + '/',\n          page.url)\n          |\n          safe\n        }}\n      >\n        {{ tag }}\n      </a>\n    </li>\n  {% endfor %}\n</ul>\n"
  },
  {
    "path": "src/common/tags.njk",
    "content": "---\nlayout: tags\npermalink: /tags/index.html\neleventyComputed:\n  title: '{{ meta.blog.tagPlural }}'\n---\n\n<div class=\"taglist | mt-s-m cluster\">\n  {% for tag in collections.tagList %}\n    <a href=\"/tags/{{ tag | slugify }}/\" class=\"button\"> {{ tag }} </a>\n  {% endfor %}\n</div>\n\n<custom-masonry layout=\"50-50\">\n  {% set itemlist = collections.posts %}\n  {% for item in itemlist %}\n\n\t\t{% include \"partials/card-tag.njk\" %}\n  {% endfor %}\n</custom-masonry>\n"
  },
  {
    "path": "src/companies/10up.md",
    "content": "---\ntitle: \"10up\"\nslug: 10up\nwebsite: https://10up.com/\ncareers_url: https://10up.com/careers/\nregion: europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - infrastructure\n  - php\naddedAt: 2015-10-14\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe make websites and content management simple and fun with premiere web design & development consulting services, by contributing to open platforms like WordPress, and by providing tools and products (like [PushUp](https://pushupnotifications.com/)) that make web publishing a cinch.\n\nAt 10up, we don’t just “make” things – we engineer them. We’re a group of people built to solve problems; made to create; wired to delight. From beautiful pixels to beautiful code, we constantly improve the things around us, applying our passions to our clients’ projects and goals.\n\nWe’ve had the privilege of working on big web projects for clients as diverse as TechCrunch, ESPN’s FiveThirtyEight and Grantland, SurveyMonkey, Junior Diabetes Research Foundation (JDRF), and Google.\n\n## Company size\n\n125 and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations.\n\n## Remote status\n\n10up didn’t integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are.\n\n## Region\n\nWe have employees all around the world, from across the US to the UK to South Africa to the Philippines. Most are currently located in North America, a number travel frequently, and some even work nomadically.\n\n## Company technologies\n\n* WordPress\n* PHP\n* Sass\n* Git\n* Vagrant\n* Nginx\n* Memcache\n\n## Office locations\n\nNone; or everywhere!\n\n## How to apply\n\nCheck out our [careers page](https://10up.com/careers/) and send an email to jobs@10up.com. Our amazing Recruitment Manager Christine Garrison will be on the other end.\n"
  },
  {
    "path": "src/companies/15five.md",
    "content": "---\ntitle: \"15Five\"\nslug: 15five\nwebsite: https://www.15five.com\ncareers_url: https://www.15five.com/careers/\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\n  - python\naddedAt: 2019-05-03\nupdatedAt: 2019-06-06\n---\n\n## Company blurb\n\n#### [About Us](https://www.15five.com/company)\n15Five makes continuous employee feedback simple to drive high performing cultures.\n\n#### Our Mission\nJoin our mission to create the spaces where people become their greatest selves, by joining some of the greatest employees around.\n\n## Company size\n\n~100 currently (5/3/2019) and growing\n\n## Remote status\n\nOver half of company works remote. We communicate via [slack](https://www.slack.com) and have a yearly company retreat. We also provide health benefits through [zestful](https://zestful.com) that can be used for a gym or other activities.\n\n## Region\n\nThe Americas and Europe. \n\n## Company technologies\n\nBackend: Python, Django\n\nFrontend: Django templates, React\n\nDevops: AWS, ansible\n\n## Office locations\n\nNew York, San Francisco, Lviv (Ukraine)\n\n## How to apply\n\n[15Five careers page](https://www.15five.com/careers/)\n"
  },
  {
    "path": "src/companies/1password.md",
    "content": "---\ntitle: \"1Password\"\nslug: 1password\nwebsite: https://www.1password.com\ncareers_url: https://1password.com/jobs/\nregion: europe\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - mobile\n  - rust\naddedAt: 2017-04-02\nupdatedAt: 2021-10-08\n---\n\n## Company blurb\n\n1Password is a password manager that keeps you safe online. It stores all your personal information — passwords, credit cards, and more. We're always looking for new people as our team grows, and it's growing fast!\n\n## Company size\n\n200+ (as of January 2020)\n\n## Remote status\n\nAlmost all of us are remote. We also have an office in downtown Toronto that everyone is welcome to use when they're in the city, but even Toronto locals pop in just a few days a week.\n\n## Region\n\nCurrent openings are for remote positions in US, UK, and Canada.\n\n## Company technologies\n\nGo, Rust, React, TypeScript, Swift, Kubernetes, and many others depending on the team.\n\n## Office locations\n\nToronto, Ontario\n\n## How to apply\n\nCheck our jobs page: https://1password.com/jobs/\n"
  },
  {
    "path": "src/companies/37signals.md",
    "content": "---\ntitle: \"37signals\"\nslug: 37signals\nwebsite: https://37signals.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - ruby\naddedAt: 2023-10-11\nupdatedAt: 2023-10-18\n---\n\n## Company blurb\n\nWe’re a fully-remote company with no physical headquarters. We’re collectively spread out across dozens of cities on multiple continents. Everyone is free to live and work wherever they choose.We run the gamut in geography, lifestyle, and interest, but we’re all here to do exceptional work, build wonderfully novel, straightforward products, experiment, pay attention to the details, treat people right, tell the truth, teach, give back, and keep learning.\n\n## Company size\n\nmore than 200\n\n## Remote status\n\nFull remote company.\n## Region\n\nWorldwide\n\n## Company technologies\n\n Ruby, Web \n\n## Office locations\n\nNo physical Headquaters\n\n## How to apply\n\nhttps://37signals.com\n"
  },
  {
    "path": "src/companies/3blocks.md",
    "content": "---\ntitle: \"3Blocks\"\nslug: 3blocks\nwebsite: https://3blocks.io/\ncareers_url: https://www.linkedin.com/company/3blocks-io/jobs/\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - ml\n  - scala\naddedAt: 2023-10-01\nupdatedAt: 2023-10-02\n---\n\n## Company blurb\n\n3Blocks is a tokenized fractional real estate ownership platform. We bring lucrative American real estate on the blockchain and enable people around the world to invest in American real estate from the comfort of their living rooms.\n\n## Company size\n\n5-10 employees.\n\n## Remote status\n\nAs a remote-friendly company, we prioritize flexibility, enabling our employees to achieve work-life balance while delivering exceptional results from the comfort of their preferred locations.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nCoupled with an advanced tech stack encompassing ReactJS, NestJS, Node.js, AWS, and Blockchain, our company leverages cutting-edge technologies to deliver innovative and scalable solutions, ensuring unparalleled value to our clients and users.\n\n## Office locations\n\n4910 E Adamo Dr, Unit B, Tampa, FL - 33605, United States.\n\n## How to apply\n\nOur open positions are listed on our [Linkedin](https://www.linkedin.com/company/3blocks-io/jobs/) page.\n"
  },
  {
    "path": "src/companies/42-technologies.md",
    "content": "---\ntitle: \"42 Technologies\"\nslug: 42-technologies\nwebsite: https://www.42technologies.com/\ncareers_url: https://angel.co/company/42\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - javascript\n  - python\n  - sql\naddedAt: 2022-04-18\nupdatedAt: 2022-05-17\n---\n\n## Company blurb\n\n42 is an end-to-end analytics stack for retailers and brands.\n\n## Company size\n\n0-20 employees\n\n## Remote status\n\nFull remote company. In person team retreats at least twice a year.\n\n## Region\n\n**Worldwide** and that can overlap ~4hrs with San Francisco Timezone (Pacific Time).\n\n## Company technologies\n\n- Python\n- TypeScript\n- Node.js\n- Apache Spark\n- SQL\n- AWS\n- GCP\n- Docker, K8s\n\n## Office locations\n\nSan Francisco, US\n\n## How to apply\n\n[https://angel.co/company/42](https://angel.co/company/42)\n"
  },
  {
    "path": "src/companies/90-seconds.md",
    "content": "---\ntitle: \"90 Seconds\"\nslug: 90-seconds\nwebsite: https://90seconds.com/\ncareers_url: https://90seconds.com/about/careers/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - java\n  - javascript\n  - php\naddedAt: 2023-10-11\nupdatedAt: 2023-10-11\n---\n\n## Company blurb\n\n90 Seconds is the global video creation platform, enabling the world’s biggest Brands to create high-quality and authentic videos anywhere in the world.\n\n90 Seconds revolutionises the way video production is managed by simplifying the complexity of video production. Our unique technology, including an end-to-end suite of collaboration tools, helps Brands connect and track offline video shoots back to an automated online workflow.\n\n## Company size\n\n~150 currently (10/11/2023)\n\n## Remote status\n\nMany positions are remote friendly. There are a portion of positions that are in-office, but the status of each position is displayed with the job description.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- React.js\n- Typescript\n- Java\n- C++\n- PHP\n\n## Office locations\n\nSingapore, London, Sydney, San Francisco, Hong Kong & Auckland.\n\n## How to apply\n\nView open positions here:\nhttps://90seconds.com/about/careers/\n"
  },
  {
    "path": "src/companies/a-1-auto-transport.md",
    "content": "---\ntitle: \"A-1 Auto Transport\"\nslug: a-1-auto-transport\nwebsite: https://a1autotransport.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - api\n  - infrastructure\n  - javascript\n  - ml\n  - php\n  - sql\naddedAt: 2025-06-11\nupdatedAt: 2025-06-11\n---\n\n## Company blurb\n\n> A1 Auto Transport is a leading global logistics and auto shipping company committed to innovation, efficiency, and reliability in transport solutions.\n\n_**Shipping the World, One Vehicle at a Time**_\n\nWith over 30 years of experience in the auto transport industry, A1 Auto Transport has earned a reputation for delivering top-tier vehicle shipping services across the United States and around the world. From personal cars to commercial fleets, we move it all—safely, securely, and on time.\n\nWe’re more than just a transport company—we’re a technology-driven logistics provider focused on optimizing operations and building digital solutions for the future of freight and auto logistics.\n\nWhether you’re here to explore our logistics tech, collaborate on open-source tools, or learn about transport automation — welcome aboard. \n\n_**Let’s Move the World, Together.**_\n\n- Website: [www.a1autotransport.com](https://www.a1autotransport.com)\n- Email: [info@a1autotransport.com](mailto:info@a1autotransport.com)\n- X/Twitter: [@A1AutoTransport](https://x.com/A1AutoTransport)\n- LinkedIn: [A-1 Auto Transport](https://www.linkedin.com/company/a-1-auto-transport/)\n- Facebook: [a1autotransport](https://www.facebook.com/a1autotransport/)\n- Instagram: [a1autotransportation.usa](https://www.instagram.com/a1autotransportation.usa/)\n- Google Play App: [A1 Auto Transport Car Shipping](https://play.google.com/store/apps/details?id=com.tolm.autotransport&hl=en)\n- YouTube: [@a1autotransport](https://www.youtube.com/@a1autotransport)\n- Pinterest: [a1autotransport](https://www.pinterest.com/a1autotransport/)\n- TikTok: [@a1autotransport](https://www.tiktok.com/@a1autotransport)\n\n## Company size\n\n20-50+\n\n## Remote status\n\n**Tech Workers:** We're always looking for collaborators, engineers, and logistics tech enthusiasts who want to solve real-world challenges in the transport industry. Feel free to explore our platform and propose new ideas.\n\n**App-based Drivers:** We’re also looking for experienced independent contractor drivers to join our team of nationwide and international vehicle shippers. If you have at least 100k miles of experience as a transport professional or have undergone a certified professional training program, contact us to learn about our available opportunities!\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Laravel Framework (PHP)\n- Vue.js (Javascript)\n- Tailwind (CSS)\n- MYSQL, Redis\n- NGINX, S3\n\nWe use GitHub as a central place for:\n\n- **Opensource Logistics Tools:** Custom scripts, APIs, and utilities for internal logistics optimization.\n- **Clientside UI Frameworks:** Sample integrations for shipping estimators, tracking interfaces, and more.\n- **R&D and Innovation:** Prototypes and proof-of-concepts for predictive routing, real-time tracking, and automated pricing.\n- **Collaboration:** Sharing internal frameworks and APIs with partners and collaborators in the auto transport ecosystem.\n\n## Office locations\n\n- Aptos, California, USA\n\n## How to apply\n\nTo learn more about the positions we currently have available, please get in touch with us by emailing [employment@a1autotransport.com](mailto:employment@a1autotransport.com)\n\n_Please do not contact us by telephone regarding job opportunities._\n"
  },
  {
    "path": "src/companies/abiturma.md",
    "content": "---\ntitle: \"abiturma GmbH\"\nslug: abiturma-gmbh\nwebsite: https://www.abiturma.de/\ncareers_url: https://www.abiturma.de/jobs\nregion: other\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - ml\naddedAt: 2019-07-25\nupdatedAt: 2022-12-13\n---\n\n## Company blurb\n\nWe design and conduct preparational classes for the final math exam in high school. The courses run 5-6 days during the fall and spring holidays. We strive to cover every bigger city in Germany and offer special discounts or even free participation for students with low income. \nThe courses are held in 50-70 German cities and have in total about 10,000-15,000 participants. \n\n## Company size\n\nWe are 2 founders, 6-8 permanent employees and 200-300 freelancing teachers. \n\n## Remote status\n\nSince we have no office, our permanent employees work fully remotely. The courses however are conducted at given venues at a given time. \nTwice a year we all meet for some discussion and activities. \n\n## Region\n\nGermany. \n\n## Company technologies\n\nDuring the year we communicate using email and video conferences. For management, controlling and planning our courses we built our own tailored software, hosted on our webserver.\n\n## Office locations\n\nWe receive post at Ernst-Achilles-Platz 5, 60314 Frankfurt am Main, Germany\n\n## How to apply\n\nCheck https://www.abiturma.de/jobs for open positions. Send your application to bewerbung@abiturma.de.\n"
  },
  {
    "path": "src/companies/ably.md",
    "content": "---\ntitle: \"Ably\"\nslug: ably\nwebsite: https://www.ably.io/\ncareers_url: http://jobs.ably.io\nregion: europe\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - sql\naddedAt: 2017-07-11\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nThe [Ably platform](https://www.ably.io/platform) is a second generation realtime platform, built from the ground up over more than three years to uniquely solve realtime problems of the future, at scale. Ably's customers are using Ably for things like live chat, realtime location tracking, live document collaboration, gaming and elearning. One of Ably's customers even uses Ably for their air traffic control system for drones.\n\nTHe unique problems Ably solves include being protocol agnostic, guaranteed message delivery and reliable ordering, massive fan-out or fan-in, and service continuity during network outages and data centre failures. Ably is delivering billions of messages to millions of devices for global companies like Yahoo, Computer Associates and Offerup. We're excited by the fact we're only getting started; we're growing quickly and on course to soon deliver trillions of messages.\n\nWe have a developer-first mindset in everything we do. We hide the complexity of our distributed interoperable platform and package it up for developers as a service with a simple API, great documentation and pro-active support.\n\nWe're looking to grow our team with great like-minded people.\n\nYou can find more about Ably in our [About Ably page](https://www.ably.io/about).\n\n## Company size\n\n 10+ and growing, spread across systems engineering, web dev, marketing and sales.\n\n## Remote status\n\nAby is a distributed engineering company with offices in London, UK. Our core team is based primarily in or around London, but we've been a remote team from day one and work with developers all across Europe and the US. We all love the flexibility, autonomy and efficiency of being remote, but appreciate the value of voice, video and chat communication each day.\n\nIf you want to learn with the best, have autonomy and freedom to experiment and improve, and be part of a dynamic team and a business that is taking off, [get in touch](http://jobs.ably.io).\n\n## Region\n\nThe bulk of our engineering team is in Europe so we generally prefer candidates working from timezones that are within 3 hours of UTC (+/-).\n\n## Company technologies\n\n* We develop our tools using Nodejs, Ruby, Golang, Elixir\n* The open source services we operate include Cassandra, Postgres, Elastic, Influx, Redis, Rabbit\n* We make extensive use of a wide array of AWS services\n* We host our code in Git\n\n## Office locations\n\nLondon, United Kingdom\n\n## How to apply\n\nCheck out our [Jobs Page](http://jobs.ably.io)\n"
  },
  {
    "path": "src/companies/abstract.md",
    "content": "---\ntitle: \"Abstract\"\nslug: abstract\nwebsite: https://abstractapi.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - nosql\n  - python\naddedAt: 2020-09-08\nupdatedAt: 2020-09-08\n---\n\n## Company blurb\n\nAbstract provides a suite of fast and robust APIs for developers with extensive free plan for solo hackers.\n\nFrom holiday data to screenshot APIs, Abstract helps developers from freelancers to dev teams in companies like Google and Shopify, automate their workflow or build delightful experiences.\n\n## Company size\n\n1-10\n\n## Remote status\n\nThe team is currently fully remote, located in the US, Argentina and Canada.\nThe team is planning on hiring more people in Europe in particular in 2020 and 2021.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nPython, Django, Postres, Redis, AWS lambda\n\n## How to apply\n\nEmail contact@abstractapi.com with subject \"Application (remoteintech)\" or contact the team through their live chat on [Abstract API website](https://www.abstractapi.com).\n"
  },
  {
    "path": "src/companies/acquia.md",
    "content": "---\ntitle: \"Acquia\"\nslug: acquia\nwebsite: https://www.acquia.com/\ncareers_url: https://www.acquia.com/careers/open-positions\nregion: worldwide\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - cloud\n  - go\n  - java\n  - javascript\n  - php\n  - python\n  - ruby\naddedAt: 2015-10-30\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nAcquia provides the leading cloud platform for building, delivering, and optimizing digital experiences. Global 2000 enterprises, government agencies and NGOs rely on Acquia’s open cloud platform to create new revenue streams, lower costs, and engage audiences more deeply through content, community, commerce and context.\n\n## Company size\n\n800+ employees\n\n## Remote status\n\nRemote-eligible roles are based on the title, requirement and responsibilities of the individual. Many teams at Acquia are 100% distributed. Distributed teams rely on a combination of IRC, email, messaging and video applications, as well as voice calls, meetings, and possibly annual on-site weeks at headquarters.\n\n## Region\n\nWorldwide - Acquia is an international company with office locations around the world. Remote positions are available globally.\n\n## Company technologies\n\n- Drupal\n- PHP\n- Git\n- HTML\n- CSS\n- JavaScript\n- Ruby\n- Go\n- Python\n- AWS\n- Ember\n- React\n- Java\n\n## Office locations\n\n- Boston, MA, USA (Headquarters)\n- Austin, TX, USA\n- Brisbane, Australia\n- Munich, Germany\n- New Delhi, India\n- New York, NY, USA\n- Paris, France\n- Portland, OR, USA\n- Reading, UK\n- San Francisco, CA, USA\n- Sydney, Australia\n- Tokyo, Japan\n- Toronto, Canada\n- Washington, D.C., USA\n\n## How to apply\n\nVisit [Acquia careers](https://www.acquia.com/careers/open-positions)\n"
  },
  {
    "path": "src/companies/activecampaign.md",
    "content": "---\ntitle: \"activecampaign\"\nslug: activecampaign\nwebsite: https://www.activecampaign.com/\ncareers_url: https://www.activecampaign.com/about/careers#openings\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - ml\naddedAt: 2020-11-01\nupdatedAt: 2020-11-01\n---\n\n## Company blurb\n\nGo beyond email marketing with true marketing automation\n\n## Company size\n\n11-50\n\n## Remote status\n\nDirector of Deliverability; Product Support Specialist (Contract)\n\n## Region\n\nDublin, Ireland; USA\n\n## Company technologies\n\nOur Artificial Intelligence finds freelance and remote jobs for you automatically\n\n## How to apply\n\nVisit https://www.activecampaign.com/about/careers#openings\n"
  },
  {
    "path": "src/companies/ad-hoc.md",
    "content": "---\ntitle: \"Ad Hoc\"\nslug: ad-hoc\nwebsite: https://www.adhocteam.us/\ncareers_url: https://adhocteam.us/join/\nregion: americas\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - go\n  - javascript\n  - ruby\naddedAt: 2017-06-12\nupdatedAt: 2024-02-09\n---\n\n## Company blurb\n\nAd Hoc brings small teams of highly skilled professionals from the private sector to build government software right the first time.\n\n## Company size\n\n500 employees\n\n## Remote status\n\nWe are proudly a remote-first company! We do have a few roles that require the ability to commute to client sites and those jobs are clearly delineated on our join page.\n\n## Region\n\nUSA only for the time being: many of our contracts with the US government require employees to be in the US.\n\n## Company technologies\n\n- Ruby\n- JavaScript\n- Golang\n- HTML\n- CSS\n\n## Office locations\n\nNone! We have a small co-working space for our DC team, but otherwise everyone works remotely.\n\n## How to apply\n\nVisit [Our join page](https://adhocteam.us/join/)\n"
  },
  {
    "path": "src/companies/adaface.md",
    "content": "---\ntitle: \"Adaface\"\nslug: adaface\nwebsite: https://www.adaface.com\ncareers_url: https://angel.co/company/adaface/jobs\nregion: asia-pacific\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - javascript\n  - nosql\n  - python\n  - sql\naddedAt: 2020-07-03\nupdatedAt: 2022-10-17\n---\n\n## Company blurb\n\nAdaface helps companies identify top engineers by automating the hiring process. We automate screening with Ada, a conversational AI for first round tech interviews. For second round interviews, we provide [remote pair programming tool](https://www.adaface.com/pair-pro) with video conference, code compiler and shared editor.\n\n## Company size\n\n0-20\n\n## Remote status\n\nCompletely remote from 2019.\n\n## Region\n\nAsia\n\n## Company technologies\n\nReactJs, Socket.IO, Firebase, MySQL, Docker, Django, MongoDb\n\n## Office locations\n\n- 32 Carpenter Street, Singapore\n- Innov8 Coworking, Koramangala, Bangalore, India\n\n## How to apply\n\nhttps://angel.co/company/adaface/jobs\n"
  },
  {
    "path": "src/companies/addstructure.md",
    "content": "---\ntitle: \"addstructure\"\nslug: addstructure\nwebsite: https://www.bazaarvoice.com\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - mobile\n  - ruby\n  - sql\naddedAt: 2020-11-01\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nWe bring a people-first approach to advanced technology, connecting thousands of brands and retailers to the voices of their customers.\n\n## Company size\n\n5-10\n\n## Remote status\n\nRedefining how brands and consumers connect, create and innovate\n\n## Region\n\nUSA\n\n## Company technologies\n\niOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery\n\n## How to apply\n\nVisit https://www.bazaarvoice.com/\n"
  },
  {
    "path": "src/companies/adeva.md",
    "content": "---\ntitle: \"Adeva\"\nslug: adeva\nwebsite: https://adevait.com/\ncareers_url: https://adevait.com/careers/job-openings\nregion: americas-europe\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - data\n  - java\n  - javascript\n  - php\n  - python\n  - ruby\naddedAt: 2022-10-13\nupdatedAt: 2022-10-16\n---\n\n## Company blurb\n\nAdeva is an award-winning global talent network that connects organizations with distributed tech talent across the world.\n\nUsing a community-driven approach, we engage some of the brightest talents in the industry, enabling organizations to scale engineering teams fast. By cutting out unnecessary expenses and minimizing fees, organizations ensure saving at least 30% per hire annually. At the same time, Adeva creates long-term, remote opportunities for tech talent worldwide.\n\nHundreds of companies like Hopin, Imgur, Slice, and Johnson & Johnson work with Adeva to scale their engineering teams quickly and effectively. With 250% growth YOY, Adeva is changing the way work works.\n\nAdeva is on a mission to enable work without boundaries for 1 million people across the globe by 2030. We are a fully distributed network with a presence in over 30 countries around the world.\n\nThe company was founded in 2014. For more information, please visit [adevait.com](https://adevait.com/).\n\n## Company size\n\n51-200 employees\n\n## Remote status\n\nAdeva is a fully remote network, our vision is work without bounders. Set your own hours, and as long as you have a laptop and wifi, you’ll enjoy the flexibility to work remotely, on your own terms.\n\nOur talent fee is 0% which means you can set your own rates and keep 100% of what you earn.\n\nWith an average engagement length of 18+ months and over 50 open positions you can stop worrying what is next.\n\n\n## Region\n\nAsia, Africa, Europe, South America, United States \n\n\n## Company technologies\n\nAdonisJS, AngularJS, Haskel, Java, JavaScript, Kafka, Laravel, Node.js, PHP, Python, ReactJS, Ruby on Rails, and VueJS  \n\n## Office locations\n\nUnited States \n\n## How to apply\n\nJob openings can be found at our [careers page](https://adevait.com/careers/job-openings). Submit your application with basic personal information and a resume.\n"
  },
  {
    "path": "src/companies/adzuna.md",
    "content": "---\ntitle: \"Adzuna\"\nslug: adzuna\nwebsite: https://www.adzuna.co.uk/\ncareers_url: https://www.adzuna.co.uk/jobs/search?cmp=31381\nregion: other\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - infrastructure\n  - linux\n  - python\n  - search\n  - sql\naddedAt: 2019-03-07\nupdatedAt: 2019-03-07\n---\n\n## Company blurb\n\nOur mission is to be the best place to start looking for a job. We search thousands of websites so you don't have to and bring together millions of ads so you can find every job, everywhere, via Adzuna. We provide smarter search options and powerful data about the job market, giving you the information you need to take control of your career.\n\n## Company size\n\n60+\n\n## Remote status\n\nThe remote status is mainly centered around the tech team, that is currently spread across Europe, including UK, Greece, Poland, Germany. Our job descriptions clearly state location expectations and are always welcome to ask.\n\n## Region\n\nThe tech team usually works from UTC to UTC +3 timezones, but we are also flexible on moving backward or forward your working hours. Feel free to ask if in doubt!\n\n## Company technologies\n\nLinux, perl, python, mysql, elasticsearch, gearman, rabbitMQ, nginx, apache, memcached, AWS, terraform, chef.\n\n## Office locations\n\n- London\n\n## How to apply\n\n[Adzuna Jobs](https://www.adzuna.co.uk/jobs/search?cmp=31381)\n"
  },
  {
    "path": "src/companies/aerolab.md",
    "content": "---\ntitle: \"Aerolab\"\nslug: aerolab\nwebsite: https://aerolab.co/\ncareers_url: http://careers.aerolab.co/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2018-10-20\n---\n\n## Company blurb\n\nWe’re a team of quirky yet lovable UX Wizards and Tech Geniuses. We create websites and apps, provide digital branding services and a consulting service to help customers define their product, strategy and roadmap from a user perspective.\n\n## Company size\n\n20-50\n\n## Remote status\n\nWork from home options available.\n\n## Region\n\nLatin America\n\n## Company technologies\n\nDevelopment: JavaScript, using ES7, React, Node.JS\nDesign: Sketch, InVision, Marvel\n\n## Office locations\n\nBuenos Aires, Argentina\n\n## How to apply\n\nhttp://careers.aerolab.co/\n"
  },
  {
    "path": "src/companies/aerostrat.md",
    "content": "---\ntitle: \"Aerostrat\"\nslug: aerostrat\nwebsite: https://aerostratsoftware.com/\ncareers_url: https://aerostratsoftware.com/careers/\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - dotnet\n  - javascript\n  - sql\naddedAt: 2022-10-16\nupdatedAt: 2022-10-16\n---\n\n## Company blurb\n\nAerostrat was founded in 2015 by both software and airline industry veterans. Our mission is to provide powerful and innovative software that is loved by our customers. Our goal is to be a customer-obsessed, innovative, fast-paced, and transparent company willing to not only listen to our customers but grow with them. We hope that our candid feature discussions, direct developer communication, and 24/7 customer support exemplifies our unique way of working and makes a pleasure to work with as both a customer and a partner.\n\n## Company size\n\n20-50 (Oct 2022)\n\n## Remote status\n\nFully remote positions available in the United States of America only.\n\n## Region\n\nUSA\n\n## Company technologies\n\nAngular, C#, CSS, HTML, JavaScript, .NET, SQL Server, Webpack\n\n## Office locations\n\n- Seattle, WA, USA\n\n## How to apply\n\nhttps://aerostratsoftware.com/careers/\n"
  },
  {
    "path": "src/companies/aestudio.md",
    "content": "---\ntitle: \"AEStudio\"\nslug: aestudio\nwebsite: https://ae.studio/\ncareers_url: https://ae.studio/join-us\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - mobile\n  - php\n  - ruby\n  - sql\naddedAt: 2019-12-13\nupdatedAt: 2019-12-13\n---\n\n## Company blurb\n\nAgency Enterprise Studio (AE Studio) - We're a team of designers, engineers, and data scientists that work with founders and executives to build products, scale teams, and teach Agile, focused towards increasing human agency.\n\n## Company size\n\n20-50 (Dec 2019)\n\n## Remote status\n\nFull time in Brazil only. There's some flexibility in US.\n\n## Region\n\nUnited States - LA and Brazil\n\n## Company technologies\n\nMain languages\n- JavaScript\n- TypeScript\n- Ruby\n\nMain stack\n- Node.js\n- React\n- PostgreSQL\n\nMain tools\n- Visual Studio Code\n- Slack\n- Pivotaltracker\n- GitHub\n- CircleCI\n- Heroku\n- Zeplin\n\nOther\n- Docker\n- React native\n- Angular\n- Ionic\n- PHP\n\n## Office locations\n\n- US - 1413B Abbot Kinney Blvd, Venice, CA 90291\n- BR - Av. Me. Benvenuta, 1313 - Santa Monica, Florianópolis - SC, 88035-000, Room 1\n\n## How to apply\n\nhttps://ae.studio/join-us\n"
  },
  {
    "path": "src/companies/aha.md",
    "content": "---\ntitle: \"Aha!\"\nslug: aha\nwebsite: https://www.aha.io\ncareers_url: http://www.aha.io/company/careers/current-openings\nregion: europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\n  - ruby\naddedAt: 2016-11-13\nupdatedAt: 2023-09-18\n---\n\n## Company blurb\n\nHome\nAha! is the world's #1 product roadmap software. Creating great software is invigorating. And product managers should be the happiest people on earth. But most companies never benefit from their product manager’s love of innovation because they are beaten down by soft strategies, weak tools, and squishy communication. We help make agile product managers great by enabling them to set winning product strategies and prioritize the key features that customers want. \n\nAha! is led by product development experts Brian de Haaff and Dr. Chris Waters and headquartered in Menlo Park, California. Visit www.aha.io for more information and follow us @aha_io\n\n## Company size\n\n11-50\n\n## Remote status\n\nStaff are remote.\n\n## Region\n\nNorth America, South America, United Kingdom, Ireland, Australia, South Africa\n\n## Company technologies\n\nRuby on Rails, React, jQuery\n\n## Office locations\n\nWorldwide\n\n## How to apply\n\nSee: http://www.aha.io/company/careers/current-openings\n"
  },
  {
    "path": "src/companies/aiir.md",
    "content": "---\ntitle: \"Aiir\"\nslug: aiir\nwebsite: https://aiir.com/\ncareers_url: https://aiir.com/about/working-at-aiir/\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - dotnet\n  - javascript\n  - php\n  - sql\naddedAt: 2024-04-16\nupdatedAt: 2024-04-16\n---\n\n## Company blurb\nAiir is a software company, building products and services for the broadcast radio industry worldwide.\n\nPlayoutONE is our professional radio automation product. Aiir Scheduler is our cloud-based music scheduling product.\n\nThrough our bespoke SaaS web platform, customers can manage their websites, mobile apps and Alexa Skills. It's also home to Studio Inbox, our all-in-one communication dashboard.\n\n## Company size\n~20 (as of April 2024)\n\n## Remote status\nFully remote. All our team work from home.\n\n## Region\nWe hire in the United Kingdom and United States.\n\n## Company technologies\n.NET, PHP, JavaScript, Node.js, MySQL, Lambda, SCSS, React Native.\n\n## Office locations\nNo physical offices.\n\n## How to apply\nWe list jobs on our [Working at Aiir](https://aiir.com/about/working-at-aiir/) page, where you can also learn more about what it's like at our company.\n"
  },
  {
    "path": "src/companies/aim-india.md",
    "content": "---\ntitle: \"AIM India\"\nslug: aim-india\nwebsite: https://www.aimincorp.com/\ncareers_url: https://www.aimincorp.com/carrers.php/\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - ml\naddedAt: 2021-10-04\nupdatedAt: 2022-10-06\n---\n\n## Company blurb\n\nAIM India believes in Dynamic Culture and it is our goal to help the Individual in dealing with the dynamism of environment whether it is related to their wealth or expansion of business. Aim India Group is the leading Advisory in India and Abroad. We at AIM India provide Training / Development programs in India and Abroad .We are having a team of exclusive Corporate trainers .Our Principle is to deliver high rate of returns to our clients through our network of government sector banks in India.\n\nKeeping in mind the most critical needs in today's context, we came up with wealth Advisory firm to provide a customer expertise advice to achieve financial Independence.\n\n## Company size\n\n11-50 employees (as of October 2022)\n\n## Remote status\n\nAlmost all of us are remote. We also have an office in India (New Delhi, Bengaluru, Mumbai, Pune, Hyderabad, Gurugram) that everyone is welcome to use when they're in the city, but even India locals pop in just a few days a week.\n\n## Region\n\nCurrent openings are for remote positions in Malaysia, Dubai.\n\n## Company technologies\n\nExcel, Artificial Intelligence (AI) , Machine Learning (ML) and many others depending on the team.\n\n## Office locations\n\nIndia\n\n## How to apply\n\nCheck our jobs page: https://www.aimincorp.com/carrers.php/\n"
  },
  {
    "path": "src/companies/airbyte.md",
    "content": "---\ntitle: \"Airbyte\"\nslug: airbyte\nwebsite: https://airbyte.com/\ncareers_url: https://airbyte.com/careers\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\n  - python\naddedAt: 2022-06-27\nupdatedAt: 2022-06-27\n---\n\n## Company blurb\n\n[Airbyte](https://airbyte.com/about-us) builds the new open-source data integration platform.  \n\nCheck out our [company handbook](https://handbook.airbyte.com/) for information about us, our story, culture, strategy, roadmap, benefits and more!\n\n## Company size\n\n50-100\n\n## Remote status\n\nFlexible Work Environment, as Fully Remote.\n\nWe don’t look at when you log in, log out or how much time you work. We trust you, it’s the only way remote can actually work.\n\nFor more details about how we work remotely, check out our [company handbook](https://handbook.airbyte.com/company/remote-processes).\n\n## Region\n\n* Europe\n* Latin America\n* North America\n\n## Company technologies\n\nReact/TypeScript, Java, Python, Kubernetes, Docker, Google Cloud\n\n## Office locations\n\nSan Francisco, California, USA\n\n## How to apply\n\nCheck out our [careers page](https://airbyte.com/careers) for information about what it is like to work at [Airbyte](https://airbyte.com).\n\nTo apply, check out [our current openings](https://boards.greenhouse.io/airbyte).\n"
  },
  {
    "path": "src/companies/airgarage.md",
    "content": "---\ntitle: \"AirGarage\"\nslug: airgarage\nwebsite: https://www.airgarage.com/\ncareers_url: https://www.airgarage.com/careers\nregion: americas\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - javascript\n  - python\naddedAt: 2021-10-19\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n[AirGarage](https://www.airgarage.com/) is a full service parking operator. We handle all of the day-to-day logistics that go into making your parking lot or garage the most successful version of itself.\n\nWe operate hundreds of parking lots and garages across the United States and Canada on behalf of landlords, property managers, and other real estate operators. Our focus is using technology to lower operational overhead and increase your net parking income.\n\nWe're already maximizing returns for top-tier real estate owners\n## Company size\n11-50 employees\n## Remote status\n* Our company is remote-first, you’ll be joining a sharp, motivated team and have the option to work in an office in San Francisco or work **remotely.**\n\n## Region\nAirGarage is headquartered in San Francisco, California and already operates 150+ parking lots and parking garages across 30 US states and are growing quickly. We also operate hundreds of parking lots and garages across Canada\n* check out https://www.airgarage.com/careers to see what positions are available\n\n## Company technologies\nPython, Django, and React, with some React Native and Expo.\n\n## Office locations\n* Headquarters:\n\nSan Francisco, California\n\n## How to apply\nhttps://www.airgarage.com/careers\n"
  },
  {
    "path": "src/companies/airtreks.md",
    "content": "---\ntitle: \"airtreks\"\nslug: airtreks\nwebsite: https://www.airtreks.com/\ncareers_url: https://airtreks.com/about/jobs-at-airtreks/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\naddedAt: 2021-02-13\nupdatedAt: 2024-03-06\n---\n\n## Company blurb\n\nSince 1987, AirTreks has been a leader in multi-stop international travel, especially complex routes with up to 25 stops. We believe travel is vital: our core values are making meaningful connections, embracing change, working and playing with passion, loving learning, and owning our experience.\n\n## Company size\n\n11-50\n\n## Remote status\n\nMulti-stop international flight planner with a distributed team.\n\n## Region\n\nUSA\n\n## Company technologies\n\nFull-Stack Developer, Travel Service Expert,Experienced Travel Agent,Travel Ambassador \n\n## How to apply\n\nVisit https://airtreks.com/about/jobs-at-airtreks/\n"
  },
  {
    "path": "src/companies/aivitex.md",
    "content": "---\ntitle: \"AIVITEX\"\nslug: aivitex\nwebsite: https://aivitex.com/\ncareers_url: https://iuhhoo.workwise.io/\nregion: europe\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - go\n  - javascript\naddedAt: 2021-04-04\nupdatedAt: 2022-07-21\n---\n\n## Company blurb\n\n[AIVITEX](https://aivitex.com/en)<sup>\\[1\\]</sup> offers a new dimension for customer support - with AI/AR supported video calls.\n\nWe’re on the lookout for skilled, collaborative, and passionate people who are excited about AI/AR powered video calls for outstanding remote support.\n\n## Company size\n\n6 team members\n\n## Remote status\n\nRemote only for now. We plan to open an office in Berlin/Germany in the future.\n\n## Region\n\nGermany, European Union\n\n## Company technologies\n\n**Programming:** Swift, Kotlin, Javascript/Typescript\n\n**DevOps:** Git, Google Cloud, AWS\n\n**Business tools:** GitHub, Asana, Google Hangouts, Slack\n\n## How to apply\n\nVisit our [careers page](https://iuhhoo.workwise.io/)<sup>\\[2\\]</sup> for career opportunities.\n\n---\n\n\\[1\\]: https://aivitex.com/en\n\n\\[2\\]: https://iuhhoo.workwise.io/\n"
  },
  {
    "path": "src/companies/akamai.md",
    "content": "---\ntitle: \"Akamai Technologies Inc\"\nslug: akamai-technologies-inc\nwebsite: https://www.akamai.com/\ncareers_url: https://www.akamai.com/careers]\\\nregion: other\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - ml\naddedAt: 2024-10-07\nupdatedAt: 2024-10-21\n---\n\n## Company blurb\n\nAkamai Technologies, Inc. is an American delivery company that provides content delivery network (CDN), cybersecurity, DDoS mitigation, and cloud services. Headquartered in Cambridge, Massachusetts, it operates a worldwide network of servers whose capacity it rents to customers running websites and other web services\\\n\nAt Akamai, we make life better for billions of people, billions of times a day. \n\nEvery day, billions of people around the world connect with their favorite brands to shop online, play the latest video games, log into mobile banking apps, learn remotely, share videos with friends, and so much more. They may not know it, but Akamai is there, powering and protecting life online. \n\nOver 20 years ago, we set out to solve the toughest challenge of the early internet: the “World Wide Wait.” And we’ve been solving the internet’s toughest challenges ever since, working toward our vision of a safer and more connected world.\n\nWith the world’s most distributed compute platform — from cloud to edge — we make it easy for businesses to develop and run applications, while we keep experiences closer to users and threats farther away. That’s why innovative companies worldwide choose Akamai to build, deliver, and secure their digital experiences.\n\n## Company size\n\nSize of company(Number of employees) : 5K-10K.\n\n## Remote status\n\nSome roles in India are for 100% remote work including reimbursements\n\n## Region\n\n### Region 1\nUSA\n\n### Region 2\nAsia (including Indian Subcontinent)\n\n## Company technologies\n\nAkamai Intelligent Edge Platform\\\nContent delivery process\\\nPeer-to-peer networking\\\nNetwork Operations Command Center\\\nState of the Internet\\\nInternet visualization tools\n\n## Office locations\n\nCambridge, MA USA\\\nBrazil - São Paulo\\\nCanada - Ottawa\\\nCanada - Toronto\\\nDallas, TX USA\\\nSan Francisco, CA USA\\\nAustralia - North Sydney\\\nChina - Beijing\\\nRest check out on : [https://www.akamai.com/company/locations]\n\n## How to apply\n\nCareers Page : [https://www.akamai.com/careers]\\\nEmail: [careers@akamai.com]\\\nPhone: +1 (617)-274-7165\n"
  },
  {
    "path": "src/companies/akka.md",
    "content": "---\ntitle: \"Akka\"\nslug: akka\nwebsite: https://akka.io/\ncareers_url: https://akka.io/contact-us\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - java\n  - scala\naddedAt: 2024-12-04\nupdatedAt: 2024-12-04\n---\n\n## Company blurb\n\nAkka is a platform to build and run apps that are elastic, agile, and resilient. Industry titans and disruptors rely on Akka when application responsiveness must be guaranteed. Engineering teams use a simple SDK and powerful libraries to build transactional, durable, and real-time services that distribute logic and data together. Operations are fully automated in serverless and BYOC environments, and a self-hosted option is available.\n\n## Company size\n\n50-100.\n\n## Remote status\n\nAkka is a welcoming, transparent, and highly distributed company dedicated to creating high-performance systems that bring success to all who use them. With a strong focus on work-life balance, our company offers a fast-paced, collaborative environment mixed with challenging and engaging work. This combination has attracted and retained some of the brightest minds in our technology communities.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\n- Scala\n- Java\n\n## Office locations\n\n- USA\n- Europe\n\n## How to apply\n\n- [Contact Us](https://akka.io/contact-us)\n"
  },
  {
    "path": "src/companies/alami.md",
    "content": "---\ntitle: \"Alami\"\nslug: alami\nwebsite: https://alamisharia.co.id/en/\ncareers_url: https://alamisharia.co.id/en/career/\nregion: asia-pacific\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - go\n  - java\n  - javascript\n  - python\naddedAt: 2022-10-16\nupdatedAt: 2022-10-16\n---\n\n## Company blurb\n\nAchieve purpose through the ethical P2P lending. Connecting funders and business owner through ethical-complied projects to a fairer and a more transparent finance.\n\n## Company size\n\n500+\n\n## Remote status\n\n* Remote working, forever. Work from home or café, it doesn't matter.\n* Four-day Workweek. Friday to Sunday are weekends for spend more time for worship & family.\n\n## Region\n\nIndonesia, South East Asia\n\n## Company technologies\n\nGo, Java, Spring Boot, Kotlin, Javascript, Python\n\n## Office locations\n\nJakarta, Indonesia. We are 100% remote, #WorkFromAnywhere you want.\n\n## How to apply\n\nCareer site: https://alamisharia.co.id/en/career/\n"
  },
  {
    "path": "src/companies/alan.md",
    "content": "---\ntitle: \"Alan\"\nslug: alan\nwebsite: https://alan.com/\ncareers_url: https://jobs.lever.co/alan\nregion: europe\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - javascript\n  - ml\naddedAt: 2022-11-09\nupdatedAt: 2022-11-09\n---\n\n## Company blurb\n\nOur mission is to improve the health of millions of people and become the number one healthcare partner in Europe.\n\n## Company size\n\n500+\n\n## Remote status\n\nWe are a remote-first company.\n\nYou can discover more about our remote-first policy [here](https://medium.com/alan/working-at-alan-from-anywhere-9a6fe381dc0a).\n\n## Region\n\nWe are currently hiring from 8 countries accross Europe:\n- France 🇫🇷\n- Spain 🇪🇸\n- Belgium 🇧🇪\n- Sweden 🇸🇪\n- Germany 🇩🇪\n- Luxembourg 🇱🇺\n- Ireland 🇮🇪\n\n\n## Company technologies\n\nOur front-ends are in Typescript, React for web, React-Native for our mobile applications. We switched from Javascript a few months back. Our back-end is in Python/Flask. We use SQLAlchemy as our ORM. Our database is PostgreSQL. We also use Redis as a messaging system. We are deployed on AWS. All of our code is in two mono-repositories from which we deploy several applications, so no microservices here.\n\nWe have a CI/CD built with CirceCI. The CI runs the myriad of tests we have, both for backend and frontend. We don’t have full integration tests, where we test both the front and back at the same time.\n\nWe like to be straightforward and simple. That doesn’t mean we aren’t opened to new solutions/technologies. When engineers want to introduce a new technology, they open a written discussion about it; it’s like any decision making we do.\n\nYou can learn more about our technologies in our [product and technical blog](https://medium.com/alan).\n\n## Office locations\n\nAs said earlier we are a remote-frst company but this does not mean we don't have offices/coworking spaces.\n\nOur main office is located in Paris, France 🇫🇷 and we do have coworking spaces in other european cities:\n- Annecy 🇫🇷\n- Bordeaux 🇫🇷\n- Lille 🇫🇷\n- Lyon 🇫🇷\n- Marseille 🇫🇷\n- Montpellier 🇫🇷\n- Nantes 🇫🇷\n- Strasbourg 🇫🇷\n- Toulouse 🇫🇷\n- Tours 🇫🇷\n- Barcelona 🇪🇸\n- Madrid 🇪🇸\n- Brussels 🇧🇪\n- Gent 🇧🇪\n\n\n\n## How to apply\n\nYou'll find all of our current open positions [here](https://jobs.lever.co/alan).\n"
  },
  {
    "path": "src/companies/algorand.md",
    "content": "---\ntitle: \"Algorand\"\nslug: algorand\nwebsite: https://www.algorand.com/\ncareers_url: https://www.algorand.com/about/careers/our-jobs\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - dotnet\n  - go\n  - java\n  - javascript\n  - rust\naddedAt: 2021-10-29\nupdatedAt: 2021-10-29\n---\n\n## Company blurb\n\nAlgorand is a scalable, secure and decentralized digital currency and transactions platform.\n\n## Company size\n\n51-100\n\n## Remote status\n\nRemote USA or Boston, MA\n\n## Region\n\nUSA\n\n## Company technologies\n\nGo, Java, C/C++, C#, Rust, WebSockets, Google Workspace, AWS, Slack, Microsoft 365, FreshService, HubSpot\n\n## Office locations\n\nBoston, MA\n\n## How to apply\n\nhttps://www.algorand.com/about/careers/our-jobs\n"
  },
  {
    "path": "src/companies/algorithmia.md",
    "content": "---\ntitle: \"Algorithmia\"\nslug: algorithmia\nwebsite: https://algorithmia.com/\ncareers_url: https://algorithmia.bamboohr.com/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - java\n  - sql\naddedAt: 2018-03-02\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nAlgorithmia's goal is to make applications smarter by building a community around building smarter applications. As developers, we want to advance the development, discovery, and accessibility of algorithmic intelligence. That's why we're building the largest marketplace for algorithms in the world available through a simple, scalable API.\n\nAlgorithmia is a highly-scalable platform of microservices built on Kubernetes and Docker. Our platform runs the public algorithm marketplace on Algorithmia.com as well as production workloads for some of the largest companies leveraging machine learning.\n\n## Company size\n\nPost-series A, approximately 25 people.\n\n## Remote status\n\nAlgorithmia has a remote-first culture - we believe people should work where they are happiest and most productive. We have several people who work entirely remotely, and many more of us work remotely at least one day a week. All meetings are remote-friendly -- We have video stand-ups, video all-hands, and video town hall lunches. We communicate mostly through Slack.\n\n## Region\n\nWorldwide, but we work primarily on US timezones.\n\n## Company technologies\n\n- Java (Scala) microservices\n- MySQL\n- Kubernetes\n- Docker\n\n## Office locations\n\n- Seattle, WA\n\n## How to apply\n\nVisit our [about page](https://algorithmia.com/about) for more information, and our [jobs page](https://algorithmia.bamboohr.com/jobs/) for open positions.\n"
  },
  {
    "path": "src/companies/alice.md",
    "content": "---\ntitle: \"ALICE\"\nslug: alice\nwebsite: https://aliceplatform.com\ncareers_url: https://www.aliceplatform.com/careers\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\n  - nosql\n  - ruby\n  - search\n  - sql\naddedAt: 2020-01-16\nupdatedAt: 2020-03-11\n---\n\n## Company blurb\n\nALICE is a hotel operations platform that empowers operational excellence and meaningful guest experiences. By bringing all hotel departments together with a single operations platform for internal communication and task management, ALICE helps hotel staff act as a team to provide consistently excellent service.\n\nSince the company was founded in 2013, ALICE has gained significant traction in the industry, working with more than 2,500 hotels and tens of thousands of hotel staff across many of the world’s leading brands, including Marriott International, Hilton Hotels & Resorts, Hyatt Hotels Corporation, Viceroy Hotel Group, Firmdale Hotels, Dream Hotel Group, Fairmont Hotels & Resorts, and The Leading Hotels of the World.\n\nThe company acquired concierge technology provider GoConcierge in 2017.\n\nALICE is the Forbes Travel Guide Brand Official Staff Technology Platform, an Inc. Best Workplaces of 2019, and winner of Best Place to Work in Hotel Technology, Best Concierge Software, Best Engineering & Facilities Management, Best Guest App and Top Staff Task Management & Collaboration Platform at the 2019 HotelTechAwards.\n\n## Company size\n\n130+ team members, ~70 in the tech division\n\n## Remote status\n\nWe're a team of people currently living and working remotely in 16 countries, 68 cities.\n\nWe believe that great work can happen anywhere in the world. One of the biggest challenges is for companies to find strong talent when they are limited to hiring in cities where they have a physical footprint. We feel that incredible talent exists globally that are aligned with our values and are interested in the problems we are trying to solve.\n\nWe have a very strong remote culture and are always trying to find ways to foster that culture without being limited by the remote nature of our team. We encourage video calls, to be able to see each other when working together, and are constantly finding ways to get people [virtually] together for non-work conversations (i.e.: Cyber Coffee, Book Club, among others)\n\n> When I joined ALICE I was expecting to feel more siloed or disconnected from the rest of the team, but in reality at ALICE you are always on video calls and chatting via Slack with other team members. It doesn’t feel like you’re siloed or disconnected at all.\n\n\\- Jesus, Engineering Manager at ALICE\n\nWe also try to get our teams together physically at least once a year, because face-to-face helps build bonds that are very hard to build (not impossible) when you communicate over a video call.\n\nYou can read more about remote culture at ALICE in the following article: [7 things I Learned Scaling a Global Engineering Team](https://medium.com/@rafael.neves/7-things-i-learned-scaling-a-global-engineering-team-8d8be698986f?sk=d93ed5d8ea80c371a021b632084c0ad4)\n\n\n## Region\n\nAsia, Caribbean, Europe, Latin America, North America, Oceania\n\nYou can work from anywhere in the world, as long as you can plan working hours so you can attend to company/team meetings (usually held between 9am-12 US Eastern Time)\n\n## Company technologies\n\n* Java\n* Groovy/Grails\n* Spring MVC\n* Hibernate\n* Angular\n* AWS\n* Terraform\n* MySQL\n* ElasticSearch\n* Redis\n\n\n## Office locations\n\n- New York City, NY, USA\n- Los Angeles, CA, USA\n- More than 70% of our team works remotely: co-working spaces or home\n\n## How to apply\n\nTo see open positions and apply please go to https://www.aliceplatform.com/careers\n"
  },
  {
    "path": "src/companies/alight-solutions.md",
    "content": "---\ntitle: \"Alight Solutions\"\nslug: alight-solutions\nwebsite: https://alight.com\ncareers_url: https://careers.alight.com\nregion: americas\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - dotnet\n  - python\n  - ruby\n  - sql\naddedAt: 2018-07-20\nupdatedAt: 2018-07-20\n---\n\n## Company blurb\n\nAlight Solutions is a provider of benefits administration and cloud-based HR and financial solutions, we enhance work and life through our service, technology and data.  Alight Solutions is reimagining how people and organizations thrive so clients and their people are free to enjoy more in work and in life. \n\n## Company size\n\nAn approximate size of your Alight Solutions is between 20,000 - 22,000 across the globe from United States to India and more.\n\n## Remote status\n\nThey offer on location positions as well as remote positions.\n\n## Region\n\nUnited States, India, Poland, and more\n\n## Company technologies\n\nPython, Ruby, .NET, MSSQL\n\n## Office locations\n\nHeadquarters: Lincolnshire, Illinois\n\n## How to apply\n\nPlease apply at the career portal [Alight Solutions Careers](https://careers.alight.com)\n"
  },
  {
    "path": "src/companies/alley.md",
    "content": "---\ntitle: \"Alley\"\nslug: alley\nwebsite: https://alley.co\ncareers_url: https://alley.co/careers/,\nregion: americas\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - php\naddedAt: 2019-10-25\nupdatedAt: 2019-10-25\n---\n\n## Company blurb\n\nAlley is a team of strategists, researchers, designers, and developers who craft custom digital experiences for publishers, nonprofit institutions, museums, and brands. We provide industry-leading software development, user experience and visual design, data visualization, editorial workflow strategy, and accessibility consulting. We look at our work in terms of products, not projects. We collaborate with you for the long term to improve your product as we learn what your audience needs. We empower you to succeed in an ever-changing landscape of new technologies and distribution channels.\n\nWe use open-source technologies such as WordPress and React to give clients the power, security, and support they need to succeed. We pride ourselves on a collaborative design and development practice, organized with Scrum, that produces fast, accessible, and refined products that work better for your team and your community.\n\nOur clients are major influencers of public and industry opinion, including People, the Brookings Institution, and the Reporters Committee for Freedom of the Press. Let’s do launch.\n\n## Company size\n\n75+ designers, developers, strategists and more.\n\n## Remote status\n\nWe have been fully remote since our inception. When hiring new employees, we prioritize raw talent over geographic location. We want the best of the best, no matter where they are. And that hiring philosophy has created a diverse, engaged network of Alley staff all over the country. We give our team members the space they need to work how they work best.  \n\n## Region\n\nThe majority of our workforce is in the United States; however we have team members in Brazil, Canada, Spain, and many other countries - especially when we travel!\n\n## Company technologies\n\n* WordPress\n* PHP\n* React\n* JavaScript\n* HTML\n* CSS\n* and more! We write in the best language for the project, whether it's a website, an app, or a voice skill.\n\n## Office locations\n\nNone! Work from home, or from co-working spaces - we'll pay for it!\n\n## How to apply\n\nHead on over to https://alley.co/careers/, and reach out to [info@alley.co](mailto:info@alley.co) with any questions!\n"
  },
  {
    "path": "src/companies/allydvm.md",
    "content": "---\ntitle: \"ALLYDVM\"\nslug: allydvm\nwebsite: https://www.allydvm.com/\ncareers_url: https://weworkremotely.com/jobs/2867-senior-software-engineer\nregion: americas\nremote_policy: hybrid\ntechnologies:\n  - java\n  - javascript\n  - ml\n  - mobile\n  - ruby\n  - sql\naddedAt: 2016-05-02\nupdatedAt: 2018-05-24\n---\n\n## Company blurb\n\nallyDVM is led by executives with deep expertise in the veterinary industry. The leadership team's academic background includes degrees in accounting and economics, as well as an MBA from the Harvard Business School.  \n\nThe software developers at allyDVM boast an incredible average of over 14 years' professional development experience, but they have used only the most modern web and mobile technologies to ensure that our customers are never held back by outdated legacy technology.\n\nPooling the diverse skills and experiences of our people enables us to create incredible value for our customers - the best veterinary practices in the country.\n\n## Remote status\n\nWe now have people in all four US time zones, and we’re looking to add new software developers to the team as quickly as possible. We work remotely, but very closely, with high interaction through video chat and persistent presence in a virtual office to cut down on isolation.\n\n## Region\n\nUSA\n\n## Company technologies\n\nRuby and RoR, Javascript, AngularJS, Coffeescript, iOS, Android, MySQL, HTML/CSS, Java and Spring\n\n## How to apply\n\nPlease do NOT apply if you’re not qualified and don’t meet the requirements listed [above](https://weworkremotely.com/jobs/2867-senior-software-engineer). We’re a small team, but we try to reply to every application. It takes a lot of time to go through them all. We’ll look seriously at any and all qualified applicants so just start by sending us a resume – [devjobs@allydvm.com](mailto:devjobs@allydvm.com). We’ll go from there. Of course, if you have any questions about either the company or the opportunity then please let us know by sending an email to that same address. We’ll respond as soon as we can.\n"
  },
  {
    "path": "src/companies/alphasights.md",
    "content": "---\ntitle: \"AlphaSights>\"\nslug: alphasights\nwebsite: https://engineering.alphasights.com\ncareers_url: https://engineering.alphasights.com/#positions\nregion: worldwide\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - javascript\n  - ruby\n  - sql\naddedAt: 2017-03-23\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\n#### About AlphaSights\n\nBeginning in 2008, we have pioneered a faster, better way for professionals to access highly specific business knowledge. We do so by connecting decision-makers at the world’s top private equity firms, hedge funds, strategy consultancies and corporations with industry practitioners who possess the exact frontline knowledge needed.\n\n#### About our Software Engineering Team\n\nIn a business that recognizes usable software is critical to success, our Software Engineering team builds innovative and intuitive products that supercharge our employees in their everyday work. We practice test driven development, continuous integration & deployment, and pair programming. We constantly improve our processes and workflows to ensure we maximize efficiency, quality, and developer happiness. Constant learning and self improvement is fundamental to our team’s culture. We use a modern stack: Ruby on Rails, JavaScript, and Postgres.\n\n## Company size\n\n400+ employees worldwide. Spread across our offices in New York, London, Dubai, Shanghai, Hong Kong, Seoul, and San Francisco.\n\n## Remote status\n\nCurrently we have remote employees in Brazil, Dominican Republic, and Mexico. Communication between our New York, London, and remote engineers is really important. Therefore, we use tools like Hangouts, ScreenHero, etc. to keep everyone in the loop. Once a year we have a team offsite for everyone to meet in person! We also encourage our remote friends to join us at our New York and London offices a few times a year.\n\n## Region\n\nOur remote engineers work the same hours as our New York and London offices depending on what team they are on. We welcome people in all time zones that are willing to work in EST or GMT.\n\n## Company technologies\n\n* Ruby on Rails\n* Javascript (Ember, React)\n* PostgreSQL\n* Git\n\n## Office locations\n\nOur engineering offices are located in New York City and London. We have other offices in Dubai, Shanghai, Seoul, and San Francisco.\n\n## How to apply\n\nCheck out our open positions here: https://engineering.alphasights.com/#positions\nWe also have an awesomesauce blog: https://m.alphasights.com/\n"
  },
  {
    "path": "src/companies/amazon.md",
    "content": "---\ntitle: \"Amazon\"\nslug: amazon\nwebsite: https://www.amazon.jobs/en/locations/virtual-locations\ncareers_url: https://www.amazon.jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - dotnet\n  - java\n  - python\n  - ruby\naddedAt: 2020-10-29\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nWhen Amazon.com launched in 1995, it was with the mission “to be Earth’s most customer-centric company, where customers can find and discover anything they might want to buy online, and endeavors to offer its customers the lowest possible prices.” This goal continues today, but Amazon’s customers are worldwide now, and have grown to include millions of Consumers, Sellers, Content Creators, and Developers & Enterprises. Each of these groups has different needs, and we always work to meet those needs, innovating new solutions to make things easier, faster, better, and more cost-effective. [Learn about working at Amazon](https://www.amazon.jobs/en/working/working-amazon)\n\n## Company size\n\n500+\n\n## Remote status\n\nSome [remote opportunities](https://www.amazon.jobs/en/locations/virtual-locations)\n\n## Region\n\nWorldwide [locations](https://www.amazon.jobs/en/locations/virtual-locations)\n\n## Company technologies\n\nWe do not require that you know any specific programming language before interviewing for a tech position. However, familiarity with a prominent language is generally a prerequisite for success. You should be familiar with the syntax of languages such as Java, Python, C#, C/C++, or Ruby. You should also know some of the languages’ nuances, such as how memory management works, or the most commonly used collections, libraries, etc. [More info](https://www.amazon.jobs/en/landing_pages/software-development-topics)\n\n## Office locations\n\n[Worldwide locations](https://www.amazon.jobs/en/locations/?&continent=all&cache)\n\n## How to apply\n\nFind jobs: [careers website](https://www.amazon.jobs/)\nRemote opportunities: [virtual locations](https://www.amazon.jobs/en/locations/virtual-locations)\n"
  },
  {
    "path": "src/companies/ambaum.md",
    "content": "---\ntitle: \"Ambaum\"\nslug: ambaum\nwebsite: https://ambaum.com/\ncareers_url: https://ambaum.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - nosql\n  - php\n  - sql\naddedAt: 2019-07-11\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\n[Ambaum](https://ambaum.com) is a Web Development agency with a focus on e-commerce.\n\n## Company size\n\n10-20\n\n## Remote status\n\nWe have an office in Seattle and for those who live locally, working remote is an option. However most of the local developers choose to work at the office. There are also a few 100% remote developers.\n\n## Region\n\nWorldwide. Right now we have developers in North America and Europe. Most of them are in Seattle but we also have one in Germany and two in Arizona. More are welcome.\n\n## Company technologies\n\nHTML, CSS, SCSS, JavaScript, jQuery, React, Vue, Node, Express, Koa, PHP, MySQL, MongoDB\n\n## Office locations\n\nSeattle, Washington, USA\n\n## How to apply\n\n[Ambaum Careers](https://ambaum.com/careers)\n"
  },
  {
    "path": "src/companies/andela.md",
    "content": "---\ntitle: \"Andela\"\nslug: andela\nwebsite: https://andela.com/\ncareers_url: https://andela.com/join-andela/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - java\n  - javascript\n  - python\n  - ruby\naddedAt: 2021-10-30\nupdatedAt: 2021-10-30\n---\n\n## Company blurb\n\n[Andela](https://andela.com) builds remote engineering teams with the world’s top talent. \n\n## Company size\n\n+1000\n\n## Remote status\n\nWorking remote is an option.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nJava, React, Ruby, JavaScript, Python\n\n## Office locations\n\nNew York, USA\n\n## How to apply\n\n[Join Andela](https://andela.com/join-andela/)\n"
  },
  {
    "path": "src/companies/animalz.md",
    "content": "---\ntitle: \"animalz\"\nslug: animalz\nwebsite: https://www.animalz.co\ncareers_url: https://www.animalz.co/jobs/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\naddedAt: 2020-10-29\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nAnimalz provides high-end content marketing and SEO solutions to startups, VC firms and enterprise companies.\n\n## Company size\n\n11-50\n\n## Remote status\n\nEvery engineer on our team works remotely. \n\n## Region\n\nUSA\n\n## Company technologies\n\nContent Marketing Manager, Content Analyst\n\n## How to apply\n\nVisit the link to apply in your field of interest https://www.animalz.co/jobs/\n"
  },
  {
    "path": "src/companies/annertech.md",
    "content": "---\ntitle: \"Annertech\"\nslug: annertech\nwebsite: https://www.annertech.com\ncareers_url: https://www.annertech.com/careers\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - api\n  - devops\n  - infrastructure\n  - javascript\n  - php\n  - search\n  - sql\naddedAt: 2022-09-20\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nAnnertech is an Irish digital agency based in Dublin that is delivering ambitious digital experiences and work for digital transformation projects. \n\n## Company size\n\nBetween 50-250 employees\n\n## Remote status\n\nThey have Remote working positions worldwide all the time\n\n## Company technologies\n\nPHP, Drupal, JavaScript, jQuery, Twig, Drupal Commerce, Platform.sh, Docker, Docksal, Apache, Solr, MySQL, MariaDB, Gitlab, Rest APIs\n\n## Office locations\n\nDublin, Ireland and completely remote positions\n\n## How to apply\n\n[Annertech Careers](https://www.annertech.com/careers)\n"
  },
  {
    "path": "src/companies/anomali.md",
    "content": "---\ntitle: \"Anomali\"\nslug: anomali\nwebsite: https://www.anomali.com/company/careers\ncareers_url: https://jobs.lever.co/anomali\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\naddedAt: 2018-04-24\nupdatedAt: 2019-10-25\n---\n\n## Company blurb\n\nAnomali helps organizations find and respond to cyber threats. That's our mission. We bring to your security team the one thing that's been missing - external context. With Anomali you can now identify suspicious or malicious traffic before it even reaches your network. We turn threat intelligence into your cyber no-fly list, and seamlessly integrate this with your internal security and IT systems.\n\n## Company size\n\n310-500 employees\n\n## Remote status\n\nAnomali offers remote jobs with comprehensive insurance coverage, paid time off, and other great perks. Checkout remote jobs on our career page by selecting work type as Full Time Remote.\nPlease note, the benefits listed below apply to all US employees. For employees based outside the US, benefits package will be country specific.\n\n## Region\n\n- United States\n- United Kingdom\n- Singapore\n- Remote\n\n## Company technologies\n\n- Cyber Threat Intelligence\n- Cyber Security\n- Open Source Intelligence\n- Security Analytics\n- SIEM\n- Splunk\n- ArcSight\n\n## Office locations\n\n- Redwood City, CA 94063, US(Headquarters)\n- Belfast, United Kingdom\n- Boston, New York, NY, Washington DC., Atlanta GA.\n- Carolinas\n- Pacific South West/Denver\n- Dallas, TX\n\n## How to apply\n\nApply for remote jobs by selecting work type as **Full Time Remote** at [Anomali Jobs](https://jobs.lever.co/anomali)\n"
  },
  {
    "path": "src/companies/apartment-therapy.md",
    "content": "---\ntitle: \"Apartment Therapy\"\nslug: apartment-therapy\nwebsite: http://www.apartmenttherapy.com/\ncareers_url: http://www.apartmenttherapy.com/jobs\nregion: other\nremote_policy: hybrid\ncompany_size: small\naddedAt: 2015-10-29\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nMISSION\nHelping people make their homes more beautiful, organized and healthy by connecting them to a wealth of resources, ideas and community online.\n\nWhat We Believe\nA calm, healthy, beautiful home is a necessary foundation for happiness and success in the world.\n\nCreating this home doesn't require large amounts of money or space. It requires inspiration, connection to resources and motivation to do something about it.\n\nThe basic elements of good home design can be learned and achieved by all.\n\nSimplicity and luxury are not mutually exclusive.\n\n## Company size\n\n[40+ contributors](http://www.apartmenttherapy.com/team)\n\n## Remote status\n\nOur engineering & design teams work remotely. We all wear many hats and maintain a collaborative and supportive environment. You may work remotely or in our New York City office, however you must be able to work effectively with a remote team and coworkers. Excellent communication skills and self-direction are critical for success.\n\n## Region\n\nUS-based employees only.\n\n## Company technologies\n\nCTO Scott Trudeau wrote a gist about their [stack, product team, and mentions working remotely](https://gist.github.com/sstrudeau/f563dc72739e9e047de5)\n\n## Office locations\n\nCompany office in [NYC - 270 Lafayette St Fl 12 (Prince St.), New York, NY 10012, United States](https://www.google.com/maps/place/Apartment+Therapy/@40.7240504,-73.9965837,20z/data=!4m7!1m4!3m3!1s0x89c27c75f5d73d85:0x4fd9ab773fad77d1!2sProject+Real+Apartment+Treatment,+55+N+Ocean+Ave+%23+2,+Freeport,+NY+11520!3b1!3m1!1s0x0000000000000000:0x9f96cb380f7dbcf7)\n\n## How to apply\n\n[Apartment Therapy jobs page](http://www.apartmenttherapy.com/jobs).\n"
  },
  {
    "path": "src/companies/appcues.md",
    "content": "---\ntitle: \"Appcues\"\nslug: appcues\nwebsite: https://www.appcues.com/\ncareers_url: https://www.appcues.com/company#jobs-open\nregion: other\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\n  - mobile\naddedAt: 2023-12-21\nupdatedAt: 2024-01-05\n---\n\n## Company blurb\nAppcues makes it easy to measure and improve product adoption—without a developer. The no-code platform empowers non-technical teams to track and analyze product usage, and publish beautiful in-app onboarding tours, announcements, and surveys, in minutes. \n\n## Company size\n51-200 employees\n\n## Remote status\nFlexible Work Environment, as Fully Remote.\nWe don’t look at when you log in, log out or how much time you work. We trust you, it’s the only way remote can actually work.\n\n## Company technologies\nAppcues uses 70 technology products and services including HTML5, jQuery, and Google Analytics, according to G2 Stack.\nAppcues is actively using 109 technologies for its website, according to BuiltWith. These include Viewport Meta, IPhone / Mobile Compatible, and SPF.\n\n## Office locations\n- USA\n\n## How to apply\nCheck out our [careers page](https://www.appcues.com/company#jobs-open) for information about what it is like to work at Appcues.\n"
  },
  {
    "path": "src/companies/appen.md",
    "content": "---\ntitle: \"Appen\"\nslug: appen\nwebsite: https://www.appen.com/\ncareers_url: https://jobs.lever.co/appen-2\nregion: americas-europe\nremote_policy: remote-first\ncompany_size: enterprise\ntechnologies:\n  - python\naddedAt: 2024-10-25\nupdatedAt: 2024-10-25\n---\n\n## Company blurb\n\nAppen has been providing high-quality datasets that power the world's leading AI models for decades. Our end-to-end platform, flexible services and deep expertise ensure the delivery of the high-quality, diverse data that is crucial for building foundation models and enterprise-ready AI applications.\n\n## Company size\n\n5000+ employees globally.\n\n## Remote status\n\nStrongly remote-first company. Offers both full-time remote positions and flexible crowdsourcing opportunities through their Appen Connect platform. Available to workers worldwide, with varying requirements based on project and position type.\n\n## Region\n\nNorth America, Europe, and Asia and Australia.\n\n## Company technologies\n\nPython / Java / SQL / Kubernetes / Docker / AWS / AI & Machine Learning tools.\n\n## Office locations\n\n### North America\n- US Headquarters [Kirkland, WA - 12131 113th Ave, N.E., Suite 100, Kirkland, WA 98034, United States](https://www.google.com/maps/place/12131+113th+Ave+NE,+Kirkland,+WA+98034,+USA)\n- Toronto [Toronto - 200 Bay Street, South Tower, Suite 2103, Toronto ON M5J 2J5, Canada](https://www.google.com/maps/place/200+Bay+St,+Toronto,+ON+M5J+2J5,+Canada)\n- New York [New York, NY - 270 Lafayette St Fl 12 (Prince St.), New York, NY 10012, United States](https://www.google.com/maps/place/270+Lafayette+St+Fl+12,+New+York,+NY+10012,+USA)\n\n### Europe\n- Exeter [Exeter - Rockeagle House Pynes Hill Exeter, EX2 5AZ, Devon, United Kingdom](https://www.google.com/maps/place/Rockeagle+House/@50.7114195,-3.4845048,15z/data=!4m6!3m5!1s0x486da3e2bc6af85f:0x20a46f88e5f25c72!8m2!3d50.7114195!4d-3.4845048!16s%2Fg%2F11f61x76z6?entry=ttu&g_ep=EgoyMDI0MTAyMi4wIKXMDSoASAFQAw%3D%3D)\n\n### Asia Pacific\n- Australia Headquarters [Chatswood, Australia - Level 6, 9 Help Street Chatswood NSW 2067, Australia](https://www.google.com/maps/place/Level+6,+9+Help+St,+Chatswood+NSW+2067,+Australia)\n- Sydney [Sydney - 9 Help Street, Suite 6, NSW 2067, Australia](https://www.google.com/maps/place/9+Help+St,+Chatswood+NSW+2067,+Australia)\n- Cavite [Cavite - BPO building 1 Suntech iPark Lancaster New City, Barangay Alapan II Imus Cavite, Philippines](https://www.google.com/maps/place/Suntech+iPark/@14.3996831,120.903794,15z/data=!4m6!3m5!1s0x3397d331229e2345:0xf65bf271fbe1401d!8m2!3d14.3996831!4d120.903794!16s%2Fg%2F124sw0dcx?entry=ttu&g_ep=EgoyMDI0MTAyMi4wIKXMDSoASAFQAw%3D%3D)\n- Beijing - 712, 7/F Metropolis Tower, No.2 Haidian Dongsan Street Zhongguancun Xi Zone, Haidian District, China\n- Shanghai - Unit 701 Block E Chamtime Plaza, No.6 Lane 2889 Jinke Road, Pudong District, China\n- Wuxi - Wuxi branch of Southeast University, 4th floor, Liye Building, Zone E No.99 Linghu Avenue, Jiangsu, China\n- Tokyo [Tokyo - 9F 1-5-1 Shin Marunouchi Building, Marunouchi Chiyoda-ku, 100-6509, Japan](https://www.google.com/maps/place/Shin-Marunouchi+Building/@35.6826212,139.7642436,15z/data=!4m2!3m1!1s0x0:0x94bd79343edb8416?sa=X&ved=1t:2428&ictx=111)\n- Hyderabad [Hyderabad - Office 2, Eighth Floor, Tower 1, Sattva Knowledge Park, Raidurg, Telangana - 500081, India](https://www.google.com/maps/search/Sattva+Knowledge+Park/@17.435596,78.364165,17z?hl=en-US&entry=ttu&g_ep=EgoyMDI0MTAyMi4wIKXMDSoASAFQAw%3D%3D)\n\n## How to apply\n\n- For full-time positions: [Appen Careers](https://jobs.lever.co/appen-2).\n- For crowdsource opportunities: [CrowdGen](https://crowdgen.com/).\n"
  },
  {
    "path": "src/companies/appinio.md",
    "content": "---\ntitle: \"Appinio\"\nslug: appinio\nwebsite: https://appinio.com/\ncareers_url: https://www.appinio.com/en/careers\nregion: europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\naddedAt: 2022-02-24\nupdatedAt: 2022-02-24\n---\n\n## Company blurb\n\nAppinio enables anyone to survey highly specific target groups. Conduct market research in hours rather than weeks and make better decisions using customer opinions.\n\n## Company size\n\n100 - 200\n\n## Remote status\n\nNeed to be registered in Europe. Work remote anywhere in Europe (EU) or anywhere in the world for maximum 6 consecutive months (depends on each country's rules).\n\n## Region\n\nEurope\n\n## Company technologies\n\nAngular / Flutter / Node.js / MongoDB / AWS\n\n## Office locations\n\nHamburg, Germany\n\n## How to apply\n\n[Apply Here](https://www.appinio.com/en/careers)!\n"
  },
  {
    "path": "src/companies/applaudo.md",
    "content": "---\ntitle: \"Applaudo\"\nslug: applaudo\nwebsite: https://applaudostudios.com\ncareers_url: https://bit.ly/3yz4YLc\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - cloud\n  - java\n  - javascript\n  - mobile\n  - php\n  - python\n  - ruby\n  - scala\naddedAt: 2022-10-12\nupdatedAt: 2022-10-12\n---\n\n## Company blurb\r\n\r\nWe are a preeminent leader in nearshore technology consulting, that provides full Software Development services, creating new products and effective solutions. We are one of the largest technology powerhouses in Central America with more than 850 software developers, quality assurance engineers, designers, scrum masters, and project managers.\r\n\r\n## Company size\r\n\r\nOver 850 team members.\r\n\r\n## Remote status\r\n\r\nAt Applaudo, we believe that remote working is a great way to foster productivity and creativity. We have a remote working culture that allows our collaborators to work from anywhere in the world, as long as they have an internet connection.\r\n\r\n## Region\r\n\r\nWe have team members from over 18 countries in Latin America, some of them are located in:\r\n\r\n* El Salvador\r\n* Dominican Republic\r\n* Colombia\r\n* Peru\r\n* Argentina\r\n* Brazil\r\n* Venezuela\r\n* Mexico\r\n* Honduras\r\n* Nicaragua\r\n* Guatemala\r\n* Ecuador\r\n* Paraguay\r\n* United States\r\n* Bolivia\r\n* Chile\r\n* Panama\r\n* Costa Rica\r\n* Canada\r\n\r\n## Company technologies\r\n\r\nSome of the technologies used for software development are:\r\n* React\r\n* Java\r\n* Python\r\n* Node.js\r\n* Angular\r\n* Wordpress\r\n* PHP Backend\r\n* React Native\r\n* Ruby on Rails\r\n\r\nTechnologies used for DevOps:\r\n* AWS\r\n* GCP\r\n\r\nTechnologies used for Big Data:\r\n* Scala\r\n\r\n\r\n## Office locations\r\n\r\nApplaudo's headquarters are located in San Salvador, El Salvador. We also have commercial offices in Santiago de Chile, Chile.\r\n\r\n## How to apply\r\n\r\nIf you want to join our team, check our remote positions [here](https://bit.ly/3yz4YLc)\r\nWe also have a Trainee Program that is a full time paid 3-months program, that prepares the software development skills of our candidates, you can apply [here](https://bit.ly/3xWZrNf)\n"
  },
  {
    "path": "src/companies/applied-ai-company-aaico.md",
    "content": "---\ntitle: \"Applied AI Company (AAICO)\"\nslug: applied-ai-company-aaico\nwebsite: https://aaico.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - api\n  - cloud\n  - devops\n  - elixir\n  - javascript\n  - python\n  - sql\naddedAt: 2023-12-27\nupdatedAt: 2024-02-06\n---\n\n## Company blurb\n\nThe Applied AI Company (AAICO) is focused on improving the productivity and quality of document-heavy decisions and case reviews in the healthcare, insurance, and pharmaceutical industries. These decisions include independent medical examination, claims adjustment, pharmacovigilance literature review, identity verification and medical coding.\n\n[www.aaico.com](https://www.aaico.com)\n\n## Company size\n\n100 employees\n\n## Remote status\n\nPartial remote. Offices in Abu Dhabi, Dubai and Berlin offering hybrid in-person and remote. \n\nUS and UK operating fully remote with employees and contractors spread out across many states and timezones.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Python\n- TypeScript\n- React\n- Fast API\n- Elixir & Phoenix\n- AWS\n- PostgreSQL\n- GCP\n- Docker, K8s\n\n## Office locations\n\nAbu Dhabi, Dubai and Berlin\n\n## How to apply\n\n[contact@aaico.com](mailto:contact@aaico.com)\n"
  },
  {
    "path": "src/companies/appstractor.md",
    "content": "---\ntitle: \"Appstractor\"\nslug: appstractor\nwebsite: https://www.appstractor.com/\ncareers_url: https://www.appstractor.com/careers/\nregion: worldwide\nremote_policy: fully-remote\naddedAt: 2015-10-13\nupdatedAt: 2018-05-24\n---\n\n## Company blurb\n\nReliable Data Solutions For The Digital Marketing Industries\nInnovative technology for complex marketing problems.\nAppstractor Corporation is the home for next generation Business Intelligence, Search and Inbound Marketing tools. Our team of talented people in six countries specializes in building tech solutions for the trickiest marketing problems.\n\n## Remote status\n\nEmployees remote across six countries.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nLAMP\n\n## Office locations\n\nUS, UK, Israel offices\n\n## How to apply\n\nAppstractor [careers](https://www.appstractor.com/careers/)\n"
  },
  {
    "path": "src/companies/appwrite.md",
    "content": "---\ntitle: \"Appwrite\"\nslug: appwrite\nwebsite: https://appwrite.io\ncareers_url: https://appwrite.io/company/careers\nregion: worldwide\nremote_policy: remote-first\ncompany_size: tiny\naddedAt: 2021-06-15\nupdatedAt: 2021-06-15\n---\n\n## Company blurb\n\nAppwrite is a complete open-source development platform, providing you with ready and easy to use APIs and console, which simplify the development and maintenance workflow, allowing you and your team to focus on building great products. We're building a different kind of company that will create the next generation of developer tools, and we are looking for amazing people to jump on board.\n\n## Company size\n\n5-10 employees.\n\n## Remote status\n\nWe are a remote first team collaborating from multiple locations on Planet Earth, Milky Way.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nWe employ a wide variety of technologies and coding languages, and we often love to craft our own tools (and open-source them). You can learn more about our [tech stack](https://stackshare.io/appwrite), or even check our [source code on GitHub](https://github.com/appwrite).\n\n## Office locations\n\n100% Remote.\n\n## How to apply\n\nOur open positions are listed on our [Careers](https://appwrite.io/company/careers) page.\n"
  },
  {
    "path": "src/companies/argyle.md",
    "content": "---\ntitle: \"Argyle\"\nslug: argyle\nwebsite: https://argyle.com/\ncareers_url: https://argyle.com/careers#open-positions\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\n  - python\naddedAt: 2021-10-04\nupdatedAt: 2025-07-23\n---\n\n## Company blurb\n\nArgyle is a remote-first, Series A fast-growing tech startup that has reimagined how to use employment data.\n\nRenting an apartment, buying a car, refinancing a home, applying for a loan. The first question that they will ask you is, \"how do you earn your money?\" Wouldn’t you think that information foundational to our society would be simple to manage, transfer and control? Well, it’s not!\n\nArgyle provides businesses with a single global access point to employment data. Any company can process work verifications, gain real-time transparency into earnings and view worker profile details.\n\nWe are a fun and passionate group of people working remotely across 21 different countries and counting. \n\n## Company size\n\n95-110 team members. \n\n## Remote status\n\nWe’re all over the map\n\n*in a good way\n\n\nWith a CEO in New York, a CTO in Vilnius, a COO in San Francisco, and team members in four continents and counting, we aren’t lying when we say that we’re a global company.\n\nAnd that is part of our strength—drawing on the best talent from around the world, without constraining ourselves to geographies. In other words, we care about the merit of your work, not where you work from.\n\n## Region\n\nWe currently have employees from 21 different countries and counting, We are a 100% remote company hiring from around the world. \n\n**Certain job openings are for USA based citizens only.**\n\n## Company technologies\n\nKubernetes, Salesforce, Node.js, Jest, Python, GO and React are some of the popular tools that Argyle uses.\n\n## Office locations\n\nArgyle is headquartered in New York, NY and has 2 office locations across 2 countries.\n\nNew York, USA🇺🇸\n\nVilnius, Lithuania🇱🇹\n\n## How to apply\n\n[https://argyle.com/careers](https://argyle.com/careers#open-positions)\n"
  },
  {
    "path": "src/companies/arkency.md",
    "content": "---\ntitle: \"Arkency\"\nslug: arkency\nwebsite: https://arkency.com/\ncareers_url: https://blog.arkency.com/join-our-team/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2018-11-10\n---\n\n## Company blurb\n\nArkency is a consulting agency.\n\n## Company size\n\n0-20.\n\n## Remote status\n\nEmployees can work from anywhere in the world and they offer flexible working hours.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRuby on Rails, React.js, Redux\n\n## Office locations\n\nNone.\n\n## How to apply\n\nhttps://blog.arkency.com/join-our-team/\n"
  },
  {
    "path": "src/companies/art-and-logic.md",
    "content": "---\ntitle: \"Art & Logic\"\nslug: art-logic\nwebsite: https://artandlogic.com\ncareers_url: https://artandlogic.com/careers/\nregion: americas\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - php\n  - python\n  - ruby\naddedAt: 2017-03-30\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nWe have built software for over 900 clients from a diverse set of industries including education, aerospace, music technology, consumer electronics, entertainment, financial services, and many more. Coding the \"impossible.\"™\n\n## Company size\n\nOver 50 \n\n## Remote status\n\nArt & Logic developers all work remotely from across the US and Canada. Most of us work from our home offices, but some of us prefer to rent office space or work at a coworking facility. We do our best to accommodate the unique schedule and work-style requirements of our people, but because our work is highly collaborative within project teams, it’s important that everyone have a reasonable amount of overlap with traditional middle-of-the-day business hours. This means that we’re not a suitable option for anyone looking to pick up a handful of night & weekend moonlighting hours. We’re only considering developers who are able to regularly work 30 or more billable hours per week.\n\nBeing a distributed company is built into Art & Logic’s DNA — since being founded in 1991, we’ve acquired, built, and stumbled across tools and practices that let us work efficiently and productively, even though no two of us are in the same location.\nFor most of our collaboration, we rely on the suite of tools provided as part of Google Apps for Business — we use Docs for shared documents, Groups for project-specific communications (both within the team and between Art & Logic and clients), and Hangouts/GChat for real-time voice/video communication.\n\nFrom reading the trade magazines, you’d think that there wasn’t any development talent once you got 50 miles outside of the Bay Area, except for a few small pockets of talent in New York City and Boston. That’s a pretty dumb idea. We also disagree with the idea that work is mostly a place you go — it’s a thing you do, and given the right environment, support, and culture, you should be able to do great work from wherever you work best. For most of us at Art & Logic, that workspace is at home, where we can maintain control of noise, distractions, and other factors that can make it difficult to remain productive throughout the work day.\n\nWe like to say that we don’t telecommute, because there’s no place for us to telecommute to. If you’ve had bad experiences working remotely in the past because you’ve been left out of what was happening in ‘the office’ — we’re different. The tools, infrastructure, and work practices that we’ve adopted over the years let us work together effectively, efficiently, and very collaboratively without regard to the physical distances between any two of us.\n\n## Region\n\nUS and Canada\n\n## Company technologies\n\nWe work with an extensive range of languages and technologies. \n\n* C++\n* Python\n* Objective C\n* PHP\n* JavaScript\n* ActionScript\n* Ruby\n* Java\n* C#\n* Git\n\n## Office locations\n\nHeadquarters in Pasadena, CA and offices throughout the US. \n\n## How to apply\n\nWe’re always looking for great developers, whether we have an immediate place for them or not. Our recruiting process runs continuously in the background, identifying people we’d like to work with as soon as an appropriate opportunity surfaces. When the rate of new projects starting exceeds the rate of existing projects being completed, we reach out to that group of already vetted developers, looking for the best match of skills, availability, and likelihood of long-term success at Art & Logic.\n\nCareers page [here](https://artandlogic.com/careers/) and general application [here](https://artandlogic.com/apply/).\n"
  },
  {
    "path": "src/companies/artefactual.md",
    "content": "---\ntitle: \"Artefactual Systems Inc.\"\nslug: artefactual-systems-inc\nwebsite: https://www.artefactual.com\ncareers_url: https://artefactual-systems.breezy.hr/\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - infrastructure\n  - javascript\n  - php\n  - python\n  - sql\naddedAt: 2016-02-05\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nArtefactual Systems Inc. is a privately owned company incorporated in British Columbia, Canada. We are experts in open-source, open-standard technologies for archival collections and digital repositories. The company was founded in January 2001 and has been providing archives technology and digital preservation consulting services since that time.\n\nArtefactual provides a comprehensive suite of consulting, development, technical support, and hosting services, but is best known for developing two open-source software tools, the Archivematica digital preservation system and the AtoM onne access system.\n\nAs free and open-source software tools, Archivematica and AtoM are also used by both client and non-client  institutions around the world. Artefactual has deep ties to the open-source and digital preservation communities and is a member of the Open Preservation Foundation.\n\n## Company size\n\n18 employees listed on the [team page](https://www.artefactual.com/team/).\n\n## Remote status\n\nOur philosophy is collaboration-focused, remote-friendly, and flexible. We care deeply about supporting the growth of all our employees and making sure they feel professionally fulfilled.\n\n## Region\n\nUTC-8 to UTC+2\n\n## Company technologies\n\nPHP, Python, JavaScript, git, MySQL, HTML, CSS, Django, Symfony, Ansible, Docker, Jenkins, Nginx, Azure, AWS, Ubuntu, CentOS, RedHat.\n\n## Office locations\n\nNew Westminster, BC.\n\n## How to apply\n\nCheck out our [careers page](https://artefactual-systems.breezy.hr/).\n"
  },
  {
    "path": "src/companies/articulate.md",
    "content": "---\ntitle: \"Articulate\"\nslug: articulate\nwebsite: https://www.articulate.com\ncareers_url: https://en-uk.articulate.com/company/careers.php\nregion: worldwide\nremote_policy: fully-remote\ntechnologies:\n  - dotnet\naddedAt: 2015-12-05\nupdatedAt: 2018-05-24\n---\n\n## Company blurb\n\nE-Learning Heroes. All the help you need — a click away.\nWe get it. It takes more than great software to create engaging courses. That’s why we built E-Learning Heroes, the world’s #1 e-learning community. It puts practical tips, inspirational examples, free downloads, and expert advice right at your fingertips. Create compelling e-learning courses with stunningly simple, remarkably powerful software from Articulate.\n\n## Remote status\n\nWork from anywhere. We’re distributed, and happily so. You choose when, where, and how you work. It’s all about delivering results.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n.NET, C#\n\n## Office locations\n\n244 5th Avenue, Suite 2960, New York, NY 10001\n\n## How to apply\n\nCareers are listed on the [careers webpage](https://en-uk.articulate.com/company/careers.php)\n"
  },
  {
    "path": "src/companies/asana.md",
    "content": "---\ntitle: \"Asana\"\nslug: asana\nwebsite: https://asana.com/\ncareers_url: https://asana.com/jobs\nregion: worldwide\nremote_policy: remote-first\ncompany_size: enterprise\ntechnologies:\n  - go\n  - javascript\naddedAt: 2024-10-15\nupdatedAt: 2024-10-15\n---\n\n## Company blurb\n\nAsana is a work management platform designed to help teams organize, track, and manage their work. With over 100,000 paying customers across more than 190 countries, Asana enables teams to collaborate more effectively and streamline their workflows. Our mission is to empower teams to work together seamlessly, leading to greater productivity and success.\n\n## Company size\n\n1,700+ employees on LinkedIn\n\n## Remote status\n\nAsana is a remote-first company, allowing team members to work from anywhere in the world. We embrace flexibility and aim to hire talent that aligns with our values, regardless of location.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nAsana offers a variety of collaboration and project management tools, enabling teams to plan, organize, and track their work. Their platform includes features like task assignments, timelines, calendars, and reporting, ensuring that teams stay aligned and focused on their goals.\n\n## Office locations\n\n- San Francisco, USA\n- New York, USA\n- Dublin, Ireland\n- Sydney, Australia\n\n## How to apply\n\n[Click Here to apply](https://asana.com/jobs)\n"
  },
  {
    "path": "src/companies/astronomer.md",
    "content": "---\ntitle: \"Astronomer\"\nslug: astronomer\nwebsite: https://www.astronomer.io/\ncareers_url: https://astronomer.recruitee.com/\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - data\n  - devops\n  - go\n  - graphql\n  - infrastructure\n  - javascript\n  - nosql\n  - python\n  - scala\n  - sql\naddedAt: 2017-07-04\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\n**Astronomer is a data engineering platform that collects, processes and unifies your enterprise data, so you can get straight to analytics, data science and—more importantly—insights.**\n\nFounded in 2015 in Cincinnati, Ohio, our team comes from a diverse mix of backgrounds including Facebook, Oracle, EY, Dunnhumby and the FBI. Astronomer is venture backed from investors including 500 Startups, AngelPad and CincyTech. We're growing fast and we're looking for exceptional talent to jump on board our rocket ship.\n\n## Company size\n\n20-50\n\nWe're a fast growing tech startup nearing 50 full-time people.\n\n## Remote status\n\nRemote schedules vary by role and person with flexible hours. The core engineering and product teams are predominantly in Cincinnati, where most engineers work a mix of on-site and remote. Our front-end team is mostly remote.\n\n## Region\n\nUS-based. We currently have team members in Cincinnati, Louisville, Denver, and Boulder.\n\n## Company technologies\n\nNode.js, Python, Scala, Apache Airflow, Apache Spark, Apache Kafka, Kinesis, Redshift, PostgreSQL, MongoDB, React, GraphQL, Docker, Apache Mesos, DC/OS, Prometheus, Terraform\n\nA good amount of our code is open source on [GitHub](https://github.com/astronomerio/). Additionally, we have a newly added [Open Source at Astronomer](https://docs.astronomer.io/docs/1.0/guides/open-source/) page covering packages we've created and contributions to other projects.\n\nWe publish a variety of technical posts on [our blog](https://www.astronomer.io/blog) and [Medium publication](https://medium.com/the-astronomer-journey/latest).\n\n## Office locations\n\nCincinnati, OH\n\n## How to apply\n\n[Astronomer - Careers](https://www.astronomer.io/careers/)\n"
  },
  {
    "path": "src/companies/atento.md",
    "content": "---\ntitle: \"Atento\"\nslug: atento\nwebsite: https://atento.gupy.io\nregion: other\nremote_policy: remote-friendly\naddedAt: 2023-10-02\nupdatedAt: 2023-10-02\n---\n\n##  Company blurb\nAtento is one of the top 5 customer relationship management (CRM) and business process outsourcing providers (BPO) in the world and leader in Latin America.\n\n  \n\n##  Company size\n92,663 employees on LinkedIn\n\n  \n\n##  Remote status\nYou will be working from home on an Atento PC, so there is an expectation that you are organized and self driven.\n\n  \n\n##  Region\nBrazil, Mexico and EMEA\n\n  \n\n##  Company technologies  \nOur unique expertise lies in combining data technology and digital tools with decades of experience in customer experience. This allows us to provide valuable insights for every step of the end/customer's journey, resulting in more valuable experiences for consumers and companies.\n  \n\n##  Office locations\n - Miramar, FL, United States\n - San Antonio, TX, United States\n - Pleasant Grove, UT, United States\n - Buenos Aires, Buenos Aires Province, Argentina\n\n  \n\n##  How to apply\n[Click Here to apply](https://atento.gupy.io/)\n"
  },
  {
    "path": "src/companies/atlassian.md",
    "content": "---\ntitle: \"Atlassian\"\nslug: atlassian\nwebsite: https://www.atlassian.com/\nregion: other\nremote_policy: remote-friendly\naddedAt: 2022-10-08\nupdatedAt: 2022-10-13\n---\n\n##  Company blurb\n\n  \n\nOver 200,000 people trust Atlassian.\n\nBehind every great human achievement, there is a team.\nFrom medicine and space travel to disaster response and pizza deliveries, our products help teams all over the planet advance humanity through the power of software.\n\nOur mission is to help unleash the potential of every team.\n\n  \n\n##  Company size\n\n  \n\n15,372 employees on LinkedIn\n\n  \n\n##  Remote status\n\n  \n\nBecause we work in a remote environment, we happily hire people from all over the world who share our mission of making sending money as easy as sending a text.\n\n  \n\n##  Region\n\n  \nUS, Europe, Asia, and Australia\n\n  \n\n##  Company technologies\n\n  \nAtlassian is a provider of collaboration, development, and issue tracking software for teams. With over 50,000 global customers (including 85 of the Fortune 100), their advancing the power of collaboration with products including JIRA, Confluence, HipChat, and Bitbucket.\n\n  \n\n##  Office locations\n\n  \n\n - Sydney, Australia  \n - Bangalore, India\n - San Fransico, USA\n - Boston, USA\n\n  \n\n##  How to apply\n\n  \n\n[Click Here to apply](https://www.atlassian.com/company/careers)\n"
  },
  {
    "path": "src/companies/atozdebug.md",
    "content": "---\ntitle: \"ATOZDEBUG\"\nslug: atozdebug\nwebsite: https://atozdebug.com/\ncareers_url: https://www.linkedin.com/company/atozdebug/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - mobile\n  - nosql\n  - php\n  - python\n  - sql\naddedAt: 2024-10-08\nupdatedAt: 2024-10-08\n---\n\n## Company blurb\r\n\r\nATOZDEBUG is a software development company that transforms ideas into digital experiences. We specialize in building custom software, websites, and mobile apps, along with UI/UX design and AI integration, serving clients worldwide with a focus on SaaS solutions.\r\n\r\nWhether you want to launch a new SaaS business quickly or need to outsource to a team because you can’t hire fast enough, we’ll take full ownership of the product as if it were our own. Learn how to get a dedicated development team\r\n\r\n## Company size\r\n\r\n11-50\r\n\r\n## Remote status\r\n\r\nWe’re 100% remote. You’ll have the flexibility to work from home or rent a personal office.\r\n\r\n## Region\r\n\r\nWorldwide. While our management team is based in the India, we hire technical writers all around the world.\r\n\r\n## Company technologies\r\n\r\nSoftware Development:\r\n\r\n* JS\r\n* React\r\n* Next.JS\r\n* Node\r\n* Express\r\n* MongoDB\r\n* MySQL\r\n* React Native\r\n* Python\r\n\r\nDevOps:\r\n\r\n* AWS\r\n* Heroku\r\n* GitHub Actions\r\n* Laravel Envoyer\r\n\r\n## Office locations\r\n\r\nAssam, India\r\n\r\n## How to apply\r\n\r\nCheck our jobs page: https://www.linkedin.com/company/atozdebug/\r\n\r\nIf your position isn't listed, create it by emailing hr@atozdebug.com and starting a conversation.\n"
  },
  {
    "path": "src/companies/audiense.md",
    "content": "---\ntitle: \"Audiense\"\nslug: audiense\nwebsite: https://www.audiense.com/\ncareers_url: https://aboutus.audiense.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - ml\n  - python\naddedAt: 2018-04-24\nupdatedAt: 2020-10-17\n---\n\n## Company blurb\n\nAudiense enables innovative organizations to understand and apply the power of audience segmentation and insights by reinventing the use of compliant social data to make it more strategic and connect it with the business/marketing strategy to be relevant and deliver results. Audiense is used to find and understand large or very specific audiences perfectly matched to your product or brand and discover what an audience talk about, their affinities, as well as how they think, behave and define themselves.\n## Company size\n\n51-200 employees\n\n## Remote status\n\nEmployees can work from anywhere in the world and they offer flexible working hours.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Data Mining\n- Segmentation\n- Python\n- Machine Learning\n- Tableau\n\n\n## Office locations\n\nUK, US and Spain\n\n## How to apply\n\n[Audiense Careers](https://aboutus.audiense.com/careers)\n"
  },
  {
    "path": "src/companies/aula.md",
    "content": "---\ntitle: \"Aula Education\"\nslug: aula-education\nwebsite: https://aula.education/\ncareers_url: https://aulaatcoventry.notion.site/career](https://aulaatcoventry.notion.site/Aula-Work-with-us-b5f19ee874c5435591ac70b804aff8f9\nregion: worldwide\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\naddedAt: 2019-04-29\nupdatedAt: 2022-11-26\n---\n\n## Company blurb\n\nAula is a remote-first 50-person team from 20 nationalities building a communication platform for education. Think ‘Slack for education’.\n\nPowered by an ecosystem of integrations, Aula is the foundational layer in the university tech stack that shapes a whole industry.\n\nWe built Aula because we believe digital infrastructure should encourage community and participation-based learning.\n\nWe’re backed by people like the founder of Unity, CTO at Eventbrite, a co-founder of Zendesk, a co-founder of JustEat and world-class VCs like Project A, BrightEye and Sunstone.\n\n## Company size\n\n50-100.\n\n## Remote status\n\nAula is a remote-first company. Remote workplaces can be full of trust, belonging, fun and safety - just like we are building community inWe believe remote work is a competitive advantage.\n\nWe are convinced that 'Aula as a remote company' would win against 'Aula as office-based company'.\n\n**Advantages for you**\n\n1. **Flexibility and autonomy**. Pick up your kids when you want to. Sleep in.\n2. **No commute**.\n3. **Live where you want to**.\n4. **Flow**. Control your interruptions.\n\n\n## Region\n\n**Worldwide**\n\nAs long as you can make a commitment to have at least 4 hours overlap with the GMT/BST timezone we don't mind where you live.\n\n## Company technologies\n\n- React (and React Native)\n- Microservices backends with Node.js and AWS\n- Serverless with AWS Lambda\n- Docker\n- ES6/7 Javascript\n- Redux\n- Mongo, Redis and others dbs\n\n## Office locations\n\nNone 🌎\n\n## How to apply\n\nHave a look at our openings here: [https://aulaatcoventry.notion.site/career](https://aulaatcoventry.notion.site/Aula-Work-with-us-b5f19ee874c5435591ac70b804aff8f9)\n"
  },
  {
    "path": "src/companies/auth0.md",
    "content": "---\ntitle: \"Auth0\"\nslug: auth0\nwebsite: https://auth0.com/\ncareers_url: https://auth0.com/jobs\nregion: worldwide\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\n  - python\n  - ruby\n  - sql\naddedAt: 2015-12-12\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\n#### About Us\nWe're a team of developers that got tired of the friction caused by complex identity environments. So we built a zero-friction, infinitely extensible, enterprise-class web-scale cloud solution that makes identity easy.\n\n#### Our Mission\nZero-friction authentication and authorization for developers.\n\n## Company size\n\n64 team mates listed under [meet the team](https://auth0.com/about#meet-the-team)\n\n## Remote status\n\nPartly remote, all jobs listed as remote being an option. Described as \"Embrace Distributed Work\" under [Who We Are on the job page](https://auth0.com/jobs).\n\n## Region\n\nWorldwide, company offices are spread throughout the world and all open job listing offer remote.\n\n## Company technologies\n\nCurrent stack is node.js, mongodb, ElasticSearch, CoreOS, Docker, Puppet and the service runs in AWS, Azure and Google Cloud in multiple regions.\n\nAlso be familiar with:\n* JavaScript\n* Python\n* Ruby\n* Puppet, Chef, Ansible\n* Docker\n* PostgreSQL\n* Node.js\n* JSON Web Tokens\n* OAuth, OpenID Connect\n\n## Office locations\n\n8 office locations\n\n## How to apply\n\n[Auth0 careers page](https://auth0.com/jobs)\n"
  },
  {
    "path": "src/companies/automattic.md",
    "content": "---\ntitle: \"Automattic\"\nslug: automattic\nwebsite: https://automattic.com/\ncareers_url: https://automattic.com/work-with-us/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - data\n  - java\n  - javascript\n  - php\n  - python\n  - search\n  - sql\naddedAt: 2015-10-29\nupdatedAt: 2022-10-30\n---\n\n## Company blurb\n\nWe are the people behind WordPress.com, WooCommerce, Jetpack, WordPress VIP, Simplenote, Longreads, WPScan, Akismet, Gravatar, Crowdsignal, Cloudup, Tumblr, Day One, Pocket Casts, and more. We believe in making the web a better place.\n\n[We’re a distributed company](https://distributed.blog/) with 2,044 Automatticians in 98 countries speaking 122 different languages. We’re committed to [diversity, equity, and inclusion](https://automattic.com/diversity-and-inclusion/), and our common goal is to democratize publishing and commerce so that anyone with a story can tell it, and anyone with a product can sell it, regardless of income, gender, politics, language, or where they live in the world.\n\n[We believe in Open Source](https://github.com/Automattic) and the vast majority of our work is available under the GPL.\n\nWe strive to live by the [Automattic Creed](https://automattic.com/creed/).\n\nAutomattic is a [Most Loved Company](https://mostlovedworkplace.com/companies/automattic-inc/) and [Disability Confident Committed](https://disabilityconfident.campaign.gov.uk/). (Here’s [what that might mean for you](https://happinessengineer.blog/2022/09/08/happiness-for-everyone-working-with-a-disability-at-automattic/).)\n\n## Company size\n\n[We’re a distributed company](https://distributed.blog/) with 2,044 Automatticians in 98 countries speaking 122 different languages. \n\n## Remote status\n\nWe've been distributed since day one (2005!) so [we understand remote work](https://automattic.com/work-with-us/).\n\nChoose your own adventure · Everyone works from where they feel works for them.\n\n## Region\n\nWorldwide - our team members hail from all over, every continent except Antarctica (so far!) - this means [almost 100 countries](https://automattic.com/map/).\n\n## Company technologies\n\nWordPress, JavaScript (Node/React/Redux), PHP, Spark, Kafka, Elasticsearch, Impala/Hive, MySQL, Java, Python, [and more](https://github.com/automattic)\n\n## Office locations\n\nWe have no official physical office but have a few spaces the team occassionally works from in San Francisco and New York City.\n\n## How to apply\n\nCome [work with us](https://automattic.com/work-with-us/).\n"
  },
  {
    "path": "src/companies/axelerant.md",
    "content": "---\ntitle: \"Axelerant\"\nslug: axelerant\nwebsite: https://axelerant.com/\ncareers_url: https://www.axelerant.com/careers\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\n  - php\n  - ruby\naddedAt: 2016-03-08\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nAxelerant is a full-service software development company that focuses on open-source technologies. Top technical talent who are passionate, giving, and communicative demonstrates our backbone. We provide high-end Strategy, Implementation, and Support services for our clients and agencies with whom we partner.\n\n## Company size\n\n50-100 employees\n\n## Remote status\n\nOur team members span the world, and we follow agile delivery and working processes. Further, we're actively giving back to many open-source communities and have fostered an innovative, incubator culture to give ideas a chance to succeed.\n\n## Region\n\nWorldwide - Axelerant team members work from home, cafes, or co-working spaces.\n\n## Company technologies\n\n* Drupal\n* WordPress\n* PHP\n* Git\n* HTML\n* CSS\n* JavaScript\n* Ruby\n\n## Office locations\n\n* Atlanta, United States\n* Gurgaon, India\n\n## How to apply\n\nVisit [Axelerant Careers page](https://www.axelerant.com/careers) for information on how to apply.\n"
  },
  {
    "path": "src/companies/axios.md",
    "content": "---\ntitle: \"Axios\"\nslug: axios\nwebsite: https://axios.com/\ncareers_url: https://www.axios.com/careers/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\n  - php\n  - ruby\naddedAt: 2021-10-30\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nAxios is a news and technology company that covers the topics and trends that matter through newsletters, a news stream, a mobile app, podcasts and our HBO show. Axios puts the trust of our consumers first and strives to make news consumption an easy, efficient, and worthy experience. We call this Smart Brevity.\n\n## Company size\n\n110-250 employees\n\n## Remote status\n\nOur team members span the world, and we follow agile delivery and working processes. Further, we're actively giving back to many open-source communities and have fostered an innovative, incubator culture to give ideas a chance to succeed.\n\n## Region\n\nUSA - Axios team members work from home, cafes, or co-working spaces.\n\n## Company technologies\n\n* Drupal\n* WordPress\n* PHP\n* Git\n* HTML\n* CSS\n* JavaScript\n* Ruby\n\n## Office locations\n\n* Arlington, VA\n\n## How to apply\n\nVisit [Axios Careers page](https://www.axios.com/careers/) for information on how to apply.\n"
  },
  {
    "path": "src/companies/bairesdev.md",
    "content": "---\ntitle: \"Bairesdev\"\nslug: bairesdev\nwebsite: https://bairesdev.com/\ncareers_url: https://www.bairesdev.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\n  - dotnet\n  - java\n  - javascript\n  - linux\n  - ml\n  - mobile\n  - nosql\n  - php\n  - python\n  - ruby\n  - sql\naddedAt: 2019-10-29\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nBairesDev provides all the roles needed to complete the team you require. This team is typically composed by a PM, SW engineers, QA engineers and other roles that are defined for each specific project. Management is conducted jointly by BairesDev Scrum Master / Project Manager and Client’s Product Owner.\n\nThe Dedicated Team works autonomously, but communicates and reports status as often as requested by you. Using the Agile Methodology, it relies heavily on feedback and discoveries made during testing to shape its design and functions.\n\nOur expert Dedicated Teams work swiftly in sprints to efficiently attack the backlog while maintaining the flexibility to re-prioritize and adjust to deliver the best possible product.\n\nApplying the highest skilled engineering talent through the dedicated team approach, BairesDev’s Dedicated Teams can start delivering technology solutions and value immediately since teams are quickly spun up by us to implement and execute agreed plans.\n\n## Company size\n\n1000-5000 employees\n\n## Remote status\n\nWork from anywhere.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n* Java\n* PHP\n* .NET\n* SQL Server\n* Python\n* Android\n* Angular\n* iOs\n* Ruby\n* Linux\n* Node JS\n* React\n* MySQL\n* mongoDB\n* C++\n* SAP\n* AWS\n* Joomla\n* Oracle\n\n## Office locations\n\n* San Francisco, United States\n* Washington, DC, United States\n* Havard, United States\n* North Carolina, United States\n* New York, United States\n* Toronto, Canada\n* Buenos Aires, Argentina\n* Mexico City, Mexico\n* São Paulo, Brazil\n* Bogota, Colombia\n* Barcelona, Spain\n\n## How to apply\n\nVisit [Bairesdev Careers page](https://www.bairesdev.com/careers/) for information on how to apply.\n"
  },
  {
    "path": "src/companies/balena.md",
    "content": "---\ntitle: \"Balena\"\nslug: balena\nwebsite: https://www.balena.io/\ncareers_url: https://balena.workable.com/\nregion: worldwide\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\n  - linux\n  - rust\n  - sql\naddedAt: 2019-08-11\nupdatedAt: 2019-08-11\n---\n\n## Company blurb\n\nBalena’s mission is to unlock the potential of physical computing by removing friction for IoT device fleet owners. We believe that edge computing is the next major computing paradigm, and every new computing paradigm needs a scalable development platform to match. We’re building that platform by focusing on removing any barrier preventing mainstream developers from being successful.\n\nThe [balena](https://balena.io/) platform simplifies device fleet management, so developers can focus on their product, not their infrastructure. We provide tools that make it easy for any developer to build applications for IoT and the Edge, this means we work on the entire stack, including the hardware!\n\n## Company size\n\n50-75\n\n## Remote status\n\nWe embrace a remote-first culture, allowing team members to work flexible hours and encouraging a healthy work-life balance. Carefully selected tools and processes ensure effective communication and facilitate collaboration. Plus, we bring the entire team together for a week-long summit at least once a year, in cities like Athens and Barcelona.\n\n## Region\n\nWorldwide - our team is located in roughly 20 countries across 8 timezones and continually growing.\n\n## Company technologies\nIn no particular order:\n- balenaCloud, balenaFin, balenaOS, balenaEtcher, openBalena\n- IoT devices\n- Docker\n- Kubernetes\n- Linux\n- JavaScript\n- TypeScript\n- Node.js\n- PostgreSQL\n- React\n- Electron\n- AWS\n- Yocto\n- Rust\n- Prometheus\n- Jenkins\n- Raspberry Pi\n- Go\n\n## Office locations\n\n- London\n- Athens\n- Seattle\n- Milan\n\n## How to apply\n\nIf you’re interested in helping us shape the future of IoT, check out our [careers page](https://balena.workable.com/) and get in touch.\n"
  },
  {
    "path": "src/companies/balsamiq.md",
    "content": "---\ntitle: \"Balsamiq\"\nslug: balsamiq\nwebsite: https://balsamiq.com/\ncareers_url: https://balsamiq.com/company/jobs/\nregion: europe\nremote_policy: hybrid\ncompany_size: small\naddedAt: 2017-08-10\nupdatedAt: 2018-05-24\n---\n\n## Company blurb\n\nBalsamiq makes rapid wireframing software that combines the simplicity of paper sketching with the power of a digital tool so that teams can focus on what's important. Balsamiq is a small and personable company that competes on usability and customer service. Balsamiq believes work should be fun, and that life is too short for bad software. ([read more on our company page](https://balsamiq.com/company/))\n\n## Company size\n\n20-50\n\n## Remote status\n\nBalsamiq is optimized for working remotely. This means that even the employees who work in our office in Italy work as if they were remote. All communication and meetings are done using connected digital tools, for example. \n\n## Region\n\nWe currently have employees in the U.S. and in several European countries.\n\n## Office locations\n\nWe have one office in Bologna, Italy. All other employees work from home.\n\n## How to apply\n\n[Balsamiq jobs page](https://balsamiq.com/company/jobs/)\n"
  },
  {
    "path": "src/companies/bandcamp.md",
    "content": "---\ntitle: \"Bandcamp\"\nslug: bandcamp\nwebsite: https://bandcamp.com/\ncareers_url: https://bandcamp.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\naddedAt: 2015-10-19\nupdatedAt: 2018-05-24\n---\n\n## Company blurb\n\nBandcamp makes it easy for fans to directly connect with and support the artists they love. We treat music as art, not content, and we tie the success of our business to the success of the artists who we serve.\n\n## Company size\n\n[28](https://bandcamp.com/about)\n\n## Remote status\n\nWe're now a team of 28, spread throughout libraries, cafes, co-working spaces and home offices all over the world, but united by a love of music and a desire to help those who make it.\nThere is no Bandcamp office. Our team is sprinkled throughout the world, with arms, cells, pods, what-have-yous in San Francisco, Montreal, The City of Angels, the Pacific NW, a Carolina, Pittsburgh, Vermont, the British Isles, Montreal, Berlin and I’m probably forgetting a few. We get together all day and night on slack, design and document everything in a wiki, do a short daily hangout that is exactly like the start of Hill Street Blues, and meet in person a few times a year for strategizing, working head-to-head, and laser bowling. If you do not have a strong social structure outside of work then employment at Bandcamp will likely lead to heart disease and an early death. We’re hiring!\n\n## Region\n\nWorldwide\n\n## Office locations\n\nThere is no Bandcamp office. Our team is sprinkled throughout the world.\n\n## How to apply\n\n[Bandcamp Jobs page](https://bandcamp.com/jobs)\n"
  },
  {
    "path": "src/companies/bandlab.md",
    "content": "---\ntitle: \"BandLab\"\nslug: bandlab\nwebsite: https://bandlab.com/\ncareers_url: https://apply.workable.com/bandlabtechnologies/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - dotnet\n  - go\n  - java\n  - javascript\n  - mobile\naddedAt: 2021-10-10\nupdatedAt: 2021-10-10\n---\n\n## Company blurb\n\nBandLab is a leading social music creation platform with a global reach of over 40 million users. Through its best-in-class digital audio workstation (DAW) and audio hardware division, BandLab empowers creators to make music and share their creative process with musicians and fans on an unprecedented level.\n\nThe BandLab product family also includes BandLab for Education, an award-winning music creation platform with classroom management tools, and Cakewalk by BandLab, a professional-level digital recording studio for career musicians and producers.\n\n## Company size\n\n200+ (as of Oct 2021)\n\n## Remote status\n\nBandLab has a lot of remote job openings and most of the team works remotely.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nTypeScript, Swift, Kotlin, Go, .NET, Node.js, AWS/Azure/GCP, Serverless, and many others depending on the team.\n\n## Office locations\n\nSingapore, US, UK\n\n## How to apply\n\nJob openings: https://apply.workable.com/bandlabtechnologies/\n"
  },
  {
    "path": "src/companies/bandzoogle.md",
    "content": "---\ntitle: \"Bandzoogle\"\nslug: bandzoogle\nwebsite: https://bandzoogle.com/\ncareers_url: https://bandzoogle.com/jobs\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - api\n  - javascript\n  - ruby\naddedAt: 2015-11-14\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nThe website builder created by musicians for musicians.\nFrom the beginning, we've had a simple goal: to empower musicians to build effective websites for their music.\n\n## Company size\n\n16 team members listed on the [about us page](https://bandzoogle.com/about-us), 21 mentioned on a [job listing](https://bandzoogle.com/jobs/201510-javascript-developer)\n\n## Remote status\n\nWork from anywhere.\nBandzoogle is a \"virtual office\"; everyone works from where they love to be. We don't let physical distance keep us apart: we're always in close contact through our busy company chat rooms, meetings / screensharing via Skype, as well as yearly face-to-face meetups in fun places (last year was in at Chateau Montebello in Quebec).\nBandzoogle has been remote-only for 11 years, and we've made flexibility and work/life balance a priority. Our 21-member team are smart, friendly, pragmatic problem-solvers. Over the years, we've learned how to create a work environment where everyone can contribute and get things done, with minimal overhead.\n\n## Region\n\nWorldwide - Bandzoogle is remote-only.\n\n## Company technologies\n\nRoR, Ember.js, APIs\n\n## Office locations\n\nNo physical location.\n\n## How to apply\n\nInformation and job listings are listed on [Join the team](https://bandzoogle.com/jobs)\n"
  },
  {
    "path": "src/companies/baremetrics.md",
    "content": "---\ntitle: \"Baremetrics\"\nslug: baremetrics\nwebsite: https://baremetrics.com/\ncareers_url: https://baremetrics.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - php\naddedAt: 2015-11-30\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWho we are, what we’re about & what we do, yo. Baremetrics is pretty much the bee’s knees. We're the best Stripe analytics tool out there. Period.\nWe are a small, tightknit team. We are proud of every piece of work that rolls out. We know what we want to build, where it should go and how we’ll get there. We go out, kill it and drag it home.\nSince launching, we’ve added some great customers, received some killer press and are hiring like crazy. We’re growing fast, and have been since day 1. So, if you’d like to chat about what it’s like here, who works here, why it matters and what our favorite snacks are...just reach out.\n\n## Company size\n\n5!\n\n## Remote status\n\n[100% Remote](https://baremetrics.com/jobs)\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nPHP, jQuery\n\n## Office locations\n\nNone, 100% remote.\n\n## How to apply\n\nJobs and info is posted at the [jobs page](https://baremetrics.com/jobs)\n"
  },
  {
    "path": "src/companies/basecamp.md",
    "content": "---\ntitle: \"Basecamp\"\nslug: basecamp\nwebsite: https://basecamp.com/\ncareers_url: https://basecamp.com/about/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - ruby\n  - sql\naddedAt: 2015-10-13\nupdatedAt: 2019-02-23\n---\n\n## Company blurb\n\nChaos, organized.\nBasecamp keeps people on the same page. No matter what your role is, everyone works toward a common goal: finishing a project together.\n\n## Company size\n\n54 team members shown on the [team page](https://basecamp.com/about/team)\n\n## Remote status\n\nBasecamp are a big supporter of Remote Working, they created the job board [WeWorkRemotely](https://weworkremotely.com) and wrote a book about it called, [Remote](https://37signals.com/remote)\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRuby, Rails, CoffeeScript, Backbone.js, Memcached, MySQL, S3\n\n## Office locations\n\nWhile people who work at Basecamp can live and work anywhere they want, about 14 of us work out of our Chicago headquarters.\n\n## How to apply\n\nWe don’t always have job openings.  See the [Work at Basecamp](https://basecamp.com/about/jobs) for more information.\n"
  },
  {
    "path": "src/companies/bear-group.md",
    "content": "---\ntitle: \"Bear Group\"\nslug: bear-group\nwebsite: https://www.beargroup.com/\ncareers_url: https://www.beargroup.com/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - php\naddedAt: 2021-02-07\nupdatedAt: 2021-02-07\n---\n\n## Company blurb\n\nWe’re a 26-person website development firm focused on building and supporting \ntop-notch Magento, Drupal, and Shopify solutions that help businesses grow. We \nwork with some amazing organizations across many industries, and are proud to \nplay a part in their successes and—in many cases—their transformations.\n\n## Company size\n\n20-50\n\n## Remote status\n\nWe’re a remote-first, US-based company with headquarters in Seattle. Being \nfully remote, we come together in Slack and Jira most often, with the occasional \nmeeting in Zoom. We believe in creating the space—and freedom—for our team to \nfocus, and really appreciate how we can do that remotely (with some lighthearted \nfun in the mix, of course!).\n\n\n## Region\n\nUSA\n\n## Company technologies\n\n- Drupal\n- Magento\n- Shopify\n\n## Office locations\n\nSeattle, WA - Headquarters\n\n## How to apply\n\nhttps://www.beargroup.com/careers\n"
  },
  {
    "path": "src/companies/bebanjo.md",
    "content": "---\ntitle: \"BeBanjo\"\nslug: bebanjo\nwebsite: https://bebanjo.com/\ncareers_url: https://bebanjo.com/careers/\nregion: worldwide\nremote_policy: hybrid\naddedAt: 2018-04-24\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nAt BeBanjo, we strive to make our customers great at putting video content online. We build easy to use, powerful web applications to manage video on-demand (VOD) services. Our customers are broadcasters, Hollywood studios and platform operators in Europe, the US and Australia. They include BT TV, Channel 5, Orange, BBC Studios and Turner, to name a few. We believe we offer the best products in the world for companies running large VOD services.\n\n## Remote status\n\nWe work remotely using Slack, GitHub, Hangouts and our homemade tools. But if we feel like going to an office, we have one in London and another one in Madrid.\n\n## Region\nWorldwide - work from anywhere\n\n## Office locations\n\n* Doctor Fourquet 27, local Izq. 28012 Madrid (Spain)\n* 26 Leonard Street, London, EC2A 4BY (UK)\n* 3000 Olympic Blvd\nSanta Monica, CA 90404 (USA)\n\n## How to apply\n\nVisit [Bebanjo Careers page](https://bebanjo.com/careers/) for information on how to apply.\n"
  },
  {
    "path": "src/companies/beenverified.md",
    "content": "---\ntitle: \"BeenVerified\"\nslug: beenverified\nwebsite: https://www.beenverified.com/\ncareers_url: https://www.beenverified.com/careers/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\n  - php\n  - ruby\naddedAt: 2020-01-14\nupdatedAt: 2020-01-14\n---\n\n## Company blurb\n\nBeenVerified’s mission is to help people discover, understand and use public data in their everyday lives.\n\nAt BeenVerified, our overriding goal is a simple one: we want to provide you with access to public information that was formerly only available to big companies and people with deep pockets in a way that is easy, affordable, and fast. Founded in 2007, we're a talented and passionate team and one of the fastest growing companies in New York City.\n\n## Company size\n\n100+\n\n## Remote status\n\nWe have a growing number of remote workers across the US and Costa Rica. We regularly use Slack, Hangouts/Meet, and other tools to stay connected regardless of where we are. Our main offices are in New York City and Costa Rica and we make sure to have remote and onsite employees visit our offices to facilitate projects and keep things moving smoothly.\n\n## Region\n\nWorldwide - work from anywhere\n\n## Company technologies\n\nRuby, Ruby on Rails, Go, EmberJS, React, PHP, HTML, CSS, JavaScript\n\n## Office locations\n\n* New York City (USA)\n* San José (Costa Rica)\n\n## How to apply\n\nVisit our [Careers page](https://www.beenverified.com/careers/) for information on how to apply.\n"
  },
  {
    "path": "src/companies/best-practical-solutions.md",
    "content": "---\ntitle: \"Best Practical Solutions\"\nslug: best-practical-solutions\nwebsite: https://bestpractical.com/\ncareers_url: https://bestpractical.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - linux\n  - sql\naddedAt: 2019-05-22\nupdatedAt: 2019-05-22\n---\n\n## Company blurb\n\nBest Practical Solutions develops and maintains the open source ticketing software, Request Tracker (RT), and many of its extensions.\n\n## Company size\n\n0-20\n\n## Remote status\n\nFully distributed team. Employees can work from anywhere worldwide.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nPerl, Mason, MySQL/PostgreSQL/Oracle, Linux based OS, JavaScript/jQuery, CSS\n\n## Office locations\n\nNo physical location\n\n## How to apply\n\nCheck for openings [here](https://bestpractical.com/jobs)\n"
  },
  {
    "path": "src/companies/betable.md",
    "content": "---\ntitle: \"Betable\"\nslug: betable\nwebsite: https://corp.betable.com/\ncareers_url: https://corp.betable.com/careers\nregion: americas-europe\nremote_policy: remote-friendly\naddedAt: 2018-04-24\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\nBETABLE PROVIDES THE ONLY FULL-STACK PLATFORM FOR FRICTIONLESS MARKET ENTRY AND THE CREATION, DISTRIBUTION AND CONSUMPTION OF GAMBLING ENTERTAINMENT.\n\nBetable’s platform will become the rails for creating, distributing and consuming all real-money gambling games.\n\n## Remote status\nWe have team-members in Edmonton, Manchester and San Francisco.\n\n## Region\nUSA, Europe\n\n## Office locations\n* Edmonton, Canada\n* San Francisco, California\n* Manchester, England\n\n## How to apply\nVisit [Betable Careers page](https://corp.betable.com/careers) for information on how to apply.\n"
  },
  {
    "path": "src/companies/betapeak.md",
    "content": "---\ntitle: \"BetaPeak\"\nslug: betapeak\nwebsite: https://betapeak.com\nregion: worldwide\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - php\naddedAt: 2019-02-05\nupdatedAt: 2019-02-05\n---\n\n## Company blurb\n\nWe make the internet better with engineering services, innovative tools, and dependable approaches that take the pain out of building seed and early stage products.\n\n## Company size\n\n10+ remote team members in positions ranging from frontend, backend devs, QAs, all the way to business analysts\n\n## Remote status\n\nWork from anywhere.\nBetaPeak is a \"virtual office\" company; everyone works from where they love to be. We don't let physical distance keep us apart: we're always in close contact through our busy company chat rooms.\n\n## Region\n\nWorldwide - BetaPeak is remote-only.\n\n## Company technologies\n\nVue.js, Nuxt.js, React, Laravel, node, AWS\n\n## Office locations\n\nNo physical location.\n\n## How to apply\n\nDrop us an email at hello@betapeak.com, we're looking for new team members constantly.\n"
  },
  {
    "path": "src/companies/betterup.md",
    "content": "---\ntitle: \"BetterUp\"\nslug: betterup\nwebsite: https://www.betterup.com/\ncareers_url: https://www.betterup.com/about-us/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - api\n  - cloud\n  - java\n  - javascript\n  - ml\n  - mobile\n  - ruby\n  - sql\naddedAt: 2018-11-09\nupdatedAt: 2022-08-20\n---\n\n## Company blurb\n\n[BetterUp](https://www.betterup.com/en/about-us)'s mission is to enable people to live their lives with more purpose, passion, and clarity with a new breed of personalized coaching that is rooted in evidence-based science and is highly accessible. We have built a team of world class behavioral scientists, health experts, navy seals, and even olympic medalists\n\nWe are an agile development shop that lives and breathes lean startup principles, continuous deployment, and have built culture of engineering quality where each team member is empowered to have an impact on our mission of building a platform for transformational behavior change.\n\n## Company size\n\n140 people and growing fast\n\n## Remote status\n\n~50% of the company is remote, and the engineering team is 90%+ remote. We have a strong remote culture and constantly refine our practices and processes to ensure remote employees as integral parts of every team they are on. We also participate in quarterly retreats to meet up in person.\n\n## Region\n\nNorth America, Latin America\n\n## Company technologies\n\nOur principles and practices:\n\n* Comprehensive test coverage (> 95%)\n* Maintaining up to date dependencies (minor dependencies upgraded within 1 week of release, major dependencies 1 month)\n* Continuous Deployment (ship early, ship often)\n* Performance as a feature (< 250ms 95th percentile API response time)\n* \"Just in time\" Architecture (invest in architecture in lockstep with product initiatives)\n\nOur tech stack includes:\n\n* Ruby on Rails\n* EmberJS\n* PostgreSQL\n* Heroku\n* iOS (Swift)\n* Android (Kotlin)\n\n\n## Office locations\n\nOur headquarters is in San Francisco and we have a satellite office in Phoenix, AZ.\n\n## How to apply\n\nWe are hiring! Visit [https://www.betterup.com/about-us/careers](https://www.betterup.com/about-us/careers)\n"
  },
  {
    "path": "src/companies/beyond-company.md",
    "content": "---\ntitle: \"Beyond Company\"\nslug: beyond-company\nwebsite: https://beyondcompany.com.br/\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2022-10-13\nupdatedAt: 2022-10-18\n---\n\n## Company blurb\n\nBeyond Company (aka Beyond Co.) is a product company (startup like). We use agile development and cutting edge technology when creating solutions for our customers. Counting on developers, designers and even jurists, our multidisciplinary team offers services such as Artificial Intelligence, G Suite Migration and Customization, Cloud Architecture and Development, evaluating large volumes of data and obtaining great performances in our clients' businesses. More info in our [website](https://beyondcompany.com.br).\n\n## Company size\n\n20-50\n\n## Remote status\n\nAll the developers are remote. We also have an offices spread across several places in Brazil..\n\n## Region\n\n- Brazil\n\n## Company technologies\n\nOur main stack is:\n- VueJS\n- Javascript/Typescript\n- Sequelize + Express/NestJS\n\nNo specific language experience is required. If you have experience in similar fields we want to hear from you.\n\n## Office locations\n\n- Recife - Brazil\n- Rio de Janeiro - Brazil\n- São Paulo - Brazil\n- Belo Horizonte - Brazil\n- Brasília - Brazil\n\n## How to apply\n\nSend email to curriculo+githubremotejobs@beyondcompany.com.br\n"
  },
  {
    "path": "src/companies/beyondpricing.md",
    "content": "---\ntitle: \"BeyondPricing\"\nslug: beyondpricing\nwebsite: https://beyondpricing.com\ncareers_url: https://www.beyondpricing.com/about/careers\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\n  - python\n  - sql\naddedAt: 2019-03-10\nupdatedAt: 2021-04-20\n---\n\n## Company blurb\n\nBeyond Pricing is an automated dynamic pricing solution for Airbnb and other vacation rental sites. \nWe utilize real-time market data to ensure our price recommendations maximize revenue and occupancy for our hosts.\nOur SaaS solution allows you to link your Airbnb listing, preview our year of recommended rates, and sync those prices directly to your Airbnb calendar.\n\n## Company size\n\n50-100\n\n## Remote status\n\nMost of the dev team is remote, we know how to onboard remote people and how to handle timezones. \nWe have flexible working hours and scheduled team/dev meeting over video chat.\n\n## Region\n\nUSA, Europe\n\n## Company technologies\n\nWe collect billions of data points to make decisions on prices in thousands of cities around the world. \nWe then integrate with dozens of external platforms to automatically sync prices daily. Our stack is:\n- Python/Django\n- Postgres\n- Ember.js\n\n No specific language experience is required. If you have experience in similar fields we want to hear from you.\n\n## Office locations\n\n- San Francisco\n- Lisbon\n\n## How to apply\n\nSend email to jobs@beyondpricing.com\nhttps://www.beyondpricing.com/about/careers\n"
  },
  {
    "path": "src/companies/bharatpe.md",
    "content": "---\ntitle: \"BharatPe\"\nslug: bharatpe\nwebsite: https://www.bharatpe.com\ncareers_url: https://bharatpe.com/careers/\nregion: asia-pacific\nremote_policy: hybrid\ncompany_size: tiny\naddedAt: 2022-10-15\nupdatedAt: 2023-09-30\n---\n\n## Company blurb\n\nBharatPe is a leading Fintech BharatPe was founded in 2018 with the vision of making financial inclusion a reality for Indian merchants. In 2018, BharatPe launched India’s first UPI interoperable QR code, the first zero MDR payment acceptance service. In 2020, post-Covid, BharatPe also launched India’s only zero MDR card acceptance terminals – BharatSwipe. Currently serving over 80 lakh merchants across 225+ cities , the company is a leader in UPI offline transactions, processing 18 crores+ UPI transactions per month (annualized Transaction Processed Value of US$ 18.5 Bn in annualised payments). The company has already facilitated disbursement of loans totalling to over ₹7000 crores to over 400,000 merchants, since launch. BharatPe’s POS business processes payments of over US$ 4 bn annually on its POS machines. It has a network of 1.25 lac+ machines across cities. BharatPe has raised over US$ 650 million in equity and debt, till date. The company’s list of marquee investors includes Tiger Global, Dragoneer Investment Group, Steadfast Capital, Coatue Management, Ribbit Capital, Insight Partners, Steadview Capital, Beenext, Amplo and Sequoia Capital.  In June 2021, the company announced the acquisition of PAYBACK India, the country’s largest multi-brand loyalty program company with 100 million+ members. In October 2021, the consortium of Centrum Financial Services Limited (Centrum) and BharatPe, was issued a Small Finance Bank (SFB) license by the Reserve Bank of India (RBI). BharatPe also made its entry in the Buy Now Pay Later segment with the launch of postpe in October 2021.\n\n## Company size\n\n0 - 1000\n\t\n## Remote status\n\nBharatpe works to provide a professional, hybrid , fun environment at its Gurgaon Office, including healthy snacks; an open, inclusive workspace onsite fitness and trainings for all employees, flexible work schedules.\n\n## Region\n\nIndia\n\n## How to apply\n\nView the [Careers - BharatPe](https://bharatpe.com/careers/) page for more information\n"
  },
  {
    "path": "src/companies/big-cartel.md",
    "content": "---\ntitle: \"Big Cartel\"\nslug: big-cartel\nwebsite: https://www.bigcartel.com\ncareers_url: https://www.bigcartel.com/jobs/\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - javascript\n  - nosql\n  - ruby\n  - search\n  - sql\naddedAt: 2016-05-03\nupdatedAt: 2018-07-20\n---\n\n## Company blurb\n\nBig Cartel builds simple tools for artists and makers so they can make a living doing what they love.\n\n## Company size\n\n30 - 50\n\n## Remote status\n\nOur team is distributed throughout the US. We have a local office in Salt Lake City, UT (where about 10 employees live), but even SLC employees tend to work remotely at least part-time.\n\n## Region\n\nCurrently we are only set up for US-based remote employees.\n\n## Company technologies\n\nRails, Ember, JSON API, MySQL, Elasticsearch, Redis, Riak, Redshift\n\n## Office locations\n\nSalt Lake City, Utah\n\n## How to apply\n\n[Big Cartel Jobs](https://www.bigcartel.com/jobs/)\n"
  },
  {
    "path": "src/companies/bill.md",
    "content": "---\ntitle: \"Bill\"\nslug: bill\nwebsite: https://www.bill.com/\ncareers_url: https://www.bill.com/about-us/careers/\nregion: other\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - java\n  - nosql\naddedAt: 2020-10-29\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nBill.com is a leading provider of cloud-based software that simplifies, digitizes, and automates complex, back-office financial operations for small and midsize businesses.\n\n## Company size\n\n0 - 1000\n\n## Remote status\n\nBill.com works to provide a “casual, fun environment” at its Palo Alto office, including healthy snacks; an open, inclusive workspace; onsite fitness and running trails; and, for all employees, flexible work schedules.\n\n## Region\n\nCurrently we are only set up for US-based remote employees.\n\n## Company technologies\n\nJava, AWS, DynamoDB\n\n## Office locations\n\nUSA\n\n## How to apply\n\n[Bill Jobs](https://www.bill.com/about-us/careers/)\n"
  },
  {
    "path": "src/companies/bilstein-group.md",
    "content": "---\ntitle: \"bilstein group\"\nslug: bilstein-group\nwebsite: https://bilsteingroup.com/en/\ncareers_url: https://bilsteingroup.com/en/career/\nregion: other\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\n  - python\n  - search\n  - sql\naddedAt: 2024-07-30\nupdatedAt: 2024-10-21\n---\n\n## Company blurb\n\nAs a supplier and manufacturer, the bilstein group is a worldwide leading specialist in the Independent Aftermarket. We offer repair solutions for all common vehicle types in the car and commercial vehicle sector.\n\nWith our solutions in the field of digitalization (API hub, parts finder, ...), we are one of the leading players in our industry.\n\n## Company size\n\nApprox. 2100 employees, world-wide.\n\n## Remote status\n\nIn our Digital Innovation division, we work in hybrid, cross-national teams. If required, desks can be booked in the office sites of the respective locations. We meet at regular intervals for team events on site.\n\n## Region\n\n* Germany (HQ)\n* UK\n* Portugal\n* Serbia\n\n## Company technologies\n\nProgramming: Python, FastAPI, Java, VueJS, Vaadin, React, PostgreSQL\n\nDevOps: Bitbucket (Git + Pipelines), Prometheus/Grafana, Fabric, Docker, Hetzner Cloud\n\nOther tools: Keycloak, Debezium, Postgres, Elastic Search, Atlassian Stack (Jira, Confluence)\n\nCommunication: MS Teams\n\n## Office locations\n\n* Ennepetal, Germany\n* Marden, Kent, UK\n* Venda do Pinheiro, Portugal\n* Belgrade, Serbia\n\nWe have offices in a lot of other countries, [see here](https://bilsteingroup.com/en/profile/#section-79). \n\n## How to apply\n\nVisit our [careers page](https://bilsteingroup.com/en/career/) for career opportunities or apply proactively via perspektive@bilsteingroup.com.\n"
  },
  {
    "path": "src/companies/bit-zesty.md",
    "content": "---\ntitle: \"Bit Zesty\"\nslug: bit-zesty\nwebsite: https://bitzesty.com/\ncareers_url: https://bitzesty.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - elixir\n  - javascript\n  - mobile\n  - python\n  - ruby\naddedAt: 2022-06-23\nupdatedAt: 2022-06-23\n---\n\n## Company blurb\n\n[Bit Zesty](https://bitzesty.com/) a digital service design and development agency that uses technology to have a positive impact on society. We're a multi-disciplinary team of developers, consultants and user experience specialists.\n\n## Company size\n\n20+\n\n## Remote status\n\nFully remote team with HQ in London.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nRuby on Rails, Node.js, React.js, React Native, Vue.js, Python, Django, Elixir\n\n## Office locations\n\n70 White Lion Street\nLondon\nN1 9PP\nUnited Kingdom\n\n## How to apply\n\n[Career Opportunities at Bit Zesty](https://bitzesty.com/careers/)\n"
  },
  {
    "path": "src/companies/bitnami.md",
    "content": "---\ntitle: \"Bitnami\"\nslug: bitnami\nwebsite: https://bitnami.com/\ncareers_url: https://bitnami.com/careers\nregion: europe\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\n  - php\naddedAt: 2017-07-04\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nBuild the software packaging and delivery tools that impact millions of people. \n\nWe make server software easier to use, regardless of platform — in a VM, the cloud, or a container. Try one of the 140+ applications and development runtimes we package and learn what makes Bitnami awesome. We also produce an end-to-end automation platform used to create, secure, publish and update software stacks for all the major container and cloud platforms, from a single Docker image to a scalable Cloud Formation template.\n\nWe are bootstrapped, profitable and growing. Bitnami was also part of Y Combinator's Winter 2013 batch. You can find more about Bitnami in our [About Us page](https://bitnami.com/about-us).\n\n## Company size\n\n 70+ and growing, spread across  engineering, marketing, business development, and operations. \n\n## Remote status\n\nBitnami is a distributed engineering company with offices in San Francisco, USA and Seville, Spain. With team members also in Australia, Vietnam, UK, Italy, Washington DC, Uruguay and more, we've created an incredibly enjoyable and productive distributed working environment. We also recognize the challenges of working remotely and hold an annual All-Hands meeting at our Sevilla office, have a  bi-weekly, company-wide demo session and invest a lot into our communications tools. If you want to find out more about our remote working, take a look at [this article](https://www.linkedin.com/pulse/distributed-working-bitnami-victor-tuson-palau) written by our own Director of Engineering, Victor Tuson Palau. \n\n## Region\n\nWe have employees all around the world, with the bulk of our engineering team in Europe, so we generally prefer candidates working from timezones that are within 3 hours of UTC (+/-).\n\n## Company technologies\n\n* We ship open source apps and frameworks (Wordpress, Joomla, Drupal, ...) \n* We develop our tools using ruby, golang and nodejs \n* We host our code in Git\n* We have a heavy bias towards deploying our services on Kubernetes\n\n## Office locations\n\nSan Francisco, USA and Seville, Spain.\n\n## How to apply\n\nCheck out our [Careers Page](https://bitnami.com/careers)\n"
  },
  {
    "path": "src/companies/bitovi.md",
    "content": "---\ntitle: \"Bitovi\"\nslug: bitovi\nwebsite: https://bitovi.com/\ncareers_url: http://bitovi.com/jobs\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2016-02-06\nupdatedAt: 2018-06-22\n---\n\n## Company blurb\n\nBitovi simplifies JavaScript development and UX design. We teach people how to create amazing web apps, the right way. After years of solving complex front-end engineering problems, we know what works and what doesn't. And we've baked that experience into our tools, consulting, and training.\n\n## Company size\n\n30-40 employees\n\n## Region\n\nA team of developers (and designers) located around the US, Canada, and Croatia.\n\n## Company technologies\n\nJavaScript, HTML, CSS, etc.\n\n## Office locations\n\nHeadquarters in Chicago, USA.\n\n## How to apply\n\n[Jobs site](http://bitovi.com/jobs)\n"
  },
  {
    "path": "src/companies/bizink.md",
    "content": "---\ntitle: \"Bizink\"\nslug: bizink\nwebsite: https://bizinkonline.com\ncareers_url: https://bizinkonline.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - php\naddedAt: 2018-04-24\nupdatedAt: 2019-10-25\n---\n\n## Company blurb\n\nBizink makes accountants and bookkeepers incredible online with websites, content and online marketing designed to help accountants win more business, engage with more clients and save more time.\n\n## Company size\n\n0-20\n\n## Remote status\n\n100% remote.\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\n* Wordpress\n* HTML\n* CSS\n\n## Office locations\n\nWanaka, Otago, NZ.\n\n## How to apply\n\nSee [this](https://bizinkonline.com/careers/) page for job postings (none available currently).\n"
  },
  {
    "path": "src/companies/blameless.md",
    "content": "---\ntitle: \"Blameless\"\nslug: blameless\nwebsite: https://www.blameless.com/\ncareers_url: https://www.blameless.com/careers\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - python\naddedAt: 2019-07-25\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\n[Blamless](https://www.blameless.com/) is an end-to-end Site Reliability Engineering (SRE) platform that enables and accelerates proactive and reactive incident management so engineering teams can balance reliability and innovation velocity. Our software helps you set and monitor SLOs and SLAs, coordinate and automate incident response, identify root causes, and create a culture of learning and improvement across your organization.\n\n## Company size\n\n20-50\n\n\n## Remote status\n\nThe headquarter of the company is located in the US (California) and some are spread across the world, so you have a chance to work in our head offices (if eligible) or work remotely. We use `Slack` for team collaboration and `Zoom` for our stand-up meetings. Currently more than %50 of the engineering team work remotely.\n\n## Region\n\n- US\n- CANADA\n- Argentina\n- Remote (any timezone)\n\n## Company technologies\n\n- Python\n- Go\n- Node.js\n- React\n- Kubernetes\n- Docker\n- GitHub\n\n\n## Office locations\n\nBlameless's head office is in San Mateo, California.\n\n## How to apply\n\nPlease click [here](https://www.blameless.com/careers) for our current job positions.\n"
  },
  {
    "path": "src/companies/bloc.md",
    "content": "---\ntitle: \"Bloc\"\nslug: bloc\nwebsite: https://www.bloc.io/\ncareers_url: https://www.bloc.io/about\nregion: americas\nremote_policy: remote-friendly\naddedAt: 2018-04-24\nupdatedAt: 2020-10-17\n---\n\n## Company blurb\n\nFounded in 2012, Bloc was one of the world’s first bootcamps and the first to be 100% online. Since then we’ve helped thousands of students achieve their goals. We believe in leveraging technology to deliver an immersive outcomes-focused program. Rather than a traditional classroom, we employ a flipped classroom, mastery learning approach where you will work with a team of experienced developers invested in your success. \n\nOur mission: help everyone pursue their craft and improve their lives. Bloc is an online education company with intensive mentor-led programs for aspiring developers and designers. We combine skilled mentors and project-based curriculum to offer students around the world a more accessible and effective alternative to traditional degrees. We’re in the business of changing people’s careers through code and design. We offer structured, online training programs in software development and design. Our web development and designer track are designed for beginners and focused on outcomes.\n\n## Remote status\nHiring full-stack software engineers to work remotely.\n\n## Region\nNorth America\n\n## Office locations\nSan Francisco, California\n\n## How to apply \nCome work with us! Apply [here](https://www.bloc.io/about)\n"
  },
  {
    "path": "src/companies/bluecat-networks.md",
    "content": "---\ntitle: \"BlueCat Networks\"\nslug: bluecat-networks\nwebsite: https://bluecatnetworks.com/\ncareers_url: https://bluecatnetworks.com/careers/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - go\n  - java\n  - javascript\n  - python\n  - rust\naddedAt: 2022-10-27\nupdatedAt: 2022-10-27\n---\n\n## Company blurb\n\nBlueCat is the Adaptive DNS™ company. Our mission is to help the world’s largest organizations thrive on network complexity, from the edge to the core. To do this, BlueCat re-imagined DNS. The result – Adaptive DNS™ – is a dynamic, open, secure, scalable, and automated resource that supports the most challenging digital transformation initiatives, like adoption of hybrid cloud and rapid application development.\n\n## Company size\n\n400+\n\n## Remote status\n\nBlueCat Network is hiring remote engineers across North America.\n\n## Region\n\nNorth America\n\n## Company technologies\n\n- Python\n- Java\n- Javascript\n- Go\n- Rust\n\n## Office locations\n\n- Toronto, Canada\n\n## How to apply\n\n[BlueCat Networks Careers Page](https://bluecatnetworks.com/careers/)\n"
  },
  {
    "path": "src/companies/bluespark.md",
    "content": "---\ntitle: \"Bluespark\"\nslug: bluespark\nwebsite: https://www.bluespark.com/\ncareers_url: https://www.bluespark.com/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\naddedAt: 2018-04-24\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nBluespark is a company that was founded in 2009 and provides with IT services. The company specialises in \nUX design, open source development, e-commerce.\n\nSpecialities:\nEnterprise Content Management Systems, HigherEd Libraries, E-commerce, Universities, Libraries, Outdoor Brands, Open Source Development, Online Retail, and Digital Customer Journey Design\n\n## Company size\n\n11 to 50\n\n## Remote status\n\nHiring to work from anywhere:\n1) Senior Drupal developer\n2) Project Manager\n3) Front end developer\n\n## Region\n\nUSA\n\n## Office locations\n\n1) Bluespark 324 S. Wilmington St. #242\n   Raleigh, NC 27601, US\n\n2) Austin, TX 78619, US\n\n## How to apply\n\nApply [here](https://www.bluespark.com/careers)\n"
  },
  {
    "path": "src/companies/boldare.md",
    "content": "---\ntitle: \"Boldare\"\nslug: boldare\nwebsite: https://boldare.com\ncareers_url: https://boldare.com/career/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - dotnet\n  - java\n  - javascript\n  - mobile\n  - php\n  - python\naddedAt: 2021-03-17\nupdatedAt: 2021-03-17\n---\n\n## Company blurb\n\nBoldare is a design and digital product development company. We create beautiful and functional web platforms, apps and custom software solutions since 2004.\n\nBoldare is home to brave and team-oriented people who offer much more than just technical skills. We work using the holacracy management framework. It allows us to liberate purpose-driven/goal-oriented spirit, share the decision-making powers across all of our 160 employees, and provide a unique mix of proactivity and responsibility.\n\nWe are based in Poland - the home of the top engineers in the world - and operate in four different locations, including Warsaw.\n\n## Company size\n\n170+ employees\n\n## Remote status\n\nWe work fully remotely, however, offer office spaces in Gliwice (our headquarters), Warsaw, Wrocław and Cracow.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nJava, JavaScript, Python, PHP, Node.js, Angular, React, Django, Symfony, Xamarin, React Native, .NET, AWS\n\n## Office locations\n\nGliwice, Warsaw, Wrocław, Cracow\n\n## How to apply\n\nhttps://boldare.com/career/\n"
  },
  {
    "path": "src/companies/bonsai.md",
    "content": "---\ntitle: \"Bonsai\"\nslug: bonsai\nwebsite: https://hellobonsai.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - mobile\n  - ruby\n  - sql\naddedAt: 2020-09-08\nupdatedAt: 2020-09-08\n---\n\n## Company blurb\n\nBonsai is an all-in-one tool for freelancers and agencies, helping them manage their solo and small business.\n\nBonsai provides a desktop and mobile software to manage contracts, invoices, proposals and payments in a single dashboard.\n\n## Company size\n\n11-50\n\n## Remote status\n\nThe team is currently located in the US, Brazil, Canada, Romania, India, Portugal and Spain. The team is flexible but every new hire has to share at least 4h in their day with the rest of their team.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRails, React, React Native, Electron, Postgres\n\n## How to apply\n\nEmail contact@hellobonsai.com with \"Spontaneous application (Remote jobs)\"\n"
  },
  {
    "path": "src/companies/bounteous.md",
    "content": "---\ntitle: \"Bounteous\"\nslug: bounteous\nwebsite: https://bounteous.com\ncareers_url: https://www.bounteous.com/careers/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - dotnet\n  - java\n  - javascript\n  - mobile\n  - php\n  - python\naddedAt: 2022-10-19\nupdatedAt: 2022-10-19\n---\n\n## Company blurb\n\nWe co‑innovate with the world’s most ambitious brands to create transformative digital experiences. Co‑innovation is our unique model of collaborative partnership, proven to help brands compete and win.\n\n## Company size\n\n3000+ employees\n\n## Remote status\n\nOur open roles include both in-person and remote options across countries, offices and teams\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nJava, JavaScript, Python, PHP, Node.js, Angular, React, React Native, .NET, AWS, Azure\n\n## Office locations\n\nRemote Worldwide, Atlanta, Chicago, Denver, Pittsburgh, San Francisco, San Luis Obispo, Wilmington, Toronto, Mexico City, Chennai \n\n## How to apply\n\nhttps://www.bounteous.com/careers/\n"
  },
  {
    "path": "src/companies/brainstorm-force.md",
    "content": "---\ntitle: \"Brainstorm Force\"\nslug: brainstorm-force\nwebsite: https://brainstormforce.com/\ncareers_url: https://brainstormforce.com/join/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - javascript\n  - php\naddedAt: 2022-10-23\nupdatedAt: 2022-10-25\n---\n\n## Company blurb\n\nHelping Businesses Grow Online With Easy & Affordable Solutions\n\n## Company size\n\n51-200+ employees (Source: [LinkedIn](https://www.linkedin.com/company/brainstorm-force/))\n\n## Remote status\n\nOur open roles include both in-person and remote options across countries, offices and teams.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nWordPress, QA Engineer, Seo, Angular, React, Copywriter, Ui Designer\n\n## Office locations\n\nRemote, Pune, Maharashtra\n\n## How to apply\n\nhttps://brainstormforce.com/join/\n"
  },
  {
    "path": "src/companies/bright-funds.md",
    "content": "---\ntitle: \"Bright Funds\"\nslug: bright-funds\nwebsite: https://www.brightfunds.org\ncareers_url: https://www.brightfunds.org/jobs\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - javascript\n  - ruby\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nFounded in 2012, Bright Funds is on a mission to provide every employee on the planet with the option to give time (volunteering) or money (donations) to the charities of their choice through their workplace. We believe that workplace giving is key to solving the societal imbalances and to provide to those in need around the globe. Bright Funds is proud to work with truly caring employers, providing for hundreds of thousands of employees around the globe. We work with employers of all sizes including a number of Fortune 100 and Fortune 500 companies.\n\n## Company size\n\n11-50 (Source: [LinkedIn](https://www.linkedin.com/company/bright-funds/))\n\n## Remote status\n\nRemote-friendly workplace with a highly-collaborative culture\n\n## Region\n\nUSA\n\n## Company technologies\n\nRuby, Rails, Postgres\n\nSCSS, JS, HTML, and SLIM\n\njQuery & Bootstrap\n\nHeroku & Git\n\nScrum/agile development in sprints\n\n## Office locations\n\nBased in Oakland, CA, USA\n\n## How to apply\n\nVisit our [jobs page](https://www.brightfunds.org/jobs).\n"
  },
  {
    "path": "src/companies/brikl.md",
    "content": "---\ntitle: \"Brikl\"\nslug: brikl\nwebsite: https://www.brikl.com/\ncareers_url: https://www.brikl.com/jobs\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - graphql\n  - javascript\naddedAt: 2022-10-31\nupdatedAt: 2022-10-31\n---\n\n## Company blurb\n\nBrikl is the leading eCommerce MicroStore technology partner for custom and promotional businesses worldwide. Our market-leading features include 15-minute store setup, bulk embellishment, and supplier integrations, vastly reducing the effort, cost, and chaos involved in the selling and customization process. We help build profitable businesses, increase employee happiness and offer internal efficiencies that positively impact the planet, enabling companies to create better across their organizations.\n\n## Company size\n\n100-150 Employees\n\n## Remote status\n\n5 days work week with flexible hours and WFH policy.\n\n## Region\n\nNorth America, Asia\n\n## Company technologies\n\n- NodeJs\n- React\n- Prisma\n- AWS lambda\n- GraphQL\n\n## Office locations\n\n- Bangkok, Thailand\n- Ohio, USA\n- Leuven,Belgium\n\n## How to apply\n\n[Brikl Careers Page](https://www.brikl.com/jobs)\n"
  },
  {
    "path": "src/companies/britecore.md",
    "content": "---\ntitle: \"BriteCore\"\nslug: britecore\nwebsite: https://britecore.com/\ncareers_url: https://www.britecore.com/about-us/careers#positions\nregion: other\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - python\naddedAt: 2017-09-13\nupdatedAt: 2022-11-26\n---\n\n## Company blurb\n\n[BriteCore](https://www.britecore.com/) is an enterprise-level insurance processing suite. Built from the ground up using the latest in modern technology, BriteCore combines core, data, and digital solutions into a single platform. Deployed using the Amazon Web Services cloud, BriteCore is continually updated to guarantee maximum security, efficiency, and durability at scale. Insurance carriers, MGAs, and start-ups rely on BriteCore to increase speed to market, improve competitive position, and support growth.\n\n## Company size\n\n201-500 (Source: [LinkedIn](https://www.linkedin.com/company/britecore/))\n\n## Remote status\n\nCurrently our Engineers and Staff work in the US and some are spread across the world, however you can also join us at our cool offices in Missouri. A close location might also required for some positions.\n\n## Region\n\n- US\n- Remote (any timezone)\n\n## Company technologies\n\n- Python\n  - SQLAlchemy\n  - Pandas\n  - Django\n- AWS (RDS, S3, Batch, Lambdas, Zappa, DynamoDB)\n- Docker\n- GitHub\n- Jenkins\n- Vue.js, Knockout\n\n## Office locations\n\nBriteCore's head office is in Springfield, Missouri.\n\n## How to apply\n\nFor most positions we will post a project in order to consider your application, you can find existing projects [in our GitHub page](https://github.com/IntuitiveWebSolutions). \n\n[Career page bitrecore.com ](https://www.britecore.com/about-us/careers#positions)\n"
  },
  {
    "path": "src/companies/broadwing.md",
    "content": "---\ntitle: \"Broadwing\"\nslug: broadwing\nwebsite: https://broadwing.io\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\n  - python\n  - sql\naddedAt: 2022-09-14\nupdatedAt: 2022-09-22\n---\n\n## Company blurb\n\nBroadwing is a boutique DevSecOps & Data Engineering services company built around a community of high-quality colleagues that share a love for solving difficult customer challenges. \n\nWe have a strong emphasis on senior experience, so whether you are just starting your career or are already a well-known expert, you will find that we provide an environment that encourages you to learn and grow. \n\nWe understand that our diversity feeds our inventive customer solutions, therefore we're always on the lookout for people with interesting backgrounds and experiences. You'll enjoy working with us if you've ever felt like an outcast in a standard business structure. We work hard to play to your strengths, appreciate you, and welcome you into our culture of cooperation, information sharing, and \"having each other's back.\"\n\nWe are actively looking for DevSecOps, Data Engineering, Software Engineering, Agile Project Managers and Security professionals to join our team. We frequently work in cross-functional teams, allowing team members to work with new technologies and methodologies.\n\n## Company size\n\n20-50\n\n## Remote status\n\nBroadwing has been a completely remote corporation since its inception. We mitigate our rapid growth by insisting on our essential values of collaboration, friendship, and fun, even though we are geographically agnostic.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nProfessionally, our engineers gain experience working on large-platform projects and cutting-edge technologies in industries like Fintech, Healthcare, Cloud Providers and Blockchain, allowing them to quickly develop an attractive resume with a diverse skill set. Broadwing is the place for you if you despise \"babysitting\" production systems, if you feel like you're missing out on evolving technology, or if you want to take your experience to the next level.\n\nCurrent technologies in use are focused on cloud computing and automation with IaC, CI/CD, and particularly with Kubernetes, where we do significant work developing cutting edge deployments in both cloud and edge environments. We often use Terraform, Nomad and other modern tools for cloud automation. In software engineering, we make use of full stack development with languages such as Python, Go, Rust and JavaScript, as well as databases such as PostgresQL or MySQL.\n\n## Office locations\n\nWe don't have a physical office.\n\n## How to apply\n\nSend an email to recruiting@broadwing.io\n"
  },
  {
    "path": "src/companies/buffer.md",
    "content": "---\ntitle: \"Buffer\"\nslug: buffer\nwebsite: https://buffer.com/\ncareers_url: https://buffer.com/journey\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - data\n  - javascript\n  - php\naddedAt: 2015-10-16\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nBuffer is the best way to drive traffic, increase fan engagement and save time on social media.\n\nWe're a fully distributed team, meaning that we'll be fixing bugs and replying to your questions from around the world!\n\nThe Buffer team works from multiple countries and continents. Living in a place that makes you happy is one of our core beliefs, and has stayed with the company since the beginning.\n\n## Company size\n\n50\n\n## Remote status\n\nBuffer is a 100% remote company and fully encourages remote friendly work.\n\n## Region\n\nBuffer employs people worldwide\n\n## Company technologies\n\nRedshift, Hadoop, MongoDB JavaScript, PHP, Underscore, Backbone.\n\n## Office locations\n\nNo physical office, recently sold HQ and all employees work remotely.\n\n## How to apply\n\nThe full story and roles overview is on the Buffer [Journey page](https://buffer.com/journey)\n"
  },
  {
    "path": "src/companies/bugfender.md",
    "content": "---\ntitle: \"Bugfender\"\nslug: bugfender\nwebsite: https://bugfender.com/\ncareers_url: https://mobilejazz.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - java\n  - javascript\n  - linux\n  - ml\n  - mobile\n  - php\naddedAt: 2018-12-19\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nBugfender is a mobile app remote logger, crash reporter and in-app user feedback tool - all in one.\n\nAs developers at Mobile Jazz, we’ve built many apps across all mobile platforms. When doing so, however, we found a lack of good tools for remotely gathering app logs to get key information at the right time. That’s why we decided to build Bugfender — to provide the best remote logger on the market, with the options and features you need for a better development experience.\n\n## Company size\n\n11\n\n## Remote status\n\nWe're a fully remote company with team members from Spain, Germany, England, Argentina and more!\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nKotlin, Kotlin Native, Swift, ObjectiveC, Angular, Ionic, Nest.js, Yii2, Laravel, AWS, Linux, Data Encryption, TensorFlow, CoreML\n\n## Office locations\n\nNone\n\n## How to apply\n\nYou can find our open jobs and apply via our API here: https://mobilejazz.com/jobs\n"
  },
  {
    "path": "src/companies/buysellads.md",
    "content": "---\ntitle: \"BuySellAds\"\nslug: buysellads\nwebsite: https://www.buysellads.com/\ncareers_url: https://careers.jobscore.com/careers/buysellads\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\naddedAt: 2018-04-24\nupdatedAt: 2020-10-22\n---\n\n## Company blurb\n\nWe are the monetization solutions for the content creators. It’s been our mission to build monetization tools that we would use ourselves. We help publishers grow through scalable monetization tools and access to relevant advertisers. We also connect relevant marketers with curated, passionate publisher audiences at scale. \n\n## Company size\n\n11-50\n\n## Remote status\n\nWe follow a remote culture and hire remote employees.\n\n## Region\n\nUSA.\nHowever, we welcome anyone from anywhere, in our support team.\n\n## Office locations\n\nBoston, Massachusetts, USA.\n\n## How to apply\n\nTo join our team of remote employees, visit:\nhttps://careers.jobscore.com/careers/buysellads\n"
  },
  {
    "path": "src/companies/cabify.md",
    "content": "---\ntitle: \"Cabify\"\nslug: cabify\nwebsite: https://cabify.com/\ncareers_url: https://cabify.com/en/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - devops\n  - go\n  - java\n  - javascript\n  - mobile\n  - nosql\n  - python\naddedAt: 2019-10-25\nupdatedAt: 2019-10-25\n---\n\n## Company blurb\n\nCabify, part of the Maxi Mobility holding company, connects private and business users with the forms of transport that best suit their needs. With the aim of making cities better places to live, we’ve created a sustainable business model guided by ethical principles to help us act responsibly. More than simply ‘mobility as a service’ (MaaS), we seek to offer a future full of new possibilities for the 90+ cities in which we operate, respecting both the environment and the people that live there.\n\n## Company size\n\nMore than 1,000 employees\n\n## Remote status\n\nCabify offers many remote positions across a variety of roles.\n\n## Region\n\nCabify offers Worldwide, or \"home based\", their open vacancies can be search by [location or role](https://cabify.com/en/jobs)\n\n## Company technologies\n\nHTML, CSS, JavaScript, Android, Reactjs, React-Native, Go, Docker + Kubernetes, CouchDB, CockroachDB, Swift, Kotlin, Python and R\n\n## Office locations\n\nArgentina, Brazil, Chile, Spain, Colombia, Mexico\n\n## How to apply\n\nAll current vacancies are listed on the [jobs page](https://cabify.com/en/jobs)\n"
  },
  {
    "path": "src/companies/calamari.md",
    "content": "---\ntitle: \"Calamari\"\nslug: calamari\nwebsite: https://calamari.io/\ncareers_url: https://calamari.pl/kariera\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - java\n  - javascript\naddedAt: 2021-04-16\nupdatedAt: 2021-04-16\n---\n\n## Company blurb\nCalamari is an HR management software creater to support HR department and managers in people management. It allows planning and tracking all types of absences and attendance in work. You can track work-time QR codes and iBeacons. You can also get notification about upcoming absences, time off requests, and special event like employees' birthdays or holidays. Calamari supports companies with offices based in multiple locations - different cities and countries. It also supportos role-based security. Calamari provides web app, mobile app and is integrated with project management tools like JIRA, Slack, Office265, GSuite, Microsoft Teams, Basecamp, and Asana.\n\n## Company size\n11-50\n\n## Remote status\nPart of employees. Each employee can discuss the terms of employment and determine their scope of remote work. We have an office in Białystok and Warsaw, and our employees also come from other cities and they work remotely. The company is partialy remote.\n \n## Region\nPoland, 616\n\n## Company technologies\nReact, jQuery, jsp, typescript, JavaScript, Java, Spring\n\n\n## Office locations\nBiałystok, Warsaw\n\n## How to apply\nCheck our job page: [Kariera](https://calamari.pl/kariera)\n"
  },
  {
    "path": "src/companies/calendly.md",
    "content": "---\ntitle: \"Calendly\"\nslug: calendly\nwebsite: https://calendly.com/careers\nregion: americas\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - python\naddedAt: 2025-10-04\n---\n\n## Company blurb\n\nAt Calendly, the vision is to take the work out of connecting with others so people can accomplish more.  \n\nCalendly’s scheduling automation platform helps individuals, teams, and organizations around the world book meetings without the back-and-forth emails. The platform enables companies to close deals, hire candidates, build relationships, and grow their business faster.  \n\nMore than **20 million users across 230 countries** rely on Calendly to simplify meetings and collaborate more effectively and efficiently.\n\n## Company size\n\nLarge (501–1,000 employees)\n\n## Remote status\n\nCalendly supports remote work with a hybrid model. Many roles are remote-friendly across engineering, product, design, and other teams. The company has embraced distributed work and provides tools and processes for async collaboration.\n\nThey categorize hiring locations into three tiers that also impact salary ranges:\n\n- **Tier 1:** San Francisco, CA; San Jose, CA; New York City, NY  \n- **Tier 2:** Chicago, IL; Austin, TX; Denver, CO; Boston, MA; Washington, D.C.; Philadelphia, PA; Portland, OR; Seattle, WA; Miami, FL; and all other cities in California  \n- **Tier 3:** All other locations not in Tier 1 or Tier 2  \n\nCalendly is registered as an employer in many, but not all, U.S. states. Applicants located in Alaska, Alabama, Delaware, Hawaii, Idaho, Montana, North Dakota, South Dakota, Nebraska, Iowa, West Virginia, and Rhode Island are currently ineligible.\n\n## Region\n\nUnited States (remote, with tiered city preferences and state eligibility)\n\n## Company technologies\n\nJavaScript, React, Node.js, Python, AWS, Docker\n\n## Office locations\n\nAtlanta, Georgia, USA (HQ)\n\n## How to apply\n\nVisit [Calendly Careers](https://calendly.com/careers) to explore open roles and apply.  \n\n### Hiring Process\n- Recruiter-led process with continuous updates and feedback opportunities  \n- Inclusive and equitable approach; reasonable accommodations available for candidates with disabilities (contact: recruiting@calendly.com)  \n- Location eligibility varies by role and state (not available in certain U.S. states)  \n\n\nAdditional benefits include equity awards, bonus programs, and competitive employee perks.\n"
  },
  {
    "path": "src/companies/calibre.md",
    "content": "---\ntitle: \"Calibre\"\nslug: calibre\nwebsite: https://calibreapp.com/\ncareers_url: https://calibreapp.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - ruby\n  - sql\naddedAt: 2022-05-25\nupdatedAt: 2022-05-25\n---\n\n## Company blurb\n\nCalibre is an intentionally small, bootstrapped company building tools to help create faster, more equitable internet.\n\nOur purpose is to serve and support people: our customers, teammates and the community. Being [people-first](https://calibreapp.com/blog/people-first-company) is fundamental to everything we do. This belief leads us to continually rethink traditional ways of doing business.\n\nWe choose to create a balanced and independent company: Calibre has been bootstrapped and profitable since its founding, and it steadily grows each year. In 2020, we have switched to [a four-day workweek](https://calibreapp.com/blog/four-day-work-week) to advance our commitment to sustainability and wellness. Now, we’re a fully remote company too.\n\n\n## Company size\n2 (as of May 2022).[^1]\n\n[^1]: See our [About page](https://calibreapp.com/about) for up-to-date information.\n\n## Remote status\n\nWe strive to build a fully remote, diverse company that supports its employees equally no matter their location. \n\nWe collaborate primarily through Linear, Slack, Notion, GitHub and Figma. We value deep work and written communication, which is why we’re light on meetings and default to asynchronous communication.\n\n## Region\n\nWorldwide[^2]\n\n[^2]: We hire in any of the [locations supported by Remote.com](https://remote.com/country-explorer) that have at least 2 hours overlap with 🇦🇺 Melbourne, Australia.\n\n\n## Company technologies\n\n* **Back-end:** Ruby, Ruby on Rails\n* **Front-end:** React, Next.js, CSS-in-JS, Apollo, GraphQL\n* **Infrastructure:** AWS (EC2, SQS and Lambda)\n* **Databases:** PostgreSQL, Clickhouse\n\n\n## Office locations\n\nNone. Calibre doesn’t have a fixed office!\n\n## How to apply\n\nWe don’t hire often, but when we do, we approach it with transparency and respect towards applicants in mind. Everyone receives a response at any stage, no matter the outcome and all of our roles come with pay ranges. \n\nCheck our open positions and application guidelines on [our Careers page](https://calibreapp.com/careers).\n"
  },
  {
    "path": "src/companies/cancom.md",
    "content": "---\ntitle: \"CANCOM\"\nslug: cancom\nwebsite: https://www.cancom.com/\ncareers_url: https://career.cancom.com/\nregion: other\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - java\n  - javascript\n  - linux\n  - python\n  - sql\naddedAt: 2022-10-08\nupdatedAt: 2025-07-25\n---\n\n## Company blurb\n\nAs a Leading Digital Transformation Partner, CANCOM is not only a reliable IT service provider for its customers, but rather the holistic business partner for companies, organizations and the public sector. CANCOM turns IT into the future!\n\n## Company size\n\n4,000+\n\n## Remote status\n\nCANCOM is currently remote-friendly, and flexible.\n\n## Region\n\nGermany, Austria, Slovakia\n\n## Company technologies\n\nVMWare, OpenStack, Hyper-V, Linux, Python, Java, Go, K8s, Docker, Terraform, Zabbix, Puppet, Ansible, Git(Lab), CI/CD, PostreSQL, MySQL, NodeJS, Angular, NetApp, Fortigate, Citrix, AWS, Azure, XaaS and more.\n\n## Office locations\n\nCANCOM Headquarters – Munich\nErika-Mann-Straße 69, 80636 München\n\n[CANCOM Office Locations](https://www.cancom.de/en/company/cancom-se/standorte/)\n\n## How to apply\n\n[CANCOM Careers](https://career.cancom.com/)\n"
  },
  {
    "path": "src/companies/canonical.md",
    "content": "---\ntitle: \"Canonical\"\nslug: canonical\nwebsite: https://www.canonical.com/\ncareers_url: http://www.canonical.com/careers/all-vacancies\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\n  - javascript\n  - mobile\naddedAt: 2015-10-13\nupdatedAt: 2022-10-18\n---\n\n## Company blurb\n\nAt Canonical, we believe in the power of open source to change the world\nCanonical was created alongside Ubuntu to help it reach a wider market. Our services help governments and businesses the world over with migrations, management and support for their Ubuntu deployments. Together with our partners, we ensure that Ubuntu runs reliably on every platform from the PC and the smartphone to the server and, crucially, the cloud.\n\n## Company size\n\nOver 700 employees\n\n## Remote status\n\nCanonical offers many remote positions across a variety of roles.\n\n## Region\n\nWorldwide, or \"home based\", their open vacancies can be search by [location or role](https://canonical.com/careers)\n\n## Company technologies\n\nCanonical use a variety of technologies across their range of products or services, the company are behind Ubuntu, the server, Desktop, and mobile operating system.\nCanonical has also created several important tools to help customers build, manage and scale their clouds. For telcos and enterprises, Landscape helps administrators deploy and manage Ubuntu clouds cost-effectively. And whether you are using your own cloud or someone else’s, Juju and MAAS drastically reduce the time, cost and complexity of deploying and scaling in any cloud environment.\n\n## Office locations\n\nCanonical Ltd - Douglas, IOM\nCanonical Group Ltd - London, UK\nCanonical USA Inc - Lexington, MA, USA\n\n## How to apply\n\nAll current vacancies are listed on the [jobs page](http://www.canonical.com/careers/all-vacancies)\n"
  },
  {
    "path": "src/companies/capchase.md",
    "content": "---\ntitle: \"Capchase\"\nslug: capchase\nwebsite: https://www.capchase.com/\ncareers_url: https://www.notion.so/9b9e8dbcc5a2415f9da69f1e00617f94?v=cdd6935b11024b68aba4375714c7cc00\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - nosql\naddedAt: 2020-10-16\nupdatedAt: 2020-10-16\n---\n\n## Company blurb\n\nCapchase is an early-stage startup aiming to radically transform how SaaS companies fund their growth by allowing them to receive upfront cash for contracts they sign with customers.\n\nCapchase pays the SaaS companies the full annual license price minus a fee upfront, and then collects the monthly installments from the IT buyers for the full price of the license. As a result, the SaaS companies can use their own future sales to fund their own growth, and increase their runway. It's a no-brainer!\n\n## Company size\n\n10-20\n\n## Remote status\n\nWe are a fully remote company with team members in the US, Spain, and Czech Republic at this moment.\n\n## Region\n\nFor technical hires, we are looking anywhere in CEST (+- 2 hours) timezone.\n\n## Company technologies\n\nJavaScript (NodeJS, ReactJS and Vue), Golang, Docker, Kubernetes, MongoDB, Google Cloud.\n\n## Office locations\n\nBoston, Madrid and Prague.\n\n## How to apply\n\nAll current vacancies are listed on the [jobs page](https://www.notion.so/9b9e8dbcc5a2415f9da69f1e00617f94?v=cdd6935b11024b68aba4375714c7cc00)\n"
  },
  {
    "path": "src/companies/capgemini.md",
    "content": "---\ntitle: \"Capgemini\"\nslug: capgemini\nwebsite: https://www.capgemini.com/us-en/\ncareers_url: https://www.capgemini.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - ml\naddedAt: 2023-10-03\nupdatedAt: 2023-10-03\n---\n\n## Company blurb\n\n[Capgemini](https://www.capgemini.com/us-en/) is a global leader in consulting, technology services and digital transformation. We are at the forefront of innovation to address the entire breadth of our clients' opportunities in the evolving world of cloud, digital and platforms. Building on our strong 50-year heritage and deep industry-specific expertise, we enable organizations to realize their business ambitions through an array of services from strategy to operations.\n\n## Company size\n\n270,000+ employees worldwide\n\n## Remote status\n\nCapgemini offers a variety of remote jobs in different fields, such as software development, customer service, data science, and consulting. We have a strong remote culture and support our remote employees with the tools and resources they need to be successful.\n\n## Region\n\n**Worldwide**\n\nSee the [Locations Capgemini operates in](https://unstats.un.org/unsd/methodology/m49/) for a list of accepted countries.\n\nSome of them are:\n\n* France\n* India\n* United States\n* United Kingdom\n* Germany\n\n## Company technologies\n\nCapgemini uses a variety of technologies, including cloud computing, big data, artificial intelligence, and machine learning.\n\n## Office locations\n\nCapgemini has physical offices in over 50 countries around the world.\n\n## How to apply\n\nTo apply for a remote job at Capgemini, please visit our careers website: [https://www.capgemini.com/careers/](https://www.capgemini.com/careers/)\n"
  },
  {
    "path": "src/companies/capital-one.md",
    "content": "---\ntitle: \"Capital One\"\nslug: capital-one\nwebsite: https://www.capitalonecareers.com/tech\nregion: americas\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - java\n  - javascript\naddedAt: 2021-10-31\nupdatedAt: 2021-10-31\n---\n\n## Company blurb\n\nWe’re a tech forward company innovating in the financial space. Nimble enough to test breakthrough ideas and established enough to bring them to life. We believe that technology and data analytics can revolutionize the industry, and we’re not afraid to try new things to create better experiences for our customers. Our tech teams impact both our customers and the tech community as a whole by providing the capabilities, tools and infrastructure that power our products, while also contributing to open source software.\n\n## Company size\n\n52,000 employees\n\n## Remote status\n\nMondays and Fridays will be enterprise-wide virtual work days (i.e., remote working days), while our offices will be open Tuesdays, Wednesdays and Thursdays for you to spend meaningful time with your team.\n\n## Region\n\nUSA\n\n## Company technologies\n\n- AWS\n- Java\n- JavaScript\n- Spring\n- JavaEE\n- React\n- Git\n\n## Office locations\n\n- McLean, Virginia\n- Richmond, Virginia\n- Plano, TX\n- New York, New York\n\n## How to apply\n\nApply for any of the jobs listed on [our Jobs page](https://www.capitalonecareers.com/tech)\n"
  },
  {
    "path": "src/companies/capital-placement.md",
    "content": "---\ntitle: \"Capital Placement\"\nslug: capital-placement\nwebsite: https://capital-placement.com\ncareers_url: https://capital-placement.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - dotnet\n  - javascript\n  - ml\naddedAt: 2025-07-03\nupdatedAt: 2025-07-03\n---\n\n## Company blurb\n\nFounded in 2012, [Capital Placement](https://capital-placement.com/) helps current university students and recent graduates gain international career experience through remote and in-person internships tailored to their goals. We offer placements across 25+ industries with a network of over 1,500 partner companies in London, New York, Singapore, and beyond.\n\nWith one application, you’ll be considered for multiple internship opportunities until you receive an offer. We guarantee internship placement within eight to ten weeks, or your money back. Our programs are designed to build employability skills, confidence, and a global perspective, while making international experience more accessible and financially sustainable.\n\n## Company size\n30 - 40 and growing!\n\n## Remote status\n\n100% Remote.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nReact, TypeScript, Nextjs, Tailwindcss, Azure, .NET\n\n## Office locations\n\nKemp House, 152-160 City Rd, London EC1V 2NX, England.\n\n## How to apply\n\nYou can apply by filling out the form on the [careers page](https://capital-placement.com/careers) to learn more about our mission and team.\n"
  },
  {
    "path": "src/companies/capmo.md",
    "content": "---\ntitle: \"Capmo\"\nslug: capmo\nwebsite: https://www.capmo.com/en\ncareers_url: https://capmo.jobs.personio.de\nregion: other\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - cloud\n  - graphql\n  - javascript\n  - mobile\naddedAt: 2023-10-10\nupdatedAt: 2023-10-11\n---\n\n## Company blurb\n\nCapmo was established in early 2018, aiming to transform the construction\nindustry. Since its inception, we've achieved significant milestones. Some\nnoteworthy achievements include: expanding from a team of four to over 90\nmembers, successfully completing three funding rounds, relocating to our\nstate-of-the-art terrace office in the heart of Munich, and granting all our\nemployees co-ownership through employee shares.\n\n## Company size\n\nCurrently, we boast a team of about 100, with numbers on the rise. Nearly half\nof our workforce is dedicated to engineering, complemented by teams in product,\ndesign, sales, finance, operations, and other vital roles.\n\n## Remote status\n\nCapmo embraced remote work culture from its early days. Particularly in\nengineering, many of our team members are dispersed mainly across Europe and\nother global regions. While certain roles necessitate office presence, we uphold\na flexible approach to remote work. We firmly believe in empowering individuals\nto work from locations where they're most productive.\n\n## Region\n\nCurrently, we have offices in Munich and Berlin, Germany. Yet, we're receptive\nto hiring remote talents globally, provided they're within three to four time\nzones of Central European Time (CET). This encompasses all of Europe, the\nMiddle East/West Asia, and Africa.\n\n## Company technologies\n\nWe're big fans of TypeScript, employing it across servers, clients, and even\ninfrastructure. Our tech stack also includes React, React Native, GraphQL,\nand PostgreSQL. All hosted on AWS, managed using CDK.\n\nTransitioning from our React Native app, we're venturing into native\ndevelopment. Hence, we're on the lookout for skilled iOS and Android developers.\n\n## Office locations\n\nOur Munich location is a short distance from the city's core. In Berlin, our\noffice nestles within a vibrant co-working space downtown. Additionally, our\nremote team members work from home or other chosen locales.\n\n## How to apply\n\nVisit our [careers page] for current opportunities. If nothing aligns with your\nprofile, don't hesitate to connect with us regardless.\n\n<!-- References -->\n\n[careers page]: https://capmo.jobs.personio.de\n"
  },
  {
    "path": "src/companies/carbon-black.md",
    "content": "---\ntitle: \"Carbon Black\"\nslug: carbon-black\nwebsite: https://www.carbonblack.com/\ncareers_url: https://www.carbonblack.com/company/careers/\nregion: worldwide\nremote_policy: fully-remote\ntechnologies:\n  - cloud\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nCybersecurity has become a big data problem. Solving it requires sophisticated analytics and the computational power and agility of the cloud. With the VMware Carbon Black Cloud platform, we are transforming cybersecurity with a cloud-native endpoint protection platform (EPP) designed to protect against the most advanced threats.\n\nCarbon Black has been a leader in endpoint security for years. With the VMware Carbon Black Cloud™, we are providing an endpoint protection platform (EPP) to consolidate security and provide you information needed to secure your endpoints, using a single lightweight agent.\n\nMore than 5,600 global customers, including approximately one-third of the Fortune 100, trust Carbon Black to keep their organizations safe. Our diverse customer base includes Silicon Valley leaders in internet search, social media, transportation, and hospitality, as well as leaders across finance, manufacturing, retail, and government. With an eye on empowering every security team and protecting every endpoint, we stand true to our founding vision: To create a world safe from cyberattacks.\n\n## Remote status\n\nWith offices across the globe and plenty of virtual opportunities, see where you fit best.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nOur technology approach differs from other security vendors. The VMware Carbon Black Cloud focuses on understanding attackers’ behavior patterns, enabling us to detect and stop never-seen-before attacks. Leveraging the power of the cloud we analyze more than 500B events per day across millions of global endpoints, helping you stay ahead of emerging attacks.\n\n## Office locations\n\n* 1100 Winter St.\n( Headquarters )\nWaltham, MA 02451\nUnited States\n\n* Boston, MA\n201 South Street\n3rd Floor\nBoston, MA 02111\nUnited States\n\n* San Antonio, TX\n10001 Reunion Place\nSuite 410\nSan Antonio, TX 78216\nUnited States\n\n* Hillsboro, OR\n1915 NE Stucki Ave\nSuite 200\nHillsboro, OR 97006\nUnited States\n\n* Boulder, CO\n1433 Pearl Street\nBoulder, CO 80302\nUnited States\n\n* United Kingdom\nThe White Building\n33 King’s Road\n1st Floor\nReading, RG1 3AR\nUnited Kingdom\n\n* Japan\nLevel 21, Shin-Marunouchi Building,\n1-6-2 Marunouchi,\nChiyoda-ku, Tokyo, Japan 100-0005\n\n* Singapore\n16 Collyer Quay\nLevel 20 Room 11\nSingapore, 049318\n\n* Australia\nMelbourne, Australia,\nSuite 12, Level 15\n330 Collins Street\nMelbourne VIC 3000\n\n* Australia\nSydney, Australia\nSuite 2003, Level 20\nTower 2, Darling Park\n201 Sussex Street\nSydney NSW 2000\n\n## How to apply\n\nVisit [Carbon Black Careers page](https://www.carbonblack.com/company/careers/) for information on how to apply.\n"
  },
  {
    "path": "src/companies/cards-against-humanity.md",
    "content": "---\ntitle: \"Cards Against Humanity\"\nslug: cards-against-humanity\nwebsite: https://cardsagainsthumanity.com/\ncareers_url: https://www.cardsagainsthumanity.com/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - infrastructure\n  - javascript\n  - python\naddedAt: 2018-04-24\nupdatedAt: 2023-05-17\n---\n\n## Company blurb\n\nCards Against Humanity, LLC is a Chicago-based game design firm.\n\nFollowing a successful Kickstarter project, their first product, Cards Against Humanity, became the top-selling game on Amazon.com and has sold out three printings.\n\n## Company size\n\n2-10\n\n## Remote status\n\nCards Against Humanity, LLC is remote-friendly and occasionally offers work from home job opportunities.\n\n## Region\n\nUSA\n\n## Company technologies\n\njQuery, JavaScript, Python, NGINX, CSS 3\n\n## Office locations\n\nChicago, Illinois\n\n## How to apply\n\nJob openings are [posted on the Careers page](https://www.cardsagainsthumanity.com/careers) and [will likely be advertised on their blog](https://cah.tumblr.com/). You can also email them at Mail@CardsAgainstHumanity.com.\n"
  },
  {
    "path": "src/companies/carecru.md",
    "content": "---\ntitle: \"CareCru\"\nslug: carecru\nwebsite: https://carecru.com\ncareers_url: https://www.linkedin.com/company/carecru/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - go\n  - java\n  - javascript\naddedAt: 2022-06-01\nupdatedAt: 2022-06-16\n---\n\n## Company blurb\n\nA platform for dental practices and dental groups. Donna supercharges practice growth by automating front office work thus boosting team productivity and providing actionable insights for growth.\n\nBy managing some of the more tedious, mundane tasks, Donna allows the front office team to focus their efforts on higher value activities.\n\nThis ultimately creates an enhanced, unparalleled patient experience. Hiring Donna is like adding three world-class team members to the practice—a front office assistant, a marketing specialist, and a practice consultant.\n\n## Company size\n\nAround 50 employees.\n\n## Remote status\n\nOur flagship office is located in Vancouver, Canada, but we have employees all over the world. We communicate through GitHub, Slack and e-mail.\n\n## Region\n\nWorldwide - We have employees all around the world mainly in timezones near PST Time zone (but not that's not mandatory).\n\n## Company technologies\n\n- React\n- TypeScript\n- JavaScript\n- NodeJs\n- Go\n- Java\n- AWS\n\n## Office locations\n\n- Vancouver, Canada.\n\n## How to apply\n\nApply for any of the jobs listed on [our Jobs page](https://www.linkedin.com/company/carecru/jobs/)!\n"
  },
  {
    "path": "src/companies/caremessage.md",
    "content": "---\ntitle: \"CareMessage\"\nslug: caremessage\nwebsite: http://caremessage.org/careers\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\n  - nosql\n  - ruby\n  - sql\naddedAt: 2016-10-24\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nCareMessage uses technology to address challenges for society's most vulnerable populations.Over 86% of low income individuals in the US have access to a basic cell phone with messaging capabilities, making it one of the great social equalizers of our time. CareMessage's technology enables healthcare and social services agencies to better communicate and engage with their beneficiaries using mobile technology, improving overall health outcomes and dramatically reducing cost of care. We're growing at a staggering rate and want to work with the absolute best. Come change the world and make a real impact on healthcare!\n\n## Company size\n\n35\n\n## Remote status\n\nEntire CareMessage engineering team is remote and all other areas of the company fully encourages remote friendly work.\n\n## Region\n\nCareMessage employs people worldwide\n\n## Company technologies\n\nRuby, Rails, JavaScript, AngularJS, PostgreSQL, Redis\n\n## Office locations\n\nSan Francisco\n\n## How to apply\n\nAll of our openings are on the CareMessage [Careers page](http://caremessage.org/careers/)\n"
  },
  {
    "path": "src/companies/carmatec.md",
    "content": "---\ntitle: \"Carmatec\"\nslug: carmatec\nwebsite: https://www.carmatec.com/\ncareers_url: https://www.carmatec.com/careers/.\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - infrastructure\n  - javascript\n  - ml\n  - php\n  - ruby\n  - sql\naddedAt: 2023-08-30\nupdatedAt: 2023-12-28\n---\n\n## Company blurb\nCarmatec, Enterprise Digital transformation solutions company helps businesses with the Digital transformation services and consulting.\n\n## Company size\n\n51-200 employees\n\n## Remote status\n\nThe team is remote and in person, located in USA and 3 other countries.\n\n## Region\n\nLos Angeles, USA, INDIA\n\n## Company technologies\n\nLanguages & Frameworks\nNode.js\nRuby on Rails\nJavaScript\nHTML5\nCSS 3\nPHP\nRuby\n\nDevelopment\nGitHub\nDocker\n\nLibraries\n\nReact\n\nApplication Hosting\n\nNGINX\nAmazon Web Services (AWS)\n\nData Stores\n\nMySQL\nPostgreSQL\n\nAssets and Media\nCloudflare\n\n## How to apply\n\nYou can apply here: https://www.carmatec.com/careers/.\n"
  },
  {
    "path": "src/companies/cartodb.md",
    "content": "---\ntitle: \"CartoDB\"\nslug: cartodb\nwebsite: https://cartodb.com/\ncareers_url: https://cartodb.com/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\n  - nosql\n  - ruby\naddedAt: 2015-11-11\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nIt's a location intelligence tool to create amazing visualizations of geospatial data in the cloud. Upload your data, create your visualizations without a line of code and share them with the world.\n\n## Company size\n\n67 team members listed on the [team page](https://cartodb.com/team/)\n\n## Remote status\n\nCartoDB can be described as \"remote-friendly\". From a current employee when [discussing in this repo](https://github.com/jessicard/remote-jobs/issues/153#issuecomment-155384024)\n> While it's true that we don't explicitly announce the possibility to work remotely in our job openings, any employee can work wherever he or she wants.\n\n>We currently have several people working 100% remote and also several other people work partially remote (i.e: they come to the Madrid office once every one or two weeks).\n\n>It's true that we aren't a 100% remote company, but we are definitely remote-friendly.\n\n>https://x.com/cartoDB/status/520496981077422080\n\n## Region\n\nRemote friendly worldwide\n\n## Company technologies\n\nCartoDB has a lovely [attributions page](https://cartodb.com/attributions/) with a lot of information.\n\n| Frontend  | Backend | Other features |\n| ------------- | ------------- | ------- |\n| Leaflet  | Ubuntu  | Chef |\n| Wax  | PostGIS  | Munin |\n| jQuery & plugins  | Nginx  | Nagios |\n| Backbone  | Node  | Monit |\n| Underscore  | Varnish |  |\n| CodeMirror  | Unicorn  |  |\n| Mustache  | Ruby on Rails  |  |\n|   | Redis  |  |\n|   | Mapnik  |  |\n|   | CartoCSS  |  |\n\n## Office locations\n\nMadrid & NYC\n\n## How to apply\n\nCartoDB open vacancies are listed on their [Jobs page](https://cartodb.com/jobs/)\n"
  },
  {
    "path": "src/companies/cartstack.md",
    "content": "---\ntitle: \"CartStack\"\nslug: cartstack\nwebsite: https://www.cartstack.com/\ncareers_url: https://www.cartstack.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\naddedAt: 2018-04-24\nupdatedAt: 2020-10-17\n---\n\n## Company blurb\n\nCartStack offers a cart & visitor abandonment solution for e-commerce and reservation websites. Our mission is simple... Be known as the most powerful visitor abandonment recovery solution in the world!\n\n## Company size\n\n0-50 Employees\n\n## Region\n\n**Worldwide** \n\n## Office locations\n\nCartStack LLC\nEarley Lake Office Park\n1705 Southcross Dr W., Suite 107\nBurnsville, MN 55306\n\n## How to apply\n\nCartStack lists all it's available positions on it's careers page, [here](https://www.cartstack.com/careers/).\n\nYou can also subscribe to their [email list](https://www.cartstack.com/careers/get-notified/), which will notify you when they post a new position.\n"
  },
  {
    "path": "src/companies/casumo.md",
    "content": "---\ntitle: \"Casumo\"\nslug: casumo\nwebsite: https://www.casumo.com/\ncareers_url: http://www.casumocareers.com/\nregion: europe\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - devops\n  - java\n  - javascript\n  - mobile\n  - python\n  - sql\naddedAt: 2015-10-26\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nCasumo is a technology startup founded on the premise and belief that technology not only drives innovation in products but also disrupts markets and industries. In a commoditised market, differentiation and innovation are paramount.\n\nWe are dedicated to change the world of igaming forever and we are founded upon a single promise: to deliver the world’s best gaming experience. No, it’s not just a bullet in our brand book, it’s a promise. We believe that owning our own technology plays a key part in reaching that goal.\n\nCasumo as a product is a recognized, award winning online casino. We’re not working with casino, we’re working with challenging and changing the common perception of what casino is. Through design, technology & innovation we aim to disrupt a young, and in many ways immature industry, by ignoring the rules.\n\nWe structure our company on the promise of freedom and responsibility. We hire great people and get out of their way. We work to remove obstacles, to provide framework and to lead by providing context.\n\n## Company size\n\nAround 250 employees.\n\n## Remote status\n\nOur headquarters is located in Tal-Ibragg, Malta. We communicate through GitHub, Slack, and our own internal blog.\n\n## Region\n\nWe have employees in several different countries around Europe, regardless of their physical location. We have some nomadic employees as well!\n\n## Company technologies\n\nOur technology stack is not set in stone, but this is what we are currently using:\n- JavaScript (KnockOutJS, Durandel, ReactJS, VueJS, Karma, RequireJS, Lodash, Moment, Greensock)\n- Sass\n- Swift\n- React Native\n- Java\n- Kotlin\n- Python\n- Docker\n- Spring\n- Dropwizard\n- Jenkins\n- MySQL\n- RabbitMQ\n- CQRS - Axon Framework\n- Git\n\n## Office locations\n\n- Swieqi, Malta\n- Barcelona, Spain\n- Gibraltar\n\n## How to apply\n\nApply for any of the jobs listed on [our Jobs page](http://www.casumocareers.com/)!\n"
  },
  {
    "path": "src/companies/chainlink.md",
    "content": "---\ntitle: \"ChainLink Labs\"\nslug: chainlink-labs\nwebsite: https://chainlinklabs.com/\ncareers_url: https://chainlinklabs.com/jobs\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\n  - python\n  - sql\naddedAt: 2022-10-01\nupdatedAt: 2022-10-21\n---\n\n## Company blurb\n\nWe’re a world-class team of results-oriented developers, academics, seasoned executives, and startup operators who are building next-generation data infrastructure for smart contracts.\n\n## Company size\n\n200+ (as of January 2020)\n\n## Remote status\n\nAlmost all of us are remote. Headquarters in San Francisco, CA\n\n## Region\n\nAll roles with Chainlink Labs are globally remote based. We encourage you to apply regardless of your location.\n\n## Company technologies\n\nJavascript, Python, Golang, TypeScript, Solidity, Postgres, Terraform, AWS\n\n## Office locations\n\nSan Francisco, CA\n\n## How to apply\n\nCheck our careers page: https://chainlinklabs.com/jobs\n"
  },
  {
    "path": "src/companies/chargify.md",
    "content": "---\ntitle: \"Chargify\"\nslug: chargify\nwebsite: https://www.chargify.com/\ncareers_url: https://www.chargify.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - ruby\naddedAt: 2015-11-30\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe've been around for 6 years, supporting almost every kind of organization that needs to bill people over and over: online software businesses, churches, schools, storage unit owners, shippers of recurring packages, and many others.\nAnd over that time, with that variety of merchants using Chargify, we've developed our software to support just about every common business model and pricing model. Chargify is a recurring billing system designed for Web 2.0 and SaaS companies. Chargify frees you from worrying about billing so you can focus on building innovative web applications.\n\n## Company size\n\n24 employees listed on the [About Us](https://www.chargify.com/about-us/) page.\n\n## Remote status\n\n[Development team is 100% remote. Remote positions for applicants based in the US. You are free to work anywhere.\n\nYou're expected to maintain a regular day-to-day schedule and be in the 'office' & responsive during your chosen worktime.  That said, we offer lots of flexibility for adjusting your schedule based on personal/family needs. Some travel is required (typically 2 or 3 week-long trips a year).](http://chargify.theresumator.com/apply/GdC1L7/Junior-Developer-USA-Remote)\n\n## Region\n\nWorldwide - Mainly US based employees but with one in Brazil and another in Australia. A [map](https://www.google.com/maps/d/viewer?mid=zLsPehD3_vdo.k8yC1yRzgqKU&usp=sharing) shows employee rough locations on the [About Us](https://www.chargify.com/about-us/) page\n\n## Company technologies\n\nRoR, AWS, Docker\n\n## Office locations\n\nHead office is located in Needham, MA\n\n## How to apply\n\nChargify openings are listed on the [jobs](https://www.chargify.com/jobs) page.\n"
  },
  {
    "path": "src/companies/charity-water.md",
    "content": "---\ntitle: \"charity: water\"\nslug: charity-water\nwebsite: https://www.charitywater.org/\ncareers_url: https://my.hirehive.io/charity-water/jobs/38223/software-engineer-new-york\nregion: americas\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - javascript\n  - ruby\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2018-11-26\n---\n\n## Company blurb\n\ncharity: water is a non-profit bringing clean and safe drinking water to people in developing nations. Since 2006, we've funded over 29,725 water projects in 26 developing countries. When complete, these projects will provide clean, safe drinking water for more than 8.4 million people.\n\nNearly 663 million people don’t have access to clean drinking water, that's one in ten of us. Diseases from dirty water kill more people every year than all forms of violence, including war.\n\nThe good news: there are simple solutions, from deep drilled wells to water filtration systems. And with the help of 1M+ donors and individual fundraisers, we're forming a strong force against the water crisis. Join us!\n\n## Company size\n\n50-100\n\n## Remote status\n\nWe are a distributed team that is committed to enabling remote friendly practices for our engineering team. All our processes, services and communication are managed via cloud tools such as GSuite, Slack and project planning tools. We enable travel to the onsite office once every quarter for company events such as Friendsgiving dinner or our yearly hackathon.\n\n## Region\n\n* North America (with elibility to work in the USA without sponsorship)\n\n## Company technologies\n\nRuby on Rails, ReactJS, PostgresQL\n\n## Office locations\n\nNew York\n\n## How to apply\n\nhttps://my.hirehive.io/charity-water/jobs/38223/software-engineer-new-york\n"
  },
  {
    "path": "src/companies/chatgen.md",
    "content": "---\ntitle: \"ChatGen\"\nslug: chatgen\nwebsite: https://chatgen.ai/\ncareers_url: https://www.linkedin.com/company/chatgen/jobs/\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - javascript\n  - nosql\n  - python\naddedAt: 2021-02-13\nupdatedAt: 2021-02-13\n---\n\n## Company blurb\n\nChatGen is a Smart Conversational Sales and Marketing Chatbot platform that drives immediate business impact with Sales. Our ChatGen solution is just not an ordinary chatbot but an advanced chatbot clubbed with features like automatic scheduling, extensive analytics, automatic routing, and a host of other features.\n\n## Company size\n\n<30 (as of February 2021)\n\n## Remote status\n\nAlmost all of us are remote, distributed around Asia and USA.\n\n## Company technologies\n\nJavaScript, AWS Lambda, Cloudwatch, Node.js, React.js, MongoDB, Django\n\n## Office locations\n\nIndia\n\n## How to apply\n\nSee our job listings at https://www.linkedin.com/company/chatgen/jobs/\n"
  },
  {
    "path": "src/companies/checkly.md",
    "content": "---\ntitle: \"Checkly\"\nslug: checkly\nwebsite: https://www.checklyhq.com\ncareers_url: https://www.checklyhq.com/jobs\nregion: other\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\n  - scala\naddedAt: 2020-10-20\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\nCheckly is an API & E2E monitoring platform for modern developers, helping them verify that their website or webapp is functioning correctly at all times. It focuses around being programmable, flexible and heavily JavaScript-based.\n\n## Company size\n\n<10 (as of October 2020)\n\n## Remote status\n\nAlmost all of us are remote, distributed around Europe. We also have an office in Berlin, where most of us are located, but you are free to work from anywhere within the CET -3 / +3 timezone.\n\n## Region\n\nCET -3 / +3 timezone.\n\n## Company technologies\n\nJavaScript, Go, Vue, AWS Lambda, Heroku, Terraform, Puppeteer, Playwright.\n\n## Office locations\n\nBerlin, Germany\n\n## How to apply\n\nSee our job listings at https://www.checklyhq.com/jobs\n"
  },
  {
    "path": "src/companies/chef.md",
    "content": "---\ntitle: \"Chef\"\nslug: chef\nwebsite: https://www.chef.io/\ncareers_url: https://www.chef.io/careers/\nregion: europe\nremote_policy: remote-friendly\ntechnologies:\n  - devops\naddedAt: 2015-12-06\nupdatedAt: 2018-05-24\n---\n\n## Company blurb\n\nWe are Chef. We are IT automation for speed and awesomeness. We give you a model for automating IT infrastructure and applications that drive self-reliance across your development and operations teams. We are the Chef Community. We are tens of thousands strong. We are helping your businesses become faster, safer and more flexible, so you win in today's 24x7 digital economy. Join our movement today.\n\n## Remote status\n\nWe're based in Seattle, WA but have employees from coast to coast.\n\n## Region\n\nMainly USA but some UK\n\n## Company technologies\n\nChef\n\n## Office locations\n\nChef Seattle\n619 Western Ave, Suite 400\nSeattle, WA 98104\n\nChef San Francisco\n48 2nd St., 4th Floor\nSan Francisco, CA 94105\n\n## How to apply\n\n[Chef careers](https://www.chef.io/careers/)\n"
  },
  {
    "path": "src/companies/chess.md",
    "content": "---\ntitle: \"Chess\"\nslug: chess\nwebsite: https://www.chess.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ntechnologies:\n  - javascript\n  - mobile\n  - php\n  - python\naddedAt: 2022-10-18\nupdatedAt: 2022-10-21\n---\n\n## Company blurb\n\nChess.com is a global team of passionate chess fans and developers. You can meet us [here](https://www.chess.com/about) and read about our company [here](https://www.chess.com/article/view/how-chess-com-virtual-team-works-together). We're always looking for great people to join the team. We have a healthy work environment focused on well-being, respect, and memes/emotes. We communicate with Slack and positive energy beams.\n\n## Remote status\n\nAll of our jobs are 100% remote.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nPHP, React, Node.js, Objective-C, Swift, Python\n\n## Office locations\n\nOrem, UT\nFounded 2005\nVideo Game Publishing\n\n## How to apply\n\n[Chess jobs](https://www.chess.com/jobs/)\n"
  },
  {
    "path": "src/companies/chroma.md",
    "content": "---\ntitle: \"Chroma\"\nslug: chroma\nwebsite: https://www.chromatic.com\ncareers_url: https://www.chromatic.com/company/careers\nregion: asia-pacific\nremote_policy: fully-remote\ncompany_size: tiny\naddedAt: 2020-04-15\nupdatedAt: 2026-02-06\n---\n\n## Company blurb\n\nHi, we're Chroma. We build tools to help frontend developers build, test, and share UI components.\n\nWe maintain [Storybook](https://storybook.js.org/), the most popular open source tool for developing UI components. It’s used by thousands of companies like Lyft, Airbnb, and GitHub to engineer UIs for millions of people.\n\nChroma is run by Storybook core maintainers. We speak at conferences, write books, articles, and tutorials related to Component-Driven Development using Storybook.\n\nTo fuel our open source and community work we make [Chromatic](https://www.chromatic.com/), an industrial-grade visual testing service for UI components and libraries made for Storybook.\n\n## Company size\n\n7\n\n## Remote status\n\nWe are a fully remote company currently in 6 timezones across the globe. We meet weekly in Zoom and use Slack for daily communication. All our work happens on GitHub. We try to plan a yearly company retreat although the last one was cancelled due to Corona.\n\n## Region\n\nWe are US (Silicon Valley) based but have people in The Netherlands, Taiwan and Australia too. We are looking to expand in the US preferably.\n\n## Office locations\n\nWe technically have an office in Silicon Valley but nobody really works from there. Some of us use a shared office space though.\n\n## How to apply\n\n[Chroma careers page](https://www.chromatic.com/company/careers)\n"
  },
  {
    "path": "src/companies/circleci.md",
    "content": "---\ntitle: \"CircleCI\"\nslug: circleci\nwebsite: https://circleci.com/\ncareers_url: https://boards.greenhouse.io/circleci\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - python\naddedAt: 2018-04-24\nupdatedAt: 2018-10-20\n---\n\n## Company blurb\n\nStarted in 2011 with 2 employees, we have grown to over 130 employees all over the world. Those team members work together every day to empower developers and build the best CI/CD solution on the market. Over 300,000 developers trust CircleCI to build, test, and deploy software to millions of users around the world.\n\n## Company size\n\n100-200.\n\n## Remote status\n\nWe work in a new and quickly evolving industry. And from our early wins to now, we’ve learned that rolling with the punches and always looking to improve our process is key to our success. For that reason, it’s important to us to maintain a culture of curiosity, collaboration, and continuous improvement. Working together and helping each other grow is the best way to deliver value to our customers and investors.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Clojure\n- Go\n- Python\n\n## Office locations\n\n- San Francisco\n- Toronto\n\n## How to apply\n\n- [How to Get Hired at CircleCI](https://circleci.com/blog/how-to-get-hired-at-circleci/)\n- [Job Openings](https://boards.greenhouse.io/circleci)\n"
  },
  {
    "path": "src/companies/circonus.md",
    "content": "---\ntitle: \"Circonus\"\nslug: circonus\nwebsite: https://circonus.com/\ncareers_url: https://jobs.lever.co/circonus\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - go\n  - java\n  - javascript\n  - linux\naddedAt: 2017-04-03\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nAny Data. Any System. Any Where. Circonus combines multiple monitoring, alerting, event processing, and analytics tools into one unified solution. Visualize any data, in any application, from any system (cloud or legacy), in real-time. Circonus scales from a single team, to a worldwide organization with thousands of devices tracking millions of metrics. API driven automation empowers developers and makes operational teams incredibly efficient, while analytics drive insights that improve organization-wide performance.\nAnd we do it all in real-time, at massive scale, with Any Data. Any System. Any Where.\n\n## Company size\n\n11-50\n\n## Remote status\n\nOpen to remote candidates (two current engineering positions posted are both remote or onsite, for example) \n\n## Region\n\nNot specified. \n\n## Company technologies\n\n* C\n* C++\n* Java\n* Go\n* Node.js\n* Lua\n* Perl\n* Linux\n\n## Office locations\n\nFulton, Maryland\n\n## How to apply\n\nOpenings [here](https://jobs.lever.co/circonus).\n"
  },
  {
    "path": "src/companies/civicactions.md",
    "content": "---\ntitle: \"CivicActions\"\nslug: civicactions\nwebsite: https://civicactions.com/\ncareers_url: https://civicactions.com/careers/\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - devops\n  - javascript\n  - php\n  - search\n  - sql\naddedAt: 2018-10-16\nupdatedAt: 2018-10-16\n---\n\n## Company blurb\n\nWe help government agencies and nonprofit organizations improve lives through modern software and thoughtful experiences. Our agile practices, human-centered approach, and culture of collaboration help us transform the way digital services are created and delivered.\n\n## Company size\n\n50-100\n\n## Remote status\n\nWe are a 100% distributed company! We do have a few projects where our government clients require on-site work, but those roles are clearly delineated on our careers page.\n\n## Region\n\nOur team is primarily located in the U.S. and Canada -- however, we have others in Europe, Costa Rica, and Philippines! Instead of making rules about location, we set expectations around teamwork and communication. We welcome team members from all over the world, as long as they are able to structure their work day in a way that allows for collaboration.\n\nSome of our public sector contracts require team members to have US citizenship or residency. \n\n## Company technologies\n\nWe choose tools that promote openness and help people work better together. Some favorites are:\n\n- React\n- Javascript\n- CSS\n- Pa11y\n- DKAN\n- Drupal\n- Ilias\n- Moodle\n- MatterMost\n- Symfony\n- Docker\n- Kubernetes\n- Helm\n- Ansible\n- MariaDB\n- Solr\n- Jenkins\n- GitLab\n- OpenSCAP\n- Gemini\n\n## Office locations\n\nNo office, but we have a small co-work location in Sacramento, CA, U.S.A.\n\n## How to apply\n\nVisit [our careers page](https://civicactions.com/careers/)\n"
  },
  {
    "path": "src/companies/civo.md",
    "content": "---\ntitle: \"Civo\"\nslug: civo\nwebsite: https://www.civo.com\ncareers_url: https://www.civo.com/careers\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - ruby\naddedAt: 2022-10-01\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nCivo’s vision is simple. To create a flexible cloud platform created by developers, for developers. We think you should spend less of your time managing environments and hosting platforms, and more time coding – after all, that’s what we always wanted.\n\n## Company size\n\n11-50 \n\n## Remote status\nOur team is truly global. We're just as at home working remotely as we are from at our office HQ in Stevenage, UK\n\n## Region\n\n Worldwide\n\n## Company technologies\n\n- OpenStack\n- Cloud\n- Ruby on Rails\n- Go\n- Web Design\n- Kubernetes \n- k3s\n\n## Office locations\n\n- Stevenage, Hertfordshire\n\n## How to apply\n\n[Civo careers page](https://www.civo.com/careers)\n"
  },
  {
    "path": "src/companies/clevertech.md",
    "content": "---\ntitle: \"Clevertech\"\nslug: clevertech\nwebsite: https://clevertech.biz/\ncareers_url: https://clevertech.biz/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - java\n  - javascript\n  - php\n  - python\n  - ruby\naddedAt: 2015-11-30\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nClevertech have been developing apps since 2000. Clevertech is a team of business analysts, developers and designers. We tackle complex business issues and engineer simplicity. We work with visionary leaders who want full service partners for successful product launches.\n\n## Company size\n\nNearly 100 employees\n\n## Remote status\n\n100% remote over 6 continents. Schedules are flexible—you work when you're in flow, from wherever you wish.\n\n## Region\n\n[Worldwide](https://clevertech.biz/meet#map-canvas) - A globally located community of talented business analysts, developers and designers.\n\n## Company technologies\n\nJS, node, Python, RoR, PHP, Java,\n\n## Office locations\n\n379 W Broadway, 2nd Floor, New York, NY\n\n## How to apply\n\nLearn [why](https://clevertech.biz/join) you'd want to work at Clevertech, then look to see what the team are [hiring](https://clevertech.biz/careers) for.\n"
  },
  {
    "path": "src/companies/clickup.md",
    "content": "---\ntitle: \"ClickUp\"\nslug: clickup\nwebsite: https://clickup.com/\ncareers_url: https://clickup.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - go\n  - javascript\n  - mobile\naddedAt: 2022-10-08\nupdatedAt: 2022-10-08\n---\n\n## Company blurb\n\nClickUp is one app to replace them all. It's the future of work. More than just task management - ClickUp offers docs, reminders, goals, calendars, and even an inbox. Fully customizable, ClickUp works for every type of team, so all teams can use the same app to plan, organize, and collaborate. ClickUp is trusted by millions of users and over 100,000 teams at the world's best companies like Google, Airbnb, Uber, and Nike.\n\n## Company size\n\n929 employees on LinkedIn.\n\n## Remote status\n\nThe entire team works remotely.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nClickUp uses 55 technology products and services including HTML5, Google Analytics, and jQuery, according to G2 Stack.\nClickUp is actively using 69 technologies for its website, according to BuiltWith. These include Viewport Meta, IPhone / Mobile Compatible, and LetsEncrypt.\n## Office locations\n\nHeadquarters- San Diego.\n\n## How to apply\n[Click here to apply](https://clickup.com/careers)\n"
  },
  {
    "path": "src/companies/clootrack.md",
    "content": "---\ntitle: \"Clootrack\"\nslug: clootrack\nwebsite: https://www.clootrack.com/\ncareers_url: https://www.clootrack.com/careers\nregion: asia-pacific\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - python\n  - sql\naddedAt: 2022-10-11\nupdatedAt: 2022-10-12\n---\n\n## Company blurb\n\nClootrack is a real time customer experience analytics platform that helps brands reduce churn significantly. Clootrack helps brands understand granular qualitative reasons \"why\" customer experience drops. This helps reduces response time to CX trends and increase profitability.\n\n## Company size\n\n100-200.\n\n## Remote status\n\nClootrack offers on-site as well as fully remote jobs. There are a vast number of listings for each type, across multiple job fields.\n\n## Region\n\nIndia\n\n## Company technologies\n\nJavascript, HTML, CSS, Webpack, ReactJS, LESS, Python, Django/Flask, PostgreSQL\n\n## Office locations\n\nInnovation Coworks, 5th Floor, Gopalan Innovation Mall, Bannerghatta Main Rd, J. P. Nagar, Bengaluru, Karnataka 560076\n\n## How to apply\n\n[Click here to apply](https://www.clootrack.com/careers)\n"
  },
  {
    "path": "src/companies/close.md",
    "content": "---\ntitle: \"Close\"\nslug: close\nwebsite: https://close.com\ncareers_url: http://jobs.close.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - ml\n  - nosql\n  - python\n  - search\n  - sql\naddedAt: 2016-05-12\nupdatedAt: 2019-08-23\n---\n\n## Company blurb\n\nSales/CRM tool with great calling and email integration\n\n## Company size\n\n20-50\n\n## Remote status\n\nAll remote\n\n## Region\n\nOpen to worldwide employees provided that they can do some timezone\noverlap with US business hours.\n\n## Company technologies\n\nPython / Flask, JavaScript / React, HTML5 / CSS, MongoDB, Elasticsearch, Postgres, AWS, Terraform, Docker, Kubernetes\n\n## Office locations\n\nNone\n\n## How to apply\n\n[http://jobs.close.com](http://jobs.close.com)\n"
  },
  {
    "path": "src/companies/cloudapp.md",
    "content": "---\ntitle: \"CloudApp\"\nslug: cloudapp\nwebsite: https://getcloudapp.com\ncareers_url: https://www.getcloudapp.com/careers\nregion: worldwide\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - go\n  - javascript\n  - nosql\n  - ruby\n  - sql\naddedAt: 2019-09-15\nupdatedAt: 2019-09-15\n---\n\n## Company blurb\nCloudApp uploads any of your captured content as a public or private shortlink URL that makes it easy to show your team, customers, or friends what you're trying to say.\n\nWhy Visual Communication?\n\nVisual communication for every industry where speed and clarity are essential. \n\nTechnology has changed the way we work, the way we live, the way we communicate. Always on and everywhere, it empowers us to be more connected than ever before. Productivity has increased, but also the need for a solution to cut through the noise and make communication faster, and more effective.\n\n## Company size\n0-25\n\n## Remote status\nThe company has an office in the Greater San Francisco area as well as in Salt Lake City. Some employees work out of these locations, while the rest are remote located in various countries across the world. \n\n## Region\nWorldwide.\n\n## Company technologies\nRuby, rails, AWS, node, go, lambda, postgresql, redis\n\n## Office locations\nCalifornia & Utah\n\n## How to apply\nCheck our jobs page: https://www.getcloudapp.com/careers\n"
  },
  {
    "path": "src/companies/cloudera.md",
    "content": "---\ntitle: \"CloudEra\"\nslug: cloudera\nwebsite: https://www.cloudera.com\ncareers_url: https://cloudera.wd5.myworkdayjobs.com/External_Career?remoteType=648856a73acb1001a30bbdb5cbb70002\nregion: worldwide\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - ml\naddedAt: 2023-10-10\nupdatedAt: 2023-10-10\n---\n\n## Company blurb\nExplore opportunities at Cloudera\nWe’re on a mission to make data and analytics easy and accessible to everyone. The work we do empowers any organization – from the world's largest enterprises to small nonprofits –  to use data to solve some of the most complex challenges that impact businesses, communities and lives.\n\n## Company size\n3000\n\n## Remote status\nGlobal locations\nCloudera has corporate offices in 8 U.S. states and 19 countries around the world.\nRemote positionas are available on job portal.\n\n## Region\nWorldwide.\n\n## Company technologies\nDatalakes, data mesh, data platforms, enterprise AI\n\n## Office locations\nWorldwide\n\n## How to apply\nCheck our jobs page: https://cloudera.wd5.myworkdayjobs.com/External_Career?remoteType=648856a73acb1001a30bbdb5cbb70002\n"
  },
  {
    "path": "src/companies/cloudlinux.md",
    "content": "---\ntitle: \"CloudLinux\"\nslug: cloudlinux\nwebsite: https://www.cloudlinux.com/\ncareers_url: https://www.cloudlinux.com/about-us-company-jobs/\nregion: other\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\naddedAt: 2023-12-23\nupdatedAt: 2024-01-05\n---\n\n## Company blurb\nCloudLinux is the only commercially supported operating system (OS) optimized for hosting service providers who manage a significant level of shared hosting accounts and for datacenters who sell servers to enterprise and SMB customers. \n\n## Company size\n51-200 employees\n\n## Remote status\nFlexible Work Environment, as Fully Remote.\nWe don’t look at when you log in, log out or how much time you work. We trust you, it’s the only way remote can actually work.\n\n## Company technologies\nCloudLinux OS provides a modified kernel based on the OpenVZ kernel\n\n## Office locations\n- US\n\n## How to apply\nCheck out our [careers page](https://www.cloudlinux.com/about-us-company-jobs/) for information about what it is like to work at CloudLinux.\n"
  },
  {
    "path": "src/companies/coalition-technologies.md",
    "content": "---\ntitle: \"Coalition Technologies\"\nslug: coalition-technologies\nwebsite: https://coalitiontechnologies.com/\ncareers_url: https://coalitiontechnologies.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - ml\naddedAt: 2022-10-29\nupdatedAt: 2022-10-29\n---\n\n## Company blurb\n\nCoalition Technologies is a metrics-driven digital agency that offers a fun, thriving work environment with flexible work options and opportunities for growth and advancement. In the past, Coalition Technologies has posted freelance, flexible schedule, and remote jobs in a variety of locations around the world, including work-from-anywhere jobs for global applicants. Past opportunities have included marketing, software development, project management, internet & ecommerce, and graphic design jobs, among others, and some roles are eligible for benefits. Coalition Technologies also boasts \"the most competitive profit-sharing bonus plans in the industry,\" and the company operates according to a set of core values that include metrics-driven marketing, a commitment to client success, and being creatively cutting-edge.\n\n## Company size\n\n201-500 Employees\n\n## Remote status\n\nOur global workforce is 100% remote.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nCoalition is the leading metrics-driven digital agency. We specialize in SEO, PPC, email marketing, social media marketing, and web design & development.\n\n## Office locations\n\n100% Remote. Headquartered in Los Angeles\n\n## How to apply\n\nOur open positions are listed on our [Careers](https://coalitiontechnologies.com/jobs) page.\n"
  },
  {
    "path": "src/companies/code-b-solutions.md",
    "content": "---\ntitle: \"Code B Solutions\"\nslug: code-b-solutions\nwebsite: https://code-b.dev/\ncareers_url: https://code-b.dev/for-devs\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - dotnet\n  - javascript\n  - mobile\n  - nosql\n  - php\n  - python\n  - sql\naddedAt: 2024-04-22\nupdatedAt: 2024-04-22\n---\n\n## Company blurb\n\nCode B is a leading software development company in India and caters to clients abroad in particular. It runs an Offshore Development Center as its business model and provides specialized development services to its clients. Code B maintains an extensive portfolio of service offerings which includes custom software development, tailored enterprise software, websites and web apps, and supply chain software among many other solutions.\n\nCode B boasts a work culture and business operation based on collaboration and teamwork. They have teams of highly skilled software engineers and software architects that are proficient in many domains of industries providing end-to-end tailored IT solutions to clients in these industries. Learn more about Code B and their offshore software development services [here](https://code-b.dev/).\n\n## Company size\n\n50-100\n\n## Remote status\n\nWork from home.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Python\n- .NET\n- C#\n- PHP\n- JavaScript\n- ReactJS\n- NodeJS\n- NextJS\n- VueJS\n- Angular\n- React Native\n- Flutter\n- iOS\n- Android\n- AWS\n- GCP\n- Azure\n- MongoDB\n- SQL\n- Docker\n\n## Office locations\n\nMumbai, India\n\n## How to apply\n\nYou check the careers page of our [company website](https://code-b.dev/for-devs) to learn more about how to apply.\n"
  },
  {
    "path": "src/companies/code-like-a-girl.md",
    "content": "---\ntitle: \"Code Like a Girl\"\nslug: code-like-a-girl\nwebsite: https://codelikeagirl.com\ncareers_url: https://www.codelikeagirl.com/about/join-our-team/\nregion: asia-pacific\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - dotnet\n  - javascript\n  - ml\n  - nosql\n  - python\naddedAt: 2022-10-10\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nCode Like a Girl is a social enterprise dedicated to helping women and gender diverse people enter and flourish in the world of coding. We run online coding courses, an internship program,a scholarship programs, and a jobs board, to help people gain the skills and opportunities they need to start a career in tech. \n\n## Company size\n\n10+\n\n## Remote status\n\nOur company works 90% remotely. Full-time and part-time employees are located throughout various states of Australia. Employees in Vic have access to a shared office space in Cremorne. Employees in SA have access to a shared office space in Adelaide. We also take on short-term and long-term contractors for project work, 100% remotely. All meetings are held via Zoom, and all collaboration happens using online tools. We have an annual team retreat and occasional social events in Victoria, Aus.\n\n## Region\n\nCurrent openings are for remote positions for people with the rights to work in **Australia**\n\n## Company technologies\n\n\n* HTML & CSS\n* JavaScript\n* React.js\n* Node.js\n* Python\n* C#\n* AWS \n* DynamoDB\n\n## Office locations\n\nMelbourne, VIC, Aus\n\n## How to apply\n\n[Join Our Team - Code Like a Girl website](https://www.codelikeagirl.com/about/join-our-team/)\n"
  },
  {
    "path": "src/companies/codea-it.md",
    "content": "---\ntitle: \"Codea IT\"\nslug: codea-it\nwebsite: http://www.codeait.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - ml\n  - mobile\n  - nosql\n  - php\n  - python\n  - ruby\n  - sql\naddedAt: 2016-10-31\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe are a company that provides a full range of services and products within the IT industry.\n\nWe focus on custom development: corporate solutions, mobile, web and desktop applications. In our wide range of services we maintain high quality standards, adding real value and derencial in our daily work.\n\nOur focus is on strategically assist our clients in achieving their business goals through the right combination of knowledge and ability.\n\n## Company size\n\n~10\n\n## Remote status\n\nThe team is remote across most functions within the company.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nAngularJS, Node.js, Android (Java), iOS (Objective-c, Swift), HTML5, CSS, JavaScript, PHP, Ruby, React, Wordpress, C#, Sails.js, Python, .NET, MongoDB, Postgres, SQL \n\n## Office locations\n\nBuenos Aires, Argentina\n\n## How to apply\n\n[Contact us](http://www.codeait.com)\n"
  },
  {
    "path": "src/companies/codepen.md",
    "content": "---\ntitle: \"CodePen\"\nslug: codepen\nwebsite: https://codepen.io\ncareers_url: https://blog.codepen.io\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - ruby\naddedAt: 2016-12-31\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nCodePen is a playground for the front end side of the web. It's all about inspiration, education, and sharing.\n\nSee: [about](http://codepen.io/about)\n\n## Company size\n\n8\n\n## Remote status\n\n100% remote:\n\n> CodePen is a 100% remote team. No two people work in the same city. Good or bad? Good, we say. In almost all ways, including the biggest one of all: we couldn't have assembled this team otherwise.\n\nCodePen Radio podcast [episode 77](https://blog.codepen.io/2016/02/16/077-remote/) delves into how they benefit from a distributed team.\n\n## Region\n\nAnywhere\n\n## Company technologies\n\nJavaScript, jQuery, React, Ruby on Rails, CloudFlare, AWS\n\n## Office locations\n\nThe team is 100% remote, but there's a mailing address advertised at:\n\n70 SW Century Drive, Suite 100-195, Bend, OR 97702\n\n## How to apply\n\nAny job openings will likely be advertised on their [blog](https://blog.codepen.io), [twitter](https://x.com/codepen) and [podcast](https://blog.codepen.io/radio/).\n"
  },
  {
    "path": "src/companies/codesandbox.md",
    "content": "---\ntitle: \"CodeSandbox\"\nslug: codesandbox\nwebsite: https://codesandbox.io\ncareers_url: https://codesandbox.io/jobs\nregion: worldwide\nremote_policy: remote-first\ncompany_size: small\naddedAt: 2020-10-31\nupdatedAt: 2020-10-31\n---\n\n## Company blurb\n\n#### About\n\nCodeSandbox aims at building more accessible and collaborative applications, so we are building a next-generation platform where everyone can build and contribute. Our goal is to improve collaboration between developers and other team members, to make the development cycle faster and easier. \n\nFounded in 2017, and headquartered in Amsterdam, CodeSandbox provides free, instant, collaborative sandboxes for rapid web development. Used by over 2M developers each month, including within organizations like Shopify, Atlassian, and Stripe, creators have crafted over 10M apps on the platform since launch. It’s used by thousands of open source projects, including React, Vue, and Babel, among others.\n\n## Company size\n\nApprox 20-50.\n\n## Remote status\n\nWe are a remote first company.\n\n## Region\n\nWorldwide.\n\n## How to apply\n\nCheck out our open positions at [CodeSandbox Careers](https://codesandbox.io/jobs).\n"
  },
  {
    "path": "src/companies/codeship.md",
    "content": "---\ntitle: \"Codeship\"\nslug: codeship\nwebsite: https://codeship.com/\ncareers_url: https://codeship.com/jobs\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - java\n  - javascript\n  - linux\n  - mobile\n  - nosql\n  - ruby\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nEasily set-up your builds, with no infrastructure to manage. No Ops. No Admins.\nIncrease your throughput. CloudBees CodeShip is fast, so you never have to wait.\nConfigure your build anyway you want and deploy anywhere.\n\nCodeship's continuous integration platform operates B2D portal that delivers hosted continuous integration and deployment for web applications. It shortens the development cycles thus reducing the risk of bugs and increasing innovation. It helps software companies to develop a better product faster by taking care of the testing and release process.\nCodeship automates software deployment and all the necessary tasks involved with it.\n\n## Company size\n\n20-50\n\n## Remote status\n\nCodeship has roots in the US and Austria. We were founded in Austria and then grew as part of the Techstars Accelerator program, Spring 2013 class, in Boston. We strive to have a team full of smart people from all around the world, and we work remotely to enable this. Our team is spread across six countries in North America and Europe. We'll make sure you have all of the office equipment you need to be a successful member of a remote team, either at home or in a coworking space. You'll also be able to travel to meet your colleagues throughout the year, and we typically alternate between North America and Europe.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nJavaScript\nJava\nNode.js\nRails\nHTML\nCSS\nReact\nNoSQL\nMySQL\nAWS\nKafka\nMongoDB\nRocksDB\nSwift\nObjective-c\nLinux\nDocker\nKubernates\n\n## Office locations\n\n535 Mission St, San Francisco, CA, USA 94105\n33 Rothschild Boulevard, Tel-Aviv, Israel 6688302\n\n## How to apply\n\nhttps://codeship.com/jobs\n"
  },
  {
    "path": "src/companies/codingcops.md",
    "content": "---\ntitle: \"CodingCops\"\nslug: codingcops\nwebsite: https://codingcops.com/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\n  - python\n  - sql\naddedAt: 2025-02-11\nupdatedAt: 2025-02-11\n---\n\n## Company blurb\nCodingCops is a leading software development outsourcing company, committed to delivering cutting-edge technology solutions tailored to meet your business needs.\nOur comprehensive range of services includes custom software development, mobile app development, custom blockchain services, managed IT services, machine learning technologies, and IT staff augmentation.\nWe have expertise in creating solutions with React, Python, Ruby on Rails, and more. We specialize in crafting innovative and scalable software solutions that empower businesses to thrive in the digital age.\nChoose CodingCops for unparalleled expertise and a commitment to excellence in software development and its solutions.\n## Company size\n200-300 employees (as of Feb 2025)\n## Remote status\nWe are a remote based company. \n## Region\nUSA\n## Company technologies\nWe use a lot of modern technologies like Angular, Python, React, PostgreSQL, Docker, Kubernetes, etc.\n## Office locations\nChicago, Illinois, United States\n## How to apply\nContact through our contact us page.\n**Website:**\n[https://codingcops.com/](https://codingcops.com/)\n"
  },
  {
    "path": "src/companies/cofense.md",
    "content": "---\ntitle: \"Cofense\"\nslug: cofense\nwebsite: https://cofense.com\ncareers_url: https://cofense.com/company/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - ruby\n  - sql\naddedAt: 2018-03-20\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\n[Cofense](https://cofense.com/) (previously PhishMe) makes tools that allow IT departments to test their vulnerability to phishing, and rapidly respond to new phishing/spear-phishing threats.\n\n\n## Company size\n\n200-500\n\n## Remote status\n\nRemote technical roles are USA only.\n\n## Region\n\nWorldwide, but remote technical roles are USA only.\n\n## Company technologies\n\n* Ruby + Rails\n* Chef + Ansible + Terraform\n* Docker + Kubernetes\n* MySQL + MariaDB + PostgreSQL\n* AWS\n* Git\n\n## Office locations\n\n* Leesburg, VA, USA (Headquarters)\n* New York City, NY, USA\n* San Francisco, CA, USA\n* Birmingham, AL, USA\n* London, England\n* Dubai UAE\n* Singapore\n* Melbourne, VIC, Australia\n\n## How to apply\n\n[Cofense jobs page](https://cofense.com/company/careers)\n"
  },
  {
    "path": "src/companies/coforma.md",
    "content": "---\ntitle: \"Coforma\"\nslug: coforma\nwebsite: https://coforma.io\ncareers_url: https://coforma.io/careers\nregion: americas\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - java\n  - javascript\n  - ml\n  - python\n  - ruby\naddedAt: 2023-02-21\nupdatedAt: 2023-02-22\n---\n\n## Company blurb\n\n[Coforma](https://coforma.io) crafts creative solutions and builds technology products that improve the communities you serve. Focusing on Healthcare, Immigration, Veterans Services, Voting & Civic Engagement, and Access to Justice & Equity. Coforma works with commercial, non-profits, and government agencies.\n\n## Company size\n\n100+ people\n\n## Remote status\n\nRemote first\n\n## Region\n\nUSA\n\n## Company technologies\n   \n* Node.js\n* React\n* NextJS\n* AWS/Azure/GCP\n* Terraform\n* Python\n* Typescript\n* Go\n* Ruby\n* Java\n* SASS\n* TailwindCSS\n\n## Office locations\n\nWashington, DC\n\n## How to apply\n\nVisit [Coforma Careers](https://coforma.io/careers)\n"
  },
  {
    "path": "src/companies/cognizant.md",
    "content": "---\ntitle: \"Cognizant\"\nslug: cognizant\nwebsite: https://www.cognizant.com/in/en\ncareers_url: https://careers.cognizant.com/in/en\nregion: worldwide\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - dotnet\n  - java\n  - python\naddedAt: 2023-10-11\nupdatedAt: 2023-10-11\n---\n\n## Company blurb\n\nCognizant is a global professional services company that provides IT services and consulting to clients worldwide. The company offers a wide range of services, including consulting, application development, infrastructure management, and business process outsourcing. Cognizant has a strong focus on digital transformation and helps its clients to adopt new technologies and business models.\n\n## Company size\n\nCognizant is a large company with over 300,000 employees worldwide.\n\n## Remote status\n\nCognizant has a strong remote culture and offers remote positions to employees in many different countries. The company also has a number of hybrid roles that allow employees to work remotely some of the time and in an office the rest of the time.\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\nCognizant uses a wide range of technologies, including Java, Python, .NET, cloud computing, and big data.\n\n## Office locations\n\nCognizant has offices in over 20 countries around the world.\n\n## How to apply\n\nYou can apply for a job at Cognizant through the company's website.\nCongnizant's career page: [here](https://careers.cognizant.com/in/en)\n"
  },
  {
    "path": "src/companies/coinbase.md",
    "content": "---\ntitle: \"Coinbase\"\nslug: coinbase\nwebsite: https://www.coinbase.com\ncareers_url: https://www.coinbase.com/careers/positions\nregion: worldwide\nremote_policy: remote-first\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\n  - nosql\n  - ruby\n  - sql\naddedAt: 2021-10-29\nupdatedAt: 2021-10-29\n---\n\n## Company blurb\n\nCoinbase is an online platform that allows merchants, consumers, and traders to transact with digital currency.\n\n## Company size\n\n1001-5000\n\n## Remote status\n\nAs a decentralized, remote-first company, Coinbase is able to benefit from talent pools all over the world and India has long been known as a hub for engineering and technology innovation.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nAWS, Golang, Javascript, Ruby, React, Nodejs, Docker, Rails, Postgres, MongoDB\n\n## Office locations\n\nSan Francisco, CA\n\n## How to apply\n\nhttps://www.coinbase.com/careers/positions\n"
  },
  {
    "path": "src/companies/coingape.md",
    "content": "---\ntitle: \"Coingape\"\nslug: coingape\nwebsite: https://coingape.com/\ncareers_url: https://coingape.com/careers/\nregion: asia-pacific\nremote_policy: remote-friendly\ncompany_size: tiny\naddedAt: 2022-10-07\nupdatedAt: 2022-10-08\n---\n\n## Company blurb\n\nCoingape is a indian Crypto Media company which provides instant news of the crypto industry as ssoon as possible to people.\n\n## Company size\n\n0-50 Employees\n\n## Region\n\n**India** \n\n## Office locations\n\nACI Co-work, Gold Souk, Mall, Sec-43, Block C, Sushant Lok Phase I, Sector 43, Gurugram, Haryana 122002\n\n## How to apply\n\nCoingape lists all it's available positions on it's careers page, [here](https://coingape.com/careers/).\n"
  },
  {
    "path": "src/companies/collabora.md",
    "content": "---\ntitle: \"Collabora\"\nslug: collabora\nwebsite: https://www.collabora.com/\ncareers_url: https://www.collabora.com/careers.html\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\naddedAt: 2018-04-24\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\n\nCollabora is a global consultancy consisting of nearly one hundred engineers and developers who leverage Open Source technology to help clients in any number of ways.  \n\nWhether it be through actual code or even strategic software development planning, they're goal is to help create quality solutions that help power leading products across many different industries used in millions of devices all over the world. \n\n## Company size\n\n100 (as of 2020)\n\n## Remote status\n\nCollabora consists of a globally distributed team of engineers and developers who are passionate about working with clients around the world.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nAny software engineering or development expertise welcome, as long as you have a passion for technology and Open Source!\n\n## How to apply\n\nCareer opportunities can be found on [the careers page](https://www.collabora.com/careers.html)!\n"
  },
  {
    "path": "src/companies/comet.md",
    "content": "---\ntitle: \"Comet\"\nslug: comet\nwebsite: https://www.comet.co/\ncareers_url: https://www.welcometothejungle.co/fr/companies/comet/jobs/spontaneous-applications\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - cloud\n  - graphql\n  - javascript\n  - python\n  - search\n  - sql\naddedAt: 2019-08-11\nupdatedAt: 2019-08-11\n---\n\n## Company blurb\n\nWe instantly connect the most talented tech and data freelancers with our clients.\n\nComet is trusted by the best companies such as Renault, Zenly, LVMH, Société Générale, Payfit or Deezer.\n\nUsing our platform means you don't have to look for the best talents anymore: we find them, and qualify their skills for you. On-demand, in less than 24 hours. Risk-free.\n\nYou're a freelancer? Working in tech? Join the best community of tech and data freelancers and access great perks such as insurance, housing, health, payment at the end of the month but also exclusive events and mentorship.\n\nWant to join our community or find the best freelancers? www.comet.co\n\n## Company size\n\n50-60\n\n## Remote status\n\nOur team is partially remote. \nSome of us work in the Paris offices, and some of us, from anywhere they see fit to. We provide for co-working fees, and a monthly (or more if necessary) trip to stay in Paris and work at the office.\n\n## Region\n\nFrance.\n\n## Company technologies\n\n- Node.js\n- Graphql\n- Vue\n- React\n- Python\n- PostgreSQL\n- Big Query\n- ElasticSearch\n- Amazon web services\n- Gitlab\n\n## Office locations\n\nParis, 11th district.\n\n## How to apply\n\nYou want to work with us?\n\nGo to our Careers page on [welcometothejungle.co](https://www.welcometothejungle.co/fr/companies/comet) and fill out the form on the particular job.\nYou can also [spontaneously post your application](https://www.welcometothejungle.co/fr/companies/comet/jobs/spontaneous-applications)\n"
  },
  {
    "path": "src/companies/companies.11tydata.js",
    "content": "/**\n * Computed data for company pages\n * Automatically generates meta descriptions from company blurb\n * Dates (addedAt/updatedAt) are read directly from frontmatter\n */\n\nexport default {\n  eleventyComputed: {\n    description: (data) => {\n      // Only compute if no description already set\n      if (data.description) return data.description;\n\n      // Get the raw markdown content\n      const content = data.page?.rawInput || '';\n      if (!content) return '';\n\n      // Try to find content after \"## Company blurb\" heading\n      const blurbMatch = content.match(/##\\s*Company\\s*blurb\\s*\\n+([\\s\\S]*?)(?=\\n##|$)/i);\n\n      let text = '';\n      if (blurbMatch) {\n        text = blurbMatch[1];\n      } else {\n        // Fallback: get first paragraph after frontmatter\n        const afterFrontmatter = content.replace(/^---[\\s\\S]*?---\\s*/, '');\n        const firstPara = afterFrontmatter.match(/^([^\\n#]+)/);\n        if (firstPara) {\n          text = firstPara[1];\n        }\n      }\n\n      if (!text) return '';\n\n      // Clean up markdown\n      text = text\n        .replace(/\\[([^\\]]+)\\]\\([^)]+\\)/g, '$1')  // [text](url) -> text\n        .replace(/[*_`]/g, '')                     // Remove *, _, `\n        .replace(/\\n+/g, ' ')                      // Newlines to spaces\n        .replace(/\\s+/g, ' ')                      // Multiple spaces to single\n        .trim();\n\n      // Truncate to ~155 chars for meta description\n      const maxLength = 155;\n      if (text.length <= maxLength) {\n        return text;\n      }\n\n      // Try to cut at sentence boundary\n      const truncated = text.substring(0, maxLength);\n      const lastPeriod = truncated.lastIndexOf('.');\n      const lastSpace = truncated.lastIndexOf(' ');\n\n      if (lastPeriod > maxLength * 0.5) {\n        return truncated.substring(0, lastPeriod + 1);\n      } else if (lastSpace > 0) {\n        return truncated.substring(0, lastSpace) + '...';\n      }\n\n      return truncated + '...';\n    }\n  }\n};\n"
  },
  {
    "path": "src/companies/companies.json",
    "content": "{\n  \"layout\": \"company\"\n}\n"
  },
  {
    "path": "src/companies/compucorp.md",
    "content": "---\ntitle: \"Compucorp\"\nslug: compucorp\nwebsite: https://www.compuco.io\ncareers_url: https://careers.compuco.io/open-roles\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - javascript\n  - python\naddedAt: 2019-05-31\nupdatedAt: 2023-10-28\n---\n\n## Company blurb\n\nOur mission is nothing less than to enable digital transformation in organisations that deliver social good. \n\nWe do things a little differently, basing all our solutions on open source products, meaning our work has the maximum impact possible. Our work covers web design, app development and branding for Charities, Art Galleries and NGOs around the world. \n\nWhether you're a creative, an organiser or an engineer, become part of our growing team delivering transformational change for organisations everywhere.\n\n## Company size\n\n30-40 people\n\n## Remote status\n\nOur head office is based in London but our team members are spread across the world, with members of the team  in countries as far as Argentina, Brazil, Colombia, Dominican Republic, India, Spain, Portugal, Nigeria and more! \n\nGreat online communication is key to our way of working. For us, that could be a quick chat on Slack, our monthly online All-Hands meeting (with paid lunch!), the Knowledge Sharing sessions between developers and much more.\n\nWe also offer a relocation opportunity to engineers who have been with the team for a set amount of time.\n\n## Region\n\nWorldwide, but a 3-4h overlap with the UK timezone is necessary.\n\n## Company technologies\n\n- Backend: PHP, Python, Drupal, CiviCRM, Odoo, Symfony\n- Frontend: AngularJS, React, Less, Sass\n- Infrastructure: AWS, Ansible, Packer, Jenkins\n- Github and Bitbucket for hosting our projects\n\n## Office locations\n\nHead office London\n\n## How to apply\n\nCheck out our [Careers Page](https://careers.compuco.io/open-roles)\n"
  },
  {
    "path": "src/companies/connexa.md",
    "content": "---\ntitle: \"Connexa\"\nslug: connexa\nwebsite: https://www.connexa.com/\ncareers_url: https://connexa.breezy.hr\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - javascript\naddedAt: 2019-05-16\nupdatedAt: 2019-06-11\n---\n\n## Company blurb\n\nConnexa has been supporting the industrial sector with off grid power solutions, power distribution, and control panel manufacturing since 2006.\nWe were listed in the INC 5000 fastest growing companies of 2018 and recently in the CIO top 25 IoT service providers.\nWe are looking for developers to join our team and support our IoT/Cloud initiatives. We primarily follow an agile methodology when it comes to dev, \nwith daily stand up meetings and weekly progress reports. Our management team will help to plan sprints and assign tasks on a 2 week schedule. \n\nCompany site: \n\nhttp://www.connexa.com/ \n\n## Company size\n\n80-100\n\n## Remote status\n\nWork hours are flexible as we have members from around the globe in many different timezones,\nour priority is the quality of work you produce not the schedule you follow. \nIt is an LGBTQ+ and minority friendly environment and there is ample opportunity for growth in the area of software.\nWe use Slack for team communications, Asana for project management, and Zoom for video conferencing.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- GCP\n- Firebase\n- Node.js\n- React\n- JavaScript\n\n## Office locations\n\nComfort, TX\n\nAustin, TX\n\n## How to apply\n\nTo apply, please fill out the following form and we'll get back to you as soon as possible! \n\nhttps://connexa.breezy.hr\n"
  },
  {
    "path": "src/companies/consensys.md",
    "content": "---\ntitle: \"ConsenSys Inc\"\nslug: consensys-inc\nwebsite: https://consensys.net/\ncareers_url: https://consensys.net/open-positions/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - java\n  - javascript\n  - python\n  - rust\n  - scala\n  - search\naddedAt: 2017-11-03\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nConsenSys is a venture production studio building decentralized applications and various developer and end-user tools for blockchain ecosystems, primarily focused on Ethereum.\n\nThe ConsenSys “hub” coordinates, incubates, accelerates and spawns “spoke” ventures through development, resource sharing, acquisitions, investments and the formation of joint ventures. These spokes benefit from foundational components built by ConsenSys that enable new services and business models to be built on the blockchain. In addition to the development of internal projects and consulting work, ConsenSys is interested in the identification, development and acquisition of talent and projects on an ongoing basis.\n\n## Company size\n\n200+\n\n## Remote status\n\nA remote-first culture with many positions 100% remote (varying by project and\nposition).\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nEthereum, Solidity, and a variety of other technologies depending on the\nproject (IPFS, Scala, Java, Go, Python, React, Elasticsearch, Rust...)\n\nFor remote communication, Slack, Zoom, and Quip.\n\n## Office locations\n\nSan Francisco, New York, Toronto, Bucharest, Dubai\n\n## How to apply\n\nConsenSys openings are listed on the [jobs](https://consensys.net/open-positions/) page.\n"
  },
  {
    "path": "src/companies/consumer-financial-protection-bureau.md",
    "content": "---\ntitle: \"Consumer Financial Protection Bureau\"\nslug: consumer-financial-protection-bureau\nwebsite: https://consumerfinance.gov\ncareers_url: https://www.consumerfinance.gov/about-us/careers/current-openings/\nregion: americas\nremote_policy: remote-friendly\naddedAt: 2018-04-24\nupdatedAt: 2020-10-28\n---\n\n## Company blurb\n\nThe Consumer Financial Protection Bureau (CFPB) regulates the offering and provision of consumer financial products or services under the federal consumer financial laws and educates and empowers consumers to make better informed financial decisions. We aim to make consumer financial markets work for consumers, responsible providers, and the economy as a whole. We protect consumers from unfair, deceptive, or abusive practices and take action against companies that break the law. We arm people with the information, steps, and tools that they need to make smart financial decisions.\n\n## Region\nUSA\n\n## Office locations\nConsumer Financial Protection Bureau\n1700 G St. NW Washington, DC 20552\n\n## How to apply\n1. Email [CFPB_Jobs@consumerfinance.gov](mailto:CFPB_Jobs@consumerfinance.gov) OR\n2. Apply here - [https://www.consumerfinance.gov/about-us/careers/current-openings/](https://www.consumerfinance.gov/about-us/careers/current-openings/)\n"
  },
  {
    "path": "src/companies/continu.md",
    "content": "---\ntitle: \"Continu\"\nslug: continu\nwebsite: https://www.continu.com/\ncareers_url: https://www.continu.com/careers\nregion: americas\nremote_policy: remote-friendly\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - nosql\naddedAt: 2018-04-24\nupdatedAt: 2026-02-06\n---\n\n## Company blurb\n\nWe build forward-thinking learning software. Continu was founded to address a clear need, as our founders witnessed users struggling with clunky, overly complicated legacy tools. Inspired by this, we set out to create a company that embodies the future of work.\n\nWe strive to cultivate a connected, mobile, and social environment that reflects the dynamic nature of the next generation workforce, empowering users with intuitive solutions that enhance collaboration and simplify their experience.\n\n## Remote status\n\nOur fully remote team values community, collaboration, and employee experience. At Continu, you'll work from home but will always feel connected.\n\n## Region\n\nUSA\n\n## Company technologies\n\n- Node.js\n- React\n- AngularJS\n- Amazon Web Services\n- Jira\n- Github\n- Docker\n- MongoDB\n\n## Office locations\n\nSanta Monica, USA\nSan Francisco, USA\n\n## How to apply\n\n[Careers at Continu](https://www.continu.com/careers)"
  },
  {
    "path": "src/companies/conversio.md",
    "content": "---\ntitle: \"Conversio\"\nslug: conversio\nwebsite: https://conversio.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - nosql\naddedAt: 2017-02-23\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nConversio’s all-in-one dashboard run your marketing, so that you have more time to run your fdd\n\n## Company size\n\n0-20\n\n## Remote status\n\nMade Around The World with no geographic limit\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nNode.JS\nMongoDB\n\n## Office locations\n\nDevonshire House\n60 Goswell Road\nLondon\nEC1M 7AD\nUnited Kingdom\n\n## How to apply\n\nadii@conversio.com\n"
  },
  {
    "path": "src/companies/convert.md",
    "content": "---\ntitle: \"Convert\"\nslug: convert\nwebsite: https://www.convert.com\ncareers_url: https://www.convert.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - nosql\n  - php\naddedAt: 2017-07-27\nupdatedAt: 2025-07-23\n---\n\n## Company blurb\n\nWe make fast and reliable A/B testing software. This helps our customers improve their clients’ experience and improve their conversions.\nWe’ve got an outstanding support team and we truly care about our product and its impact on this world. This is why we follow our Conscious Business ideology. Apart from coffee, we’re powered by a fiercely passionate team who believe in our move to Holacracy to grow our business. Don’t let being distributed over 12 countries fool you, we have a cohesive culture with strong voices. Our team has the DNA of entrepreneurs. Our members are empowered to make decisions (and mistakes) to drive Convert forward. If you’re a passionate overachiever we want to hear from you. We believe that getting it done is more important that getting it perfect (the first time) You get to work with others who set the bar high and share their successes and failures.\nGet the opportunity to learn from people who know what they are doing.\n\n## Company size\n\n25 and growing.\n\n## Remote status\n\nConvert.com is a 100% remote company and fully encourages remote friendly work. Get involved in Roles and Projects that interest you as long as they support our Purpose Work from anywhere. Yes, really. We have deadlines and projects not a punch clock. We report, we communicate and we update with precision and deliver feedback with brevity and honesty.\n\n## Region\n[Convert.com](https://www.convert.com) employs people worldwide.\n\n## Company technologies\n- AWS\n- Docker\n- DynamoDB\n- JavaScript\n- jQuery\n- MongoDB\n- PHP\n- RactiveJS\n- SimpleDB\n- Vagrant\n- Webpack\n\n## Office locations\nNo physical office, all employees work remotely.\n\n## How to apply\nThe full story and roles overview is on the [Jobs](https://www.convert.com/jobs) page.\n"
  },
  {
    "path": "src/companies/coodesh.md",
    "content": "---\ntitle: \"Coodesh\"\nslug: coodesh\nwebsite: https://coodesh.com/\ncareers_url: https://www.linkedin.com/company/coodesh/jobs/\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2022-10-15\nupdatedAt: 2022-10-17\n---\n\n## Company blurb\n\nCoodesh was born with the purpose of helping other companies build the best and most diverse technology teams. We believe that in the current \ncontext of startups and digital transformation of large companies, efficient tech recruitment with relevant insights for the evolution of hired people \nis one of the biggest differentials for success.\n\n## Company size\n\n11 - 50\n\n## Remote status\n\nWork in the place that makes you happy, that inspires you daily and that helps you become the person you want to be. We were born with 100% \nremote teams and we always will be.\n\n\n## Office locations\n\nBrazil\n\n## Company technologies\n\n HTML/ CSS / Javascript / Typescript / React.js / React Native / Vue.js / Node.js / PHP / Laravel\n\n## How to apply\n\n[Linkedin Jobs](https://www.linkedin.com/company/coodesh/jobs/)\n\n[Coodesh Vacancies](https://coodesh.com/vagas)\n"
  },
  {
    "path": "src/companies/core-apps.md",
    "content": "---\ntitle: \"Core-Apps\"\nslug: core-apps\nwebsite: https://www.core-apps.com/\ncareers_url: https://www.core-apps.com/event-technology-company/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - api\n  - go\n  - scala\naddedAt: 2018-04-24\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\n**Event Apps for Conferences and Trade Shows**\n\nCore-apps is the leading provider of technology for the Trade Show and Events Industry specializing in robust event apps designed to be scalable, innovative and cost effective. Our company supports more than 50% of the Top 250 Trade Shows and is the only technology platform offering Event Apps, Event Management Software, Beacons and Kiosks as 4 tier-one solutions. Founded in 2009, the company is headquartered in Arnold, Maryland and serves customers around the globe.\n\n## Company size\n\nNo. of current employees: 20-50\n\n## Remote status\n\nWe are a virtual company, and while you’re able to work from anywhere, most of our team members are in the United States.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nGoExpo is flexible Event Management Software designed to improve efficiency and increase revenue while maintaining the integrity of your existing event processes. Simply put, you won’t have to upend your event processes to use GoExpo, but GoExpo will provide the ability to improve the efficiency of your processes.\n\nGoExpo can be utilized to fill a simple gap in your event technology ecosystem, or can be the complete source for all of your event management needs. GoExpo offers several packages and modules from an interactive floor plan and exhibitor directory, to booth applications and invoicing.\n\nThe platform also includes an e-commerce shopping cart to generate revenue for booth and sponsorship sales. To complete the technology ecosystem, GoExpo provides session/speaker data management along with an attendee planner and matchmaking networking tool.\n\nAPIs, webservices, and iFrames are provided free of charge to display your event information, all of which also passes over to our mobile app and wayfinders for consistency across the board. There are no fees for seat licenses with GoExpo and all of the training and support is provided by our dedicated Account Manager.\n\n## Office locations\n\nCore-apps Corporate Headquarters  \n  1290 Bay Dale Drive, #319\n  Arnold, MD 21012\n\n## How to apply\n\nVisit the following site for more details: [Jobs](https://www.core-apps.com/event-technology-company/jobs/)\n"
  },
  {
    "path": "src/companies/coreos.md",
    "content": "---\ntitle: \"CoreOS\"\nslug: coreos\nwebsite: https://coreos.com\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - linux\naddedAt: 2018-04-24\nupdatedAt: 2020-10-25\n---\n\n## Company blurb\n\nCoreOS builds industry-leading infrastructure software to securely run application containers anywhere. \n\n## Company size\n\nAn approximate size of CoreOS is between 51 - 100.\n\n## Remote status\n\nNo current job openings on their website.\n\n## Region\n\nUnited States.\n\n## Company technologies\n\nLinux (based on Gentoo Linux)\n\n## Office locations\n\nHeadquarters: \n101 New Montgomery\nSan Francisco, CA 94105\nUnited States\n\n## How to apply\n\nPlease visit their website for job openings [CoreOS](https://coreos.com/).\n"
  },
  {
    "path": "src/companies/corgibytes.md",
    "content": "---\ntitle: \"Corgibytes\"\nslug: corgibytes\nwebsite: https://corgibytes.com\ncareers_url: http://corgibytes.com/careers/\nregion: other\nremote_policy: remote-friendly\ncompany_size: tiny\naddedAt: 2015-10-21\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\n**Fixing & updating existing code is our speciality**\nEvery member of the Corgibytes team is a consummate problem solver. We love tinkering, testing, and turning frustration into relief. Some call us craftsman. Others, code whisperers. We just have a knack for identifying problems and building solutions. Spaghetti code? We love it. Or, at least making it better.\n\n**Our mission**\nTo maintain and improve the world's existing code.\n\n**Our vision**\nCodebases are nurtured to provide the highest value for the longest time.\n\n**Core values**\n\n*Adopt a Growth Mindset*\nConstantly find ways to expand your knowledge and learn new things. Your intelligence and talent is not fixed, it’s developed over time through perseverance, dedication and hard work.\n\n*Calm the Chaos*\nUrgency leads to errors; frenzy to frustration. Focus on developing the steady working rhythm and calm mind that works best for solving complex problems.\n\n*Communication Is Just as Important as Code*\nNo one at Corgibytes identifies as a “technical” or “non-technical” because everyone is both. Practice both types of skills regularly.\n\n*Think of Others*\nCoding doesn’t happen in a vacuum. Consider the other people who are impacted by your work: your clients, your users, your teammates, and even your future self.\n\n*Craftsmanship in Context*\nMatch your solution to the situation. Sometimes, it’s a quick and dirty prototype to prove a concept. When the stakes are high, spending extra time getting it right is the best way to go.\n\n## Company size\n\n0-10 Employees\n\n## Remote status\n\nTaken from their [Careers page](http://corgibytes.com/careers/):\n\n*Work where & when you want*\nCorgibytes is set up as a distributed team. Our focus is on results, not micromanagement. We use collaboration tools such as Slack, Github, and LeanKit (along with an internal tool we built called Einbot) to stay connected and give each team member a high degree of autonomy.\n\n## Region\n\nMost of the team in East Coast. Preference for people in the same timezone.\n\n## How to apply\n\nCheck their [careers page](http://corgibytes.com/careers/)!\n"
  },
  {
    "path": "src/companies/cosmic-chimps.md",
    "content": "---\ntitle: \"Cosmic Chimps\"\nslug: cosmic-chimps\nwebsite: https://www.cosmic-chimps.com/\ncareers_url: https://www.linkedin.com/company/cosmic-chimps/jobs/\nregion: other\nremote_policy: fully-remote\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - mobile\n  - php\naddedAt: 2023-10-02\nupdatedAt: 2023-10-04\n---\n\n## Company blurb\n\nDesign strategies with Cloud and DevSecOps mainly for Startups companies.\n\n## Remote status\n\nYou'll work 100% remotely independient of your location.\n\n## Region\n\nSpain and México\n\n## Company technologies\n\n- Java\n- Flutter\n- PHP\n- Amazon Web Services\n- Jira\n- Git\n- Docker\n- Ansible\n\n## Office locations\n\nPla de Pau Vila, Barcelona, Spain\nLiverpool 174, Juárez, Cuahutemoc, CDMX, México\n\n## How to apply\n\nhttps://www.linkedin.com/company/cosmic-chimps/jobs/\n"
  },
  {
    "path": "src/companies/coursera.md",
    "content": "---\ntitle: \"Coursera\"\nslug: coursera\nwebsite: https://www.coursera.org/\ncareers_url: https://about.coursera.org/careers/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - java\n  - scala\naddedAt: 2021-10-01\nupdatedAt: 2021-10-01\n---\n\n## Company blurb\n\nCoursera is a global online learning platform that offers anyone, anywhere, access to online courses and degrees from leading universities and companies.\n\n## Company size\n\n1000+\n\n## Remote status\n\nCoursera is hiring remote engineers across North America.\n\n## Region\n\n* USA\n* Canada\n\n## Company technologies\n\nJava, Scala\n\n## Office locations\n\nMultiple offices worldwide. Headquarters in Mountain View, California, USA.\n\n## How to apply\n\nhttps://about.coursera.org/careers/\n"
  },
  {
    "path": "src/companies/cratedb.md",
    "content": "---\ntitle: \"CrateDB\"\nslug: cratedb\nwebsite: https://cratedb.com\ncareers_url: https://cratedb.com/company/career\nregion: europe\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - cloud\n  - javascript\n  - search\naddedAt: 2023-11-17\nupdatedAt: 2023-11-17\n---\n\n## Company blurb\n\n[CrateDB](https://cratedb.com) is an [open source](https://github.com/crate/crate), multi-model, and distributed database that offers high performance, scalability and flexibility. It is made for all sorts of data types - structured, semi-structured, and unstructured. \n\n## Company size\n\n20-50\n\n## Remote status\n\nAt CrateDB it doesn't matter if you live far away from one of our offices or close by - we are one team working together and building a great and unique database. We have a great culture of remote activities but try to also meet on a regular basis to foster team spirit and communications. \n\n## Region\n\nEurope\n\n## Company technologies\n\nCrateDB is a global multi-model database building upon Lucene, the same storage/index system that is the foundation of Elasticsearch, and also inherited its subsystems for running a distributed application that enables companies to access data insights at scale. The flexible, distributed database solution combines the performance of NoSQL with the power and simplicity of standards-compliant SQL. Optimized for large data volumes with high compute and data versatility requirements, CrateDB runs in the cloud, on the edge and on-premise. \n\n## Office locations\n\nUS, Germany and Austria.\n\n## How to apply\n\nVisit the [career section on our website](https://cratedb.com/company/career) to see the latest job openings. We are hiring!\n"
  },
  {
    "path": "src/companies/crazygames.md",
    "content": "---\ntitle: \"CrazyGames\"\nslug: crazygames\nwebsite: https://www.crazygames.com\ncareers_url: https://jobs.crazygames.com/\nregion: worldwide\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - graphql\n  - javascript\naddedAt: 2024-07-08\nupdatedAt: 2024-07-08\n---\n\n## Company blurb\n\nCrazyGames is the leading global browser games platform.\n\n## Company size\n\n20-50\n\n## Remote status\n\nRemote-first with a focus on written communication. Bi-annually team weeks. We believe in getting things done, giving trust and taking responsibility, and we do things seriously without taking ourselves too seriously.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nReact.js, Next.js, GraphQL, AWS, Terraform, Node.js.\n\n## Office locations\n\nLeuven, Belgium.\n\n## How to apply\n\nhttps://jobs.crazygames.com/\n"
  },
  {
    "path": "src/companies/creex-team.md",
    "content": "---\ntitle: \"CREEX TEAM\"\nslug: creex-team\nwebsite: https://creex.team\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - python\naddedAt: 2025-07-21\nupdatedAt: 2025-08-26\n---\n\n## Company blurb\nCREEX TEAM is a remote-first digital agency specializing in **custom development**, **game localization**, and **professional translation solutions**.\n\nWe help companies worldwide build tailored software systems, automate localization workflows, and optimize technical pipelines — with a strong focus on gaming and digital industries.\n\nOur clients include game developers, digital businesses, and global brands that value fast delivery, high quality, and code-driven solutions.\n\nFast and high-quality delivery — **code preferred, less no-code**.\n\n## Company size\nA small senior team of 5+ professionals, supported by a global network of trusted collaborators.\n\n## Remote status\nCREEX TEAM operates 100% remotely.\n\nOur team works from various locations using YouTrack, Git, Telegram and other internal created tools. We occasionally meet in person for strategic sessions and industry events, but the core delivery model remains fully distributed.\n\n## Region\n**Worldwide**\n\n## Company technologies\n- Backend: C#, Go, Python  \n- Frontend: React, Next.js, TypeScript  \n- DevOps: AWS, Docker, Kubernetes, Terraform  \n- Databases: ClickHouse, PostgreSQL, MongoDB, Redis, highload database architectures  \n- CI/CD pipelines and localization process automation\n\n## Office locations\nFully remote.\n\n## How to apply\nContact us here: **business@creex.team** or via any method listed at [https://creex.team/](https://creex.team/)\n"
  },
  {
    "path": "src/companies/crossover.md",
    "content": "---\ntitle: \"Crossover\"\nslug: crossover\nwebsite: https://www.crossover.com\ncareers_url: https://www.crossover.com/jobs\nregion: other\nremote_policy: remote-friendly\ncompany_size: enterprise\naddedAt: 2018-04-24\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\n\nCrossover connects talent from around the globe with companies that are looking to hire only the best. We have more than 3500 partners from 116 different countries working full time (40 hrs/wk) for our clients. Our clients are Fortune 1000 companies that have challenging problems to solve. Some of our clients include Aurea, Mobi, Ignite, Upland, 3Seventy, Dispatchr, POPinNow, Versata, RealStarter.co, webElect.net, and DevFactory.\n\n## Remote status\n100% global team working remotely from anywhere\n\n## Company size\n4,000+ team members in 131 countries\n\n## Region\nWorlwide\n\n## Office locations\nAustin,Texas, USA\n\n## How to apply\nApply Here - [ Jobs ](https://www.crossover.com/jobs)\n"
  },
  {
    "path": "src/companies/crowdstrike.md",
    "content": "---\ntitle: \"Crowdstrike\"\nslug: crowdstrike\nwebsite: https://www.crowdstrike.com\ncareers_url: https://jobs.jobvite.com/crowdstrike/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\naddedAt: 2018-06-23\nupdatedAt: 2018-06-23\n---\n\n## Company blurb\n\nCrowdStrike is a cybersecurity technology firm pioneering cloud delivered next-generation endpoint protection and services.\n\n## Company size\n\n501-1000\n\n## Remote status\n\nNot every job is eligible for remote work. For more information, see https://www.crowdstrike.com/careers/.\n\n## Region\n\nWorldwide\n\n## Office locations\n\nAround the world\n\n## How to apply\n\nhttps://jobs.jobvite.com/crowdstrike/jobs\n"
  },
  {
    "path": "src/companies/cueup.md",
    "content": "---\ntitle: \"Cueup\"\nslug: cueup\nwebsite: https://cueup.io\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - nosql\n  - sql\naddedAt: 2020-09-15\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nCueup was founded in 2016 in Copenhagen, Denmark. Since then the company has grown to parts of Asia and America and continues to expand the community to new countries every day.\n\nWe strive to help DJs get ahead in the world and connect them across borders - all meanwhile making it easier for event organizers to find a DJ than ever before.\n\n## Company size\n\nWe’re a distributed team of 4 across different time zones!\n\n## Remote status\n\nWe don't have any offices but often work together from coworking spaces. We use the standard async tools to communicate (Slack, Trello, etc.) our work, but also make time to connect personally.\n\n## Region\n\nWorldwide! Most of us are nomadic folks, but usually working out of Copenhagen, Bali, and the US. \n\nAs for the DJs we cover every timezone, and some DJs even travel across countries to do gigs.\n\n## Company technologies\n\n* Node.js\n* React\n* GQL\n* MySQL\n* Redis\n* Mongo\n* Git\n\n## Office locations\n\nThe team is 100% remote\n\n## How to apply\n\nIf you want to work on the insides of the platform - just reach out on chris@cueup.io :)\n"
  },
  {
    "path": "src/companies/customer-io.md",
    "content": "---\ntitle: \"Customer.io\"\nslug: customer-io\nwebsite: https://customer.io\ncareers_url: http://customer.io/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\n  - ruby\naddedAt: 2017-07-04\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nAt Customer.io, the mission is helping businesses talk like people. Today, we do this with an app that allows businesses with many users to send targeted, more relevant communication at scale.\n\n## Company size\n\nWe’re a geo-distributed team of 27 across 8 different time zones!\n\n## Remote status\n\nWe have an office in Portland, but folks based in Vancouver, Toronto, Kansas, DC, Colorado, Germany, France, Texas, Utah, Chicago, etc. Work from anywhere that allows you to do your best work; be it nomadically, at home, or at an office. We use the standard async tools to communicate (Slack, Basecamp, etc.) our work, but also make time to connect personally. We have \"Serendipity\", which is a Slackbot which pairs us up every two weeks and encourages us to schedule chats. We have unlimited vacation time, a healthy-living budget (as well as health care), and have you covered on professional growth.\n\n## Region\n\nWorldwide! We have or have had people based in Germany, the UK, the US, and Canada. We also have a few nomadic folks who have worked from Australia, Korea, and Portugal!\n\n## Company technologies\n\n* Ember.js\n* golang\n* Javascript\n* Rails\n* Git\n* CSS\n* HTML\n\n## Office locations\n\nPortland, OR, USA\n\n## How to apply\n\nCheck out our [careers](http://customer.io/careers) page, or just reach out! We're always looking for awesome folks.\n"
  },
  {
    "path": "src/companies/cuvette.md",
    "content": "---\ntitle: \"Cuvette\"\nslug: cuvette\nwebsite: https://cuvette.tech\ncareers_url: https://cuvette.tech/app/student/login?type=register\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\naddedAt: 2022-10-07\nupdatedAt: 2022-10-08\n---\n\n## Company blurb\n\nCuvette (pronounced as Q-vet) is the #1 way for College students & Early Graduates to get ... Tech. Management. Media. Additional Skills. Software.\n\n## Company size\n\n 2-10 employees\n\n## Remote status\n\nYes\n\n## Region\n\nWorldwide! We have or have had people based in India\n\n## Company technologies\n\n* Javascript\n* Git\n* CSS\n* HTML\n\n## Office locations\n\nBengaluru, Karnataka\n\n## How to apply\n\nCheck out our [careers](https://cuvette.tech/app/student/login?type=register) page, or just reach out!\n"
  },
  {
    "path": "src/companies/cvs-health.md",
    "content": "---\ntitle: \"CVS Health\"\nslug: cvs-health\nwebsite: https://jobs.cvshealth.com/\nregion: americas\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - data\n  - dotnet\n  - java\n  - javascript\n  - linux\n  - ml\n  - sql\naddedAt: 2021-10-25\nupdatedAt: 2021-10-25\n---\n\n## Company blurb\n\nCVS Health is the leading health solutions company that delivers care in ways no one else can. We help people navigate the health care system — and their personal health care — by improving access, lowering costs and being a trusted partner for every meaningful moment of health. And we do it all with heart, each and every day.\n\nCVS Health is proud to announce we have been named to FlexJobs’ annual list of the Top 100 Companies to Watch for Remote Work. CVS Health ranked among the Top 100 Companies with remote work for the sixth year in a row.\n\n## Company size\n\nOver 300,000 employees.\n\n## Remote status\n\nCVS offers on-site, fully remote, and work-from-home flexible jobs. There are a large number of listings for each type, across multiple job fields.\n\n## Region\n\nUSA\n\n## Company technologies\n\nLINUX/UNIX, Windows Servers, PLSQL, Microsoft Office, Putty/EMACS, Java, SQL Server, IaaS, PaaS, SaaS, iRules, TCP, LTM, Web Application Firewall, Bot Net Defense, TSH, Perl, UIPath, AssistEdge, JavaScript, React, HTML, CSS, JSON, C##, Bootstrap, XHTML, HTML5, Base SAS, Hadoop, OLAP, Business Objects, Crystal, Visual Basic, data analytics, and more. \n\n## Office locations\n\n**Corporate Headquarters:**\nCVS Health\nOne CVS Drive\nWoonsocket, Rhode Island 02895\n\nOver 9,000 store and office locations around the U.S. and growing.\n\n## How to apply\n\nGo to the webiste at [CVS Health Jobs](https://jobs.cvshealth.com/) and then use the search fields to find jobs. You'll need to specify \"Fully Remote\" in the filters area to find the remote jobs.\n\nNote from CVS Health website: *Please note that we only accept applications for employment via this site. We provide reasonable accommodations to individuals with disabilities as needed. To request an accommodation – including a qualified interpreter, written information in other formats, translation or other services – please email AdviceandCounsel@cvshealth.com or call 877-805-9511. If you have a speech or hearing disability, please call 7-1-1 to utilize Telecommunications Relay Services (TRS). We will make every effort to respond to your request within 48 business hours and do everything we can to work towards a solution.*\n"
  },
  {
    "path": "src/companies/cwt.md",
    "content": "---\ntitle: \"CWT\"\nslug: cwt\nwebsite: https://www.mycwt.com/\ncareers_url: https://careers.mycwt.com/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - dotnet\n  - java\n  - javascript\n  - ml\n  - search\naddedAt: 2022-10-18\nupdatedAt: 2022-10-18\n---\n\n## Company blurb\n\nCarlson Wagonlit Travel (CWT) is a global leader specializing in business travel management. CWT is dedicated to helping companies of all sizes, as well as government institutions and non-governmental organizations, optimize their travel programs and provide best-in-class service and assistance to travelers.\n\n## Company size\n\nOver 10,000 employees.\n\n## Remote status\n\nCWT offers on-site, fully remote, and hybrid flexible jobs.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nAWS, VMware Vsphere, Nutanix Ahv, AppDynamics, Elastic Search, Kibana, JavaScript, CSS/HTML, ASP.NET Web Forms, Java, Jboss, Docker, Ansible, Terraform, Jenkins, Powershell, Packer\n\n## Office locations\n\n701 Carlson Parkway, Minnetonka, Minnesota 55305, US (Headquarters)\n[Other Offices Worldwide](https://www.mycwt.com/countries/)\n\n## How to apply\n\nCheck out [https://careers.mycwt.com/](https://careers.mycwt.com/) for remote role positions.\n"
  },
  {
    "path": "src/companies/cyber-whale.md",
    "content": "---\ntitle: \"Cyber Whale\"\nslug: cyber-whale\nwebsite: https://cyberwhale.tech\ncareers_url: https://weloveremotejobs.com/employer/cyber-whale/\nregion: europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - python\n  - sql\naddedAt: 2021-08-13\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nSaaS Solutions for Fintech and e-commerce.\nWe value quality, responsibility and holistic approach to creating products.\n\n## Company size\n\n15+\n\n## Remote status\nBased in Republic of Moldova, hiring remotely in EU, Eastern Europe, working with customers from US, UK, EU, Israel.\nWe quickly integrate colleagues who are on remote.\n\n## Region\n\nEurope\n\n## Company technologies\n\nPython\nPostgreSQL\nJS\nTS\nReact\nVue\nAngular\nnx.dev\nJava\nC#.NET\n\n## Office locations\n\nstr 31 August 78 iHub Green, Chisinau, Republic of Moldova\n\n## How to apply\n\n[https://weloveremotejobs.com/employer/cyber-whale/](https://weloveremotejobs.com/employer/cyber-whale/)\n"
  },
  {
    "path": "src/companies/daktronics.md",
    "content": "---\ntitle: \"Daktronics\"\nslug: daktronics\nwebsite: https://www.daktronics.com/en-us\ncareers_url: https://www.daktronics.com/en-us/employment/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - go\n  - javascript\n  - mobile\naddedAt: 2023-12-18\nupdatedAt: 2024-01-05\n---\n\n## Company blurb\nDaktronics is a world leader in designing, engineering and manufacturing digital LED display technology and audio systems. We then install and service our reliable, long-lasting digital solutions – from scoreboards and video boards to message displays and billboards – and the intuitive software to control them.\n\n## Company size \nApproximately 1001-5000 employees\n\n## Remote status\nFlexible Work Environment, as Fully Remote.\nWe don’t look at when you log in, log out or how much time you work. We trust you, it’s the only way remote can actually work.\n\n## Region\n- USA\n\n## Company technologies\nDaktronics uses 34 technology products and services including HTML5, jQuery, and Google Analytics, according to G2 Stack.\nDaktronics is actively using 115 technologies for its website, according to BuiltWith. These include Viewport Meta, IPhone / Mobile Compatible, and SPF.\n\n## Office locations\n- Brookings, South Dakota\n\n## How to apply\nCheck out our [careers page](https://www.daktronics.com/en-us/employment/careers) for information about what it is like to work at Daktronics.\n"
  },
  {
    "path": "src/companies/dappradar.md",
    "content": "---\ntitle: \"DappRadar\"\nslug: dappradar\nwebsite: https://dappradar.com/\ncareers_url: https://dappradar.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - javascript\n  - sql\naddedAt: 2021-10-23\nupdatedAt: 2021-10-24\n---\n\n## Company blurb\r\n\r\nDappRadar tracks, analyzes and discovers decentralized applications (dapps).\r\n\r\n## Company size\r\n\r\n20-50 employees\r\n\r\n## Remote status\r\n\r\nDappRadar offers good remote jobs with competitive salaries.\r\n\r\n## Region\r\n\r\n- Worldwide\r\n\r\n## Company technologies\r\n\r\n- Web3\r\n- MySQL, Postgres, etc.\r\n- Express framework (Node.js)\r\n- Docker\r\n\r\n## Office locations\r\n\r\n- Lithuania, Kaunas\r\n\r\n## How to apply\r\n\r\nApply for remote jobs at [careers](https://dappradar.com/careers)\n"
  },
  {
    "path": "src/companies/darecode.md",
    "content": "---\ntitle: \"darecode\"\nslug: darecode\nwebsite: https://darecode.com/\ncareers_url: https://darecode.com/job\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - devops\n  - dotnet\n  - go\n  - java\n  - javascript\naddedAt: 2019-09-20\nupdatedAt: 2020-09-30\n---\n\n## Company blurb\n\nAt [dareCode](https://dareCode.com) our mission is to help companies to transform IT by doing things in other ways: 100% tecky and transparent. We work with worldwide enterprise companies and best partners. We are OpenSource supporters, DevOps enthusiast and software developers.\n\n## Company size\n\nWe’re part of Dareplanet Corp. Darecode staffing is around 50 ppl in 2020.\n\n## Remote status\n\nWe have offices in Spain: Madrid, Zaragoza (Islas Canarias soon) and remote professionals in several cities. We work with local and remote members. Local members can work remotely without restrictions.\n\n## Region\n\nWorldwide but especially European market. Our customers are in several locations.\n\n## Company technologies\n\n* Java ( micro-services, fast-data, backend)\n* AngularJS\n* Go\n* .NET\n* DevOps platforms & technologies ( kubernetes, docker, jenkins, gitlab, elastic stack, prometheus, grafana, atlassian,  ... )\n\n## Office locations\n\nSpain (Madrid, Zaragoza)\n\n## How to apply\n\nCheck out our [darecode jobs](https://darecode.com/job) page, or reach us.\n"
  },
  {
    "path": "src/companies/dashboardhub.md",
    "content": "---\ntitle: \"DashboardHub\"\nslug: dashboardhub\nwebsite: http://dashboardhub.io\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\naddedAt: 2018-04-14\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nYour Delivery Pipeline overview in One Place. If you are delivering a platform or a library, know exactly WHAT, WHEN and WHERE are being built and deployed, by reporting back to your Pipeline Dashboard (currently in Alpha) on DashboardHub.\n\n## Company size\n\n1-20 all fully remote.\n\n## Remote status\n\nAll roles are fully remote. We use GitHub and Slack for team collaboration. The team get together when they see fit or at events.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- node\n- serverless\n- aws lambda & dynamodb\n- angular\n- material design\n\n## Office locations\n\nNone; or everywhere!\n\n## How to apply\n\nWebsite http://dashboardhub.io\n"
  },
  {
    "path": "src/companies/dashlane.md",
    "content": "---\ntitle: \"Dashlane\"\nslug: dashlane\nwebsite: https://dashlane.com\ncareers_url: https://www.dashlane.com/about/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - javascript\naddedAt: 2022-10-07\nupdatedAt: 2022-10-07\n---\n\n## Company blurb\n\nDashlane is a web and mobile app that simplifies password management for people and businesses. We empower organizations to protect company and employee data, while helping everyone easily log in to the accounts they need — anytime, anywhere. A better digital future starts with secure access.\n\n## Company size\n\n300+ (as of late 2022)\n\n## Remote status\n\nMany employees are entirely remote while some are hybrid or in-office. Location is highly flexible depending on preference.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nPrimarily TypeScript on both the backend (NodeJS) and frontend (and React, NextJS, Gatsby, or just TypeScript depending on the application).\n\n## Office locations\n\nPrimary offices are in New York, NY; Paris, France; and Lisbon, Portugal.\n\n## How to apply\n\nCheck our careers page: https://www.dashlane.com/about/careers\n"
  },
  {
    "path": "src/companies/data-science-brigade.md",
    "content": "---\ntitle: \"Data Science Brigade\"\nslug: data-science-brigade\nwebsite: https://dsbrigade.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - python\naddedAt: 2017-05-11\nupdatedAt: 2022-08-21\n---\n\n## Company blurb\n\nA Data Science consultancy boutique, that is responsible for one of the most popular projects about civic tech in Brazil - [Operação Serenata de Amor](https://serenatadeamor.org/)\n\n## Company size\n\nAround 10 employees.\n\n## Remote status\n\nWe have people working at: Milan, Italy; São Paulo, Brazil; Porto Alegre, Brazil and Cambridge, USA\n\n## Region\n\nWorldwide - We have employees that work from the America to Europe, and even some of us are working nomadic by now :)\n\n## Company technologies\n\n- Python\n- Django\n- Git\n\n## Office locations\n\n- Milan, Italy\n- São Paulo, Brazil\n- Porto Alegre, Brazil\n- Cambridge, USA\n\n## How to apply\n\nMore information can be obtained by [our website](https://dsbrigade.com/)!\n"
  },
  {
    "path": "src/companies/data-science-dojo.md",
    "content": "---\ntitle: \"Data Science Dojo\"\nslug: data-science-dojo\nwebsite: https://datasciencedojo.com/\ncareers_url: https://datasciencedojo.com/about/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - python\naddedAt: 2022-10-19\nupdatedAt: 2022-10-19\n---\n\n## Company blurb\n\n#### About Us\nData Science Dojo is an e-learning company that is redefining the data science education landscape with a simple to understand, digestible, and not to brag ---- engaging curriculum. We believe that data science is for everyone. So, we invest our time in simplifying and educating data science and machine learning concepts that our attendees can apply to generate business value in their respective job functions. Our love of data science is infectious. We have upskilled more than 10,000+ graduates in over 2,500 companies. Our footprint spans over 150 countries. We offer training in different formats: in-person, virtual live instructor-led, and self-paced training for both individuals and corporates.\n\n#### Our Mission\nOur mission is to make data science easier, more practical, and accessible to everyone. \n\n## Company size\n\nWe are a team of around 50 and looking forward to growing further.\n\n## Remote status\n\nThe team is currently fully remote, we are based in Redmond, WA, USA. \n\n## Region\n\nWorldwide, and all open job listing offer remote.\n\n## Company technologies\n\nThe current stack is PHP, MySQL, Docker, Kubernetes, and the service runs in Microsoft Azure, AWS (Amazon Web Services), and Google Cloud in multiple regions. \n\nAlso be familiar with:\n* JavaScript\n* Python\n* Moodle\n* PowerShell\n* Bash\n\n## Office locations\n\n1 office location\n\n## How to apply\n\n[Data Science Dojo careers page](https://datasciencedojo.com/about/careers)\n"
  },
  {
    "path": "src/companies/datacamp.md",
    "content": "---\ntitle: \"DataCamp\"\nslug: datacamp\nwebsite: https://www.datacamp.com/\ncareers_url: https://datacamp.com/careers\nregion: europe\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\n  - mobile\n  - ruby\naddedAt: 2021-04-02\nupdatedAt: 2021-04-02\n---\n\n## Company blurb\n\n[DataCamp](https://datacamp.com) is building the best platform to learn and teach data skills. We create technology for personalized learning experiences and bring the power of data fluency to millions of people around the world. Our learners get real hands-on experience by completing self-paced, interactive data science courses, practice, and projects from the best instructors in the world, right in the browser.\n\nWe are an international team with backgrounds in education, data science, design, psychology, biology, linguistics, engineering, and more. We are united by our passion for impacting the future of education\n\n## Company size\n\n100-200 (as of April 2021)\n\n## Remote status\n\nFully remote positions are available. We also have located positions available with flexible working from home policy.\n\n## Region\n\nEurope or comparable timezone.\n\n## Company technologies\n\nTypeScript, React, React-Native, Ruby, Kubernetes, Terraform, JavaScript, and others depending on the team.\n\n## Office locations\n\nLeuven (BE), London (UK), New York (USA)\n\n## How to apply\n\nVisit [DataCamp's careers](https://datacamp.com/careers) page.\n"
  },
  {
    "path": "src/companies/datadog.md",
    "content": "---\ntitle: \"Datadog\"\nslug: datadog\nwebsite: https://www.datadoghq.com/\ncareers_url: https://www.datadoghq.com/careers/detail/\nregion: worldwide\nremote_policy: fully-remote\naddedAt: 2017-09-06\nupdatedAt: 2024-10-07\n---\n\n## Company blurb\n\nCloud-Scale Monitoring - Monitoring that tracks your dynamic infrastructure and applications.\n\nWe tackle some of the hardest technical problems while delivering a product that \"just works\" for our customers. And we are backed by some of the best VCs in NYC and the world.\n\nDo you want to make a difference? Are you exceptional at your job, and intrinsically motivated by it? Do you eat hard problems for breakfast and find them beautifully simple solutions by lunchtime? Do you ever wish you were there in the early days of these startups everyone is talking about?\n\n## Remote status\n\nPart remote given job openings\n\n## Region\n\nWorldwide given job openings. All open locations for each role are listed on the role description.\n\n## Office locations\n\nNew York City - Headquarters\nDatadog, Inc. • 620 8th Ave, 45th Floor • New York, NY 10018\n\n## How to apply\n\nhttps://www.datadoghq.com/careers/detail/\n"
  },
  {
    "path": "src/companies/datastax.md",
    "content": "---\ntitle: \"DataStax\"\nslug: datastax\nwebsite: https://www.datastax.com/\ncareers_url: https://www.datastax.com/company/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2019-10-25\n---\n\n## Company blurb\n\nDataStax helps companies compete in a rapidly changing world where expectations are high and new innovations happen daily. \nDataStax is an experienced partner in on-premises, hybrid, and multi-cloud deployments and offers a suite of distributed \ndata management products and cloud services. We make it easy for enterprises to deliver killer apps that crush the \ncompetition.\n\nMore than 400 of the world’s leading enterprises including Capital One, Cisco, Comcast, Delta Airlines, eBay, Macy’s, \nMcDonald’s, Safeway, Sony, and Walmart use DataStax to build modern applications that can be deployed across any cloud. \n\nFor more information, visit [DataStax.com](https://www.datastax.com) and follow us on Twitter [@DataStax](https://x.com/DataStax).\n\n## Company size\n\n500+ employees worldwide\n\n## Remote status\n\nOver 85% of our engineering team is remote and distributed across 15+ countries globally. Leveraging GitHub, JIRA, \nSlack, and Zoom; we stay connected and productive regardless of location. \n\nDataStax was founded on the principle of hiring exceptional talent regardless of geographic location. We get remote and \ndo it right!\n\n[DataStax Selected By FlexJobs As 100 Top Companies To Watch For Remote Jobs](https://www.flexjobs.com/blog/post/100-top-companies-with-remote-jobs-in-2019).\n\n## Region\n\nWorldwide\n\n## Office locations\n\n- Santa Clara, CA (Headquarters)\n- Austin, TX\n- Atlanta, GA\n- Tokyo\n- Berlin\n- Sydney\n- Windsor\n- Ireland\n- Paris\n\n## Company technologies\n\n- DBs: NoSQL databases (Apache Cassandra), distributed, peer-to-peer, always-available, resilient systems\n \n- DB Drivers: Java, Python, NodeJS, C#, C++\n\n- Development: Git, GitHub, Jenkins, Grafana\n\n- Web dev: ReactJS, Apollo, GraphQL, Express.js\n\n- Cloud Infrastructure: Golang, Docker, Kubernetes, Envoy, Terraform, Prometheus\n\n- Cloud: Cloud service providers APIs, cloud native applications (AWS, GCP, Azure)\n\n## How to apply\n\nMany remote engineering opportunities are currently available. Check out: https://www.datastax.com/company/careers to \nlearn more.\n"
  },
  {
    "path": "src/companies/dave.md",
    "content": "---\ntitle: \"Dave\"\nslug: dave\nwebsite: https://dave.com/\ncareers_url: https://dave.com/careers\nregion: other\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - go\n  - javascript\n  - php\naddedAt: 2023-12-16\nupdatedAt: 2024-10-21\n---\n\n## Company blurb\nDave is a banking app on a mission to build products that level the financial playing field.We started Dave for one reason: banks weren’t built for people like us, and we knew we deserved better. Like David slaying Goliath, we’re taking on big banks and their predatory ways.\ncheckout company's about us page [here](https://dave.com/about).\n\n## Company size\nIts approximately 201-500 employees.\n\n## Remote status \nFlexible Work Environment, its fully remote job \nAt Dave, our people are just as important as our product. Our culture is a reflection of our values that guide who we are, how we work, and what we aspire to be\n\n## Region \n- US\n\n## Company technologies\nDave uses 23 technology products and services including HTML5, jQuery, and Google Analytics, according to G2 Stack.\nDave is actively using 40 technologies for its website, according to BuiltWith. These include WordPress, Amazon, and Font Awesome.\n\n## How to apply\nCheck out our [careers page](https://dave.com/careers) for information about what it is like to work at Dave\n"
  },
  {
    "path": "src/companies/dealdash.md",
    "content": "---\ntitle: \"DealDash\"\nslug: dealdash\nwebsite: http://www.dealdash.com\ncareers_url: https://www.dealdash.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\naddedAt: 2018-04-24\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\n\nDealDash is an e-commerce company located in Minneapolis, Minnesota that has been in operation since 2009. The online bidding auction site, DealDash, has offered remote work options in the past and currently employs over 50 individuals. As an auction site, DealDash provides users with an entertainment service and buying opportunities for numerous products.\n\n## Company size\n\n50+\n\n## Remote status\n\nRemote working available for a number of different roles including tech jobs and customer support.\n\n## Region\n\nWorldwide\n\n## Office locations\n\n- Minneapolis, Minnesota\n\n## How to apply\n\nCheck out our available positions at: [DealDash Careers](https://www.dealdash.com/careers)\n"
  },
  {
    "path": "src/companies/deel.md",
    "content": "---\ntitle: \"Deel\"\nslug: deel\nwebsite: http://www.deel.com/\ncareers_url: https://jobs.ashbyhq.com/Deel\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - sql\naddedAt: 2023-10-05\nupdatedAt: 2023-10-05\n---\n\n## Company blurb\n\nAn all-in-one HR platform for global teams\n\nFounded in 2019, [Deel](https://www.deel.com/) is a cloud-based payroll and compliance software that helps companies simplify every aspect of managing an international workforce, from culture and onboarding, to local payroll and compliance.\n\n## Company size\n\n2,600 [^1]\n\n[^1]: Source: [https://www.forbes.com/companies/deel/?sh=b3b6fa6402fd](https://www.forbes.com/companies/deel/?sh=b3b6fa6402fd)\n\n## Remote status\n\n\"Whether you want to work at home with your family or travel the world and work along the way, we’re here to support your choices. Our team is in 88 countries and counting.\" [^2]\n\n[^2]: Source: [https://www.deel.com/careers](https://www.deel.com/careers)\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nTypescript, JavaScript, React.js, Node.js, Express, PostgreSQL, Sequelize (ORM), AWS SE/EKS/SNS/SQS, Docker, Kubernetes\n\n## Office locations\n\nArgentina | Australia | Austria | Baltics | Belarus | Belgium | Brazil | China | Denmark | Estonia | France | Germany | Hong Kong | India | Israel | Italy | Jordan | Latvia | Lithuania | Malaysia | Moldova | Netherlands | Poland | Portugal | Serbia | Singapore | South Korea | Spain | Switzerland | UK | USA\n\n## How to apply\n\nVisit https://jobs.ashbyhq.com/Deel to see open positions.\n"
  },
  {
    "path": "src/companies/delighted.md",
    "content": "---\ntitle: \"Delighted\"\nslug: delighted\nwebsite: https://delighted.com\ncareers_url: https://delighted.com/jobs\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - ml\n  - mobile\naddedAt: 2018-04-24\nupdatedAt: 2020-11-01\n---\n\n## Company blurb\n\nDelighted is a company which provides software that can gather actionable feedback from your customers. Customers take a single question survey. They rate your product/service and provide feedback in their own words. Feedback appears instantly in your dashboard.\n\n## Company size\n\n100-200\n\n## Region\n\n* USA\n* Asia\n* Europe\n\n## Company technologies\n\nNPS,\nCSAT,\nCES,\n5-star,\nSmileys,\nThumbs,\nEmail,\nWeb,\nSMS,\nLink,\niOS SDK\n\n## Office locations\n\nBenelux,\nBuenos Aires,\nCanberra,\nChicago,\nDallas,\nDublin,\nIndia,\nItaly,\nKrakow,\nLondon,\nMexico City,\nMunich,\nNew York,\nParis,\nProvo,\nRaleigh,\nRemote,\nSão Paulo,\nSeattle,\nSingapore,\nSouth Korea,\nSpain,\nSydney,\nThailand,\nTokyo,\nToronto,\nWashington D.C. \n\n## How to apply\n\nhttps://delighted.com/jobs\n"
  },
  {
    "path": "src/companies/designcode.md",
    "content": "---\ntitle: \"Designcode\"\nslug: designcode\nwebsite: https://designcode.io/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2020-10-25\nupdatedAt: 2020-10-25\n---\n\n## Company blurb\n\nThis company offers various courses and prepares you to further jobs.\n\n## Company size\n\nAn approximate size of company 50-100.\n\n## Remote status\n\nWe employ several strategies to ensure an inclusive and collaborative environment for all our employees.\nAt least once a year we organize an in-person all-hands team week. It’s the best.\n\n\n## Region\n\nWorldwide\n\n\n## Company technologies\n\nNode.js\nReact\nWebRTC\nPug\nStylus\n\n## Office locations\nWe receive post at Egerlandstrasse 9, 71236 Weil der Stadt, Germany\n\n## How to apply\n\nNo openings currently\n"
  },
  {
    "path": "src/companies/deskpass.md",
    "content": "---\ntitle: \"Deskpass\"\nslug: deskpass\nwebsite: https://www.deskpass.com\ncareers_url: https://jobs.deskpass.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - nosql\n  - php\n  - sql\naddedAt: 2022-04-15\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nDeskpass provides access to a large and growing network of coworking spaces around the globe. We offer plans for individuals as well as options for companies of all sizes. Whether you're a single employee or a company of thousands, we'll help you find a convenient, on-demand workspace (or ten) in your area.\n\n## Company size\n\n15\n\n## Remote status\n\nWe're a fully remote company, with employees across the United States and in Canada, Brazil, Australia, Spain and Ukraine. If you seem like someone we'd like to work with, we don't care where you work from.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nNodeJS, Go, Postgresql, Redis, PHP (Craft), Kubernetes, React, Stripe\n\n## Office locations\n\nOur only physical office is, appropriately, a coworking space, located in Chicago, USA.\n\n## How to apply\n\nCheck out [our jobs page](https://jobs.deskpass.com) or shoot us an email at jobs@deskpass.com with your resume and some info about what you think you can bring to our team.\n"
  },
  {
    "path": "src/companies/dev-spotlight.md",
    "content": "---\ntitle: \"Dev Spotlight\"\nslug: dev-spotlight\nwebsite: https://www.devspotlight.com\ncareers_url: https://www.devspotlight.com/work-for-us/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - devops\n  - dotnet\n  - java\n  - javascript\n  - mobile\n  - php\n  - python\n  - ruby\naddedAt: 2019-02-27\nupdatedAt: 2019-02-27\n---\n\n## Company blurb\n\nAt Dev Spotlight, you’ll impact millions of software developers and DevOps engineers. We create content to teach best practices, solve problems, learn the latest trends, and design better architectures. With so much low quality content out there, we raise the bar by hiring the best expert developers and investing time to create the best solutions. Our content is frequently top-ranked in Google and on the front page of online communities like Reddit and Hacker News.\n\nYou’ll work with the latest technologies and trends, which is a fun way to grow your skills. It’s a great feeling when the community loves your work and it’s an opportunity to grow your personal portfolio and brand. Due to our short project cycles, you’ll deliver work in weeks. You’ll get variety instead of being stuck with the same systems for years. No more unrecognized time spent on maintenance, fighting fires, and projects that get cancelled after months of work.\n\n## Company size\n\n1-25\n\n## Remote status\n\nWe’re 100% remote. You’ll have the flexibility to work from home or rent a personal office, and set your own schedule.\n\n## Region\n\nWorldwide. While our management team is based in the US, we hire technical writers all around the world.\n\n## Company technologies\n\nSoftware Development:\n\n* JavaScript\n* Python\n* PHP\n* Java\n* .NET\n* Ruby\n* Mobile apps\n* Microservices\n* Agile methodology\n* Engineering management\n\nDevOps:\n\n* AWS\n* Azure\n* Heroku\n* CI/CD\n* Docker\n* Kubernetes\n* Databases\n* Monitoring\n\n## Office locations\n\nSan Francisco, CA\n\n## How to apply\n\nCheck our jobs page: https://www.devspotlight.com/work-for-us/\n\nIf your position isn't listed, create it by emailing info@devspotlight.com and starting a conversation.\n"
  },
  {
    "path": "src/companies/devsquad.md",
    "content": "---\ntitle: \"Devsquad\"\nslug: devsquad\nwebsite: https://devsquad.com\ncareers_url: https://apply.workable.com/devsquad\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - php\naddedAt: 2022-10-03\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nDevSquad offers a fully managed dev team with all of the support needed to bring a beautiful product to life: experienced developers, a US-based product manager, DevOps, UI/UX designer, and QA testers.\n\nWhether you want to launch a new SaaS business quickly or need to outsource to a team because you can’t hire fast enough, we’ll take full ownership of the product as if it were our own. Learn how to get a dedicated development team\n\n## Company size\n\n70-100\n\n## Remote status\n\nWe’re 100% remote. You’ll have the flexibility to work from home or rent a personal office.\n\n## Region\n\nWorldwide. While our management team is based in the US, we hire technical writers all around the world.\n\n## Company technologies\n\nSoftware Development:\n\n* PHP\n* Laravel\n* Livewire\n* JS\n* Vue\n* React\n* Angular\n* Node\n\nDevOps:\n\n* AWS\n* Heroku\n* GitHub Actions\n* Laravel Envoyer\n\n## Office locations\n\nUtah, USA\n\n## How to apply\n\nCheck our jobs page: https://apply.workable.com/devsquad\n\nIf your position isn't listed, create it by emailing devsquad@jobs.workablemail.com com and starting a conversation.\n"
  },
  {
    "path": "src/companies/dgraph.md",
    "content": "---\ntitle: \"DGraph\"\nslug: dgraph\nwebsite: http://dgraph.io\ncareers_url: http://dgraph.io/#jobs\nregion: americas\nremote_policy: remote-friendly\ntechnologies:\n  - go\naddedAt: 2016-06-07\nupdatedAt: 2020-10-28\n---\n\n## Company blurb\n\nAt DGraph, we have built a scalable, distributed, low latency, high throughput Graph Database. We have an open and transparent culture with a distributed team that has the flexibility to work from a location that is convenient. Have a look at our salary, equity structure and benefits/perks in our [Open Culture Doc](https://docs.google.com/spreadsheets/d/1LTYPzXO7kCHaacYs_sTYyeX9MoYNH1nsI6Arw1N-HL8/edit?usp=sharing).\n\n## Company size\n\nFour-member team as shown on [team page](http://dgraph.io/#team).\n\n## Remote status\n\nWe encourage remote work. We even cover the expenses for a co-working space in the city of your choice.\n\n## Region\n\nNorth and South America. We like to have at least a 4-hour overlap when we can coordinate on a project if the need be.\n\n## Company technologies\n\nGo\n\n## Office locations\n\nWe don't have a central office. Most of the team would work out of SF or Vancouver.\n\n## How to apply\n\nHave a look at the [jobs](http://dgraph.io/#jobs) section on our website. If this looks interesting drop us an email at [join@dgraph.io](mailto:join@dgraph.io).\n"
  },
  {
    "path": "src/companies/digitalocean.md",
    "content": "---\ntitle: \"DigitalOcean\"\nslug: digitalocean\nwebsite: https://www.digitalocean.com/\ncareers_url: https://www.digitalocean.com/company/careers/\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - data\n  - devops\n  - go\n  - ruby\n  - sql\naddedAt: 2015-10-13\nupdatedAt: 2018-10-29\n---\n\n## Company blurb\n\nWe're a fast-growing, New York-based cloud infrastructure provider, and our talented team is at the center of everything we do.\n\n## Company size\n\n475+ employees. [Meet DigitalOcean](https://www.digitalocean.com/company/about/)\n\n## Remote status\n\nOur philosophy is collaboration-focused, remote-friendly, and flexible. We care deeply about supporting the growth of all our employees and making sure they feel professionally fulfilled.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nGo, K8s, Docker, Mesos, Terraform, Vault, Consul, Grafana, Perl, Ruby, Kafka, Consul, Prometheus, MemSQL, MySQL, Looker, Rsyslog, Open vSwitch, KVM, Git\n\n## Office locations\n\n101 6th Ave\nNew York, NY\n\n485 Massachusetts Ave\nCambridge, MA\n\nRemote\nCoffee shops to couches around the world\n\n## How to apply\n\n[DigitalOcean careers](https://www.digitalocean.com/company/careers/)\n"
  },
  {
    "path": "src/companies/discord.md",
    "content": "---\ntitle: \"Discord\"\nslug: discord\nwebsite: https://discord.com/\ncareers_url: https://discord.com/jobs\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - data\n  - javascript\n  - mobile\n  - python\n  - rust\naddedAt: 2021-10-21\nupdatedAt: 2021-10-21\n---\n\n## Company blurb\n\nDiscord is about giving people the power to create space to find belonging in their lives. We want to make it easier for you to talk regularly with the people you care about. We want you to build genuine relationships with your friends and communities close to home or around the world. Original, reliable, playful, and relatable. These are the values that connect our users and our employees at Discord.\n\n## Company size\n\n400-500.\n\n## Remote status\n\nSome jobs are remote optional.\n\n## Region\n\nUSA\n\n## Company technologies\n\n* Rust\n* Python\n* Airflow\n* React\n* React Native\n\n## Office locations\n\n* San Francisco\n\n## How to apply\n\n* [Job Openings](https://discord.com/jobs)\n"
  },
  {
    "path": "src/companies/discourse.md",
    "content": "---\ntitle: \"Discourse\"\nslug: discourse\nwebsite: https://discourse.org\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - javascript\n  - ruby\naddedAt: 2015-11-05\nupdatedAt: 2018-04-18\n---\n\n## Company blurb\n\nDiscourse is built by Civilized Discourse Construction Kit, Inc.\nWhat is Discourse?\nDiscourse is the 100% open source discussion platform built for the next decade of the Internet. It works as:\n\n* a mailing list\n* a discussion forum\n* a long-form chat room\n\n\n## Company size\n\n23 fulltime employees, [it is an open source project built with the help of the community.](https://www.discourse.org/team)\n\n## Remote status\n\nAll employees are remote, there are not many openings. Most employees hired from the community.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nDiscourse is a JavaScript application that runs in your web browser, using the Ember.js framework.\n\nThe server side of Discourse is Ruby on Rails backed by a Postgres database and Redis cache. You can deploy our standard Discourse Docker container on any virtualized cloud server (digital ocean, amazon ec2, rackspace, azure) with 1 GB RAM.\n\n## Office locations\n\nEntirely remote, team is distributed with employees in Australia, Austria, Brazil, Canada, France, India, Indonesia, New Zealand, Norway, Singapore, and USA.\n\n## How to apply\n\nContact team@discourse.org\n"
  },
  {
    "path": "src/companies/dnsimple.md",
    "content": "---\ntitle: \"DNSimple\"\nslug: dnsimple\nwebsite: https://dnsimple.com/\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2015-10-18\nupdatedAt: 2019-03-25\n---\n\n## Company blurb\n\n[DNSimple](https://dnsimple.com) provides DNS, domain registration and SSL certificates for developers and small businesses worldwide.\n\n## Company size\n\nWe are currently 14 people. Here is a bit more about the team: [https://dnsimple.com/about](https://dnsimple.com/about)\n\n## Remote status\n\nOur team is 100% distributed, with team members in the US, Canada, Germany, Spain, and Italy.\n\nWe write about how we work as a distributed team on our blog:\n\n- [DNSimple Team Retreat in Avignon, August 2015](http://blog.dnsimple.com/2015/09/retreat-avignon-august-2015/)\n- [The DNSimple Team on Remote Working](http://blog.dnsimple.com/2015/04/the-dnsimple-team-on-remote-working/)\n\n## Region\n\nWe are open to new team members living anywhere in the world.\n\n## Company technologies\n\nOur web applications are typically developed in Ruby or Go. Our DNS servers are written in Erlang. We use Chef for automating our operational environments.\n\n## Office locations\n\nOur official home base is Melbourne, Florida, US.\n\n## How to apply\n\nWe are a bootstrapped company, so we hire very slowly and intentionally, which means we only hire a few people, at most, each year. If you are interested in having a conversation about what we might be able to do together, and why you'd like to help make the world of domain names and DNS better for developers around the world, email Anthony: [anthony.eden@dnsimple.com](mailto:anthony.eden@dnsimple.com).\n"
  },
  {
    "path": "src/companies/docker.md",
    "content": "---\ntitle: \"Docker\"\nslug: docker\nwebsite: https://www.docker.com\ncareers_url: https://www.docker.com/careers\nregion: americas\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - devops\n  - go\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2019-10-21\n---\n\n## Company blurb\n\nDocker delivers a platform for driving digital transformation across your entire application portfolio, engineered to work the way you want to work, supporting on-premises, cloud and hybrid architectures\n\n## Company size\n\nOver 500 employees\n\n## Remote status\n\nAt Docker, working remote is an option. However most of the developers choose to work at the office.\n\n## Region\n\nRemote work is only possible in the United States.\n\n## Company technologies\n\n- Go\n- React\n- Redux\n- Jest\n- Docker\n\n## Office locations\n\nDocker is headquartered in San Francisco, CA and has eleven more office locations in the US and Europe.\n\n## How to apply\n\n[Docker Careers](https://www.docker.com/careers)\n"
  },
  {
    "path": "src/companies/doist.md",
    "content": "---\ntitle: \"Doist\"\nslug: doist\nwebsite: https://doist.com\ncareers_url: https://doist.com/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - dotnet\n  - javascript\n  - mobile\n  - nosql\n  - php\n  - python\n  - ruby\n  - sql\naddedAt: 2016-02-23\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nAt Doist, we specialize in productivity software.\n\nWe create tools like Todoist and Todoist Business that simplify and organize the day. When software tames the chaos and streamlines the little things, it frees you to focus on the big things. \n\nWe’re a chiefly remote team from all around the world, and our mission is to help people do more each day so they can make the most of their potential.\n\n## Company size\n\n50 people in 25 countries\n\n## Remote status\n\nFully remote\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nAndroid, iOS/OS X, Windows, Python, Django, Ruby on Rails, Javascript, HTML, CSS, CoffeeScript, React, MYSQL, Redis, GIT, Wordpress, C#, C++\n\n## Office locations\n\nR&D office in Porto, Portugal\n\n## How to apply\n\nCheck out our [careers page](https://doist.com/jobs/).\n"
  },
  {
    "path": "src/companies/doit.md",
    "content": "---\ntitle: \"Doit\"\nslug: doit\nwebsite: https://doit.com\ncareers_url: https://careers.doit.com/jobs\nregion: europe\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\n  - go\n  - javascript\n  - ml\n  - python\naddedAt: 2023-01-27\nupdatedAt: 2023-01-27\n---\n\n## Company blurb\n\nDoiT develops the technology and expertise needed to solve both essential and complex cloud challenges. DoiT International works with fast growing, digitally savvy and start-up companies to help harness public cloud (AWS, GCP and Azure) technology and services to achieve big goals.\n\n## Company size\n\n450-700\n\n## Remote status\n\nFully remote\n\n## Region\n\nNorth America, EMEA, APAC\n\n## Company technologies\n\nGo, Typescript, Python, Node, React, AWS, GCP, BigQuery, ML\n\n## Office locations\n\nFully remote\n\n## How to apply\n\nhttps://careers.doit.com/jobs\n"
  },
  {
    "path": "src/companies/dow-jones.md",
    "content": "---\ntitle: \"Dow jones\"\nslug: dow-jones\nwebsite: https://www.dowjones.com/\ncareers_url: https://dowjones.jobs/\nregion: other\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - go\n  - javascript\n  - ml\n  - mobile\naddedAt: 2023-12-18\nupdatedAt: 2024-01-05\n---\n\n## Company blurb\nSince 1882, Dow Jones has been finding new ways to bring information to the world’s top business entities. Beginning as a niche news agency in an obscure Wall Street basement, Dow Jones has grown to be a worldwide news and information powerhouse, with prestigious brands including The Wall Street Journal, Dow Jones Newswires, Factiva, Barron’s, MarketWatch and Financial News.\n\n## Company size \n1001-5000 employees\n\n## Remote status\nFlexible Work Environment, as Fully Remote.\nWe don’t look at when you log in, log out or how much time you work. We trust you, it’s the only way remote can actually work.\n\n## Region\n- US\n\n## Company technologies\nDow Jones uses 69 technology products and services including HTML5, jQuery, and Google Analytics, according to G2 Stack.\nDow Jones is actively using 117 technologies for its website, according to BuiltWith. These include Viewport Meta, IPhone / Mobile Compatible, and Domain Not Resolving.\n\n## Office locations\n- New York,US\n\n## How to apply\nCheck out our [careers page](https://dowjones.jobs/) for information about what it is like to work at Dow Jones.\n"
  },
  {
    "path": "src/companies/dronedeploy.md",
    "content": "---\ntitle: \"DroneDeploy\"\nslug: dronedeploy\nwebsite: https://dronedeploy.com\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - javascript\n  - mobile\n  - python\naddedAt: 2016-09-08\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe are a small team of highly skilled JavaScript developers working on a Typescript/Angular2 application that flies drones and analyzes the processed imagery. We are looking for senior JavaScript engineers that can join us. We are looking for JS developers who consider themselves experts and have experience shipping products. We solve difficult problems here at DroneDeploy using JavaScript, and we will pay very competitively for great engineers. This is for a longer term position.\nLearn more about us at https://www.dronedeploy.com\n\n## Company size\n\nApproximately 40+ employees split between our SF offices and many remote employees across the globe.\n\n## Remote status\n\nRemote friendly! (We use Slack, GitHub, etc.)\nYou're expected to maintain a regular day-to-day schedule and be in the 'office' & responsive during your chosen work time.  That said, we offer lots of flexibility for adjusting your schedule based on personal/family needs. Some travel is required (typically 2 or 3 week-long trips a year).]\n\n## Company technologies\n\nJavaScript, TypeScript, Cordova, iOS, Android, Angular2, Python\n\n## Office locations\n\nSan Francisco, USA\n\n## How to apply\n\nInclude Responses to these questions in your application:\n1. What are some of your opinions on JavaScript testing? If you were brought in as a consultant for a company that had no tests. How would you sell them on JavaScript testing and what is some advice you'd offer the engineers writing the tests?\n2. What was your favorite project you've worked on and what did you like about it.\n3. If you could add one feature or a set of features to an upcoming JavaScript specification, what would it be and why?\n4. If you were to develop your own framework for web applications in JS. What are 3 key features you would include and why?\n\nPlease send resume and answers to the questions above to chase+jobs@dronedeploy.com. We get a lot of applications. If you have any work you've done or something that is impressive please send it we'd like to see it! I will reply with a timed coding challenge that will take about an hour. Then we'll follow up with remote interviews with a few of our engineers.\n"
  },
  {
    "path": "src/companies/dropbox.md",
    "content": "---\ntitle: \"Dropbox\"\nslug: dropbox\nwebsite: https://www.dropbox.com/\ncareers_url: https://www.dropbox.com/jobs\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - devops\naddedAt: 2022-10-12\nupdatedAt: 2024-10-07\n---\n\n## Company blurb\n\nDropbox, Inc., headquartered in San Francisco, California, U.S. is a company that offers Dropbox, the cloud storage, file synchronization, personal cloud, and client software.\n\n## Company size\n\n2,667 (December 2021)\n\n## Remote status\n\nAs a remote company since 2020, Dropbox employs a virtual-first mindset with the option of 'Dropbox Studios' for areas with large employee numbers such as Dublin or Seattle.\n\n## Region\n\nEurope, North America\n\n## Company technologies\n\n- Application and Data\n    - Python\n    - NGINX\n    - MySQL\n- DevOps\n    - Sentry\n    - Pingdom\n    - Nagios\n\n## Office locations\n\nHeadquarters in San Francisco with studios in Seattle, Austin and Dublin.\n\n## How to apply\n\nVisit [Dropbox's job page](https://www.dropbox.com/jobs) for open positions and to apply!\n"
  },
  {
    "path": "src/companies/drupal-jedi.md",
    "content": "---\ntitle: \"Drupal Jedi\"\nslug: drupal-jedi\nwebsite: https://drupaljedi.com/\ncareers_url: https://drupaljedi.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - php\naddedAt: 2018-06-14\nupdatedAt: 2018-06-14\n---\n\n## Company blurb\n\nDrupal Jedi is a leading agency with the focus on building advanced web apps.\nWe are always looking for the best solution and encourage to use the right technology for the right task.\nTherefore a mix of Drupal with modern JS frameworks is our preferred setup.\n\n## Company size\n\n65\n\n\n## Remote status\n\nWe are expanding our team and looking for talented people all over the world.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nBackend: Drupal, Go, NodeJS.<br>\nFrontend: React, Angular, VueJS.<br>\nDevOps: k8s, docker\n\n## How to apply\n\nLearn for details on our Careers page - https://drupaljedi.com/careers\n"
  },
  {
    "path": "src/companies/duckduckgo.md",
    "content": "---\ntitle: \"DuckDuckGo\"\nslug: duckduckgo\nwebsite: https://duckduckgo.com/\ncareers_url: https://duckduckgo.com/hiring/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - java\n  - javascript\n  - mobile\naddedAt: 2018-04-24\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nWe are the Internet privacy company that lets you take control of your information, without any tradeoffs. Welcome to the Duck Side!\n\n## Company size\n\nAround 50\n\n## Remote status\n\nFully remote with at least one company-wide meetup\n\n## Region\n\nWorldwide\n\nSee our about page to see where people are based: https://duckduckgo.com/about\n\n\n## Company technologies\n\nPerl, HTML, JavaScript, CSS, Kotlin, Swift\n\n## Office locations\n\n* Paoli, Philadelphia, PA, USA\n* Toronto, Ontario, Canada\n\n## How to apply\n\nCheck out our current openings on our careers page.\n\nhttps://duckduckgo.com/hiring/\n"
  },
  {
    "path": "src/companies/dynapictures.md",
    "content": "---\ntitle: \"DynaPictures\"\nslug: dynapictures\nwebsite: https://dynapictures.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - javascript\naddedAt: 2021-10-02\nupdatedAt: 2021-10-02\n---\n\n## Company blurb\n\nDynaPictures is a design automation platform. It auto-generates personalized banners and images for social media, e-commerce and emails. \n\n## Company size\n\n0-10 (Sep 2021)\n\n## Remote status\n\nDynaPictures has a remote-first culture and we have several people who work entirely remotely. Our main office is in Germany and we communicate mostly through Skype and Teams.\n\n## Region\n\nWorldwide, but we work primarily on European timezones.\n\n## Company technologies\n\n- Java, Python and Node microservices\n- React on frontend\n- Docker\n\n## Office locations\n\n- Freiburg, Germany\n\n## How to apply\n\nVisit our [home page](https://dynapictures.com/) for open positions. You can apply at info@dynapictures.com\n"
  },
  {
    "path": "src/companies/eatstreet.md",
    "content": "---\ntitle: \"EatStreet\"\nslug: eatstreet\nwebsite: https://eatstreet.com/\ncareers_url: https://eatstreet.com/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\n  - java\n  - javascript\n  - mobile\n  - ruby\naddedAt: 2022-10-03\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nEatStreet is a food delivery platform and service mostly based in the American Midwest. Focusing on providing customers fast and easy food delivery option. \n\n\"EatStreet hustles to hook up people's hungry and we want you to join our tight-knit team of innovators that's been named as one of Madison Magazine's Best Places to Work.\"\n\n## Company size\n\n500 - 1000\n\n## Remote status\n\nWork from most states in the US. Fully remote for tech, HR, and most other business positions with the option to go in office if you wanted. Drivers and Food personel do have to work at designated locations.\n\n## Region\n\nUSA\n\n## Company technologies\n\nJavaScript, Ruby on Rails, Angular, AWS, Java, Ionic Framework.\n\n## Office locations\n\nMadison, WI, USA\n\n## How to apply\n\nEatStreet's [Career Page](https://eatstreet.com/careers)\n"
  },
  {
    "path": "src/companies/ebsco-information-services.md",
    "content": "---\ntitle: \"EBSCO Information Services\"\nslug: ebsco-information-services\nwebsite: https://www.ebsco.com\ncareers_url: https://careers.ebscoind.com/ebscoinformationservices\nregion: other\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - python\naddedAt: 2021-06-04\nupdatedAt: 2021-06-04\n---\n\n## Company blurb\n\nEBSCO is the leading provider of research databases, e-journals, magazine subscriptions, e-books and discovery service to libraries of all kinds. For more than 70 years, we’ve partnered with libraries to improve research with quality content and technology. EBSCO Information Services is a division of EBSCO Industries, Inc., one of the largest privately held and family-owned companies in the United States. EBSCO Industries, Inc. has been in business since 1944. Starting out as a small subscription agency, EBSCO quickly became a pioneer in the library services industry.\n\n## Company size\n\n1000+ (as of June 2021)\n\n## Remote status\n\nEBSCO Information Services has software development offices in Birmingham, Alabama; Durham, North Carolina; Ipswich, Massachusetts; and Contoocook, New Hampshire.  We utilize a hybrid-work model with the majority of employees being either fully or partially remote. The decision of how much time to be remote vs be in the office is up to the individual employee. We have a very mature remote work culture and teams routinely work across geographic boundaries.\n\n## Region\n\nCurrent openings are for remote positions in US.\n\n## Company technologies\n\nC#, Java, Node, Python among others. We are also a strong proponent of cloud native technologies. We believe in using the best tool for the job and are technology needs are constantly evolving.\n\n## Office locations\n\nBirmingham, Alabama; Durham, North Carolina; Ipswich, Massachusetts; and Contoocook, New Hampshire\n\n## How to apply\n\nCheck our careers page: https://careers.ebscoind.com/ebscoinformationservices\n"
  },
  {
    "path": "src/companies/ebury.md",
    "content": "---\ntitle: \"Ebury\"\nslug: ebury\nwebsite: https://ebury.com/\ncareers_url: https://careers.ebury.com\nregion: worldwide\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - javascript\naddedAt: 2023-10-18\nupdatedAt: 2023-10-25\n---\n\n## Company blurb\n\nEbury is a Global FinTech: we apply new technologies to enhance and automate financial services and processes. This allows small and medium-sized businesses to trade and transact internationally by eliminating boundaries related to more traditional procedures. \n\nFounded in 2009, we are now positioned among the fastest-growing companies in the sector! Headquartered in London, we have more than 1000 staff covering over 50  nationalities (and counting!) working across more than 27 offices worldwide and serving more than 45,000 clients every day. \n\n## Company size\n600-700 employees\n\n## Remote status\nAt Ebury, we understand the key role that technology plays in supporting the growth and efficiency of financial services. This is why we invest so heavily in the latest tools, languages, and platforms, as well as promoting iterative development methods that allow us to work in a rapid evolution environment, creating continuous value.\nIn the summer of 2020, our increasingly international technology team became remote-first, which means that working remotely is the default option for all the employees. In our remote onboarding process, Technology new employees have a ‘buddy’ in the team to accompany them throughout their first weeks. \n\n## Region\nWorldwide\n\n## Company technologies\nReact\nNode Js\nExpress\nJavascript \n\n## Office locations\nLondon, Madrid, and Amsterdam\n\n\n## How to apply\nEbury[Career Page](https://careers.ebury.com)\n"
  },
  {
    "path": "src/companies/eco-mind.md",
    "content": "---\ntitle: \"Eco-Mind\"\nslug: eco-mind\nwebsite: https://eco-mind.eu/\ncareers_url: https://eco-mind.eu/lavora-con-noi\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\n  - mobile\naddedAt: 2022-07-11\nupdatedAt: 2022-07-11\n---\n\n## Company blurb\n\nEco-Mind is a software factory skilled in the design and development of business cloud native, web and mobile solutions, and augmented and virtual reality software.\n\n## Company size\n\nApproximately 40 people, all working remotely or hybridly across the Italy.\n\n## Remote status\n\nWe are remote-friendly, collaboration-focused and smart-oriented.\n\n## Region\n\nItaly\n\n## Company technologies\n\nJava, Kotlin, Spring, TypeScript, Angular, Kubernetes, Flux, Helm, Azure, AWS, GCP, Mixed Reality, Unity, Swift, iOS, Android, Flutter, React Native \n\n## Office locations\n\nMilano, Torino and Rende. Or anywhere.\n\n## How to apply\n\nCheck out our [careers page](https://eco-mind.eu/lavora-con-noi) or send your resume to careers@eco-mind.eu.\n"
  },
  {
    "path": "src/companies/ecosmic.md",
    "content": "---\ntitle: \"Ecosmic\"\nslug: ecosmic\nwebsite: https://ecosmic.space/\ncareers_url: https://www.ecosmic.space/data-engineer\nregion: other\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - python\n  - sql\naddedAt: 2025-02-06\nupdatedAt: 2025-02-06\n---\n\n## Company blurb\nEcosmic is a startup aiming at converting idle resources into revenues through software solutions for the space sector. Ecosmic's first product is a revolutionary software capable of filtering out false positives among the hundreds of collision warnings that satellite operators are receiving every day.\n\n## Company size\n\n0-20\n\n## Remote status\n\nRemote work and Flexible working hours: you’ve always got the freedom to decide where today’s office is. We measure people’s performance based on the objectives they achieve, rather than the hours they spend sitting at their desks.\nYou can perform remote working from EU, UK and Switzerland. You will be required to have your fiscal residence in Italy. \n\n## Region\n\nItaly\n\n## Company technologies\n\n- Cloud (AWS), with services like AWS Lambda, S3 and others\n- Python\n- DynamoDB (but we may consider switching to SQL alternatives)\n\n## Office locations\n\nTurin \n\n## How to apply\nMore info here: https://www.ecosmic.space/data-engineer\nTo apply for this position, you have to send an email to hr@ecosmic.space including your CV and a couple of paragraphs detailing why you decided to apply and why you think you’d be a good fit. A link to your GitHub repo is always a plus! All applications shall be in English. \nIn our selection process, talent takes precedence over experience. So if you like the role and think you could be awesome at it, go ahead and apply even if you don’t comply with the requirements.\nUnfortunately, we do not offer VISA sponsorships for this position.\n"
  },
  {
    "path": "src/companies/edgar.md",
    "content": "---\ntitle: \"Edgar\"\nslug: edgar\nwebsite: https://meetedgar.com/\ncareers_url: http://meetedgar.com/careers/\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - ruby\naddedAt: 2015-10-21\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe created Edgar in 2014 so that entrepreneurs, bloggers, and marketers could manage their social media with more consistency and in less time. We add more than 50 new users daily, and we’re only picking up steam.\n\nThat’s the business. And us? We’re a small team of thing-doers, fun-havers, and word-maker-uppers. We plan for big successes, because those are just way more fun. We don’t bother with office politics, both because that’s way too cliche, and also, because we don’t have an office. (So, you can wear stretchy pants to work and no one will judge.)\n\nWe know we’re ridiculously lucky to have this group of ambitious, kind, independent little nerds, and we want to keep that going by bringing in even more people who love geeking out about what they do and doing work they’ll be super proud of.\n\n## Company size\n\nWe’re a small team of 13 people, all working remotely across the US.\n\n## Remote status\n\n*100% Remote*\nWant a commute that's only 30 seconds long? Think cats make the best officemates? Work with us, and work from home. We’re a small team of 13 people, all working remotely across the US. We do a lot of collaborating and meme-swapping on Slack, along with virtual team meetings and futuristic video calls. We also do a twice-annual meetup week where we work together on cool projects all day and generally make fools of ourselves all night.\n\n## Region\n\nUS and Canada\n\n## Company technologies\n\nWordpress + Ruby on Rails (based on [careers page](http://meetedgar.com/careers/)).\n\n## Office locations\n\nWe don't even HAVE a headquarters, unless you count our secret undersea laboratory.\n\n## How to apply\n\nEdgar has a [careers page](http://meetedgar.com/careers/)\n"
  },
  {
    "path": "src/companies/edify.md",
    "content": "---\ntitle: \"Edify\"\nslug: edify\nwebsite: https://edify.cr/\ncareers_url: http://www.edify.cr/joinus\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - go\n  - java\n  - javascript\n  - php\n  - ruby\naddedAt: 2016-07-06\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\nWe believe that we live in a knowledge powered world and by combining some of the most talented computer scientists we can engage the forefront of education technology.\n\n## Company size\n\n36 team members listed on the [team page](http://www.edify.cr/ourteam);\n\nWe have 21 dogs, 15 cats, 28 fish, and a duck named “fish”. We have 23 kids, two of them twins and a few more on the way. We are bikers, athletes, nerds and one of us is a great cook.\n\n## Remote status\n\nWork from anywhere.\nEven though Edify is located in Costa Rica, everyone works from where they love to be. We're always in close contact through our Slack, Skype and Google Hangouts.\n\n## Region\n\nCosta Rica, US, Anywhere.\n\n## Company technologies\n\nJava, PHP, Ruby, JavaScript, Go, and anything that solves our client's needs.\n\n## Office locations\n\n- Alajuela, Costa Rica.\n- Atlanta, Georgia, US.\n\n## How to apply\n\nInformation and job listings are listed on [Join the team](http://www.edify.cr/joinus)\n"
  },
  {
    "path": "src/companies/elastic.md",
    "content": "---\ntitle: \"Elastic\"\nslug: elastic\nwebsite: https://www.elastic.co/\ncareers_url: https://www.elastic.co/about/careers\nregion: other\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - java\n  - javascript\n  - ruby\naddedAt: 2015-10-16\nupdatedAt: 2020-10-28\n---\n\n## Company blurb\n\nFounded in 2012 by the people behind the Elasticsearch and Apache Lucene open source projects, Elastic provides real-time insights and makes massive amounts of structured and unstructured data usable for developers and enterprises. By focusing on scalability, ease-of-use, and ease-of-integration, Elasticsearch, Logstash, and Kibana power many of the world’s leading mobile, social, consumer and business applications. Since its initial release, the open source stack has achieved more than 20 million cumulative downloads.\n\nElastic is backed by Benchmark Capital, Index Ventures, and NEA with headquarters in Amsterdam and Mountain View, California, and offices and employees around the world. To learn more, visit [www.elastic.co](https://www.elastic.co).\n\n## Company size\n\nAround 280 employees.\n\n## Remote status\n\nOur headquarters are located in San Francisco, CA, Amsterdam and Netherland, and we have employees all over the world.\n\n## Region\n\nWe have employees in all around the world.\n\n## Company technologies\n\n- Java: Elasticsearch\n- HTML, Javascript, CSS: Kibana\n- Ruby: Logstash\n- APIs: Perl, Python, Ruby, Golang ...\n\n## Office locations\n\n- San Francisco, CA\n- Amsterdam\n\n## How to apply\n\nCheck out our [careers page](https://www.elastic.co/about/careers)\n"
  },
  {
    "path": "src/companies/elsewhen.md",
    "content": "---\ntitle: \"Elsewhen\"\nslug: elsewhen\nwebsite: https://www.elsewhen.com/\ncareers_url: https://careers.elsewhen.com/jobs\nregion: europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\n  - python\naddedAt: 2024-04-26\nupdatedAt: 2024-04-26\n---\n\n## Company blurb\n\nElsewhen is a London-based consultancy which designs and delivers digital products and services for the likes of Google, Spotify, WPP, NATS, Inmarsat & Microsoft. \n\nWe are a company where outcomes matter more than rigid hours and processes, and where people are empowered to challenge convention, grow their ideas and make the best work of their lives.\n\n## Company size\n\n110 & growing (as of April 2024)\n\n## Remote status\n\nFully-remote. We provide WeWork memberships for people who prefer to work together.\n\n## Region\n\nUK\n\n## Company technologies\n\nPython, React/Typescript, Terraform\n\n## Office locations\n\nWe have no central office.\n\n## How to apply\n\nhttps://careers.elsewhen.com/jobs\n"
  },
  {
    "path": "src/companies/embraer.md",
    "content": "---\ntitle: \"Embraer\"\nslug: embraer\nwebsite: https://embraer.com/\ncareers_url: https://embraer.gupy.io/\nregion: other\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - python\naddedAt: 2023-10-14\nupdatedAt: 2023-10-14\n---\n\n## Company blurb\n\nEmbraer S.A. is a Brazilian multinational aerospace corporation. It designs, manufactures, and sells commercial, military, executive, and agricultural aircraft, as well as provides leasing and aviation support services.\n\n## Company size\n\nAround 19,000 employees and growing, spread across multiple areas like engineering, sales, marketing, operations, and malware research.\n\n## Remote status\n\nEmbraer does have some remote jobs available, but the number of opportunities varies depending on the department and location. As of October 14, 2023, there are over 20 remote jobs open on Embraer's careers website, covering a variety of roles in engineering, sales, marketing, and administration.ting world-wide.\n\n## Region\n\nEmbraer has remote jobs available in the following regions:\n\nUnited States\nBrazil\nEurope\nAsia\n\n## Company technologies\n\n- C, C++\n- Python\n- Matlab\n- Simulink\n\n## Office locations\n\nBrazil, US, France, China\n\n## How to apply\n\nCheck out our [careers page](https://embraer.gupy.io/).\n"
  },
  {
    "path": "src/companies/employment-hero.md",
    "content": "---\ntitle: \"Employment Hero\"\nslug: employment-hero\nwebsite: https://employmenthero.com/careers\nregion: other\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - dotnet\n  - javascript\n  - php\n  - ruby\naddedAt: 2025-10-02\n---\n\n## Company blurb\n\nEmployment Hero connects and empowers over 300,000 businesses across the world with a suite of powerful employment features. \nLaunching employers toward their goals, powering more productive teams and making employment easier and more valuable for everyone.\n\n## Company size\n\nAround 600 employees and growing, spread across multiple areas like engineering, sales, marketing, operations, and research.\n\n## Remote status\n\nEmployment Hero is remote first company\nWork from anywhere while staying connected through asynchronous communication, trust and collaboration. \nEmployment Hero embraces flexibility to attract top talent globally, empowering it's team to do their best work.\n\n## Region\n\nEmployment Hero has remote jobs available in the following regions:\n\nAustralia\nCanada\nEurope\nNew Zealand\nSouth East Asia\n\n## Company technologies\n\n- C#\n- TypeScript\n- React \n- Ruby (on Rails)\n- PHP\n\n## Office locations\n\nSydney, Australia (Headquarters)\nKuala Lumpur, Malaysia\nAuckland, New Zealand\nSingapore\n\n## How to apply\n\nCheck out our [careers page](https://employmenthero.com/careers).\n"
  },
  {
    "path": "src/companies/emsisoft.md",
    "content": "---\ntitle: \"Emsisoft\"\nslug: emsisoft\nwebsite: https://www.emsisoft.com/\ncareers_url: https://www.emsisoft.com/en/company/jobs/\nregion: europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - devops\n  - javascript\naddedAt: 2018-08-23\nupdatedAt: 2018-08-23\n---\n\n## Company blurb\n\nEmsisoft is based in New Zealand, but our reach is global. Our team is composed of the most dedicated and talented people for the job, working in all corners of the world. We at Emsisoft don't know physical or cultural boundaries. We are all part of a diverse group of experts that create the best possible malware protection software for all.\n\n## Company size\n\nAround 40 employees and growing, spread across multiple areas like engineering, sales, marketing, operations, and malware research.\n\n## Remote status\n\nEmsisoft was founded as a purely virtual company. We therefore do not only embrace remote work, but every single one of our employees including our CEO is exclusively working remotely. As a result, we are not constrained by regions and are recruiting world-wide.\n\n## Region\n\nOur employees are spread around the globe. At the moment you can find Emsisoft staff in Armenia, Austria, Canada, Germany, Hungary, India, Indonesia, Italy, Netherlands, New Zealand, Philippines, Portugal, Romania, Russia, Spain, Ukraine, United Kingdom, and the USA. \n\n## Company technologies\n\n- Endpoint: Delphi, C, C++, Assembly\n- Backend: DotNet Core, MongoDB, PHP, Python, Angular\n- Operations: Kubernetes, Docker, Nginx, Windows Server, Linux\n- Productivity: Git, GitLab, Redmine, Slack, Office\n\n## Office locations\n\nNowhere and at the same time everywhere! ;)\n\n## How to apply\n\nCheck out our [careers page](https://www.emsisoft.com/en/company/jobs/) or send your CV to jobs@emsisoft.com.\n"
  },
  {
    "path": "src/companies/encora.md",
    "content": "---\ntitle: \"Encora\"\nslug: encora\nwebsite: https://careers.encora.com/\ncareers_url: https://careers.encora.com/find-more-than-job\nregion: other\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - javascript\naddedAt: 2023-05-05\nupdatedAt: 2023-05-05\n---\n\n## Company blurb\n\nEncora is devoted to making the world a better place for clients, for our communities and for our people.\n\n### Corporate Social Responsibility\nAt Encora, we seek to enhance people's quality of life and general wellbeing, whether they belong to our internal communities or our external ones. While our CSR activities vary by country, the scope of our actions addresses a range of important issues, including food insecurity, primary and vocational education, gender equality, and environmental sustainability.\n\n### Equal Opportunity Employer\nWe are proud to be an equal opportunity employer. As a global organization, we recognize and appreciate the many nationalities and backgrounds of our people. We foster a culture of respect to diversity, actively promote inclusion and afford equal employment opportunities without regard for race, color, religion, gender, sexual orientation, gender identity/expression, age, national origin, disability status, protected veteran status, or any other characteristic protected by law.\n\n### Safe Working Environment\nWe are committed to creating a safe workplace environment in which every Encorian can perform their roles and responsibilities without concern for the wellbeing of themselves or others.\n\n## Company size\n- 9,000+ Encorians Highest Concentration in LatAm & India\n- 28 Fortune 1000 Clients, 300+ US-based\nClients\n- 14 Countries, 6 in LatAm\n\n## Remote status\nAfter the pandemic, the company embraced remote work. For example, before there was a physical office in Campinas, SP (Brazil), but now, people can choose to go to the office sporadically to see the team, or work completely remotely. There are collaborators spread throughout Brazil and other countries. These people form entire teams and communicate electronically.\n\n## Region\n* Africa\n* Asia\n* Caribbean\n* Europe\n* Latin America\n* North America\n\n## Company technologies\n\n- Developement: C/C++, MFC, Golang, Python, React\n- Cloud: AWS, Kubernetes, Helm charts SQL\n- Testing: Robot framework, Selenium, Cypress, Postman\n\n## Office locations\n\n- 48 Offices, 18 in LatAm, for example, Brazil, Mexico, Costa Rica, Colombia, Peru and Bolivia\n\n## How to apply\n\nThe company has many remote jobs around the world that can checked [here](https://careers.encora.com/find-more-than-job)\n"
  },
  {
    "path": "src/companies/engineyard.md",
    "content": "---\ntitle: \"EngineYard (Support Team)\"\nslug: engineyard-support-team\nwebsite: https://www.engineyard.com\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - linux\n  - ruby\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nEngine Yard is a data-driven, NoOps, PaaS solution for deploying and managing applications on AWS.\n\n## Company size\n\n50-200 employees\n\n## Remote status\n\nRemote friendly\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRails, Ruby, Ruby on Rails, Cloud Computing, Open Source, PaaS, Node.js, Cloud, DevOps, AWS, Support, Linux, AWS Certified Solutions Architects, AWS Advanced Partner, Support Team as a Service, MySQL, and PostgreSQL\n\n## Office locations\n\n401 Congress Ave, Austin, Texas 78701, US\n\n## How to apply\n\nhttps://www.engineyard.com/\n"
  },
  {
    "path": "src/companies/enjoei.md",
    "content": "---\ntitle: \"Enjoei\"\nslug: enjoei\nwebsite: https://www.enjoei.com.br/\ncareers_url: https://enjoei.gupy.io/\nregion: other\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - api\n  - cloud\n  - devops\n  - go\n  - java\n  - javascript\n  - ruby\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2020-10-21\n---\n\n## Company blurb\n\nEnjoei is a marketplace focused on fashion, but there are many different things available, such as furniture, accessories and household appliances. People can sell and buy secondhand items using the site and the app. \n\n## Company size\n\nBetween 51-200, according to [LinkedIn](https://www.linkedin.com/company/enjoei).\n\n## Remote status\n\nPartially remote. Some jobs vacancies are 100% remote while some are presential.\n\n## Region\nBrazil\nThe region is not mentioned anywhere, but there are some things to consider: the description of their job opportunities are in Brazilian Portuguese and only a few of them mention the ability to speak English. Therefore, it is likely that the candidate needs to be able to communicate in Portuguese for some vacancies.\n\n## Company technologies\n\nE-commerce Business Implementation, Financial Planning  and Analysis, Android, Front-end and Back-end Development for E-commerce Business, E-commerce Security\n- SQL\n- rest API\n- JSON\n- http\n- Kotlin\n- Git and GitHub\n- Ruby/Ruby on Rails\n- JavaScript and jQuery\n- postgresSQL\n- sidekiq\n- go\n- AWS\n- Docker\n- Ansible\n- Pulumi\n\n## Office locations\n\nSão Paulo, Brazil\n\n## How to apply\n\nhttps://enjoei.gupy.io/\n"
  },
  {
    "path": "src/companies/enok.md",
    "content": "---\ntitle: \"Enok Collective\"\nslug: enok-collective\nwebsite: https://www.enok.co/\nregion: americas\nremote_policy: remote-first\ncompany_size: small\naddedAt: 2020-10-23\nupdatedAt: 2020-10-23\n---\n\n## Company blurb\n\nWe are passionate about launching people and launching products. We amplify the human experience. Our designers, developers, & storytellers deliver exceptional solutions for digital advantage. We discover, experiment, and launch. Time-traveling with interdisciplinary teams, we generate new ideas and breakthroughs.\n\n## Company size\n\n20-50\n\n## Remote status\n\nWe are a remote-first company with \"hubs\" in Peoria, IL and Greenville, SC.\n\n## Region\n\nEmployees are accepted within a 3-hour radius of our hubs in **USA**\n"
  },
  {
    "path": "src/companies/entrision.md",
    "content": "---\ntitle: \"Entrision\"\nslug: entrision\nwebsite: https://entrision.com\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - java\n  - javascript\n  - mobile\n  - ruby\naddedAt: 2021-02-07\nupdatedAt: 2021-02-07\n---\n\n## Company blurb\n\nEntrision is a software development agency that partners with innovative organizations to create unique, hand-crafted software applications for web and mobile platforms.\n\nOur product designers and software engineers work with our clients to design and build web and mobile applications that meet the unique needs of your business and solve real-world problems.\n\n## Company size\n\n1-20\n\n## Remote status\n\nThe majority of our team works remotely, and our team members are currently spread across 6 different states.\n\n## Region\n\nUSA\n\n## Company technologies\n\nRuby on Rails, Javascript, Node, Swift, Kotlin\n\n## Office locations\n\nHQ in Milwaukee, WI\n\n## How to apply\n\nEmail your resume to theteam@entrision.com and tell us about your favorite pizza topping.\n"
  },
  {
    "path": "src/companies/envato.md",
    "content": "---\ntitle: \"Envato\"\nslug: envato\nwebsite: https://envato.com/\ncareers_url: https://careers.envato.com/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - cloud\n  - javascript\n  - ruby\naddedAt: 2016-02-06\nupdatedAt: 2020-10-30\n---\n\n## Company blurb\n\nEnvato is a world-leading online community for creative assets, tools and talent.\n\nMillions of people around the world visit Envato to buy and sell creative assets, use smart design templates, learn creative skills or even hire freelancers. With an industry-leading marketplace paired with an unlimited subscription service, Envato helps creatives like you get projects done faster.\n\nWhether it's graphic templates, website themes, photos, video or audio, there's every chance you’ll spot something from Envato today, from a café logo to a Hollywood title sequence!\n\n## Company size\n\n501-1000 employees\n\n## Remote status\n\nMany roles within Envato are able to work from anywhere (usually from home) if you want to for any reason. Freedom is a beautiful thing.\n\n## Region\n\nOceania, North America.\n\n## Company technologies\n\n- Ruby on Rails\n- React\n- JavaScript\n- TypeScript\n- AWS\n\n## Office locations\n\n- Melbourne, Australia (Headquarters)\n- Los Angeles, USA\n- Guadalajara, Mexico\n- Team located around the world\n\n## How to apply\n\n[Careers website](https://careers.envato.com/)\n"
  },
  {
    "path": "src/companies/envoy.md",
    "content": "---\ntitle: \"Envoy\"\nslug: envoy\nwebsite: https://envoy.com/\ncareers_url: https://grnh.se/83f7cd0f2us\nregion: americas\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\n  - sql\naddedAt: 2020-10-29\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nEnvoy is transforming modern workplaces, challenging the status quo with products that make office life and work more meaningful. Envoy’s workplace platform has redefined how offices interact with visitors, keep employees safe and healthy, manage deliveries, and book conference rooms in over 13,000 locations around the globe while building products for a new era of workplace experience. Companies like Slack, Asana, Pinterest, and Warby Parker rely on\nEnvoy to create an unrivaled first impression and keep their offices safe and compliant\n\nLearn more about our mission and what it's like to work at Envoy at [envoy.com](https://envoy.com/about/)!\n\n## Company size\n\n145+ full-time staff across engineering, data science, product, marketing, operations, sales, support, etc. And 8 cool dogs.\n\n## Remote status\n\nA remote-first culture with many positions 100% remote (varying by project and position).\n\n## Region\n\nUSA, Canada & Colombia\n\n## Company technologies\n\n- **Languages**: Ruby (Rails), JavaScript (Ember.js), Elixir, Kotlin, Python\n- **Data**: PostgreSQL, Redshift\n- **Cloud**: AWS, Google Cloud, Heroku\n\nFor remote communication, Slack and Zoom.\n\n## Office locations\n\nSan Francisco, New York & Denver\n\n## How to apply\n\nView open positions and apply at [envoy.com/jobs/](https://grnh.se/83f7cd0f2us)!\n"
  },
  {
    "path": "src/companies/epam.md",
    "content": "---\ntitle: \"EPAM\"\nslug: epam\nwebsite: https://epam.com/\ncareers_url: https://anywhere.epam.com/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\naddedAt: 2020-03-07\nupdatedAt: 2020-03-07\n---\n\n## Company blurb\n\nSince 1993 EPAM helps customers to grow. Our end-to-end services combine business and innovation strategy, experience design, technology consulting and best-in-class software engineering to deliver results on a global scale.\n\n## Company size\n\n30000+ people\n\n## Remote status\n\nPartially, details available on subdomain https://anywhere.epam.com/\nWork and Learn\nAnywhere with EPAM\nAfter 25+ years of leading the world in product engineering, we’re bringing our experience, training and global customers to you. Anywhere.\n\n## Region\n\nWorldwide\n\nas of March 2020: Russia, Belarus and Ukraine\n\n## How to apply\n\nhttps://anywhere.epam.com/\n"
  },
  {
    "path": "src/companies/epic-games.md",
    "content": "---\ntitle: \"Epic Games\"\nslug: epic-games\nwebsite: https://www.epicgames.com/site/en-US/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\naddedAt: 2020-10-28\nupdatedAt: 2020-10-28\n---\n\n## Company blurb\n\nFounded in 1991, Epic Games is a leading interactive entertainment company and provider of 3D engine technology. Epic operates Fortnite, one of the world’s largest games with over 350 million accounts and 2.5 billion friend connections. Epic also develops Unreal Engine, which powers the world’s leading games and is adopted across industries such as film and television, architecture, automotive, manufacturing, and simulation. Through Unreal Engine, Epic Games Store, and Epic Online Services, Epic provides an end-to-end digital ecosystem for developers and creators to build, distribute, and operate games and other content. Epic has over 40 offices worldwide with headquarters in Cary, North Carolina.\n\n## Company size\n\n1001-5000 employees\n\n## Remote status\n\nFully remote available. Look for positions quoting 'remote internship' within their post. \n\n## Region\n\nWorldwide\n\n## How to apply\n\nhttps://www.epicgames.com/site/en-US/careers\n"
  },
  {
    "path": "src/companies/epilocal.md",
    "content": "---\ntitle: \"Epilocal\"\nslug: epilocal\nwebsite: https://epilocal.com\ncareers_url: https://www.epilocal.com/contact/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - go\n  - javascript\naddedAt: 2021-04-02\nupdatedAt: 2021-04-02\n---\n\n## Company blurb\n\nEpilocal builds affordable digital tools for local news and other small and independent publishers.\n\nWe are developing a platform that brings the latest in open-source publishing and cloud architecture to local news companies, which will help them reduce costs while providing a modern, digital experience.  We also develop themes, plugins and integrations for a wide range of small publications.\n\n## Company size\n\n1-10\n\n## Remote status\n\nThe team is currently fully remote, with the founder in Greece and freelancers worldwide.\nWe are planning on hiring more people in Europe in mid to late 2021.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nReact, Gatsby, Node, AWS, Google App Script\n\n## How to apply\n\nEmail info@epilocal.com or contact us at [https://www.epilocal.com/contact/](https://www.epilocal.com/contact/)\n"
  },
  {
    "path": "src/companies/episource.md",
    "content": "---\ntitle: \"Episource\"\nslug: episource\nwebsite: https://episource.com\ncareers_url: https://www.episource.com/careers/\nregion: americas\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - python\n  - scala\naddedAt: 2020-10-23\nupdatedAt: 2020-10-23\n---\n\n## Company blurb\n\nSIMPLIFYING HEALTHCARE - We are reinventing the way healthcare organizations manage their member populations through technology and innovation.\n\n## Company size\n\n500+ Employees\n\n## Remote status\n\nRemote-first engineering team distributed throughout USA.\n\n## Region\n\nUSA\n\n## Company technologies\n\nReactJS, NodeJS/TypeScript, Python, Scala, Golang, Kubernetes.\n\n## Office locations\n\n- Los Angeles, CA (Headquarters)\n- Tampa Bay, FL\n\n## How to apply\n\nhttps://www.episource.com/careers/\n"
  },
  {
    "path": "src/companies/epsy-health.md",
    "content": "---\ntitle: \"Epsy Health\"\nslug: epsy-health\nwebsite: https://epsyhealth.com/\ncareers_url: https://epsyhealth.com/careers\nregion: worldwide\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\n  - mobile\n  - python\naddedAt: 2022-12-06\nupdatedAt: 2022-12-08\n---\n\n## Company blurb\nFounded in 2020, Epsy has already impacted tens of thousands of lives.\nDoctors are recommending us during appointments, patients are hailing the app as “life-saving”, and our team is growing to support this demand.\n\nEpsy is a leading digital health platform empowering patients, caregivers and healthcare providers with a better way to live with seizures and epilepsy.\n\nA monumental, yet rewarding mission, as epilepsy is one of the most common neurological diseases out there, affecting more than 65 million people worldwide.\n\n## Company size\n20+ (we're part of LivaNova 3000+)\n\n## Remote status\nRemote-first, team is distributed worldwide. \n\n## Region\nWorldwide\n\n## Company technologies\n* **Cloud**: AWS (EventBridge, Lambda, Cognito, GraphQL, Amplify, Glue, DynamoDB, Redshift just to mention a few)\n* **Python**: 3.8+, Boto, Lambda, Serverless\n* **Android**: Kotlin, Java, Amplify, Cognito, GraphQL\n* **iOS**: Swift, Amplify, Cognito, GraphQL\n* **Frontend**: React, TypeScript, Cognito, GraphQL\n* **Infrastructure as a code**: Terraform, pulumi\n* **CI/CD**: Github Actions\n\nAnd many more, to get full list please visit our [https://stackshare.io/epsy-health/epsy-health](https://stackshare.io/epsy-health/epsy-health).\n\n## Office locations\nWe don't have offices per se. But you can work from LivaNova's offices in London and Houston, TX\n\n## How to apply\nApply through https://epsyhealth.com/careers or drop us an email on hiring@epsyhealth.com\n"
  },
  {
    "path": "src/companies/equal-experts-portugal.md",
    "content": "---\ntitle: \"Equal Experts Portugal\"\nslug: equal-experts-portugal\nwebsite: https://www.equalexperts.com/contact-us/lisbon/\nregion: europe\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - python\n  - scala\naddedAt: 2018-10-16\nupdatedAt: 2018-10-16\n---\n\n## Company blurb\n\nWe established our Portuguese office in 2015, extending the cost-efficient, high-quality model we’ve pioneered in London over the last decade.\n\nEE Portugal’s close proximity, competitive costs and highly-skilled workforce make our Lisbon office a key part of Equal Experts’ offering.\n\nAs part of the Equal Experts family, EE Portugal is structured to the same award-winning model we follow elsewhere. We focus on recruiting highly-experienced software practitioners who can self-organise to deliver the greatest possible value – as soon as possible. This brings better results, at lower cost – which we’re pleased to pass onto our clients.\n\nOf course, EE Portugal is also part of Lisbon’s thriving software development community, and we’re thrilled to be at the heart of one of Europe’s fastest-growing tech hubs.\n\n## Company size\n\n20-50.\n\n## Remote status\n\nAlthough we have a physical office in Lisbon, Portugal, our clients are located all over Europe and in the US, and many of our consultants are working remotely for their projects.\n\n## Region\n\nEurope.\n\n## Company technologies\n\nTechnologies include (but are not limited to!) C#, Java, JavaScript, Python, Scala, TypeScript.\n\n## Office locations\n\nLisbon, Portugal.\n\n## How to apply\n\nSubmit your CV to [helloportugal@equalexperts.com](mailto:helloportugal@equalexperts.com) to apply. We’re actively seeking highly experienced Front-End Engineers and Software Engineers to join our team – get in touch!\n"
  },
  {
    "path": "src/companies/ergeon.md",
    "content": "---\ntitle: \"Ergeon\"\nslug: ergeon\nwebsite: https://www.ergeon.com/\ncareers_url: https://www.ergeon.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\naddedAt: 2020-04-21\nupdatedAt: 2020-04-21\n---\n\n## Company blurb\n\nErgeon was founded and is run today by two CS PhD serial entrepreneurs that share a deep passion for utilizing technology to improve how people work. Our innovative technologies help consumers, contractors and our all-remote staff excel.\n\nWe believe amazing companies start with amazing people. As an all-remote company (read more  here) we know those people come from all over the world. We have a fast growing and diverse team spread across 20+ countries today. We go to great lengths to ensure that our workforce, everywhere in the world, has access to career growth, an amazing work culture and great benefits. Come join us to transform the construction industry.\n\n## Company size\n\n80 and growing\n\n## Remote status\n\nWe are an all-remote company. We have a fast growing and diverse team spread across 20+ countries today.\n\n## Region\n\nWe have employees worldwide. \n\n## Office locations\n\nPalo Alto, California\n\n## How to apply\n\nCheck out our [careers page](https://www.ergeon.com/careers) or send an email to jobs@ergeon.com\n"
  },
  {
    "path": "src/companies/estately.md",
    "content": "---\ntitle: \"Estately\"\nslug: estately\nwebsite: https://estately.com\nregion: americas\nremote_policy: fully-remote\ncompany_size: tiny\naddedAt: 2018-04-24\nupdatedAt: 2020-11-01\n---\n\n## Company blurb\nEstately is a startup based in US that primarily focuses on rental apartments and property selling works.It is a national real estate company that’s revolutionizing the home buying experience. Home buyers can search through millions of listings in 39 states on Estately.com or with the Estately App for iPhone, iPad and Apple Watch. Shopping for a home doesn’t have to be stressful.\n\nWith Estately it can be simple, reliable and fun.They focus on connecting people with the best real estate agents they can find in any given area. Unlike some of the big real estate sites, they aren’t ad-based, so agents don’t pay to be on our property pages.They focus on creating a simple experience with just the information that the customers need, and they’re updates their listings as fast as possible.\n\n## Company size\n0-100\n\n## Remote status\n\nNot completely remote,some of the employees are working from home.\n\n## Region\nUSA\n\n## Company technologies\nHead over to the given link to find more information.\nhttps://stackshare.io/estately/estately\n\n\n## Office locations\n\nEstately, Inc.\nP.O. Box 23181\nSeattle, WA, 98102\n\n## How to apply\n\nWe’re not hiring right now, but we’re glad you’re considering joining our crew. Please send your resume to jobs@estately.com, and we’ll consider you in the future.\n"
  },
  {
    "path": "src/companies/etch.md",
    "content": "---\ntitle: \"Etch\"\nslug: etch\nwebsite: https://etch.co\ncareers_url: https://etch.co/jobs\nregion: europe\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - graphql\n  - javascript\naddedAt: 2019-01-07\nupdatedAt: 2019-01-07\n---\n\n## Company blurb\n\nMake better software.\n[Etch](https://etch.co) is a boutique, distributed, web-software agency loosely based in the south-east UK.\n\n## Company size\n\n3 team members shown on the [team page](https://etch.co/team), soon to be more!\n\n## Remote status\n\nWe're a fully remote team, although we do like to get together and hang out in real life a few times a year.\n\n## Region\n\nUnited Kingdom of Great Britain and Northern Ireland, Europe\n\n## Company technologies\n\nReact, Angular, GraphQL, Node, Docker\n\n## Office locations\n\nNone at the moment, but we might be setting up a coffeeshop and co-working space in 2019.\n\n## How to apply\n\nCan you software? We're currently looking for a [Front-end Developer](https://etch.co/jobs), but we're always interested to speak to awesome people.\n"
  },
  {
    "path": "src/companies/etsy.md",
    "content": "---\ntitle: \"Etsy\"\nslug: etsy\nwebsite: https://www.etsy.com/\ncareers_url: https://careers.etsy.com/\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - data\n  - devops\n  - go\n  - javascript\n  - php\n  - ruby\n  - search\n  - sql\naddedAt: 2015-10-18\nupdatedAt: 2026-02-06\n---\n\n## Company blurb\n\nEtsy is a marketplace where people around the world connect, both online and offline, to make, sell and buy unique goods.\n\nThe heart and soul of Etsy is our global community: the creative entrepreneurs who use Etsy to sell what they make or curate, the shoppers looking for things they can’t find anywhere else, the manufacturers who partner with Etsy sellers to help them grow, and the Etsy employees who maintain and nurture our marketplace.\n\n## Company size\n\n500+\n\n## Remote status\n\nRemote-friendly, some positions available Worldwide. Have a look at [How and Where We Work at Etsy](https://careers.etsy.com/how-and-where-we-work) for more details and breakdown of work types.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nPHP, Postgres, Solr, Ruby, Hadoop, Go, JavaScript, CSS, Chef\n\n## Office locations\n\nBrooklyn, NY\n\n## How to apply\n\nEtsy have a [careers page](https://careers.etsy.com/)\n"
  },
  {
    "path": "src/companies/evelo.md",
    "content": "---\ntitle: \"EVELO\"\nslug: evelo\nwebsite: https://evelo.com\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - go\naddedAt: 2018-04-24\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\nEVELO Electric Bicycle Company develops and distributes long-range, stylish electric bicycles for recreation and commuting. Their electric bikes remove the barriers that keep people from cycling, such as hills, distance, age or fitness levels. The mission is to get more people cycling more often by making bicycles accessible and simple to use.\n\n## Company size\nIt started with 2 team members.Currently the company is operating with 13 members.\n\n\n## Remote status\nThe company is a transportation based.So the web team is handling the work from home and logistics and the maintenance team are working as usual.\n\n\n## Region\nUSA\n\n\n## Company technologies\nHead over to the given link and go for the tech stack section.\nhttps://www.zoominfo.com/c/evelo-inc/355361961\n\n\n## Office locations\n1411 34th Ave, Seattle, Washington, 98122, United States\n\n\n## How to apply\nShoot an email at contact@evelo.com for any queries.\n"
  },
  {
    "path": "src/companies/evil-martians.md",
    "content": "---\ntitle: \"Evil Martians\"\nslug: evil-martians\nwebsite: https://evilmartians.com\nregion: americas\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - devops\n  - elixir\n  - go\n  - javascript\n  - mobile\n  - ruby\naddedAt: 2017-01-19\nupdatedAt: 2022-03-09\n---\n\n## Company blurb\n\n[Evil Martians](https://evilmartians.com/) is a distributed product development consultancy that works with startups and established businesses, and creates open source-based products and services.\n\nClients trust us to be the core technical team behind their startups, delivering all elements of successful product work: user interface design backed by analytics, agile software development, infrastructure administration, and service reliability. We pay extra attention to mentoring, making sure that the practices we bring in are adopted by the internal team before our collaboration is over. \n\nMartian intervention proves effective for startups that are pivoting or experiencing explosive growth. We work with seed-stage and series A/B startups, Y Combinator alumni, as well as with more established internet companies doing “internal startups.” Clients come to Evil Martians for our technological expertise proven by recommendations from CEOs and venture capitalists, our success in product development, and our open source experience and culture.\n\nOur open source products include PostCSS and Autoprefixer (front-end tools used by major startups and internet-based companies), imgproxy, AnyCable, Astrograph and a plethora of libraries for Ruby, JavaScript, and other languages. We regularly “tour,” giving keynotes at key technical conferences and local meetups. You can learn more about Martian open source at [evilmartians.com/oss](https://evilmartians.com/oss) and check out our technical blog at [evilmartians.com/chronicles](https://evilmartians.com/chronicles).\n\n## Company size\n\n50+\n\n## Remote status\n\nRemote-first distrbuted team with several offices for offline meetups.\n\n## Region\n\nUnited States (NY), Portugal, Japan.\n\n## Company technologies\n\nRuby and Rails, Go, TypeScript, Elixir, Rust. TypeScript, React/Redux, Svelte, Vue, PostCSS, GraphQL. iOS with Swift. Blockchain (Stellar). Machine Learning: PyTorch, Catalyst. Kubernetes, Docker.\n\n## Office locations\n\n195 Montague St.\nBrooklyn, NY 11201\n\nVila Nova de Gaia, Rua Alexandre Oneill, 38\nPorto, Portugal 4400-008\n\n3‑6‑1 Kitakyuhojimachi, Chuo‑ku\nOsaka, 541-0057, Japan\n\n## How to apply\n\nFirst, please check if there are openings at the [site](https://evilmartians.com/) or [our socials](https://x.com/evilmartians). Write to apply at [obey@evilmartians.com](mailto:obey@evilmartians.com); make sure to write a cover letter and include links to you open source projects or contributions, no matter how small.\n"
  },
  {
    "path": "src/companies/evrone.md",
    "content": "---\ntitle: \"Evrone\"\nslug: evrone\nwebsite: https://evrone.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - elixir\n  - go\n  - javascript\n  - mobile\n  - python\n  - ruby\n  - rust\naddedAt: 2019-10-14\nupdatedAt: 2020-10-28\n---\n\n## Company blurb\n\n[Evrone](https://evrone.com) is a web design and development company with offices in Berlin, San Francisco, and Moscow.\n\nWith extensive experience in a wide range of modern software technologies, we help companies design unique complex projects. During the past 10 years, we’ve been working on various web projects from the designing award-winning landing pages to the development of a custom ERP system for the world's second-largest restaurant chain.\n\nWe work with a wide range of industries as fintech, blockchain, medicine, video streaming, e-commerce and more. As we focus on custom solutions based on specific customer needs — we stick to the agile software development approach. Early delivery and effective response to changes are key values that we bring into every project. \n\nEvery year we organize different events for developers to share our experience and maintain the highest quality of our projects. Among these events are RubyRussia, the biggest Ruby/RoR conference in Russia, and Meta/conf, a series of events with different topics from frontend development to machine learning.\n\nOur key clients are:\n- Yum! Brands, Inc.\n- L’oréal Paris\n- Medcorder\n- Crypton\n- Polarstern Capital\n- Cryptopay\n- PebblePost\n\n## Company size\n\n100-150\n\n## Remote status\n\nMost of the company staff is remote.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRuby, Ruby on Rails, Python, Django, Erlang, Elixir, Go, Rust, React, Vue.js, Flutter, React Native\n\n## Office locations\n\n- Kemperplatz 1, 10785 Berlin\n- 44 Tehama St, San Francisco, CA 94105\n- 6/2 Presnenskaya emb., Moscow, Russia, 123317\n\n## How to apply\n\nContact us via the contact form on our [website](https://evrone.com) or shoot us an e-mail [mail@evrone.com](<mailto:mail@evrone.com>)\n"
  },
  {
    "path": "src/companies/exoscale.md",
    "content": "---\ntitle: \"Exoscale\"\nslug: exoscale\nwebsite: https://www.exoscale.com\ncareers_url: https://www.exoscale.com/jobs/\nregion: europe\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - devops\n  - go\n  - python\naddedAt: 2023-10-04\nupdatedAt: 2026-02-06\n---\n\n## Company blurb\n\nExoscale is a solid European cloud hosting alternative. We’re a team of IT operations veterans turned cloud enthusiasts. With Exoscale, we’re building infrastructure and services to help European teams develop and host cloud native applications. This relentless focus allows us to build a cloud platform that’s both powerful and enjoyable to use. Exoscale is a private company founded in 2011 and headquartered in Switzerland.\n\nAs of 2023, Exoscale operates across 7 data centers in Europe, including locations in Switzerland, Germany, Austria, and Bulgaria.\n\nMore details are available on our website : [Exoscale - European Cloud Hosting](https://www.exoscale.com)\n\n## Company size\n\n| Year | Employees |\n| ---- | --------- |\n| 2023 | 85        |\n\n## Remote status\n\nExoscale has embraced a 100% remote work policy, allowing employees to work from anywhere. This decision promotes flexibility and work-life balance, enabling staff to choose their ideal work environment. It also expands the talent pool, attracting top professionals regardless of their location. To foster team collaboration and connection, Exoscale organizes two annual week-long meetings in different European cities, providing valuable face-to-face interaction opportunities.\n\n## Region\n\nEurope, Switzerland preferred.\n\n## Company technologies\n\nUbuntu, [Clojure](https://clojure.org)/[ClojureScript](https://clojurescript.org), Golang, Python, Terraform, Vault, Kubernetes and related ecosystem.\n\n## Office locations\n\nLausanne, Switzerland (HQ)\nVienna, Austria\n\n## How to apply\n\nWe publish open positions (and instructions to apply) on the following locations:\n* https://www.exoscale.com/jobs/\n* https://www.linkedin.com/company/exoscale/jobs/\n"
  },
  {
    "path": "src/companies/exportdata.md",
    "content": "---\ntitle: \"ExportData\"\nslug: exportdata\nwebsite: https://www.exportdata.io/\ncareers_url: https://www.exportdata.io/team\nregion: worldwide\nremote_policy: remote-first\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - nosql\n  - ruby\n  - search\n  - sql\naddedAt: 2021-05-18\nupdatedAt: 2021-05-18\n---\n\n## Company blurb\n\n[ExportData](https://www.exportdata.io/) is a Twitter data export & analysis tool. It is already trusted by over 3,000 organizations & marketers. We handle massive amount of data (200M+ Twitter profiles) and are expanding to influencer search, tweet monitoring and analytics.\n\n## Company size\n\n3 (as of May 2021).\n\n## Remote status\n\nWe are a remote first company. We are big fans of Notion, Slack, Github, Zoom and async communication in general.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nRuby, Ruby on Rails, Sidekiq + Redis, PostgreSQL, ElasticSearch, React.JS, Ghost, Terraform, Docker, AWS.\n\n## Office locations\n\nNone, 100% remote.\n\n## How to apply\n\nYou can view our open positions on [Exportdata team](https://www.exportdata.io/team) page.\n"
  },
  {
    "path": "src/companies/extreme-networks.md",
    "content": "---\ntitle: \"Extreme Networks\"\nslug: extreme-networks\nwebsite: https://www.extremenetworks.com/\ncareers_url: https://www.extremenetworks.com/about-extreme-networks/career/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\naddedAt: 2023-10-18\nupdatedAt: 2023-10-18\n---\n\n## Company blurb\n\nExtreme makes networking simple, flexible and scalable. We focus on making your network a strategic asset to power new services, ensure business continuity and accelerate innovation. Whether it’s powering the classroom of the future, improving patient care across hospitals or powering citizen services across Smart Cities – the network has never been more critical to success and we help customers find new ways to leverage the network to drive better outcomes.\n\n## Company size\n\n1000+\n\n## Remote status\n\nWe operate with a Flex First model – enabling our employees to work from wherever is most convenient for them. “Flexibility is the new normal and a key ingredient to creating a more engaged and committed workforce. It has also become a competitive advantage and an expectation for attracting and retaining talent. As such, you will see our flexible work model engrafted into our culture.  We ensure that no matter where in the world our employees are working, they feel connected through technology, common interests, and passion. \n\n## Region\n\nWorldwide\n\n## Company technologies\n\nAWS\nMicrosoft Azure\nCSP\n\n## Office locations\n\nUSA, LATAM, EMEA, APAC\n\n\n## How to apply\nExtreme Networks[Career Page](https://www.extremenetworks.com/about-extreme-networks/career/)\n"
  },
  {
    "path": "src/companies/eyeo.md",
    "content": "---\ntitle: \"Eyeo\"\nslug: eyeo\nwebsite: https://eyeo.com/\ncareers_url: https://eyeo.com/en/jobs/\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - java\n  - javascript\n  - mobile\n  - python\naddedAt: 2015-10-27\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nEyeo is the company behind the world's most popular browser extension: [Adblock Plus](https://adblockplus.org/). It maintains Adblock Plus versions for Firefox, Chrome, Opera, Safari and Internet Explorer; also standalone Adblock Plus applications for Android and iOS as well as [Adblock Browser](https://adblockbrowser.org/) for Android and iOS. Almost everything that the company does is open source, and the primary directive is delivering great products that will improve the web as a whole.\n\nIn order to achieve our goal of creating a sustainable web ecosystem we developed the [Acceptable Ads program](https://acceptableads.org/). Mediating between user and publisher interests, providing the former with a good web experience and allowing the latter to retain revenue sources, is a complicated task and we don't always make friends. However, we feel strongly that this is an important task to be done, and we've already achieved significant successes.\n\n## Company size\n\n[Around 50 employees](https://eyeo.com/en/team)\n\n## Remote status\n\nMost our developers are working remotely, even the ones living in the region. With the communication mostly happening over the Internet (IRC, Discourse, issue tracker, code reviews) coming into the office is optional. There is a weekly All Hands meeting where everybody should attend (people living in the area normally in person), otherwise we are completely flexible.\n\nThe company sponsors team meetings twice a year where everybody is invited - you can fly in and have fun together. If you want to come in at some other time, the company will usually pay the expenses as well. We'll also help you relocate if you decide to move to Cologne. All of this is merely an offer however, you decide what you want to do.\n\n## Region\n\nIt doesn't matter where our team members are located, as long as they are passionate about what they do.\n\n## Company technologies\n\nJavaScript, Python, HTML, CSS, XUL, Java (Android), C++, Objective-C\n\n## Office locations\n\nThe company is located in Cologne, Germany. We pay for coworking space elsewhere if remote workers want it.\n\n## How to apply\n\n[Eyeo jobs](https://eyeo.com/en/jobs/)\n"
  },
  {
    "path": "src/companies/factorialhr.md",
    "content": "---\ntitle: \"FactorialHR\"\nslug: factorialhr\nwebsite: https://www.factorialhr.com\ncareers_url: https://careers.factorialhr.com\nregion: europe\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - javascript\n  - mobile\n  - ruby\naddedAt: 2022-01-17\nupdatedAt: 2022-10-16\n---\n\n## Company blurb\n\nFactorial provides intuitive HR solutions for SMEs around the world with tools to automate and centralise daily tasks to provide insights and help organisations run smoothly.\n\nFounded in Barcelona in 2016, Factorial serves over 3000+ businesses in over 65 countries. While we got our start as time tracking and time off management software, we quickly saw that HR professionals were juggling too many single-function tools. With solutions for HR analytics, document management, performance appraisals, and more in one effective, easy-to-manage platform, we help organisations take care of their people. \n\n## Company size\n\n~800 employees\n\n## Remote status\n\nFactorial offers fully-remote positions for the Engineering roles, and hybrid-remote options for some specific roles.\n\n## Region\n\nMost of the team is based in Europe, but fully-remote positions have no restrictions with the location.\n\n## Company technologies\n\nRuby on Rails, React-Native, Reactjs and Next.js\n\n## Office locations\n\nSpain, Brazil, US, Mexico\n\n## How to apply\n\nAll current vacancies are listed on the [jobs page](https://careers.factorialhr.com)\n"
  },
  {
    "path": "src/companies/fairwinds.md",
    "content": "---\ntitle: \"Fairwinds Ops\"\nslug: fairwinds-ops\nwebsite: https://www.fairwinds.com\ncareers_url: https://www.fairwinds.com/careers\nregion: americas\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - javascript\naddedAt: 2021-11-01\nupdatedAt: 2021-11-01\n---\n\n## Company blurb\n\nFairwinds is the trusted partner for Kubernetes security, policy and governance. With Fairwinds, customers ship cloud native applications faster, more cost effectively and with less risk. We provide a unified view between dev, sec and ops removing friction between those teams with software that simplifies complexity.\n\n## Company size\n\n30-70 employees\n\n## Remote status\n\nRemote first\n\n## Region\n\nMost of the team is located in the USA, exceptions are handled on a case by case basis.\n\n## Company technologies\n\nKubernetes, GoLang, Vue\n\n## Office locations\n\nNone\n\n## How to apply\n\n[Careers Page](https://www.fairwinds.com/careers)\n"
  },
  {
    "path": "src/companies/faithlife.md",
    "content": "---\ntitle: \"Faithlife\"\nslug: faithlife\nwebsite: https://www.faithlife.com/\ncareers_url: https://faithlife.com/careers\nregion: americas\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - sql\naddedAt: 2021-10-07\nupdatedAt: 2021-10-07\n---\n\n## Company blurb\n\nFaithlife makes Bible software and software for churches. We use technology to equip the Church to grow in the light of the Bible.\n\nOur most popular product is [Logos Bible Software](https://www.logos.com), a powerful tool to study the Bible in-depth. Its features include tools for sermon planning, word studies, original languages, and more. It's also integrated with our suite of tools for the Church, including [Faithlife Proclaim Church Presentation Software](https://faithlife.com/products/proclaim), [Faithlife Giving](https://faithlife.com/products/giving), [Faithlife TV](https://faithlifetv.com), and more. [Faithlife Equip](https://faithlife.com/products/equip) wraps all of our products into one platform that serves the whole church. \n\n## Company size\n\nAround 450 employees\n\n## Remote status\n\nFaithlife has been a remote-friendly company for years, and seamlessly transitioned to remote work during the Coronavirus pandemic. Most communication happens online via internal and external tools. \n\nDepending on the position and department, remote workers can be flown into the office on the company's expense several times a year to get face time with their teams. The company has an apartment in downtown Bellingham, which remote workers can use. \n\nThe Faithlife People team also makes an effort to ensure that remote workers are included in in-person events such as product launches and our summer \"Read for Cash\" program where you're paid by the page to read business books. \n\n## Region\n\nEmployees can work from the offices in Bellingham, Washington, USA, or Lock Haven, Pennsylvania, USA. Most positions also allow for remote work in [any of the following states:](https://faithlife.com/careers/remote)\n* Alabama\n* Arizona\n* California\n* Colorado\n* Florida\n* Georgia\n* Illinois\n* Indiana\n* Maryland\n* Michigan\n* Missouri\n* New York\n* North Carolina\n* Ohio\n* Pennsylvania\n* South Carolina\n* Tennessee\n* Texas\n* Vermont\n* Virginia\n* Washington\n\nWe also work with a subsidiary office in Puebla, Mexico, which allows remote work for some positions. \n\nWe occasionally also work with contractors in countries other than the U.S. and Mexico. \n\n\n## Company technologies\n\nJavaScript, HTML, CSS, React, C#, SQL, C++, Kotlin\n\n## Office locations\n\nThe company is located in Bellingham, Washington, USA. We also have an office in Lock Haven, Pennsylvania and an affiliate office in Puebla, Mexico. \n\n## How to apply\n\n[Faithlife careers](https://faithlife.com/careers)\n"
  },
  {
    "path": "src/companies/fastly.md",
    "content": "---\ntitle: \"Fastly\"\nslug: fastly\nwebsite: https://www.fastly.com/\ncareers_url: https://www.fastly.com/about/careers\nregion: worldwide\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - cloud\naddedAt: 2018-04-24\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\nFastly provides real-time content delivery network services. \nOur powerful edge cloud platform empowers developers to run, secure, and \ndeliver websites and applications — as close to the users as possible, \nto create unforgettable experiences at global scale.\n\n## Company size\n~ 700\n\n## Remote status\nSix global offices, remote-friendly culture supporting employees across 15 countries.\n\n## Region\nWorldwide\n\n## Company technologies\n1. Edge computing\n2. Edge cloud platform\n3. CDN\n4. Image optimzation\n5. Cloud security\n6. Load balancing\n\n## Office locations\n1. Portland, OR, USA\n2. San Francisco, CA, USA\n3. Denver, CO, USA\n4. New York City, NY, USA\n5. London, UK\n6. Tokyo, Japan\n\n## How to apply\nApply here - https://www.fastly.com/about/careers\n"
  },
  {
    "path": "src/companies/fdte.md",
    "content": "---\ntitle: \"FDTE\"\nslug: fdte\nwebsite: https://fdte.org.br/\ncareers_url: https://www.linkedin.com/in/brunovanessa/recent-activity/all/\nregion: worldwide\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - java\n  - javascript\naddedAt: 2023-10-25\nupdatedAt: 2023-10-25\n---\n\n## Company blurb\n\nFDTE (Fundação para o Desenvolvimento Tecnológico da Engenharia) is a mid-sized company that works with various technologies, including its own tools (flowbuild). It is already a well-established company in Brazil, with large clients in the e-commerce market, foundations, municipalities, and the Brazilian government.\n\nIt's a company that highly values its employees, paying salaries that are sometimes even higher than the Brazilian market average, offering continuous technical support and numerous opportunities for growth within the company.\n\n## Company size\n\n100-200 and growing\n\n## Remote status\n\nRemote-first (but not remote-only) based in São Paulo - SP (Brazil)\n\n## Region\n\nWith employees located worldwide, including Europe, but with a primary focus on Brazil. All calls are scheduled according to the Brazilian time zone (UTC-3).\n\n## Company technologies\n\n* Flowbuild\n* JavaScript\n* NodeJS\n* React\n* Java\n\n## Office locations\n\nSão Paulo - SP (Brazil)\n\n## How to apply\n\nCheck the [Human Resources of FDTE - LinkedIn](https://www.linkedin.com/in/brunovanessa/recent-activity/all/), [home](https://fdte.org.br/) and you can send your CV to recrutamento@fdte.io\n"
  },
  {
    "path": "src/companies/fetlife.md",
    "content": "---\ntitle: \"Fetlife\"\nslug: fetlife\nwebsite: https://fetlife.com/\ncareers_url: https://remoteok.io/remote-companies/fetlife\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - go\n  - infrastructure\n  - javascript\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2018-07-20\n---\n\n## Company blurb\n\nFetLife is a social networking website that serves people interested in BDSM, fetishism, and kink. On its homepage, FetLife describes itself as, \"Like Facebook, but run by kinksters like you and me.\" FetLife distinguishes itself from competitors by emphasizing itself as a social network rather than a dating site.\n\n- Largest kinky social network this side of the Milky Way\n- Over 6 million members and growing every day\n- Grew 100% by word-of-mouth\n- Serve a couple of billion requests a month\n- Top 600 website in most English speaking countries\n\n## Company size\n\nBetween 11-50 employees\n\n\n## Remote status\nCompletely Remote\n\n\n## Company technologies\n\nRuby on Rails, JavaScript, jquery, Webpack, Babel, Mousetrap, Google Cloud DNS, Postmark, Varnish, nginx, Amazon S3 CDN, \n\n## Office locations\nCompletely Remote\n\n## How to apply\n\n[Fetlife Jobs](https://remoteok.io/remote-companies/fetlife)\n"
  },
  {
    "path": "src/companies/ffw-agency.md",
    "content": "---\ntitle: \"FFW Agency\"\nslug: ffw-agency\nwebsite: https://ffwagency.com/\ncareers_url: https://ffwagency.com/careers\nregion: other\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - api\n  - cloud\n  - devops\n  - infrastructure\n  - javascript\n  - php\n  - search\n  - sql\naddedAt: 2022-04-10\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nFFW is a Danish digital agency that serves corporations and governments with the latest web technologies based on PHP, Symfony and Drupal mainly. They also have C# developers team which works on Umbraco CMS.\n\n## Company size\n\nBetween 450-650 employees\n\n## Remote status\n\nThey have Remote working positions worldwide all the time\n\n## Company technologies\n\nPHP, Symfony, Drupal, JavaScript, jQuery, React, AWS, Azure, Docker, Apache, Solr, MySQL, MariaDB, Rest APIs\n\n## Office locations\nDenmark, London, Paris, USA, Bulgaria, Moldova, Ukraine, Romania, Vietnam and have completely remote possitions\n\n## How to apply\n\n[FFW Careers](https://ffwagency.com/careers)\n"
  },
  {
    "path": "src/companies/figma.md",
    "content": "---\ntitle: \"Figma\"\nslug: figma\nwebsite: https://www.figma.com/careers/\nregion: americas\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - javascript\n  - rust\n  - sql\naddedAt: 2026-01-17\nupdatedAt: 2026-01-17\n---\n\nFigma is a collaborative interface design tool used by over 90 million users worldwide. The browser-based platform enables real-time collaboration for designers and development teams building digital products. Figma operates a hybrid model with hub offices in major cities including San Francisco, New York, Berlin, Paris, Tokyo, and London, while supporting remote work for employees in the US and Canada.\n"
  },
  {
    "path": "src/companies/filament-group.md",
    "content": "---\ntitle: \"Filament Group\"\nslug: filament-group\nwebsite: https://www.filamentgroup.com/\nregion: americas\nremote_policy: remote-friendly\naddedAt: 2018-04-24\nupdatedAt: 2019-10-21\n---\n\n## Company blurb\n\nFilament Group is a design and front-end development studio. Since 2001 we’ve been designing and developing a wide range of sites and apps for big companies, innovative startups, and open-source projects.\n\n## Company size\n\nSix-member team as shown on the [who we are page](https://www.filamentgroup.com/about/).\n\n## Region\n\nUSA\n\n## Office locations\n\nBoston, MA\n\n## How to apply\n\nNo job openings are listed on their website, but there is a contact email.\n"
  },
  {
    "path": "src/companies/findem.md",
    "content": "---\ntitle: \"Findem\"\nslug: findem\nwebsite: https://www.findem.ai/\ncareers_url: https://jobs.lever.co/findem\nregion: other\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\naddedAt: 2024-10-18\nupdatedAt: 2024-10-18\n---\n\n## Company blurb\n\nFindem is the only talent data platform that combines 3D data with AI. It automates and consolidates top-of-funnel activities across your entire talent ecosystem, transforming the way you plan, hire, and manage talent.\n\nFindem’s Talent Data Cloud combines 3D data with AI to automate and consolidate top-of-funnel activities across the entire talent ecosystem, bringing together sourcing, CRM and analytics into one place. Named one of America’s Most Innovative Companies for 2024 by Fortune, Findem unlocks insights about people and the labor market that no one elsecan, giving companies the ultimate competitive advantage to plan, hire and manage talent. Built to solve enterprise challenges at scale, with Findem, customers like RingCentral and Intuitive are delivering continuous pipelines of top, diverse candidates while creating better talent experiences.\n\n## Company size\n\n51-200 employees <br/>\n211 associated members LinkedIn members who’ve listed Findem as their current workplace on their profile.\n\n## Region\n\nRedwood City, California\n\n## Company technologies\n\nFindem uses 24 technology products and services including HTML5, Vimeo, and Google Doubleclick, according to G2 Stack.\n\n## Office locations\n\n702 Marshall St, Redwood City, California 94063, US\n\n## How to apply\n\nCheck the [career](https://jobs.lever.co/findem) page of the Findem's offical website.\n"
  },
  {
    "path": "src/companies/findify.md",
    "content": "---\ntitle: \"Findify\"\nslug: findify\nwebsite: https://findify.io\ncareers_url: https://careers.findify.io\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\naddedAt: 2017-06-13\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nThe only solution that can deliver real time, fully automated personalization, on all touch points of the store that generate up to 30% increase in revenue per user (See A/B tests*, with 95% confidence).\n\nIn less than a year, Findify’s breakthrough technology has aggregated data across more than 1,000 stores in over 50 countries to deliver unparalleled real-time, 1:1 personalization for everyone. \n \nAmazon-grade personalization - automated out of the box - available as a simple integration on any e-commerce platform or hand-coded website. \n \n- Top-rated Shopify Search & preferred Shopify Plus Tech Partner\n- The only advanced A.I. driven personalization engine available to the mid-market\n- Rigorously A/B tested to return real results\n- proprietary Athletic A.I. and advanced machine learning fuels all features \n- powerful merchandising tools to accurately profile and target diverse audiences at every touchpoint\n\n## Company size\n\nLess than 10 at this point of time\n\n## Remote status\n\nWe are a completely remote company with no particular office location and employees in Sweden, France, Germany and Russia. Although remote work is our core, we believe that having regular company retreats is essential for creating the best work environemnt.\n\n## Region\n\nWorldwide, but mostly Europe\n\n## Company technologies\n\nYou can check our stack on [StackShare](https://stackshare.io/findify)\n\n## Office locations\n\nAlthough, we don't have an official office, the company is registered in Stockholm, Sweden\n\n## How to apply\n\n[Findify jobs](https://careers.findify.io)\n"
  },
  {
    "path": "src/companies/fingerprint.md",
    "content": "---\ntitle: \"Fingerprint\"\nslug: fingerprint\nwebsite: https://fingerprint.com\ncareers_url: https://fingerprint.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - go\n  - javascript\n  - sql\naddedAt: 2024-03-06\nupdatedAt: 2024-03-06\n---\n\n## Company blurb\n\nFingerprint provides 99.5% accurate device fingerprinting as a service. Fingerprint enables engineers to prevent fraud, bots, and account takeovers while also improving user experiences, and better understand their traffic.\n\nThe company works on [source-available](https://github.com/fingerprintjs) and [proprietary products](https://fingerprint.com/products/fingerprint-pro/).\n\n## Company size\n\n100–150 employees\n\n## Remote status\n\n100% remote\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nTypeScript, React, Node.js, Golang, PostgreSQL, AWS\n\n## How to apply\n\nSee https://fingerprint.com/careers/ for the current list of jobs.\n"
  },
  {
    "path": "src/companies/fire-engine-red.md",
    "content": "---\ntitle: \"Fire Engine Red\"\nslug: fire-engine-red\nwebsite: https://fire-engine-red.com/\ncareers_url: https://fire-engine-red.com/general-contact-form/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\naddedAt: 2018-04-24\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nFire Engine RED is a fully remote marketing, data, technology, and consulting services company that’s served the education market since 2001. Our services and products are used by more than 300 educational institutions.\n\n## Company size\n\n70+ Employees\n\n## Remote status\n\nFully remote company with teammembers working/living in the U.S, Brazil, Canada and Peru. The goal ist to empower team members to do their best.\nAt Fire Engine RED, we value diversity and believe that employing people who have different perspectives and life experiences makes us a better, more innovative company. So, no matter your race, religion, ethnicity, nationality, culture, gender, gender identity, sexual orientation, age, or disability, we value you and your skills, and hope you apply.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nNo specific Information on what technologies are used and what is skill set they seek in new employees.\n\n## Office locations\n\nHeadquarter in Havertown, U.S.\n\n## How to apply\n\nhttps://fire-engine-red.com/general-contact-form/\nhttps://fire-engine-red.com/submit-rfp/\n"
  },
  {
    "path": "src/companies/firehire.md",
    "content": "---\ntitle: \"FireHire\"\nslug: firehire\nwebsite: https://www.firehire.ai\ncareers_url: https://www.firehire.ai/talent\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - java\n  - javascript\n  - mobile\n  - php\n  - python\n  - ruby\n  - rust\n  - scala\naddedAt: 2023-12-21\nupdatedAt: 2023-12-21\n---\n\n## Company blurb\n\nFireHire is a fully remote and rapidly growing talent network with over 1600 professionals, revolutionizing the way top-tier remote software engineers connect with leading companies. Our expertise lies in quickly providing businesses with pre-vetted, senior-level remote software talent across a diverse range of skills, typically within just 5 days. Simultaneously, we open doors to high-quality software job opportunities for remote developers globally, helping them land prestigious roles in prominent firms. Leveraging an efficient process and a 30-day risk-free replacement guarantee, we ensure a perfect match for every role. FireHire's approach not only democratizes opportunities for developers worldwide but also empowers organizations to swiftly build their dream engineering teams without the usual time and resource constraints.\n\nFind out more at [firehire.ai](https://www.firehire.ai/).\n\n## Company size\n\n100-200 employees\n\n## Remote status\n\nFireHire operates on a fully remote basis. With no offices to tether us, our focus is squarely on what you accomplish, not the time spent in a chair. This approach recognizes and celebrates the quality and impact of your work, fostering a more productive and satisfying work environment.\n\nBeing entirely remote enables us to collaborate with the finest talent from across the globe, offering unparalleled flexibility and diversity in our workforce. Our team members are not confined by geographical boundaries, allowing them to bring their unique perspectives and skills from various locations worldwide. \n\n## Region\n\nWorldwide\n\n\n## Company technologies\n\nJavaScript, Angular, React, NodeJS, TypeScript, Ruby, Python, Java Spring, PHP, Laravel, Rust, Scala, Android, iOS Swift\n\n## Office locations\n\nWorldwide\n\n## How to apply\n\nApply as talent at our [talents page](https://www.firehire.ai/talent).\n"
  },
  {
    "path": "src/companies/fis-global.md",
    "content": "---\ntitle: \"FIS GLOBAL\"\nslug: fis-global\nwebsite: https://www.fisglobal.com/\ncareers_url: https://careers.fisglobal.com/\nregion: other\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - javascript\naddedAt: 2023-10-15\nupdatedAt: 2023-10-19\n---\n\n## Company blurb\n\nFIS is a leader in technology and services that helps businesses and communities thrive by advancing commerce and the financial world.\n\n## Company size\n\n65000+\n\n## Remote status\n\n100% remote from COVID. \n\n## Office locations\n\nUSA, UK, Asia\n\n## Company technologies\n\n HTML/ CSS / Javascript / Typescript / React.js / Node.js / C# / .net / JAVA\n\n## How to apply\n\n[FIS global Careers](https://careers.fisglobal.com/)\n"
  },
  {
    "path": "src/companies/fiverr.md",
    "content": "---\ntitle: \"Fiverr\"\nslug: fiverr\nwebsite: https://www.fiverr.com/\ncareers_url: https://www.fiverr.com/jobs/teams\nregion: other\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - javascript\naddedAt: 2022-10-15\nupdatedAt: 2022-10-21\n---\n\n## Company blurb\n\nFiverr is a global platform connecting businesses with on-demand freelancers in the simplest way possible, helping anyone anywhere succeed.\n\n## Company size\n\n201 - 500\n\n## Remote status\n\nWork in the place that makes you happy, that inspires you daily and that helps you become the person you want to be. We were born with 100% \nremote teams and we always will be.\n\n## Office locations\n\nNorth America, Asia\n\n## Company technologies\n\n HTML/ CSS / Javascript / Typescript / React.js / Node.js / Ruby / Java / Kotlin\n\n## How to apply\n\n[Fiverr Careers](https://www.fiverr.com/jobs/teams)\n"
  },
  {
    "path": "src/companies/fivexl.md",
    "content": "---\ntitle: \"FivexL\"\nslug: fivexl\nwebsite: https://fivexl.io\ncareers_url: https://fivexl.io/#contact\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - python\naddedAt: 2020-10-19\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\n\nFivexL is a group of independent DevSecOps consultants. We help startups launch their products super fast by building scalable, cloud-based, production-ready platforms. Wherever you are in your DevSecOps journey, we have experts who can help.\n\nWe help startups get to market quickly with highly scalable cloud infrastructure for rapid iteration, experimentation, and data-driven decision making.\n\nCompany Website: [https://fivexl.io/](https://fivexl.io/)\n\n## Company size\n\n[0-20](https://fivexl.io/about/)\n\n## Remote status\n\n100% Remote. Work from anywhere.\n\n## Region\n\n**Worldwide**.\n\n## Company technologies\n\nAWS, Terraform, Vault, Consul, Packer, Nomad, Boundary, K8s, Go, Python\n\n\n## How to apply\n\nYou can contact us through the [form](https://fivexl.io/#contact) on the website\n"
  },
  {
    "path": "src/companies/fleetio.md",
    "content": "---\ntitle: \"fleetio\"\nslug: fleetio\nwebsite: https://www.fleetio.com/\ncareers_url: https://www.fleetio.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\n  - python\naddedAt: 2023-10-16\nupdatedAt: 2023-10-17\n---\n\n## Company blurb\n\nFleetio is a modern software platform that helps thousands of organizations worldwide manage their fleets. You can learn more about our platform here. Transportation technology is a hot market and we're leading the charge, with raving fans and new customers signing up daily. We raised a $21M Series B in late 2020 and are on an exciting trajectory as a company.s\n\n## Company size\n\n51 - 250\n\n## Remote status\n\n100% Remote. Work from anywhere.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nAWS, Terraform, Vault, Consul, Packer, Nomad, Boundary, K8s, Go, Python,Nodejs\n\n\n## How to apply\n\nYou can contact us through the (https://www.fleetio.com/careers) on the website\n"
  },
  {
    "path": "src/companies/flexera.md",
    "content": "---\ntitle: \"Flexera\"\nslug: flexera\nwebsite: https://www.flexera.com/\ncareers_url: https://www.flexera.com/about-us/careers.html\nregion: worldwide\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - javascript\n  - ml\naddedAt: 2018-04-24\nupdatedAt: 2021-10-19\n---\n\n## Company blurb\n[Flexera](https://www.flexera.com/) delivers SaaS-based IT management solutions that enable enterprises to accelerate and multiply the return on their technology investments. We help organizations inform their IT with total visibility into their complex hybrid ecosystems, providing the IT insights that fuel better-informed decisions. And we help them transform their IT with tools that allow IT leaders to rightsize across all platforms, reallocate spend, reduce risk and chart the most effective path to the cloud.\n\nFlexera announced it has acquired RightScale.\n\n## Company size\n1,001-5,000 \n\n## Remote status\n*  our people also work remotely around the world\n* many of our business functions have representation in our various global offices, allowing us to tap into a global    talent pool and diverse set of experiences and insights from our employees.\n* Over 1,300 passionate team members worldwide \n* Competitive time off\n\n## Region\nFlexera is a global company with offices in North America, Europe, Australia and Asia. We also have partners in every major market around the world to meet the needs of our global customer base. While our corporate headquarters is located just outside of Chicago, Illinois\n\n## Company technologies\nData science, Javascript, React, Software installation, Application packaging, Electronic software delivery, etc\n\n## Office locations\n* We have offices in North America, Europe, Australia and Asia.\n\nHeadquarters\n\n300 Park Blvd\nSuite 500\nItasca, IL 60143\nUnited States\n\n## How to apply\nhttps://www.flexera.com/about-us/careers.html or https://www.flexera.com/about-us/contact-us.html\n"
  },
  {
    "path": "src/companies/flightaware.md",
    "content": "---\ntitle: \"FlightAware\"\nslug: flightaware\nwebsite: https://flightaware.com\ncareers_url: https://flightaware.com/about/careers/\nregion: americas\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\n  - python\n  - rust\naddedAt: 2021-05-03\nupdatedAt: 2021-05-03\n---\n\n## Company blurb\n\nFlightAware has built the world’s leading aviation software platform, processing over 180 million incoming messages an hour from over 30,000 feeds—over 150 gigabytes a day and growing—to provide the best, most complete, and most accurate real-time flight tracking services in the industry. We are proud to have built a wide variety of successful products on this foundation that have become central to the aviation industry at large.\n\n## Company size\n\n130+ (as of May 2020)\n\n## Remote status\n\nOur team is headquartered in Houston, Texas but we work as a remote-first, distributed team supported by our Worldwide Teamwork framework.  We have a strong culture of using written communication and digital collaboration tools.\n\n## Region\n\nUSA\n\n## Company technologies\n\nPython, Rust, C++, Tcl, Nix, Kubernetes, JavaScript, and more.\n\n## Office locations\n\nHouston, Texas and Singapore.\n\n## How to apply\n\nVisit our [careers page](https://flightaware.com/about/careers/) to apply.\n"
  },
  {
    "path": "src/companies/flip.md",
    "content": "---\ntitle: \"Flip\"\nslug: flip\nwebsite: https://flip.id\ncareers_url: https://career.flip.id/jobs\nregion: other\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - javascript\naddedAt: 2022-10-03\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nRafi, Luqman, and Anjar, who were college friends in Universitas Indonesia, started Flip as a project in 2015 to transfer payments to each other at a fraction of what banks would charge them. Flip are pioneers in the Indonesian market, with their technology now helping millions of Indonesians, both individuals and businesses, carry out bank-to-bank money transfers through a reliable and seamless app.\n\nAfter five years of operations, Flip has helped Indonesians transfer money worth several trillions of rupiah and has received double-digit funding from respectable investors such as Sequoia India, Insight Partner, and Insignia. Flip’s ultimate mission is to give Indonesians access to one of the most progressive and fairest financial services in the world.\n\n\n## Company size\n\n400+\n\n## Remote status\n\nWork from anywhere, you can choose to work wherever you like.\n\nAt Flip, we always strive to provide the fairest place for you to work, learn, and grow with talented and fun people in various opportunities to advance your career and get fair rewards. We believe that we have to treat employees, customers, and all stakeholders fairly and respectfully. Fair treatment for employees means we establish clear goals, facilitate our employees to achieve them, and value their contribution to the company with equitable benefits.\n\n## Region\n\nIndonesia\n\n## Company technologies\n\nPED as an organization. PED stands for Product, Engineering & Design and is the term we used to address a combination of these 3 functional teams. We have combined them as a unit, as specialists from these teams need to come together to solve a common user problem. So, 1 user, 1 problem, 1 team, and 1 dream.\n\n## Office locations\n\nDepok, Indonesia. The internet. \n\n## How to apply\n\nCareer site: https://career.flip.id/jobs\n"
  },
  {
    "path": "src/companies/flowing.md",
    "content": "---\ntitle: \"Flowing\"\nslug: flowing\nwebsite: https://flowing.it\ncareers_url: https://www.flowing.it/job-opportunity\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - cloud\n  - java\n  - javascript\n  - mobile\n  - php\naddedAt: 2020-10-29\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nWe design and implement projects to accelerate growth and innovation for our clients.\nOur team are cross functional: business strategy, UX, development, operations, all working together with our clients \n\n## Company size\n\n40 (as of October 2020)\n\n## Remote status\n\nFull remote, you can choose to work wherever you like, being your home or a coworking. We do have flexible working hours, so it is important to have good communication skills, both synchronous and asynchronous.\n\nWe do do have a registered office in Ancona, but it is not used as operating office. When team's members feel the need to meet in person we exploit the most convenient coworking nearby\n\n## Region\n\nItaly. We are distributed all across the region, thought the majority of us is located in central north\n\n## Company technologies\n\nWe consider ourselves Agile and Lean pratictioners from top to bottom focusing on delivering the best value we can\nWe truly believe trust is the key for successful projects, we always aim to build a trust relationship with our clients\n\nWe feel comfortable with several web related technologies  \n\nbackend: Javascript, Typescript, Java, PHP\n\nfrontend: Javascript and Typescript \n\nmobile: native and hybrid\n\ncloud: AWS\n\n## Office locations\n\nThe internet. \n\n## How to apply\n\nContact Us: https://www.flowing.it/job-opportunity\n"
  },
  {
    "path": "src/companies/flowpath.md",
    "content": "---\ntitle: \"FlowPath\"\nslug: flowpath\nwebsite: https://getflowpath.com\ncareers_url: https://www.flowpath.com\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - ruby\naddedAt: 2024-11-12\nupdatedAt: 2024-11-12\n---\n\n## Company blurb\n\nWe’re a fully-remote company with no physical headquarters. We’re collectively spread out across the US, with most in Georgia. FlowPath is a Powerful all-in-one facilities, operations, and maintenance management platform with the most robust AI capabilities on the market. Designed to get more done by maintenance leaders across education, government, hospitality, and retail.\n\n## Company size\n\nmore than 10\n\n## Remote status\n\nFull remote company.\n\n## Region\n\nUnited States\n\n## Company technologies\n\n Ruby, React, Web \n\n## Office locations\n\nAtlanta - Atlanta Tech Village\n\n## How to apply\n\nhttps://www.flowpath.com\n\nhttps://www.getflowpath.com\n"
  },
  {
    "path": "src/companies/fly-io.md",
    "content": "---\ntitle: \"Fly.io\"\nslug: fly-io\nwebsite: https://Fly.io\ncareers_url: https://fly.io/jobs/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - elixir\n  - ruby\naddedAt: 2022-10-14\nupdatedAt: 2022-10-16\n---\n\n## Company blurb\n\n[Fly.io](https://fly.io/) is a platform for running full stack apps and databases close to your users (edge computing) all around the world.\n\n## Company size\n\n33 (as of October 2022)\n\n## Remote status\n\nEveryone is remote, but there is an office in Chicago for those who would like to use it.\n\n## Region\n\nCurrent openings are for remote positions anywhere in the world.\n\n## Company technologies\n\nElixir, Rust and Ruby\n\n## Office locations\n\nChicago, Illinois\n\n## How to apply\n\nCheck the jobs page: [Jobs - Fly.io](https://fly.io/jobs/)\n"
  },
  {
    "path": "src/companies/fmx.md",
    "content": "---\ntitle: \"FMX\"\nslug: fmx\nwebsite: https://www.gofmx.com\ncareers_url: https://www.gofmx.com/careers/\nregion: americas\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\naddedAt: 2021-02-13\nupdatedAt: 2021-02-13\n---\n\n## Company blurb\n\n[FMX][1] is a leading provider of facilities and maintenance management software that help organizations accelerate operational excellence.\n\nWe’re on the lookout for collaborative, hardworking, and passionate people who are excited about building software that solves real-life challenges.\n\n## Company size\n\n[60+ team members][2]\n\n## Remote status\n\nRemote-first. Team members are welcome to use our office in Columbus, Ohio, as you need.\n\n## Region\n\nUSA\n\n## Company technologies\n\n**Programming:** C#, .NET Framework 4, .NET Core, ASP.NET MVC 5, ASP.NET Core, Blazor, LINQ to SQL (ORM), T-SQL, JavaScript, jQuery Plugins, Azure Functions, MS Test\n\n**DevOps:** SVN, Git, TeamCity, Azure DevOps, Microsoft Azure, AWS\n\n**Business tools:** Our own software for bug / feature tracking, Google Hangouts, Slack\n\n## Office locations\n\nColumbus, Ohio\n\n## How to apply\n\nVisit our [careers page][3] for career opportunities.\n\n[1]: https://www.gofmx.com/\n[2]: https://www.gofmx.com/about/team/\n[3]: https://www.gofmx.com/careers/\n"
  },
  {
    "path": "src/companies/focusnetworks.md",
    "content": "---\ntitle: \"Focusnetworks\"\nslug: focusnetworks\nwebsite: https://focusnetworks.com.br\ncareers_url: https://focusnetworks.enlizt.me/?utm_source=jooble&utm_medium=cpc&utm_campaign=jooble\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - go\naddedAt: 2018-04-24\nupdatedAt: 2022-10-18\n---\n\n## Company blurb\n\nFocusnetworks is a Digital Business Group that unites Marketing and Technology to help clients take their business to the next level using digital medium. In order to do that, many solutions are presented, like Project Development (such as systems, applications, portals and websites), Digital Strategic Planning, Web Projects, Digital Marketing, Apps for Social Networking , Mobile Apps, Social Media, Media Automation, Measurement, Innovation in Online Media: solutions with effective results.\n\n## Company size\n\n11-50, according to [crunchbase](https://www.crunchbase.com/organization/focusnetworks)\n\n## Remote status\n\nRemote job opportunities available.\n\n## Region\nWorldwide\n\n## Company technologies\n\n- Google Ads, Facebook Ads\n- Google Analytics and Google Data Studio\n- MS Office\n\n## Office locations\n\nAvenue Cassiano Ricardo, 401\n1109\nSão José dos Campos, São Paulo 12246870, Brazil\n\n## How to apply\n\nhttps://focusnetworks.enlizt.me/?utm_source=jooble&utm_medium=cpc&utm_campaign=jooble\n"
  },
  {
    "path": "src/companies/foh-and-boh.md",
    "content": "---\ntitle: \"Foh&Boh\"\nslug: foh-boh\nwebsite: https://fohandboh.com/\ncareers_url: https://www.linkedin.com/shareArticle?mini=true&source=We+Work+Remotely&title=foh%26boh&url=https%3A%2F%2Fweworkremotely.com%2Fcompany%2Ffoh-boh\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - javascript\naddedAt: 2021-10-04\nupdatedAt: 2025-07-23\n---\n\n## Company blurb\n\nFOH & BOH is an innovative platform that uses technology to pair talented restaurant candidates – that’s you! – with jobs that best fit your lifestyle. We use unique algorithms to match the needs and wants from both sides, from the tangible (hours, location) to the less tangible (culture, community).\n\nDiscover, interview, and hire top hospitality talent in minutes.\n\n## Company size\n\n10-50\n\n## Remote status\n\nWe are a small, fully remote technology team with shared passions for learning, Open Source, and the technology communities around both. \n\n## Region\n\nWorldwide\n\n## Company technologies\n\nOur current toolset includes Cypress, GitHub Actions, Sentry, and Cohere. Our app is built with React and Django.\n\n## Office locations\n\nHeadquartered in Nashville, Tennessee, USA.\n\nOther office locations:-\n\n1. Austin, Texas, USA\n2. Salt Lake city, Utah, USA.\n\n## How to apply\n\nFOH&BOH doesn't have any dedicated careers page but it does have job postings on \n1. https://weworkremotely.com/company/foh-boh\n2. https://remotify.me/\n3. [LinkedIn](https://www.linkedin.com/shareArticle?mini=true&source=We+Work+Remotely&title=foh%26boh&url=https%3A%2F%2Fweworkremotely.com%2Fcompany%2Ffoh-boh)\n4. Mail ID--> kevin@fohandboh.com\n"
  },
  {
    "path": "src/companies/folotop.md",
    "content": "---\ntitle: \"folotop\"\nslug: folotop\nwebsite: https://folotop.com/\ncareers_url: https://www.folotop.com/job/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - php\naddedAt: 2023-11-30\nupdatedAt: 2023-12-03\n---\n\n## Company blurb\n\nWe are committed to excellence in research and analysis. Our team of experts works tirelessly to curate comprehensive rankings and categorizations across a wide spectrum of categories. We believe that excellence should be accessible to all, and we’re here to guide you on that journey.\n\n## Company size\n\n10-30\n\n## Remote status\n\nWe are a small, fully remote working content writer and marketing person required.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nOur current toolset includes WordPress and SEO and Marketing.\n\n## How to apply\n\nWe are looking for an employee, you just need to visit below link and need to fill the form.\n1. https://www.folotop.com/job/\n2. Click on the apply button and fill the form and we will get in touch with you.\n"
  },
  {
    "path": "src/companies/formidable.md",
    "content": "---\ntitle: \"Formidable\"\nslug: formidable\nwebsite: https://www.formidable.com/\ncareers_url: https://formidable.com/careers/\nregion: americas-europe\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - graphql\n  - javascript\n  - mobile\naddedAt: 2019-11-06\nupdatedAt: 2019-11-06\n---\n\n## Company blurb\n\nFormidable is a Seattle, Denver, Phoenix, and London-based engineering consultancy and open source software organization, specializing in React.js, React Native, GraphQL, Node.js, and the extended JavaScript ecosystem.\n\nWe practice \"consulting through delivery\", and our teams of engineers embed remotely with client engineers, product managers, and designers. We have a heavy focus on code review and testing. Our clients reach out to us because we have developed hard-earned expertise in our areas of focus, and our engineers are trusted with the architecture of very large-scale systems. We plug into whatever agile methodology our clients use, though after observing the workflow for a while, we provide suggestions for improvements via retrospectives.\n\nEveryone at Formidable help to foster a culture of supportive learning and knowledge exchange, both within our company and throughout the greater JavaScript community. We work hard to live our core values of Inclusion, Autonomy, and Mastery:\n\n- We have an internally open pay system tied to a detailed career ladder to promote transparency around pay and engineering levels, and keep the company accountable for equal pay for equal work.\n- We trust our employees to do the jobs we hired them to do. Each team is responsible for making their own decisions and coming up with the appropriate solutions for their particular project.\n- We provide a bottomless continuing education stipend and internal trainings to help our employees skill up.\n\n## Company size\n\n75+\n\n## Remote status\n\nWe have an entire remote team throughout the US and building a remote Toronto-based Canada team. We collaborate via Slack, Github (or the DVCS of our clients' choice), and video calls.\n\nWe consider Remote to be a first-class location, and we have remote engineering managers. We provide a travel stipend to encourage visits to our physical offices, but it's not required. We have an annual \"Formidagathering\" where everyone gets together for a week in Seattle to learn, play, socialize, and work together.\n\nThough we hire entry-level engineers in our physical locations, we recognize that folks early in their career need more hands-on mentorship, something that's harder to provide to remote employees. That's why we require that our remote engineers have 2-3 years of professional experience.\n\n## Region\n\nUnited States, United Kingdom, Canada, Europe\n\n## Company technologies\n\n- React\n- React Native\n- Node\n- GraphQL\n- Kubernetes\n- AWS\n\n## Office locations\n\n- Seattle, WA\n- London, UK\n- Phoenix, AZ\n- Denver, CO\n- Remote, North America\n- Remote, Europe\n\n## How to apply\n\n[Apply here](https://formidable.com/careers/)\n"
  },
  {
    "path": "src/companies/formstack.md",
    "content": "---\ntitle: \"Formstack\"\nslug: formstack\nwebsite: https://www.formstack.com/\ncareers_url: https://www.formstack.com/careers\nregion: worldwide\nremote_policy: hybrid\ncompany_size: medium\naddedAt: 2015-10-31\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nFormstack's birthday is February 28, 2006. We started as one guy trying to provide a simple data capture solution. Since then, our product has evolved into a robust platform that helps users of all industries better engage with their customers and manage data. Formstack is headquartered in Indianapolis, Indiana, but our 500,000+ users live and work all over the world.\n\n## Company size\n\n60 staff and growing!\n\n## Remote status\n\nFormstack is a remote company, with employees in several states and countries. While, yes, this means 'stackers can work at home in their PJs, it also means we've developed a unique culture that thrives on transparency, communication, and fun. We know how to work hard and play hard from wherever we feel most productive - whether that's on a living room couch, in the Formstack office, or on a beach in Thailand.\n\n## Region\n\nWorldwide\n\n## Office locations\n\n8604 Allisonville Rd. Suite 300\nIndianapolis, IN 46250\n\n## How to apply\n\n[Formstack Careers](https://www.formstack.com/careers)\n"
  },
  {
    "path": "src/companies/four-kitchens.md",
    "content": "---\ntitle: \"Four Kitchens\"\nslug: four-kitchens\nwebsite: https://fourkitchens.com/\ncareers_url: https://www.fourkitchens.com/careers/\nregion: americas\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - api\n  - graphql\n  - javascript\n  - php\naddedAt: 2018-04-24\nupdatedAt: 2019-05-03\n---\n\n## Company blurb\n\n[Four Kitchens](https://fourkitchens.com/) builds websites and apps for organizations that depend on large-scale or unconventional content.\n\nWe help our clients figure out what they need, build and migrate to new systems, and maintain the systems you have. We can be their full-service team, or we can augment your existing team.\n\nWe work with clients like NBCUniversal, NYU, and PRI.\n\n## Company size\n\n40 and growing. We are Engineers, UX Strategists, Project Managers, Support Engineers, Designers, Account Managers, and more.\n\n## Remote status\n\nIn 2016, Four Kitchens ditched their office of ten years and became a fully-distributed company.\n\nWe believe good talent is where you find it and, as a distributed team, we’re excited to be pioneers in what we believe is the future of work-culture. Even though we have no physical office, we strive to maintain a collaborative community using tools like Slack and Zoom. Our goal is for team members to feel like they are working together in the same room, even if they’re thousands of miles apart.\n\nHere's few articles we've written on remote/distributed culture:\n\n* [Going Distributed: First, Define Your Values](https://www.fourkitchens.com/blog/article/going-distributed-first-define-your-values/)\n* [Remote-First Thinking](https://www.fourkitchens.com/blog/article/step-two-remote-first-thinking/)\n* More articles in our [Distributed Focus series](https://www.fourkitchens.com/blog/series/distributed-focus/)\n\n## Region\n\nWe hire full-time employees who live in the United States, and we hire contractors who live in North America or Latin America.\n\n## Company technologies\n\nA few of the technologies we work with include, but are not limited to: Drupal, WordPress, Javascript, Node, React, GraphQL, and building APIs.\n\n## Office locations\n\nNone :tada:\n\n## How to apply\n\nCurrent job openings are listed on our [careers](https://www.fourkitchens.com/careers/) page. If you don't see a position that matches what you're looking for, but think Four Kitchens is a fit for you, get in touch via our [general interest application](http://4ktch.in/general-interest).\n"
  },
  {
    "path": "src/companies/fraudio.md",
    "content": "---\ntitle: \"Fraudio\"\nslug: fraudio\nwebsite: https://www.fraudio.com/\ncareers_url: https://www.linkedin.com/company/fraudio/jobs/\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - nosql\n  - python\n  - scala\n  - sql\naddedAt: 2021-07-20\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nOur startup https://fraudio.com is bringing the latest AI technology to the finance and payments sector and is looking to disrupt it. We use cutting-edge technology and research-driven techniques to create tools that productionize AI for our clients, to combat various illicit activities such as transaction fraud, merchant fraud and money laundering.\n\nFraudio is currently comprised of around 25 people from many countries and cultures, which we believe is a strength. We promote transparency, ownership, collaboration, continuous improvement, quality, and having fun while working together. \n\nWe are at a stage where our product is already in production and we are looking to expand it to a full SaaS product.\n\n## Company size\n\n20-30\n\n## Remote status\n\nWe are a fully distributed team and all our daily processes are designed for remote work. After COVID, we plan to have regular gettogethers with all of us a few times a year, and likely work together in the office for a few days a month for those living nearby.\n\n## Region\n\nEurope\n\n## Company technologies\n\nScala, Python, (Databricks) Spark, Redis, Kafka, PostgreSQL, Kubernetes, GCP, GitLab.\n\n## Office locations\n\nOur headquarters are in Amsterdam but we have a presence in Portugal, the UK, Italy and Spain. \n\n## How to apply\n\nFind our [vacancies on LinkedIn](https://www.linkedin.com/company/fraudio/jobs/) and apply, or if there are no vacancies, feel free to send one of us a message!\n"
  },
  {
    "path": "src/companies/freeagent.md",
    "content": "---\ntitle: \"Freeagent\"\nslug: freeagent\nwebsite: https://www.freeagent.com/\ncareers_url: http://www.freeagent.com/company/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\naddedAt: 2015-10-15\nupdatedAt: 2018-06-22\n---\n\n## Company blurb\n\nFreeAgent is one of the UK's largest, and most popular, online accounting services, helping thousands of freelancers and small businesses manage their company accounts in our unique, simple, stress-free way. We're going from strength to strength, and we're on track to fundamentally change the relationship small businesses have with their accounts.\n\n## Company size\n\n61 listed on Freeagent [About Us](http://www.freeagent.com/company/about-us)\n\n## Region\n\nScotland, UK based company, remote worldwide\n\n## Office locations\n\nFreeAgent\nOne Edinburgh Quay\n133 Fountainbridge\nEdinburgh\nScotland United Kingdom\nEH3 9QG\n\n## How to apply\n\nFreeagent [jobs](http://www.freeagent.com/company/jobs/)\n"
  },
  {
    "path": "src/companies/freeletics.md",
    "content": "---\ntitle: \"Freeletics\"\nslug: freeletics\nwebsite: https://www.freeletics.com/\ncareers_url: https://www.freeletics.com/en/corporate/jobs/\nregion: europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - mobile\n  - ruby\naddedAt: 2021-10-18\nupdatedAt: 2021-10-18\n---\n\n## Company blurb\n\n[Freeletics](https://www.freeletics.com/en/) is building a successful number 1 in Europe mobile application for high-intensity interval training (HIIT). It has an enormous success and is being recognized by many fitness trainers.\n\n## Company size\n\n100-200\n\n## Remote status\n\nThe covid-19 pandemic situation changed the culture, especially in the engineering department. The company is open to hiring talents remotely all across Germany. It has also registered entities in Poland and in Portugal. Remote employees are being treated in the same way as non-remote. There is a quarterly gathering in headquarter (Munich, Germany) to meet teams offline and get to know each other better. \n\n## Region\n\nEurope. Germany (HQ), Poland, or Portugal.\n\n## Company technologies\n\nBackend: Ruby on Rails, Docker, Kubernetes, AWS\nAndroid: Kotlin, Jetpack Compose, MVVM, MVI\niOS: Swift\n\n## Office locations\n\nThe company has a headquarter in Munich, Germany.\n\n## How to apply\n\nCheckout an [official page](https://www.freeletics.com/en/corporate/jobs/) with open positions. It gets updated regularly.\n"
  },
  {
    "path": "src/companies/fuel-made.md",
    "content": "---\ntitle: \"Fuel Made\"\nslug: fuel-made\nwebsite: https://fuelmade.com/\ncareers_url: https://fuelmade.com/pages/jobs\nregion: americas\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - ml\naddedAt: 2017-12-16\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nWe're a small remote team focused 100% on building the best e-commerce experiences on the web using Shopify. We're engaged in interesting projects for nationally recognized brands, rapidly growing e-commerce startups and lots of folks in between.\n\n## Company size\n\n10 and growing\n\n## Remote status\n\nWe are a fully remote team, and have optimized our company from the start around remote work. Western North America is your office. We live in Slack. We rarely have meetings, but when we do it's over video (Zoom). Asana for PM, and github for the code stuffs, natch. We're fun and light-hearted, but serious about our craft.\n\nWe gather annually in the winter for an all company retreat somewhere fun (and warm).\n\n## Region\n\nOur positions require you to reside in western North America (Pacific or Mountain Time Zones)\n\n## Company technologies\n\nPrimarily front end: (HTML, CSS, JS), as well as Liquid. Some modest backend stuff, bring your favorite backend stack with you.\n\n## Office locations\n\nNo office! Well, except your office. But that's just for you. We don't bother you there.\n\n## How to apply\n\nHit our [jobs page.](https://fuelmade.com/pages/jobs)\n"
  },
  {
    "path": "src/companies/full-fabric.md",
    "content": "---\ntitle: \"Full Fabric\"\nslug: full-fabric\nwebsite: https://fullfabric.com/\ncareers_url: http://fullfabric.com/careers\nregion: europe\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - nosql\n  - ruby\naddedAt: 2015-10-15\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nFull Fabric helps top universities around the globe to deliver a world-class education experience. An integrated solution for the university that understands the need to refocus on the student experience.\n\n## Company size\n\n0-20 employees.\n\n## Remote status\n\nWe are headquartered in London but have developers in Europe. We communicate through Slack, Google Hangouts, Screenhero, or Asana.\n\n## Region\n\nEurope\n\n## Company technologies\n\n- Ruby/Rails\n- MongoDB\n- Backbone w/ Marionette\n- Coffeescript\n- Sass\n\n## Office locations\n\nLondon, UK\n\n## How to apply\n\nJoin us [anytime](http://fullfabric.com/careers)!\n"
  },
  {
    "path": "src/companies/functionize.md",
    "content": "---\ntitle: \"Functionize\"\nslug: functionize\nwebsite: https://www.functionize.com/\ncareers_url: https://www.functionize.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\n  - php\naddedAt: 2019-10-25\nupdatedAt: 2019-10-25\n---\n\n## Company blurb\n\nFunctionize is a startup focused on developing the next generation of automated UI testing tools. Our goal is to dramatically reduce time to market by improving test case creation and maintenance through AI.\n\nWe are a fully distributed team, with employees on 4 continents.\n\nCompany site: \n\nhttps://www.functionize.com/\n\n## Company size\n\n50-75\n\n## Remote status\n\nWe mostly use Slack to communicate, but we also use Zoom for meetings. Other than those two, we use Atlassian products (Jira, Confluence, Bitbucket) for project management, version control, etc.\n\nSince there is no office location, everyone is remote, which definitely levels the playing field.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- GCP\n- Java\n- Javascript/NodeJS\n- PHP\n- Ansible\n\n## Office locations\n\nNone\n\n## How to apply\n\nTo apply, please see openings on our careers page or use the Contact Us form.\n\nhttps://www.functionize.com/careers/\n"
  },
  {
    "path": "src/companies/fyle.md",
    "content": "---\ntitle: \"Fyle\"\nslug: fyle\nwebsite: https://www.fylehq.com/\ncareers_url: https://www.fylehq.com/company/team/join\nregion: asia-pacific\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\n  - python\n  - sql\naddedAt: 2024-12-18\nupdatedAt: 2024-12-18\n---\n\n## Company blurb\n\nThe world has changed over the last two decades. But expense management has remained manual,\ntime-consuming, and complicated. Fyle is created to adapt to the new age. Our goal is to ensure not a single\nsecond is spent on expense management. At Fyle, we eat our own dog food. That’s how much we believe in the\npower of what we’re building.\n\nWe are a fully distributed team, with employees in almost every state in India.\n\n## Company size\n\n100-200 employees (as of Dec 2024)\n\n## Remote status\n\nWe are a remote first company. \n\nWe dont have a physical office but we meet up twice a year in company retreats all over India.\n\n## Region\n\nCurrent openings are for remote positions in India.\n\n## Company technologies\n\nWe use a lot of modern technologies like Angular, Python, PostgreSQL, Docker, Kubernetes, etc.\n\n## Office locations\n\nIndia\n\n## How to apply\n\nCheck our jobs page: https://www.fylehq.com/company/team/join\n"
  },
  {
    "path": "src/companies/gaggle.md",
    "content": "---\ntitle: \"Gaggle\"\nslug: gaggle\nwebsite: https://www.gaggle.net/\ncareers_url: https://www.gaggle.net/careers-culture/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - java\n  - python\n  - sql\naddedAt: 2017-10-28\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nGaggle is an entrepreneurial-driven, privately-held company based in Bloomington, IL. Nearly half of our employees are remote–working from home offices across the country. Gagglers work hard, play hard and are committed to a mission of student safety. We believe that strong core values are the foundation for creating an environment that benefits and enriches our customers and all employees.\n\n## Company size\n\nBetween 50-100 employees.\n\n## Remote status\n\nOur company is located in Bloomington, IL, but we have employees all over the USA. We communicate through Google Hangouts, IRC, and e-mail. We have bi-annual company retreats where we all fly into our headquarters for a week of fun, learning, planning, and problem solving.\n\n## Region\n\nUSA\n\n## Company technologies\n\n- Java, Python\n- Spring\n- AWS\n- MySQL\n- Git\n- JIRA, Confluence, Stash\n\n## Office locations\n\n- Bloomington, IL\n\n## How to apply\n\nApply for any of the jobs listed on [our Jobs page](https://www.gaggle.net/careers-culture/)!\n"
  },
  {
    "path": "src/companies/geckoboard.md",
    "content": "---\ntitle: \"Geckoboard\"\nslug: geckoboard\nwebsite: https://www.geckoboard.com\ncareers_url: https://www.geckoboard.com/careers/\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2018-10-20\n---\n\n## Company blurb\n\nGeckoboard's software makes it quick and easy to build live TV dashboards, which focus teams on the metrics that matter to a business. Geckoboard has over 4,000 customers and pre-built integrations with 60+ tools including Google Analytics, Salesforce, Zendesk, Mixpanel, Github, Intercom and Google Sheets. Geckoboard is backed by investors including Index Ventures, DN Capital, Point Nine and 500 Startups.\n\n## Company size\n\n20-50\n\n## Remote status\n\nWe believe work should fit around your life, which means no overtime and the flexibility to work from home when you need to.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nWe’re excited by data visualisation, React, Redux, CSS Modules, frontend build tools (like Webpack) and Golang.\n\n## Office locations\n\nHeadquarters in Shoreditch, London.\n\n## How to apply\n\nhttps://www.geckoboard.com/careers/\n"
  },
  {
    "path": "src/companies/general-assembly.md",
    "content": "---\ntitle: \"General Assembly\"\nslug: general-assembly\nwebsite: https://generalassemb.ly/\ncareers_url: https://generalassemb.ly/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - api\n  - cloud\n  - javascript\n  - ml\n  - nosql\n  - ruby\n  - scala\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2020-10-17\n---\n\n## Company blurb\n\nSince 2011, General Assembly has transformed tens of thousands of careers through pioneering, experiential education in today's most in-demand skills. As featured in The Economist, Wired, and The New York Times, GA offers training in web development, data, design, business, and more, both online and at campuses around the world. Our global professional community boasts 40,000 full- and part-time alumni — and counting. In addition to fostering career growth for individuals, GA helps employers cultivate top tech talent and spur innovation by transforming their teams through strategic learning. More than 21,000 employees at elite companies worldwide have honed their digital fluency with our corporate training programs. GA has also been recognized as one of Deloitte's Technology Fast 500, and Fast Company has dubbed us leaders in World-Changing Ideas as well as the #1 Most Innovative Company in Education.\n\n## Company size\n\n501-1000 employees\n\n## Remote status\n\nYour safety is important. In response to COVID-19, all of our programming will be conducted online until further notice.\n\n## Region\n\n30+ campuses in 6 countries. There are positions available remote and Worldwide, specifically in the following regions: \n\n* USA\n* London\n* Saudi Arabia\n* Singapore\n* Toronto\n\n## Company technologies\n\nLanguages:\nRuby 2.X+\nJavascript\nCoffeeScript\n\nFrameworks:\nRails 3.x for some bigger legacy apps, Rails 4.x for all newer stuff with solid upgrade paths\nGrape for APIs ( intridea/grape )\nBackbone\nReact ( A JavaScript library for building user interfaces )\n\nApp Serving:\nNginx (routes a few of our apps on our domain root)\nWebpack ( webpack module bundler)\nUnicorn & Puma depending on the app's needs and performance metrics\n\nDatabases & Caching:\nPostgreSQL\nRedis\nMemcache\n\nTesting:\nRSpec\nCucumber (trading it out for RSpec features)\nMinitest\nExperimenting with Nightwatch.js ( Nightwatch.js )\n\nBackground Processing:\nSidekiq\n\nCDN:\nFastly ( Fastly )\n\nImage Processing:\nCloudinary ( Cloudinary )\n\nMonitoring:\nNewRelic\nLibrato ( Highly Scalable Metrics, Monitoring, and Alerts | Librato )\nPapertrail\n\nException Tracking:\nHoneybadger ( Honeybadger )\n\nCI:\nSemaphore Ci ( Continuous Integration & Deployment )\n\nPlatform:\nHeroku all the things\nRackspace for redundant backups, DB backups, deprecated repo storage, etc\n\n## Office locations\n\n* USA (Headquarters is in New York, USA with remote offices across the USA)\n* London\n* Saudi Arabia\n* Singapore\n* Toronto\n\n## How to apply\n\nSearch by office location or search for remote.\n\nhttps://generalassemb.ly/careers\n"
  },
  {
    "path": "src/companies/geo-jobe.md",
    "content": "---\ntitle: \"GEO Jobe\"\nslug: geo-jobe\nwebsite: https://www.geo-jobe.com/\ncareers_url: https://www.geo-jobe.com/careers/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - go\n  - javascript\n  - mobile\n  - python\naddedAt: 2020-11-01\nupdatedAt: 2020-11-01\n---\n\n## Company blurb\n\n[GEO Jobe](https://www.geo-jobe.com/) is a tech company focused on geospatial technologies. The company has multiple divisions, including an Enterprise team that helps companies set up AWS or Azure environments, manage databases, and more - including working with spatial and temporal data.\nThe Custom Software Development Team builds unique widgets and applications that leverage geospatial technology to solve problems.\nThe Products team builds out-of-the box software to help companies manage their geospatial data, applications, and users.\n\n## Company size\n\nGEO Jobe has 20-50 employees and is growing.\n\n## Remote status\n\nGEO Jobe is growing, but maintains about half of its employees as remote and half as on-site. Employees are divided into teams that have regular check-ins to ensure that remote employees are aware of what is happening in the company, that the company is aware of what is going on with them, and to boost cultural inclusion and morale. Remote employees are often invited to attend conferences and other events, so they may meet their teammates as well. The company emphasizes communication amongst employees, and has numerous technologies and practices in place to encourage communication and ensure that remote employees are still included and embraced as part of the team.\n\n## Region\n\nUSA (with some exceptions - see job postings for details where applicable)\n\n## Company technologies\n\nGIS, JavaScript, Esri, ArcGIS, AGOL, ArcPy, Jupytr Notebooks, AWS, Azure, Node.js, Dojo, Typescript, Python, ArcGIS Experience Builder, ArcGIS Web AppBuilder, iOS, Android, Arcade\n\n## Office locations\n\nGEO Jobe was founded in Nashville, TN. The Center for Research and Engineering is in Gulfport, MS.\n\n## How to apply\n\nTo see GEO Jobe's current job openings, check their [careers](https://www.geo-jobe.com/careers/) webpage. Almost all jobs are open to remote employees. If there is an opening you want to apply for, instructions will be posted. Typically, you will be instructed to send your resume, cover letter, and link to GitHub (if applicable) to careers@geo-jobe.com.\n"
  },
  {
    "path": "src/companies/gerencianet.md",
    "content": "---\ntitle: \"Gerencianet\"\nslug: gerencianet\nwebsite: https://gerencianet.com.br\ncareers_url: https://gerencianet.com.br/trabalheconosco\nregion: other\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - api\n  - javascript\n  - php\n  - sql\naddedAt: 2022-10-31\nupdatedAt: 2022-10-31\n---\n\n## Company blurb\n\nGerencianet is a digital account focused on business so that entrepreneurs can issue and manage receipts. Currently, it is responsible for issuing more than 130 million annual charges and has 290 thousand registered customers throughout Brazil.\n\nThe company is certified as a great place to work by the consultancy Great Place to Work.\n\nGerencianet believes in and values human potential. Therefore, it offers employees a pleasant environment that promotes development and integration.\n\n## Company size\n\n201-500 employees\n\n## Remote status\n\nThe vacancies, both in technology and in other areas, are mostly for remote work. People can freely choose where they prefer to work, remotely or in person.\n \n## Region\n\nBrazil\n\n## Company technologies\n\nHTML, CSS, JavaScript, PHP, SQL, communication structures (JSON/XML), webservices, OAuth, API integrations.\n\n## Office locations\n\nGerencianet is headquartered in Ouro Preto and has offices in São Paulo, Belo Horizonte and Recife.\n\n## How to apply\n\n[Work with us](https://gerencianet.com.br/trabalheconosco)\n"
  },
  {
    "path": "src/companies/gft.md",
    "content": "---\ntitle: \"GFT\"\nslug: gft\nwebsite: https://www.gft.com/\ncareers_url: https://jobs.gft.com/\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - data\n  - go\n  - graphql\n  - infrastructure\n  - java\n  - javascript\n  - ml\n  - mobile\n  - nosql\n  - scala\n  - sql\naddedAt: 2022-10-03\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nGFT Technologies SE (GFT) is a business and technology consultancy trusted by the world's leading financial institutions to solve their business challenges. GFT responds to the constant current regulatory change and continuously innovates to meet the demands of the digital revolution. GFT combines advice, creativity and technology with innovation and specialized knowledge of the financial sector to transform the businesses of its clients.\n\n## Company size\n\nGFT has +10.000 employees over Asia, Europe, Latin America and North America.\n\n## Remote status\n\nFull-remote and \"work-from-home\" policies are common across all regions where GFT has presence.\n\n## Region\n\nAsia, Europe, Latin America and North America.\n\n### Region Details\n\n* Asia: China, Singapore, Vietnam.\n* Europe: Belgium, France, Germany, Italy, Poland, Spain, Switzerland, UK.\n* Latin America: Brasil, Costa Rica, Mexico.\n* North America: Canada, USA.\n\n## Company technologies\n\nJavaScript, jQuery, React, HTML5, Java, MySQL, NGINX, PostgreSQL, MongoDB, TypeScript, ES6, AngularJS, Redis, GraphQL, React Native, Redux, Heroku, AWS Lambda, Spring Boot, Kafka, RabbitMQ, Apache Tomcat, Scala, Google App Engine, Ionic...\n\n## Office locations\n\nGFT was founded in St. Georgen, Germany. Actually its headquarters are located in Sttugart, Germany.\n\n## How to apply\n\nYou can check their [jobs](https://jobs.gft.com/) webpage where you can find job openings all over the globe, specifying what kind of remote policy apply to every vacancy.\n"
  },
  {
    "path": "src/companies/ghost-inspector.md",
    "content": "---\ntitle: \"Ghost Inspector\"\nslug: ghost-inspector\nwebsite: https://ghostinspector.com\ncareers_url: https://ghostinspector.com/jobs/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - java\n  - javascript\n  - php\n  - python\naddedAt: 2020-08-19\nupdatedAt: 2020-08-19\n---\n\n## Company blurb\n\nGhost Inspector is a small (but growing) company that's empowering quality assurance teams with our automated browser testing product. We're completely remote and have been since way before it was cool. We're people-first. We prioritize the happiness of our team members and customers over our profits. We're bootstrapped and sustainable without any outside investment. We take pride in our craft, support each other, and work at a reasonable pace.\n\n## Company size\n\nLess than 10 (as of July 2020)\n\n## Remote status\n\nOur work culture is built on trust, respect, and inclusion. We’re remote, but we’re not like every other remote company. We don’t do sprints. No one is forced to give daily status updates. And you don’t need to announce every time you step away from your computer. We trust that you’ll do your best work when you have the freedom to define how, when, and where you work.\n\n## Region\n\nNorth America, Latin America, Caribbean\n\n## Company technologies\n\nMostly JavaScript: Node.js and AngularJS; some Ruby, React.js, PHP, Python, and Java\n\n## Office locations\n\n100% Remote\n\n## How to apply\n\nhttps://ghostinspector.com/jobs/\n"
  },
  {
    "path": "src/companies/giant-swarm.md",
    "content": "---\ntitle: \"Giant Swarm\"\nslug: giant-swarm\nwebsite: https://giantswarm.io\ncareers_url: https://www.giantswarm.io/careers#open-positions\nregion: europe\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - linux\naddedAt: 2018-04-24\nupdatedAt: 2022-09-06\n---\n\n## Company blurb\n\nGiant Swarm is a leader in cloud native infrastructure and provides managed\nKubernetes clusters to run containerized applications both on-premises and in\nthe cloud. Automation is essential for us and our stack consists of\nmicroservices and Kubernetes Operators (custom controllers).\n\n## Company size\n\n51-100\n\n## Remote status\n\nWe are remote first. Our HQ is in Cologne, Germany but most staff are remote\nand all our processes are designed for remote working.\n\n## Region\n\nEurope\n\n## Company technologies\n\nAWS, Azure, Go, Docker, Linux, Kubernetes\n\n## Office locations\n\nCologne, Germany\n\n## How to apply\n\n[Giant Swarm Careers](https://www.giantswarm.io/careers#open-positions)\n"
  },
  {
    "path": "src/companies/giant.md",
    "content": "---\ntitle: \"Giant\"\nslug: giant\nwebsite: https://giantmade.com\ncareers_url: https://engineering.giantmade.com/\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - python\n  - search\naddedAt: 2020-07-19\nupdatedAt: 2020-07-19\n---\n\n## Company blurb\n\nWe are a digital agency that believes that digital connectivity is a force for good; we help organisations harness it. We primarily work to deliver content platforms and applications to the charitable sector.\n\n## Company size\n\n20\n\n## Remote status\n\nAll delivery team members (software engineers, designers, UX, operations) are 100% remote. We have a small office in Hampshire.\n\n## Region\n\n- UK\n\n## Company technologies\n\nPython, Django, AWS, ElasticSearch, Kubernetes, EKS, Vue.js\n\n## Office locations\n\nHartley Wintney, Hampshire, UK\n\n## How to apply\n\nLook for job postings on [our engineering site](https://engineering.giantmade.com/), or email directly to jon@giantmade.com\n"
  },
  {
    "path": "src/companies/gigsalad.md",
    "content": "---\ntitle: \"GigSalad\"\nslug: gigsalad\nwebsite: https://gigsalad.com\nregion: americas\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - javascript\n  - nosql\n  - php\n  - sql\naddedAt: 2015-10-14\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nGigSalad is an entertainment marketplace where event planners (private or professional) can hire entertainment for events.\n\nWith over 70,000 entertainers and almost 1,000,000 event planners, we want to bring professional entertainment to the masses.\n\n## Company size\n\n20-30\n\n## Remote status\n\nWe have offices in Springfield, MO and Wilmington, NC, but we have (and are open to) employees elsewhere in the United States. We communicate via Slack and hold video meetings as necessary.\n\n## Region\n\nWe are primarily interested in hiring U.S. remote employees.\n\n## Company technologies\n\n- PHP\n- MySQL\n- Redis\n- Sass\n- Git\n- NodeJS\n\n## Office locations\n\n- Springfield, MO\n- Wilmington, NC\n\n## How to apply\n\nContact us at jobs@gigsalad.com and let us know a bit about you!\n"
  },
  {
    "path": "src/companies/gitbook.md",
    "content": "---\ntitle: \"Gitbook\"\nslug: gitbook\nwebsite: https://www.gitbook.com/\ncareers_url: https://jobs.gitbook.com/\nregion: other\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - go\n  - javascript\n  - search\naddedAt: 2018-04-24\nupdatedAt: 2019-10-31\n---\n\n## Company blurb\n\nGitBook’s ambition is to modernise how we share and leverage knowledge for teams.\n\nGitBook first started in mid-2014 as an open source project. The original idea was to create a desktop collaborative app allowing users to create, edit and share technical docs. \n\nObserving the large usage of docs such as personal notes or product docs, we wanted to push the original idea further. Thus, gitbook.com was created allowing users to host their own content wether its personal notes, knowledge bases or product docs. \n\nOur mission is to make a user-friendly and collaborative product for everyone to use in order to create, edit and share knowledge through documentation across technical and non technical teams.\n\nGitBook is now sustained by some of the best SaaS europeans VCs (Point 9 Capital, Notion Capital, Fly VC), used by over 500,000 users and thousands of companies such as Adobe (product doc), Decathlon (internal knowledge base), or Google (internal knowledge base). \n\n## Company size\n\n10-50.\n\n## Remote status\n\nGitbook is remote friendly, but there's no mention of working from locations outside France.\n\n**Advantages for you**\n\n1. **Move fast and learn**. n the challenging environment of a fast-growing startup.\n2. **Stay Healthy**.  Lunchr card to choose your own meal and fruits basket to stay fresh & healthy.\n3. **Relax**. 2 team offsites (summer & winter).\n\n\n\n## Region\n\n**France**\n\nWe have positions open at Lyon or Paris \n\n## Company technologies\n\n#### Languages & technologies :\n      Typescript, Javascript, NodeJS, ReactJS, Firebase\n#### Tooling : \n      Jest, Go, GCP, Algolia, Github, Sentry, Mixpanel/Amplitude\n\n## Office locations\n\nLyon, France\n\n## How to apply\n\nHave a look at our openings here: https://jobs.gitbook.com/\n"
  },
  {
    "path": "src/companies/github.md",
    "content": "---\ntitle: \"GitHub\"\nslug: github\nwebsite: https://github.com/\ncareers_url: https://github.com/about/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - go\n  - javascript\n  - ruby\n  - sql\naddedAt: 2015-10-13\nupdatedAt: 2019-05-13\n---\n\n## Company blurb\n\nGitHub is how people build software. With a community of more than 36 million people, developers can discover, use, and contribute to over 100 million projects using a powerful collaborative development workflow.\n\nCome help us make collaboration even better. At GitHub we build the tools that make collaborating and writing software easier. We’ve built a company we truly love working for, and we think you will too. [Here’s why](https://github.com/about/jobs).\n\n## Company size\n\nAround 1000 employees.\n\n## Remote status\n\nOur flagship office is located in San Francisco, CA, but we have employees all over the world. We communicate through GitHub, Slack, e-mail, and our own internal apps.\n\n## Region\n\nWorldwide - We have employees in almost every time zone in the world! From San Francisco to London to Australia, we hire people regardless of their physical location. We even have nomadic employees!\n\n## Company technologies\n\n- Ruby on Rails\n- Go\n- MySQL\n- CoffeeScript\n- Sass\n- Git\n\n## Office locations\n\n- San Francisco, CA\n- Boulder, CO\n- Portland, OR\n- Tokyo, Japan\n\n## How to apply\n\nApply for any of the jobs listed on [our Jobs page](https://github.com/about/jobs)!\n"
  },
  {
    "path": "src/companies/gitlab.md",
    "content": "---\ntitle: \"GitLab\"\nslug: gitlab\nwebsite: https://about.gitlab.com/\ncareers_url: https://about.gitlab.com/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\n[GitLab](https://about.gitlab.com/) is a single application built from the ground up for all stages of the DevOps lifecycle for Product, Development, QA, Security, and Operations teams to work concurrently on the same project. GitLab provides teams a single data store, one user interface, and one permission model across the DevOps lifecycle allowing teams to collaborate and work on a project from a single conversation, significantly reducing cycle time and focus exclusively on building great software quickly. Built on Open Source, GitLab leverages the community contributions of thousands of developers and millions of users to continuously deliver new DevOps innovations. More than 100,000 organizations from startups to global enterprise organizations, including Ticketmaster, ING, NASDAQ, Alibaba, Sony, and Intel trust GitLab to deliver great software at new speeds.\n\n## Company size\n\n[Currently 300 team members](https://about.gitlab.com/team/) and [over 2000 open source contributors](http://contributors.gitlab.com/)\n\n## Remote status\n\n100% Remote Only.  Maintainers of [www.remoteonly.org](https://www.remoteonly.org/).  Writers of the [The Remote Manifesto](https://about.gitlab.com/2015/04/08/the-remote-manifesto/)\n\n## Region\n\nWorldwide.  We have GitLabbers on every continent (except Antartica... yet).\n\n## Company technologies\n\nBased on the open source [GitLab](https://gitlab.com/gitlab-org/gitlab-ce/) application which was originally written in Ruby on Rails.\n\nCurrent GitLab technology stack includes:\n\n## Office locations\n\nNo physical office...we are [100% remote only](https://about.gitlab.com/culture/remote-only/).\n\n## How to apply\n\nWe are hiring! Visit [https://about.gitlab.com/jobs/](https://about.gitlab.com/jobs/)\n"
  },
  {
    "path": "src/companies/gitprime.md",
    "content": "---\ntitle: \"GitPrime\"\nslug: gitprime\nwebsite: https://gitprime.com/\ncareers_url: https://gitprime.com/jobs/\nregion: other\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - python\naddedAt: 2015-10-19\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nGitPrime is an analytics platform for software engineering performance.\n\n## Company size\n\n0 – 20\n\n## Remote status\n\nWe are very remote friendly, with the majority of our engineering team\ncurrently remotely located.\n\n## Region\n\nWe are region-agnostic, and simply look to hire the best engineers in the\nworld, regardless of location.\n\n## Company technologies\n\nPython, Django, JavaScript, Angular, D3.js\n\n## Office locations\n\nColorado, USA\n\n## How to apply\n\nGo to https://gitprime.com/jobs/\n"
  },
  {
    "path": "src/companies/glenn-website-design.md",
    "content": "---\ntitle: \"Glenn Website Design\"\nslug: glenn-website-design\nwebsite: https://glennwebsitedesign.com/\ncareers_url: https://glennwebsitedesign.com/contact/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - ml\n  - php\n  - sql\naddedAt: 2020-02-22\nupdatedAt: 2020-02-22\n---\n\n## Company blurb\n\nGlenn is a custom web design company that offers full-service web solutions for many types of business profiles including hotels, restaurants, e commerce shopping websites, interactive websites.\n\n## Company size\n5 currently (12/5/2019) and growing\n\n## Remote status\nAll of our company works remote. We communicate via email, messenger, and online chats\n\n## Region\n\n### Worldwide\n\n## Company technologies\n\nWordPress, HTML code, JavaScript, PHP, MySQL\n\n## Office locations\nTulsa Oklahoma, Bandung Indonesia\n\n## How to apply\nGlenn Website Design [contact page](https://glennwebsitedesign.com/contact/)\n"
  },
  {
    "path": "src/companies/glitch.md",
    "content": "---\ntitle: \"Glitch\"\nslug: glitch\nwebsite: https://www.glitch.com/\ncareers_url: https://glitch.bamboohr.com/jobs/\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - devops\n  - dotnet\n  - go\n  - javascript\n  - ml\n  - nosql\n  - python\n  - ruby\n  - search\n  - sql\naddedAt: 2021-02-10\nupdatedAt: 2021-02-10\n---\n\n## Company blurb\n\nWe started out as Fog Creek Software, a pioneering independent tech company that has always put people first.\n\nOur team invented Trello, co-created Stack Overflow, and launched many other groundbreaking apps that collectively have made us one of the most influential small tech companies ever.\n\n## Company size\n\n30+\n\n## Remote status\n\nUnless a job listing says otherwise, Remote-friendly - Worldwide.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- c#\n- jquery\n- python\n- javascript\n- sql-server\n- elasticsearch\n- redis\n- mercurial\n- git\n- f#\n- node.js\n- mongodb\n- websocket\n- coffeescript\n- html5\n- express.js\n- haproxy\n- .net\n- asp.net-mvc\n- docker\n- golang\n- ruby\n\n## Office locations\n\nNew York, NY\n\n## How to apply\n\n[Apply here](https://glitch.bamboohr.com/jobs/)\n"
  },
  {
    "path": "src/companies/gluware.md",
    "content": "---\ntitle: \"Gluware\"\nslug: gluware\nwebsite: https://gluware.com\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - ml\naddedAt: 2018-04-24\nupdatedAt: 2021-10-29\n---\n\n## Company blurb\n\nIntelligent Network Automation - Make the shift to security, agility and business continuity\n\n## Company size\n\n11-50\n\n## Remote status\n\nSome recent hires have been 100% remote.\n\n## Region\n\n* GBR\n* USA\n\n## Company technologies\n\nThe Gluware Intelligent Network Automation platform brings a powerful layer of intelligence to automate and orchestrate large multi-vendor, mission-critical networks—code-free and at scale. Gluware’s patented intent-based networking technology streamlines network management processes to prevent outages, enhance security, and increase agility.\n\nGluware works across the complex tapestry of vendors, technologies, and standards in modern networks—reducing risk and helping to ensure that they are “always-on”. Gluware also dramatically reduces time-to-value and is deployed across the brownfield and greenfield networks of the world’s Global 2000 enterprises across industries from Pharma to Finance.\n\n## Office locations\n\nMain offices in Sacramento, CA and London, England.\n\n## How to apply\n\nApply by sending a cover letter and resume to jobs@gluware.com\n"
  },
  {
    "path": "src/companies/gmbapi.md",
    "content": "---\ntitle: \"GMBapi\"\nslug: gmbapi\nwebsite: https://www.gmbapi.com/\ncareers_url: https://gmbapi.com/vacancies/\nregion: other\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - data\n  - devops\n  - go\n  - javascript\n  - python\n  - sql\naddedAt: 2024-02-06\nupdatedAt: 2024-02-06\n---\n\n## Company blurb\n\nA local SEO tool to optimise your Google Business Profile local listings for multi-location SEO. With GMBapi.com, you can monitor this important part of your customer journey with ease. Track your local customer engagements, manage and monitor your local reputation (with some help of AI), deploy a local content strategy, and maximise local visibility. \n\nLocal search made simple with our GMB (Google My Business) API software. Invest less, realise more.\n\n## Company size\n\n0 - 20\n\n## Remote status\n\nWe have most of our members working remotely within all teams (Development, Marketing and Sales)\n\n## Region\n\nWe have members working from all corners of the world. Regardless of the location you are  welcome for an interview. \n\n* Worldwide\n\n## Company technologies\n\nGoogle Cloud Platform, Python, Javascript/Typescript, Nest.js, React, SQL, Bigquery, Superset, Airflow, Docker, Kubernetes\n\n## Office locations\n\nEindhoven, the Netherlands \n's-Hertogenbosch, the Netherlands \n\n## How to apply\n\nGo to https://gmbapi.com/vacancies/\n"
  },
  {
    "path": "src/companies/godaddy.md",
    "content": "---\ntitle: \"GoDaddy\"\nslug: godaddy\nwebsite: https://www.godaddy.com/\ncareers_url: https://careers.godaddy.com/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - go\n  - java\n  - javascript\n  - php\naddedAt: 2022-10-19\nupdatedAt: 2022-10-19\n---\n\n## Company blurb\n\nWe’re the world’s largest web services platform. Our mission is to make opportunity more inclusive for all and fuel a new generation of entrepreneurial endeavors — commercial, civic, creative. Join our diverse collective of 9k+ employees across 47 global locations.\n\n## Company size\n\n10k - 50k\n\n## Remote status\n\nWe're chatting with candidates remotely, and we're super flexible around schedules, kids and dogs. Our onboarding has gone remote, too.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nAWS , Java , Javascript , PHP , GO .\n\n## Office locations\n\nGodaddy.com LLC, 14455 N Hayden Rd, Scottsdale, AZ, Information Technology Services , Tempe , Arizona , United States.\n\n## How to apply\n\nCheck our jobs page: https://careers.godaddy.com/\n"
  },
  {
    "path": "src/companies/gohiring.md",
    "content": "---\ntitle: \"GoHiring\"\nslug: gohiring\nwebsite: https://www.gohiring.com/\ncareers_url: https://www.gohiring.com/jobs/#jobs\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - javascript\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nGOhiring provides a digital infrastructure for companies, HR IT-systems, job portals and agencies to enable a more direct and productive cooperation. That way, job postings can be published via an API and managed with transparency via digital processes. We believe in open systems and are passionate about the digital possibilities in the recruiting world.\n\n## Company size\n\n11 - 50 Employees\n\n## Remote status\n\nRemote culture - Work wherever you are most productive - at home, while traveling or in our office in Berlin. Benefit from processes and mindsets which are 100% oriented towards working flexible hours.\n\n## Region\n\nThanks to state-of-the-art tools, we have also digitized our own working environment. Everything is set up for #remote work from anywhere in the world.\n\n## Company technologies\n\n- React.js\n- Ruby\n- More languages as a bonus\n\n## Office locations\n\n- Berlin, Germany\n\n## How to apply\n\n[GoHiring Careers](https://www.gohiring.com/jobs/#jobs)\n"
  },
  {
    "path": "src/companies/gojob.md",
    "content": "---\ntitle: \"Gojob\"\nslug: gojob\nwebsite: https://gojob.com/\ncareers_url: https://www.welcometothejungle.com/fr/companies/gojob\nregion: other\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - graphql\n  - javascript\n  - nosql\naddedAt: 2020-02-22\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nWe are the first digital temping agency in France. We connect 700 clients and 80000 temporary workers around France. Created 5 years ago, we have the social purpose to hack unemployment.\n\nTo reach this goal, we are a team of 18 tech lovers working continuously on the improvement of the Gojob's applications. \n\n## Company size\n\n90-100\n\n## Remote status\n\nOur team is divided between full remote and no-remote developers.\n\nSome of us work in the Aix-en-provence offices, and some of us, from anywhere they see fit to (within France). We refund lodging and transport fees in case you need to be present in the office for a special event.\n\n## Region\n\nFrance\n\n## Company technologies\n\n- React.js\n- Nest.js\n- Typescript\n- GraphQL\n- MongoDB\n\n\n## Office locations\n\nAix-en-Provence, France.\n\n## How to apply\n\nYou want to work with us?\n\nGo to our Careers page on [welcometothejungle.co](https://www.welcometothejungle.com/fr/companies/gojob) and fill out the form on the particular job.\n"
  },
  {
    "path": "src/companies/goldfire-agency.md",
    "content": "---\ntitle: \"GoldFire Agency\"\nslug: goldfire-agency\nwebsite: https://goldfireagency.com\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - go\naddedAt: 2025-01-08\nupdatedAt: 2025-01-08\n---\n\n## Company blurb\n\n[GoldFire Agency](https://goldfireagency.com/) | GoldFire Agency is a dynamic digital marketing agency igniting brand growth for businesses worldwide. We specialize in crafting data-driven strategies across all major digital channels, including SEO, social media marketing, content marketing, paid advertising, and more. Our team of experienced marketers is passionate about delivering measurable results and exceeding client expectations.\n\nServices we offer :\n- Meta Ads\n- Google Ads\n- SEO\n- Lead Generation\n- Digital Marketing\n- E-Commerce Marketing\n\n## Company size\n\n15+\n\n## Remote status\n\nPossibility to remote work - Get things done - from home or an office.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nGoogle Ads, Google Analytics, Meta Ads, Meta Business Suite, Facebook Ads, Instagram Ads, Shopify, Content Management Systems (CMS), Social Media Management, LinkedIn Ads\n\n## Office locations\n\n- Ahmedabad, India\n- Jamnagar, India\n\n## How to apply\n\nWe are hiring, visit [GoldFire Agency](https://goldfireagency.com/) or [Linkedin](https://www.linkedin.com/company/goldfire-agency/)\n"
  },
  {
    "path": "src/companies/gorman-health-group.md",
    "content": "---\ntitle: \"Gorman Health Group\"\nslug: gorman-health-group\nwebsite: https://conveyhealthsolutions.com/\ncareers_url: https://conveyhealthsolutions.com/careers/\nregion: americas\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - dotnet\n  - javascript\n  - ml\n  - ruby\naddedAt: 2015-10-20\nupdatedAt: 2022-10-17\n---\n\n## Company blurb\n\nEver imagine working for a start-up that’s not a startup? How about leading the effort to renovate a crusty Enterprise (capital \"E\") industry with modern web development tactics and tools?\n\nGorman Health Group is a long-time leader in US healthcare consulting, and we recently acquired a boutique development agency. Utilizing this agency’s contemporary workflow and toolchain, we are bootstrapping a new Software Engineering Department, designed to deliver contemporary web applications to an industry mired in late 90’s technology.\n\nWe're looking for passionate, creative developers who are excited about writing code that solves new problems. But we’re also looking for leadership: trailblazers attracted to green-field opportunities, who thrive when there’s a personal stake in their work and the outcome.\n\n(Now part of Convey Health Solutions: https://conveyhealthsolutions.com/)\n\n## Company size\n\n200-250 (but less than 10 in our new and [growing][careers] engineering department).\n\n## Remote status\n\nWe work fully remotely, so you’ll interact with the team over GoToMeeting, Skype, and chat. We’ll help you create your dream development machine, wherever that might be.\n\n## Region\n\nGorman Health Group employs talented brainmatter throughout the United States.\n\n## Company technologies\n\nWhile we don't take new dependencies lightly, we do aggressively scout for new technology and ultimately, use whatever tool is right for a given job.\n\nThat said, we do standardize when and where it makes sense. So far that's meant: Gitlab, Ubuntu, Vagrant, Salt, Docker, Ruby on Rails, JavaScript (Coffeescript), CSS (Stylus, LESS, Sass), HTML (Haml), Bash, some C#.NET MVC, and the typical myriad browser libraries including but not limited to `{jQuery, Bootstrap, Underscore, Backbone, Moment, Chart, Modernizr}.js`\n\n## Office locations\n\nMeatspace headquarters are allegedly in Washington, DC. Many of us have never ventured out to confirm this rumor, and those who have can't be trusted.\n\n## How to apply\n\n  1. Visit [careers][careers] page\n  2. Get career\n  3. Profit\n\n[careers]: https://conveyhealthsolutions.com/careers/\n"
  },
  {
    "path": "src/companies/got-soccer.md",
    "content": "---\ntitle: \"Got Soccer\"\nslug: got-soccer\nwebsite: https://gotpro.com\ncareers_url: https://www.gotpro.com/home/en/\nregion: americas\nremote_policy: remote-friendly\ntechnologies:\n  - javascript\naddedAt: 2020-10-30\nupdatedAt: 2020-10-30\n---\n\n## Company blurb\nGotPro is used by some of the biggest and best professional sports organizations in the world. We combine over 20 years of experience in sports software with the latest cutting-edge technology to accelerate and automate organizational processes.\n\n## Region\nUSA\n\n## Company technologies\nArtificial Intelligence For Pro Sports\nUse A.I. & Deep-Learning\n\n## Office locations\n750 Third Street, Neptune Beach, FL 32266\n\n## How to apply\nSend a Email for more info:\ninfo@gotpro.com\n\nhttps://www.gotpro.com/home/en/\n"
  },
  {
    "path": "src/companies/grafana.md",
    "content": "---\ntitle: \"Grafana Labs\"\nslug: grafana-labs\nwebsite: https://grafana.com/\ncareers_url: https://grafana.com/about/careers/?plcmt=footer#jobs\nregion: europe\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\naddedAt: 2020-10-14\nupdatedAt: 2020-10-14\n---\n\n## Company blurb\n\nGrafana Labs is the company behind Grafana, the leading open source software for visualizing time series data.\n\n## Company size\n\n186 employees, according to LinkedIn (October 2020).\n\n## Remote status\n\nThe company is remote first.\n\n## Region\n\nUnited States and EMEA/EST Timezones.\n\n## Company technologies\n\nGo, JavaScript, React, Redux, RxJS, Webpack\n\n## Office locations\n\nHeadquarters in New York, NY.\n\n## How to apply\n\nOpenings page: https://grafana.com/about/careers/?plcmt=footer#jobs\n"
  },
  {
    "path": "src/companies/granicus.md",
    "content": "---\ntitle: \"Granicus\"\nslug: granicus\nwebsite: https://granicus.com/\ncareers_url: https://granicus.com/careers/\nregion: americas\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - go\naddedAt: 2022-10-10\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nGranicus connects people and government with a unified experience that integrates website, online services, digital communications, and more to serve every resident equally and inclusively.\n\nGranicus supports the missions of over 5,500 government customers. Every day, roughly 110,000 people sign up to receive information from government through Granicus. This powerful Network of 300 million citizens - and these numbers are growing every day.\n\n## Company size\n\n900-1000 and growing.\n\n## Remote status\n\nGranicus supports Remote-First work culture. Work is not where you are but the impact you make. That’s why most of our roles are fully remote, while also accommodating hybrid and in-person arrangements.\n\n## Region\n\n* USA\n* UK\n* Australia\n* India\n\n## Company technologies\n\nGranicus' cloud-based technology helps better connect people and government with no- and low-code solutions; unified, intuitive digital experiences; expanded reach to access your community; easy collaboration; and rich resident feedback. Purpose-built for government, our solutions are built with the infrastructure, scale, and security to empower public servant leaders across state, federal, national, and local agencies.\n\n## Office locations\n\nDenver, St. Paul, Chicagoland, Washington, D.C., United Kingdom, Canada, Australia, New Zealand, Armenia and India\n\n## How to apply\n\n[Click Here for all Open Positions](https://granicus.com/careers/)\n"
  },
  {
    "path": "src/companies/graylog.md",
    "content": "---\ntitle: \"Graylog\"\nslug: graylog\nwebsite: https://www.graylog.org/\ncareers_url: https://www.graylog.org/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - java\n  - javascript\n  - nosql\naddedAt: 2018-04-24\nupdatedAt: 2019-10-28\n---\n\n## Company blurb\n\nGraylog is an open source, centralized log management alternative to Splunk. \n\n## Company size\n\n20-50\n\n## Remote status\n\n100% remote\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\n* Java\n* MongoDB\n* ReactJS/Javascript\n\n## Office locations\n\nHouston, TX\n\n## How to apply\n\nGo to [this](https://www.graylog.org/careers) page, click on a job you're interested in then fill out the form at the bottom of the page to apply.\n"
  },
  {
    "path": "src/companies/greenstitch-io.md",
    "content": "---\ntitle: \"GreenStitch.io\"\nslug: greenstitch-io\nwebsite: https://greenstitch.io\ncareers_url: https://greenstitch.io/#/about-us\nregion: asia-pacific\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - java\n  - ml\naddedAt: 2023-10-21\nupdatedAt: 2023-10-25\n---\n\n## Company blurb\n\nGreenStitch helps businesses manage their environmental impact in real time and monetize sustainability seamlessly. No Technical expertise required!\n\n## Company size\n\n~20 people.\n\n## Remote status\n\nWe recruit employees and interns and provide them work from home facility. We calculate product supply chain emissions which is quite complex. GreenStitch does the work for you, fast\n\n* Understand your complete environmental impact\n* Seamlessly Streamline Data Collection and Management Internally and from Suppliers, while Filling Data Gaps with Smart Automation\n* Integrate with existing ERPs & inventory databases, previous sustainability reports\n* Calculate emissions using our integrated database and up-to-date standards, methodologies, and conversion factors\n\n## Region\n\nIndia.\n\n## Company technologies\n\n* AI/ML\n* SaaS Tools\n* MERN\n* SpringBoot\n\n## Office locations\n\nWe have a physical office in Banglore, India which is mainly populated by our administrative staff.\n\n## How to apply\n\nGo to https://greenstitch.io/#/about-us and contact to our staff.\n"
  },
  {
    "path": "src/companies/gremlin.md",
    "content": "---\ntitle: \"Gremlin\"\nslug: gremlin\nwebsite: https://gremlin.com\ncareers_url: https://www.gremlin.com/team/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - java\n  - javascript\n  - python\naddedAt: 2020-07-19\nupdatedAt: 2020-07-19\n---\n\n## Company blurb\n\nGremlin makes organizations more reliable through chaos engineering. It offers a \"failure as a service\" platform, to help engineers build more resilient systems through safe experimentation. \n\n## Company size\n\n50-100\n\n## Remote status\n\nGremlin has always been distributed by default, especially in the engineering team, which has no geographic center.\n\nGremlin employees work from home, from throughout the US. Gremlin has been distributed by default for years now, and it's just part of how Gremlin employees work together. \n\n## Region\n\nUSA\n\n## Company technologies\n\nReact, Java, and Rust. A little Go and Python. \n\n## Office locations\n\nSan Jose, California.\n\n## How to apply\n\nGremlin lists open vacancies on their [jobs page](https://www.gremlin.com/team/).\n"
  },
  {
    "path": "src/companies/gridium.md",
    "content": "---\ntitle: \"Gridium\"\nslug: gridium\nwebsite: https://gridium.com\ncareers_url: http://gridium.com/about/working-at-gridium/\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - python\n  - sql\naddedAt: 2015-10-20\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe make modern software for modern buildings.\n\nCurrently half the world lives in a city; soon 70% will. Buildings use 40% of the world’s electricity. In the U.S. alone, the value of commercial real estate tops a trillion dollars. And much of this asset class is still run with spreadsheets, clipboards, and outdated software.\n\nMeanwhile, property managers and facility engineers are being asked to do more with less. Mobile workforces, climbing energy costs, complex IT needs, and rising tenant expectations are forcing operational staff to find better ways to work.\n\nGridium crafts beautiful, easy-to-use tools for the way buildings work now: mobile, always-on, and data-driven. Whether you are managing energy use, coordinating vendors, or communicating with tenants, your software should make your job simpler, not more complex.\n\n## Company size\n\n19 so far.\n\n## Remote status\n\nWe're entirely remote, including our founders - one lives in the Bay area, the other in Chicago. We use best-in-class tools to make this not only possible, but great.\n\nWe also know that face-time and bonding are important, so we have Camp every 3 months. We fly everyone to an interesting place for three days of meetings, food, and adventures. There's more at [our careers page](http://gridium.com/about/working-at-gridium/).\n\n## Region\n\nAbout a third of us are in the Bay area, but we have several other US locales represented, including Los Angeles, Portland, Milwaukee, Miami, and Las Vegas.\n\n## Company technologies\n\n* Python\n* Ember.js\n* Docker\n* Kubernetes\n* AWS\n* Postgres, Redis, etc.\n\n## Office locations\n\nThere is no office. Work from where you work best.\n\n## How to apply\n\nCheck out our [careers page](http://gridium.com/about/working-at-gridium/) and send us an email.\n"
  },
  {
    "path": "src/companies/groove.md",
    "content": "---\ntitle: \"Groove HQ\"\nslug: groove-hq\nwebsite: https://www.groovehq.com\ncareers_url: https://www.groovehq.com/about#hiring\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - graphql\n  - javascript\n  - ruby\naddedAt: 2019-10-21\nupdatedAt: 2019-10-21\n---\n\n## Company blurb\n\nServing more than 8,000 businesses, Groove is a Saas product which makes it easy for teams to manage customer service at scale.\n\n## Company size\n\n11-50\n\n## Remote status\n\nGrooveHQ is a fully-remote team, with 19 team members spread across 13 cities and 5 continents. They do not have an office.\n\n## Region\n\nHires worldwide.\n\n## Company technologies\n\nRails, GraphQL, React, Redux\n\n## Office locations\n\nNo physical office\n\n## How to apply\n\n[GrooveHQ Jobs](https://www.groovehq.com/about#hiring)\n"
  },
  {
    "path": "src/companies/grou-ps.md",
    "content": "---\ntitle: \"Grou.ps\"\nslug: grou-ps\nwebsite: https://build.gr.ps\ncareers_url: https://build.gr.ps/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - javascript\n  - nosql\naddedAt: 2019-04-26\nupdatedAt: 2019-04-26\n---\n\n## Company blurb\n\nWe build social software for more than a decade. All our products are open source and can be found at https://github.com/phonetworks\n\nOur products include:\n\n* **Grou.ps**: allows you to build online communities (with 350,000+ networks so far)\n* **Graph.js**: allows you to add social components (forums, authentication) to your website and mobile app easily.\n* **Pho Networks**: the open source graph app platform that empowers both Grou.ps and Graph.js.\n\n## Company size\n\n8+\n\n## Remote status\n\nWe're entirely remote.\n\n## Region\n\nOur engineering & customer support operations are located worldwide; in Nevada (US), Belarus, Turkey, India, Nepal, Vietnam and Philippines. \n\n## Company technologies\n\n* PHP 7 & ReactPHP\n* Javascript & React & Node.js\n* Heroku & Docker\n* Redis, Neo4j\n\n## Office locations\n\nThere is no office. Work from where you work best.\n\n## How to apply\n\nCheck out our [careers page](https://build.gr.ps/careers/) and send us an email.\n"
  },
  {
    "path": "src/companies/grubhub.md",
    "content": "---\ntitle: \"Grubhub\"\nslug: grubhub\nwebsite: https://www.grubhub.com/\ncareers_url: https://careers.grubhub.com/\nregion: other\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - cloud\n  - java\n  - javascript\n  - mobile\n  - nosql\naddedAt: 2018-03-20\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nGrubhub is the nation's (US) leading online and mobile food ordering company dedicated to connecting hungry diners with local takeout restaurants.\nThe company's online and mobile ordering platforms allow diners to order from over 75,000 takeout restaurants in over 1,300 US cities and London.\nEvery order is supported by the company's 24/7 customer service teams.\n\nThe Grubhub portfolio of brands includes Grubhub, Seamless, Eat24, AllMenus, and MenuPages.\n\n\n## Company size\n\n1,000 - 5,000 employees.\n\n## Remote status\n\nOur remote tech teams are either fully-remote, or fully co-located. \nWe found that mixed teams led to the remote employees feeling like outsiders.\nWe will usually place 1 office-based developer on a remote team in order to keep the team connected to the informal communication that happens within the company\n\n## Region\n\nUS - We currently have 1 Full-time employee remote team in the domestic US.\n\nWorldwide - We currently have 2 international remote teams: One mostly in South America, one mostly in Europe. \nOur international employees are currently directly contracted.\n\n## Company technologies\n\n- Java 8 (Spring + Dropwizard)\n- Cassandra\n- AWS\n- Android\n- iOS (Swift)\n- Javascript (Angular2, react)\n- Git\n\n## Office locations\n\n- Chicago, IL - Headquarters\n- New York City, NY - Secondary main office\n- Philadelphia, PA\n- Portland, OR\n- Austin, TX\n- Boston, MA\n- Phoenix, AZ\n- Dallas, TX\n- San Francisco, CA\n\n## How to apply\n\nApply for any of the jobs listed on [our Jobs page](https://careers.grubhub.com/)!\n"
  },
  {
    "path": "src/companies/gruntwork.md",
    "content": "---\ntitle: \"Gruntwork\"\nslug: gruntwork\nwebsite: https://gruntwork.io\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - ml\naddedAt: 2017-02-16\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\n[Gruntwork](http://www.gruntwork.io/) offers DevOps as a Service.\n\nOur mission is to make software an order of magnitude easier to understand, develop, and deploy. The first step in that direction is to build products and technologies that completely transform how companies build infrastructure and do DevOps ([read about our approach here](https://blog.gruntwork.io/gruntwork-infrastructure-packages-7434dc77d0b1)).\n\nHere's who we are:\n\n* We're distributed. Work remotely from anywhere in the world.\n* We're family friendly. No crazy hours.\n* We're 100% bootstrapped and profitable. No investor pressure.\n* We are working with some of the biggest brands in the world.\n\n## Company size\n\nThe team currently consists of two people: \n\n* [Yevgeniy (Jim) Brikman](http://www.ybrikman.com): Co-founder of Gruntwork. He is the author of two books published by O'Reilly Media: *[Hello, Startup](http://www.hello-startup.net/)* and *[Terraform: Up & Running](http://www.terraformupandrunning.com/)*. Jim has more than a decade of experience building infrastructure and products for hundreds of millions of users at LinkedIn, TripAdvisor, Cisco Systems, and Thomson Financial. He's also active in the [open source community](https://github.com/brikis98/), maintains a [popular blog](http://www.ybrikman.com/writing), and has given [talks](http://www.ybrikman.com/speaking/) at conferences all over the world. \n* [Josh Padnick](https://joshpadnick.com/): Co-founder of Gruntwork. He is the author of a 12,000+ word [guide to building scalable web apps on AWS](https://www.airpair.com/aws/posts/building-a-scalable-web-app-on-amazon-web-services-p1) which garnered 500+ upvotes on Hacker News, has presented on AWS and DevOps at numerous conferences and meetups, and built apps on AWS for 100,000+ users. Previously, he founded Omedix, now [Edaris Health](https://edaris.com/), a healthcare IT company that served over 4,200 providers and 500,000 patient-users prior to its acquisition. \n\n## Remote status\n\nWe are a fully distributed company. Everyone works remotely, though we make an effort to meet up in person several times per year. \n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nThe main technologies we use include [Terraform](https://www.terraform.io/), [Go](https://golang.org/), [Docker](https://www.docker.com/), [Packer](https://www.packer.io/), and [AWS](http://aws.amazon.com). We also spend a lot of time working on [open source](https://github.com/gruntwork-io/), [doing talks](http://www.ybrikman.com/writing/2016/03/31/infrastructure-as-code-microservices-aws-docker-terraform-ecs/), and writing [blog posts](https://blog.gruntwork.io/) and [books](http://www.terraformupandrunning.com/).\n\n## Office locations\n\nNo offices. Feel free to work out of a co-working space, a coffee shop, your home, or anywhere else you're comfortable and productive.\n\n## How to apply\n\nHere's who we are looking for:\n\n* A seasoned developer...\n* With experience running production software (\"operations\")...\n* Who finds the current state of infrastructure and DevOps painful...\n* And is passionate about making it better.\n\nInterested? Email us at [careers@gruntwork.io](mailto:careers@gruntwork.io).\n"
  },
  {
    "path": "src/companies/guidesmiths.md",
    "content": "---\ntitle: \"GuideSmiths\"\nslug: guidesmiths\nwebsite: https://www.guidesmiths.com/\ncareers_url: https://guidesmiths.bamboohr.com/jobs/\nregion: europe\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - dotnet\n  - graphql\n  - javascript\naddedAt: 2020-02-05\nupdatedAt: 2020-02-05\n---\n\n## Company blurb\n\nGuideSmiths are experts in Digital Transformation, migrating enterprises quickly and safely away from their legacy platforms. We are uniquely experienced in the development of enterprise strength microservices and have developed tooling and repeatable 'Post Agile' processes that maximise the speed of continuous delivery. Software is a vocation for us, not just a job. We bring creative developers together to solve difficult problems in complex environments. We allow people to find their own space and we let the team form to its strengths. We support remote working and our collaborative, mentoring-led culture keeps everyone learning. \n\n## Company size\n\n100-200\n\n## Remote status\n\nIn GuideSmiths we have a remote first culture. You can work in our fantastic offices, from you home or you can come to the office some days or weeks, up to you :) All the process are oriented to allow everybody who is working remotely to participate.\n\n## Region\n\nEurope\n\n## Company technologies\n\nNode.js, React, Microservices, ReactNative, .NET, Docker, Azure, AWS, Serverless, GraphQL.\n\n## Office locations\n\nUK (London)\nSpain (Madrid)\nHungary (Budapest and Szeged)\n\n## How to apply\n\nhttps://guidesmiths.bamboohr.com/jobs/\nhttps://www.guidesmiths.com/careers/open-positions\nhttps://www.linkedin.com/jobs/search/?keywords=guidesmiths\n"
  },
  {
    "path": "src/companies/hack-reactor-remote.md",
    "content": "---\ntitle: \"Hack Reactor Remote\"\nslug: hack-reactor-remote\nwebsite: https://www.hackreactor.com/remote/\ncareers_url: http://www.hackreactor.com/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - go\naddedAt: 2016-03-21\nupdatedAt: 2018-06-24\n---\n\n## Company blurb\n\nHack Reactor Remote is a program for gifted students of software engineering.\nIn three months, we transform ambitious amateurs to coding professionals.\n95% of our US graduates are now working as software engineers, at a\ncountry-wide average salary of $93k.\n\nHack Reactor Remote's mission is twofold: to empower people and to transform\neducation through rapid-iteration teaching. We are the premier advanced\ndistributed immersive that trains exceptional full-stack Software Engineers.\nStudents train 11 hours a day, 6 days a week, over 12 weeks in a curriculum\nfocused on computer science fundamentals and JavaScript.\n\nEmployees enjoy a fun, collegial startup environment genuinely committed to\nemployee health and wellness, and filled with talented, hard-working and fun\npeople. You will be surrounded by friendly, brilliant, and mission-driven\nprofessionals who work hard to provide the best student experience of its\nkind in the world.\n\n## Company size\n\n20-50\n\n## Remote status\n\nStaff members must be able to work 9am-6pm Pacific Time Zone and\nnon-traditional hours as necessary.\n\n## Region\n\nCurrently, our full-time staff is based entirely in the United States.\n\n## Company technologies\n\nAsana, GitHub, Google Drive, Slack, Zoom\n\n## Office locations\n\n944 Market St, San Francisco, CA 94102\n\n## How to apply\n\nCheck our [careers page](http://www.hackreactor.com/careers) to see if Hack\nReactor Remote has any remote positions available! (Please note that non-remote\nopenings for other teams may also be listed.)\n"
  },
  {
    "path": "src/companies/hanzo.md",
    "content": "---\ntitle: \"Hanzo Archives\"\nslug: hanzo-archives\nwebsite: https://hanzo.co\ncareers_url: https://www.hanzo.co/about-us/careers-uk\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - python\naddedAt: 2017-05-05\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nHanzo is a world leader in web content preservation. Our client list includes some of the world’s biggest and best companies. Hanzo is used by some of the world’s most advanced organisations to collect, preserve and analyse web content. We operate in genuine ‘white space’ where we’re faced with new and unusual problems everyday. So if you’re the type of engineer who’s bored doing the same old stuff, Hanzo could be the place for you.\n\nHanzo is a web crawling company and as such our deployments don’t resemble your typical web app. We use AWS a lot and in a dynamic way. We also provide a version of our software for clients to install on their private internal networks. At Hanzo we prefer the tool that’s fit for purpose over the tool with a PR department.\n\nWe are a low ego environment where being a team member, listening to your teammates and contributing your own ideas are all key. We are an ideal workplace for curious minded individuals who are keen to collaborate on making things work better.\n\n## Company size\n\n20-50 employees\n\n## Remote status\n\nRemote first company. Dev team fully remote. Ops/Sales mostly remote.\n\n## Region\n\nDev team is UK/EU, Sales&OPS are US/UK\n\n## Company technologies\n\nAWS, Python, Distributed systems, Ansible.\n\n## Office locations\n\nLeeds, Philadelphia.\n\n## How to apply\n\n[Dev jobs](https://www.hanzo.co/about-us/careers-uk), [non-dev jobs](https://www.hanzo.co/about-us/careers)\n"
  },
  {
    "path": "src/companies/happy-cog.md",
    "content": "---\ntitle: \"Happy Cog\"\nslug: happy-cog\nwebsite: https://happycog.com/\ncareers_url: https://www.happycog.com/careers/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\n  - ml\n  - mobile\n  - php\naddedAt: 2018-04-24\nupdatedAt: 2020-10-21\n---\n\n## Company blurb\n\nHappy Cog has been designing digital experiences since the web began. As a full-service digital agency, we help organizations around the globe with design and branding strategies, web development projects, and digital marketing campaigns. We’ll help you design and build the perfect website for both your audience and your content creators – and then we’ll help bring the right audience to your site through paid and organic digital marketing strategies.\n\n## Company size\n\n+ 51-100 on [Crunchbase](https://www.crunchbase.com/organization/happy-cog)\n\n+ 70 profiles are announced on [Team](https://www.happycog.com/team) page.\n\n## Remote status\n\nTheir team is distributed and remote friendly, with staff working across the United States.\n\nSee their [Careers](https://www.happycog.com/careers/) page for more information.\n\n## Region\n\nUnited States\n\n## Company technologies\n\n+ PHP\n+ JavaScript\n+ CSS\n+ HTML\n+ Dockerfile\n+ Laravel\n+ Mobile app design\n+ Branding and marketing\n\n\n## Office locations\n\n+ Headquarter in New York, NY, US\n+ Philadelphia, PA, US\n\n## How to apply\n\nJob openings will be posted on their [Careers](https://www.happycog.com/careers/) page.\n"
  },
  {
    "path": "src/companies/harris-consult.md",
    "content": "---\ntitle: \"Harris Consult\"\nslug: harris-consult\nwebsite: http://harrisconsultium.com/career\nregion: other\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - mobile\n  - nosql\naddedAt: 2026-01-17\n---\n\n## Company blurb\nHarris Consult is a strategy-driven software development firm that serves visionaries who dare to disrupt the present and choose to drive the future. We are a multinational software development house who has been creating world class software since 2008, with offices based in United State and Africa. \n\nHarris Consult design customized software for desktop, web, and mobile use; we pride ourselves on providing comprehensive custom software development solutions across platforms to ensure that our customer's business reaches the appropriate market. \n\n## Company size\n\n8 - 10 employees\n\n## Remote status\n\nHarris Consult is a remote company with team members in the US and Africa. \nTo maintain productivity and a professional environment during remote work, team members are expected to adhere to the following guidelines:\n- Be accessible and responsive during work hours \n- Daily check-ins are required at the start and end of the workday. \n- Attend all scheduled virtual meetings promptly and engage proactively with your team.\n\n## Region\n\nUS and Africa\n\n## Company technologies\n\nJavaScript, React, Ionic, MongoDB, React-Native, Git, NodeJs \n\n## Office locations\n\n[19690 Little Pine Lane, Katy TX 77449, USA](https://maps.app.goo.gl/4WecM5WuQN7e5CC67)\n\n## How to apply\n\nHarris Consult [careers](http://harrisconsultium.com/career) page\n"
  },
  {
    "path": "src/companies/harvest.md",
    "content": "---\ntitle: \"Harvest\"\nslug: harvest\nwebsite: https://www.getharvest.com/\ncareers_url: https://www.getharvest.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - infrastructure\n  - javascript\n  - nosql\n  - ruby\n  - sql\naddedAt: 2015-10-13\nupdatedAt: 2022-10-04\n---\n\n## Company blurb\n\nTime — everyone has something to say about it, and yet it often goes unmentioned. We believe time should be treated with respect and used with intention. It’s precious, it’s personal, and it’s the shared resource that turns talent into impact. That’s why we make tools that help teams understand the value of their time and shape how they use it.\n\nHarvest first began in 2006 as a tool two designers built for themselves to help their business grow. At a small web design agency in downtown New York City, Danny Wen and Shawn Liu made the tool they couldn’t find: a well-designed, innovative application to track time and invoice. They built Harvest. Since then, it’s grown into a tool used by thousands of teams around the world to track and understand their time.\n\n## Company size\n\n68 based on the team shown on Harvest's [meet the team page](https://www.getharvest.com/about/meet-the-team)\n\n## Remote status\n\nThe team is fully remote, with members working across half a dozen time zones.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nJavaScript, React, Docker, Chef, Ansible, Ruby, AWS & Rackspace Cloud, MySQL, Nginx, Graphite, StatsD, Sensu, Git, Redis\n\n## Office locations\n\n[Harvest, 2248 Broadway #1103, New York, NY 10024, United States](https://www.google.com/maps/place/2248+Broadway+%231103,+New+York,+NY+10024/@40.784819,-73.9811,17z/data=!3m1!4b1!4m5!3m4!1s0x89c258863d26d5a9:0x99b09e1ea9c101ea!8m2!3d40.784815!4d-73.978906)\n\n## How to apply\n\nHarvest [careers](https://www.getharvest.com/careers) page\n"
  },
  {
    "path": "src/companies/hashex.md",
    "content": "---\ntitle: \"Hashex\"\nslug: hashex\nwebsite: https://hashex.org/\ncareers_url: https://hashex.org/company/careers\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - go\n  - graphql\n  - javascript\n  - ml\naddedAt: 2022-10-31\nupdatedAt: 2022-10-31\n---\n\n## Company blurb\n\n[HashEx](https://hashex.org/company/about-us) is impactful tech advisories in the DeFi industry. Experienced team of auditors and developers, analysts, and consultants. Hashex helps customers navigate DeFi markets.\n\nTeam believe that only relevant, factual data and top security standards can make the DeFi market a safe financial space.\n\nIf you are passionate about our common goal, we are always looking for talented individuals with knowledge, experience, and a desire to learn.\n\n## Company size\n\n40+ employees worldwide\n\n## Remote status\n\nFully remote.\nMembers working in different time zones with a flexible schedule\n\n## Region\n\n- US\n- Asia\n- Europe\n\n## Company technologies\n\n- Solidity, Func\n- Hardhat, Waffle\n- NodeJS\n- TypeScript, Rust\n- Git\n- NestJS, NextJS, ReactJS\n- CSS3, HTML5\n- GraphQL, RestAPI\n- PostgreSQL, MongoDB, Clickhouse\n\n## How to apply\n\nApply at https://hashex.org/company/careers\n"
  },
  {
    "path": "src/companies/hashicorp.md",
    "content": "---\ntitle: \"HashiCorp\"\nslug: hashicorp\nwebsite: https://www.hashicorp.com/\ncareers_url: https://www.hashicorp.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - go\n  - javascript\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2019-01-14\n---\n\n## Company blurb\n\nHashiCorp is focused on building software that can provision, secure, and run any application on any infrastructure.\n\n[The Tao of HashiCorp](https://www.hashicorp.com/tao-of-hashicorp) is the foundation that guides HashiCorp's vision, roadmap, and product design. As you evaluate joining the company, it may be valuable to understand the motivations and intentions for their work.\n\n## Company size\n\n400+ employees worldwide\n\n## Remote status\n\nThe company has an office in San Francisco where ~10% employees are present (some C-level folks, Finance and mostly non-engineering roles), the rest are remote. Most teams are distributed. Some positions may not be available in all regions listed below, but most (esp. engineering ones) are.\n\nHiring process is fully remote for most roles and successful candidates are flown to the SF office for a week, for on-boarding. HashiCorp also hosts HEX (HashiCorp Employee eXchange) event every year to provide an opportunity for employees to match avatars to real faces and meet everyone.\n\nTeams heavily rely on different forms of asynchronous (RFC, PRD, Google Spreadsheets/Docs, Google Groups, email) and synchronous (Slack, Zoom) communication where necessary and appropriate.\n\n## Region\n\nHashiCorp is interested in hiring worldwide, but is limited to certain regions for various reasons which are covered in [this HN](https://news.ycombinator.com/item?id=17022563) post by HashiCorp's founder Mitchell Hashimoto. \n\n - US (~30 of 50 states)\n - UK\n - Canada\n - Germany\n - Netherlands\n - France\n - Japan\n - Australia\n\n## Company technologies\n\n - Go\n - Ruby & RoR\n - NodeJS\n - Ember\n - Git(Hub)\n\n## How to apply\n\nApply at https://www.hashicorp.com/jobs\n"
  },
  {
    "path": "src/companies/he-labs.md",
    "content": "---\ntitle: \"HE:labs\"\nslug: he-labs\nwebsite: https://www.helabs.com\ncareers_url: https://helabs.com/br/trabalhe-conosco\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - elixir\n  - javascript\n  - ml\n  - ruby\n  - sql\naddedAt: 2016-07-23\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nWe are a team of agile designers and developers, and we can turn your idea into a great digital product!. Let's do something special together.\n\n## Company size\n\n50+\n\n## Remote status\n\n100% Remote. We also have a beautiful office in (Rio)[https://journal.helabs.com/what-if-your-company-takes-you-to-rio-de-janeiro-966e9ec4a1aa#.20slfxsp2]\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRuby, Clojure, Elixir, JavaScript, HTML5, CSS3, Postgres, Heroku, AWS, GCE, Docker, Kubernetes\n\n## Office locations\n\nRio de Janeiro, BRA\n\n## How to apply\n\nHE:labs have a [careers page](https://helabs.com/br/trabalhe-conosco)\n"
  },
  {
    "path": "src/companies/headforwards.md",
    "content": "---\ntitle: \"Headforwards\"\nslug: headforwards\nwebsite: https://www.headforwards.com\ncareers_url: https://www.headforwards.com/careers/\nregion: europe\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - dotnet\n  - go\n  - java\n  - javascript\n  - python\naddedAt: 2023-06-08\nupdatedAt: 2023-06-08\n---\n\n## Company blurb\n\nHeadforwards is a technology solutions provider based in Cornwall, UK. We provide software development teams and consultancy to large and small clients worldwide.\n\n## Company size\n\n100+\n\n## Remote status\n\nAll teams work somewhat remotely, some teams are fully remote, some teams have a mixture of remote people and in the office people, and some mix and match during the week. We have an office in Cornwall which everyone can use as much as they want, and we encourage you to come in a few times a year.\n\n## Region\n\nCurrent openings are for remote positions in the UK.\n\n## Company technologies\n\nGo, Python, React, Dynamics CRM, Power Platform, .NET, Java, and many others depending on the team.\n\n## Office locations\n\nCornwall, UK\n\n## How to apply\n\nCheck our jobs page: https://www.headforwards.com/careers/\n"
  },
  {
    "path": "src/companies/headway.md",
    "content": "---\ntitle: \"Headway\"\nslug: headway\nwebsite: https://www.headway.io/\ncareers_url: https://headway.io/careers\nregion: americas\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - elixir\n  - graphql\n  - javascript\n  - ruby\naddedAt: 2019-08-29\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\n### Vision\n\nBring entrepreneurial ideas to market & keep them there.\n\n### Mission\n\nTo provide holistic services that elevate customers to their next phase of business and cover their blind spots by focusing on the people they serve and their ever-changing needs.\n\n### About Headway\n\nFounded in 2015, Headway was born out of a passion to bring entrepreneurial ideas to market and keep them there. We work holistically with our client partners as a true extension of their product team, not just as the technical execution arm of their business. If we see something broken, whether that’s a workflow, a marketing or messaging strategy, or a needless feature, we speak up, and our clients trust us to help them fix it.\n\nBecause we’re more than just designers and developers, we achieve results that bring successful long-term partnerships and trusted referrals. We help entrepreneurs build a business ―not just an app. This approach, coupled with realistic and incremental software releases, results in a friendly, fun, and collaborative atmosphere where our colleagues and clients both have room to learn and grow.\n\nSee how our clients [talk](http://headway.io/case-studies/rise/) about [our approach](http://headway.io/compass/) and check out some of the [recognition we’ve received](http://headway.io/blog/2018-addys/) so far. Discover how we show our clients appreciation with unique [holiday gifts](http://headway.io/blog/holiday-collaboration-with-velodrome-coffee/) each year. Or, if you’re a podcast fan, check out [Seaworthy](http://headway.io/seaworthy/), where we explore ways to help companies grow and scale their business and ideas. We’re excited about what we’ve achieved in the last few years, but we’re just getting started. We need your help to take us to the next level!\n\n## Company size\n\n20-50\n\n## Remote status\n\nWe're remote-first, but you can work in our beautiful new offices in Green Bay, WI, if you would prefer.\n\n## Region\n\nUSA. Anyone legally able to be employed in the United States is eligible to apply to work at Headway.\n\n## Company technologies\n\n- React (native and web)\n- Ruby/Rails\n- GraphQL\n- Elixir/Phoenix\n- Node\n\n## Office locations\n\nGreen Bay, WI\n\n## How to apply\n\n[headway.io/careers](https://headway.io/careers)\n"
  },
  {
    "path": "src/companies/healthfinch.md",
    "content": "---\ntitle: \"Healthfinch\"\nslug: healthfinch\nwebsite: https://www.healthfinch.com/\ncareers_url: https://www.healthfinch.com/careers\nregion: americas\nremote_policy: fully-remote\ntechnologies:\n  - cloud\n  - dotnet\n  - javascript\n  - ml\n  - ruby\n  - search\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\nHealthfinch consists of a team of bright, motivated people with the goal of helping health care systems reach peak efficiency.\n\nWe aim to help physicians direct as much focus as possible towards their patients by automating whatever possible, such as prescription refill management and visit planning.\n\n## Remote status\n\nEmployees are encouraged to work remotely wherever they feel most comfortable and productive.  If one person is remote, we are all remote. \n\n## Region\n\nUSA\n\n## Company technologies\n\nTypeScript, JavaScript, Angular, NodeJS, C#, CSS3, HTML5, Elasticsearch, MS SQL\n\nRuby, Ruby on Rails\n\nSQL\n\nClojure, React, RSpec, AWS\n\n## Office locations\n\nMadison, WI, USA\n\n## How to apply\n\nCareer information can be found on our [careers page](https://www.healthfinch.com/careers).\n"
  },
  {
    "path": "src/companies/heap.md",
    "content": "---\ntitle: \"Heap\"\nslug: heap\nwebsite: https://heapanalytics.com/\ncareers_url: https://heapanalytics.com/jobs#engineer\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - data\n  - javascript\n  - nosql\n  - scala\n  - sql\naddedAt: 2015-12-28\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nHeap is building analytics infrastructure for the web. Our goal is to make data science accessible to every online business. Our product help 3,000+ companies make data-driven decisions about their users.\n\n## Company size\n\n~25. [Meet us!](https://heapanalytics.com/about)\n\n## Remote status\n\nWe care about hiring the best engineers, no matter where they live. Our engineers live all around the world: Estonia, Australia, Canada, Austin TX, Orange County CA, and San Francisco CA.\n\nWe also have a writing-heavy culture, which lends itself well to remote work. Instead of sitting in meetings, we develop our ideas in writing, asynchronously. We think written proposals encourage clearer thought and more thorough deliberation. A useful side-effect is that our plans are always documented.\n\n## Region\n\nWe hire engineers worldwide.\n\n## Company technologies\n\nOur app-layer stack is TypeScript, Backbone, Marionette, Node.js, Redis, and PostgreSQL. Under the hood, Heap is powered by CoffeeScript, Scala, ZooKeeper, Kafka, Akka, and CitusDB.\n\n## Office locations\n\nSan Francisco, CA, USA\n\n## How to apply\n\nFill out the form at the bottom of our [job post](https://heapanalytics.com/jobs#engineer).\n"
  },
  {
    "path": "src/companies/heetch.md",
    "content": "---\ntitle: \"Heetch\"\nslug: heetch\nwebsite: https://heetch.com/\ncareers_url: https://jobs.heetch.com\nregion: europe\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - data\n  - go\n  - javascript\n  - python\n  - ruby\n  - sql\naddedAt: 2020-01-04\nupdatedAt: 2020-01-04\n---\n\n## Company blurb\n\nHeetch is mobility solution operating across Europe and Africa. It aims to provide a profitable and comfortable experience for both drivers and passengers.\n\nThe engineering division of the company is fully distributed and we work remotely since day 1. We're scattered all around Europe and a few other countries with a similar timezone.\n\n## Company size\n\n280\n\n## Remote status\n\nHeetch is 100% remote in the engineering division.\nProduct division is remote as well, but employees must be in a city where we're operating, so they can meet our users.\n\n## Region\n\nHeetch employs all across Europe and countries with similar timezones, +/- 1h of CEST.\n\n## Company technologies\n\nKafka, Postgres, Tile38, OSRM, Go, Python, Ruby, Javascript, Reactjs.\n\n## Office locations\n\nHeadquarters are in Paris.\n\n## How to apply\n\nYou can find our open positions on [job page](https://jobs.heetch.com).\n"
  },
  {
    "path": "src/companies/help-scout.md",
    "content": "---\ntitle: \"Help Scout\"\nslug: help-scout\nwebsite: https://www.helpscout.net/\ncareers_url: https://www.helpscout.com/company/careers/\nregion: worldwide\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2020-10-18\n---\n\n## Company blurb\n\nHelp Scout is designed with your customers in mind. Provide email and live chat with a personal touch, and deliver help content right where your customers need it, all in one place, all for one low price.\n\n## Company size\n\n51-200\n\n## Remote status\n\n> We’ve been remote-first for nearly a decade \n> and have teammates in more than 80 cities\n> worldwide. We go to great lengths to set you\n> up for success from day one, and work hard to\n> keep you connected.\n\nSee their [Careers](https://www.helpscout.com/company/careers/) page for more information.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nReact, Redux, CSS, Jest, and Cypress\n\n## Office locations\n\nHQ in Boston, MA; Boulder, CO\n\n## How to apply\n\nJob openings will be posted on their [Careers](https://www.helpscout.com/company/careers/) page.\n"
  },
  {
    "path": "src/companies/heroku.md",
    "content": "---\ntitle: \"Heroku\"\nslug: heroku\nwebsite: https://www.heroku.com/\ncareers_url: https://www.heroku.com/careers\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - elixir\n  - go\n  - javascript\n  - nosql\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2019-01-15\n---\n\n## Company blurb\n\nHeroku is a cloud platform for deploying and running modern apps through managed containers, has integrated data services, and a powerful ecosystem. The Heroku developer experience is an app-centric approach for software delivery, integrated with today’s most popular developer tools and workflows.\n\n## Company size\n\nHeroku is part of the [Salesforce Ohana](https://www.salesforce.com/company/careers/culture/) and [Salesforce Platform](https://www.salesforce.com/products/). Salesforce is a Fortune 500 company based in San Francisco, CA, USA and has over 30k employees worldwide.\n\n## Remote status\n\nHeroku engineering is a distributed team working on distributed systems. Over 70% of our engineers and managers are remote employees.\n\nWe use many tools that remote employees are likely familiar with to do our jobs, including, but not limited to: Slack, G Suite, Hangouts, Github, etc.\n\nTeams and/or the engineering organization as a whole has offsites roughly once every quarter.\n\n## Region\n\n**North America** and **Europe** primarily\n\n## Company technologies\n\nJavascript, Node, Ember, Rails, Go, Erlang, Elixir, Kafka, Postgreql, Redis, Kubernetes, & AWS to name a few.\n\n## Office locations\n\nHeroku\nThe Landmark @ 1 Market St.\nSuite 300\nSan Francisco, CA\n94105\n\n## How to apply\n\nCheck out our [careers page](https://www.heroku.com/careers), which includes more information and open positions.\n"
  },
  {
    "path": "src/companies/hireology.md",
    "content": "---\ntitle: \"Hireology\"\nslug: hireology\nwebsite: https://www.hireology.com\ncareers_url: http://www.hireology.com/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - ruby\n  - sql\naddedAt: 2016-06-07\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nHireology's technology, intelligent hiring framework, and industry expertise help retail automotive, serviced-based franchises, and small business streamline and improve their hiring process, resulting in smarter hiring and stronger company performance.\n\nHireology's employees adhere to five Core Values. These Core Values inform every decision that we make, from working with a customer to deciding on a new hire to interacting with each other. They are:\n- Own the Result\n- Create WOW Moments\n- Perpetual Optimism\n- Eager to Improve\n- No Assholes\n\n## Company size\n\n90+, with roughly 25% full time remote.\n\n## Remote status\n\nUX and Engineering departments are fully remote. Product Management positions can be remote, depending on the feature set the Product Manager will be responsible for. Core benefits are the same for office and remote, though remote receives a small internet service stipend.\n\nRemote employees - as well as office employees who interact frequently with remote - use HipChat to communicate regularly. Meetings are conducted using Zoom. Trips to the home office in Chicago occur biannually, currently in January and July.\n\n## Region\n\nRemote position are open to any U.S. citizen whose permanent address is in the United States.\n\n## Company technologies\n\nRuby on Rails, React, PostgreSQL, SASS\n\n## Office locations\n\nChicago, IL\n\n## How to apply\n\nCheck out [our careers page](http://www.hireology.com/careers) for more about our culture and our current openings.\n"
  },
  {
    "path": "src/companies/homeflic-wegrow.md",
    "content": "---\ntitle: \"Homeflic wegrow\"\nslug: homeflic-wegrow\nwebsite: https://www.homeflicwegrow.com/\ncareers_url: https://www.homeflicwegrow.com/hiring/\nregion: other\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - dotnet\n  - javascript\n  - ml\n  - php\n  - sql\naddedAt: 2021-10-04\nupdatedAt: 2021-10-29\n---\n\n## Company blurb\n\nWE ARE THE YOUTH with a vision of personal growth along with the growth of people around us. Our main objective as a tribe is to reach out to young curious minds and help and guide them in every way possible. Working to uplift the youth by creating this community to solve real life problems of millennials and society when there’s no one else who can better understand their deeds. We are people who wish to teach as well as learn and build a tribe where everyone is equal.\n\nA team with diverse, young and fresh minds building an environment where we have people who contribute in acting upon the ideas of growth. At Wegrow we walk towards the path of success together and that is why we always say, “Here We Go, Here We Grow”.\n\n## Company size\n\n1- 50 (as of January 2020)\n\n## Remote status\n\nAlmost all of us are remote. We also have an office in India (New Delhi) that everone is welcome to use when they're in the city, but even India locals pop in just a few days a week.\n\n## Region\n\nCurrent openings are for remote positions in Mumbai.\n\n## Company technologies\n\nWordPress, HTML code, JavaScript, PHP, MySQL,Node.js, React, Microservices, ReactNative, .NET.\n\n## Office locations\n\nIndia\n\n## How to apply\n\nCheck our jobs page: https://www.homeflicwegrow.com/hiring/\n"
  },
  {
    "path": "src/companies/homevalet.md",
    "content": "---\ntitle: \"HomeValet, Inc\"\nslug: homevalet-inc\nwebsite: https://homevalet.co\nregion: americas\nremote_policy: remote-first\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - sql\naddedAt: 2020-07-19\nupdatedAt: 2020-07-19\n---\n\n## Company blurb\n\n### About Us\n\nHomeValet is changing the last yard of the last mile of home delivery. Our Smart Box provides a safe, secure, climate-controlled\nreceptacle for the delivery of goods, enabling true contact-less delivery for all types of products. The HomeValet platform\nis used to connect retailers and couriers to HomeValet-powered Smart Boxes so that consumers can be assured\nthat their deliveries are protected and safe.\n\n## Company size\n\nUnder 10 employees as of 7/2020. However, we're growing rapidly and adding to the team every month.\n\n## Remote status\n\nHomeValet is a remote-first company.\n\n## Region\n\nUSA\n\n## Company technologies\n\nOur current stack includes Kotlin, Python, Swift, and C#/.NET Core.\n\nAlso be familiar with:\n\n* JavaScript\n* Azure\n* Terraform\n* Docker\n* PostgreSQL\n* JSON Web Tokens\n* OAuth, OpenID Connect\n\n## Office locations\n\nCorporate offices are in Tysons Corner, VA.\n\n## How to apply\n\n Email [jobs@homevalet.co](mailto:jobs@homevalet.co)\n"
  },
  {
    "path": "src/companies/honeybadger.md",
    "content": "---\ntitle: \"Honeybadger\"\nslug: honeybadger\nwebsite: https://www.honeybadger.io/\ncareers_url: https://www.honeybadger.io/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\n\nHoneybadger simplifies your production stack by combining exception monitoring, uptime monitoring and check-in monitoring into a single, easy to use platform.\n\n## Company size\n\n2-10\n\n## Remote status\n\n> We work remotely and independently\n\nSee [Job Openings](https://www.honeybadger.io/careers/) for more information.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nAWS, JavaScript, Ruby/Rails\n\n## Office locations\n\nHQ in Kirkland, WA\n\n## How to apply\n\nCheck [Job Openings](https://www.honeybadger.io/careers/) for opportunities.\n"
  },
  {
    "path": "src/companies/honeycomb.md",
    "content": "---\ntitle: \"Honeycomb\"\nslug: honeycomb\nwebsite: https://honeycomb.tv/\nregion: europe\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - nosql\n  - ruby\n  - sql\naddedAt: 2017-04-07\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nSupercharged video advertising delivery. Faster delivery and better\ncollaboration for brands, broadcasters and everyone in between.\n\n## Company size\n\n[~50 people work at Honeycomb.](https://honeycomb.tv/)\n\n## Remote status\n\nWe are a remote first company with employees working from around Europe.\nTech team members that are based near London UK tend to go in once a week to\nsync up, with the rest of the team joining via Google Hangouts or Screehero.\n\n## Company technologies\n\nWe largely work with Ruby on Rails, though are using Ruby without Rails for\nfuture services. We believe in experimentation and using the tool we think is\nright for the job, so there is space for other languages too.\n\nWe also love Ansible, AWS/Azure, Git, Postgres, Redis, Github, Slack, and Trello.\n\n## Region\n\nEurope\n\n## Office locations\n\n* London, UK\n* Frankfurt, DE\n\n## How to apply\n\nI'm Louis, one of engineers here. Email [me](mailto:louis.pilfold@honeycomb.tv) for a chat!\n"
  },
  {
    "path": "src/companies/hopper.md",
    "content": "---\ntitle: \"Hopper\"\nslug: hopper\nwebsite: https://www.hopper.com/\ncareers_url: https://www.hopper.com/careers\nregion: europe\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - go\n  - mobile\n  - python\n  - sql\naddedAt: 2020-10-26\nupdatedAt: 2020-10-26\n---\n\n## Company blurb\n\nHopper is a company developing a mobile app for booking flights and hotels. It predicts and analyzes airfare and accommodation helping users to plan, book, and pay trips.\n\n## Company size\n\nHopper has 437 employees around the globe.\n\n## Remote status\n\nSome employees work full-time from our offices and some work remotely. There are a variety of hybrid and fully remote roles at Hopper.\n\n## Region\n\nUSA, Canada, UK, Bulgaria, Philippines, Colombia\n\n## Company technologies\n\nScala/Python\niOS and/or Android Development\nPandas, R, SAS or other tools appropriate for large scale data preparation and analysis\nDatabases and SQL, especially Hive and Google Big Query\n\n## Office locations\n\nBoston, MA, USA\nMontreal, Canada\nToronto, Canada\nVancouver, Canada\nNew York, NY, USA\nBogota, Colombia\nLondon, UK\nSan Francisco, California,\nSofia, Bulgaria\nManila, Philippines\n\n## How to apply\n\nhttps://www.hopper.com/careers\n"
  },
  {
    "path": "src/companies/hotjar.md",
    "content": "---\ntitle: \"Hotjar\"\nslug: hotjar\nwebsite: https://careers.hotjar.com/\nregion: americas-europe\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - go\n  - infrastructure\n  - javascript\n  - ml\n  - nosql\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2018-07-23\n---\n\n## Company blurb\n\nHotjar is a powerful product that reveals the online behavior and voice of a website’s users. By combining both analysis and feedback tools, Hotjar gives the ‘big picture’ of how to improve a site's user experience and performance / conversion rates. Our team work on the compelling challenges that come with large-scale web traffic and analytics, on a product that has a real impact on the thousands of users we support around the world. We work in an agile environment, 100% remotely, and  actively encourage both personal and professional growth; always be learning is one of our core values.\n\nHeadquartered on the beautiful island of Malta, in the ‘heart’ of the Mediterranean, Hotjar is a successful start-up that operates on a fully remote basis, and with a key emphasis on personal development.\n\nSpread throughout the Americas, Europe, Africa and Asia, our team casts a wide net across a multitude of locations, lifestyles and backgrounds. It’s our differences that make us interesting, and our shared belief in Hotjar’s core values that bind us together.\n\nHotjar's culture is driven by respect, transparency, collaboration and direct feedback. We have no room on our team for disrespect, office politics or discrimination of any kind. We're obsessed with communicating with our users as well as within the team. We hate bureaucracy and slow moving organizations – but we're suckers for well-defined processes. We love lean, iterative improvements, and success is measured by the value we create for our users.\n\n## Company size\n\nWe’re at 65 people and growing!\n\n## Remote status\n\n100% remote. We do have an office (in Malta), though we wouldn’t all fit in it at once. We’ve been completely remote from the outset - we’d rather our team work how and where makes the most sense to them, rather than being unproductive in an office all day.\n\n## Region\n\nOur Product & Engineering team is based almost exclusively in Europe and Africa. The number of North American outliers might grow but it’s EMEA for now. The rest of the company stretches into the Americas also.\n\nOur locations are based on timezones - we have certain timezone restrictions for each role (anywhere within EMEA for P&E) and don’t mind where you are or how much you move around within those timezones.\n\n## Company technologies\n\nOur back-end is built in **Python**, our front-end is built in **AngularJS** and our databases are a mix of **PostgreSQL** and **HBase**.\n\nOther tidbits:\n* As of Sept 2017, we have 18 app servers sitting behind the Amazon ELB load balancer.\n* We monitor server performance using NewRelic.\n* We use StatusCake and VictorOps to notify us whenever something goes wrong.\n* We send events to Intercom and Mixpanel for our marketing team to use.\n* We log errors (both JavaScript and Python) to Graylog.\n* We use four types of persistent data storage: PostgreSQL, HBase, S3 and Elasticsearch.\n* We use Lua embedded in Nginx to process incoming data\n* We use Amazon's SES service to send emails to our users.\n* We use Redis and Memcached for in-memory caching.\n* We use Jenkins as our CI server.\n\nAnd some metrics:\n* 31,000 requests to the Hotjar Script per second.\n* 384 GB memory on our application instances, 772 GB memory for Elasticsearch, PostgreSQL, and HBase servers for a total of 1,156 GB.\n* 192 vCPUs running application instances, 120 vCPUs for Elasticsearch, Postgres, and HBase servers for a total of 312 vCPUs.\n* 16,500 API requests per second.\n* 2,300 PostgreSQL operations per second.\n* 10 GB added to our PostgreSQL database daily.\n\n## Office locations\n\nMalta only. Anyone’s welcome to work from there if they happen to find themselves in Malta.\n\n## How to apply\n\nYou can find all of our open roles, as well as more info, at [https://careers.hotjar.com](https://careers.hotjar.com).\n"
  },
  {
    "path": "src/companies/hubspot.md",
    "content": "---\ntitle: \"Hubspot\"\nslug: hubspot\nwebsite: https://www.hubspot.com/\ncareers_url: https://www.hubspot.com/careers/jobs?hubs_signup-url=www.hubspot.com%2Fcareers%2Fremote&hubs_signup-cta=careers-location-hero&page=1\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - devops\n  - go\n  - infrastructure\n  - javascript\n  - ml\naddedAt: 2023-10-24\nupdatedAt: 2023-10-24\n---\n\n## Company blurb\n\n[Hubspot](https://www.hubspot.com/our-story?hubs_content=www.hubspot.com%2F&hubs_content-cta=homepage-nav-about-desktop) is an all-in-one inbound marketing, sales, and customer service platform designed to help businesses grow and manage their customer relationships effectively.\n\n\n## Company size\n\n7100+\n\n## Remote status\n\nPartially Remote.\n\nFor more details about how we work remotely, check out our [company careers page](https://www.hubspot.com/careers/jobs?hubs_signup-url=www.hubspot.com%2Fcareers%2Fremote&hubs_signup-cta=careers-location-hero&page=1).\n\n## Region\n\nWorldWide\n\n## Company technologies\n\nHTML5, jQuery, Google Analytics, JavaScript, GitHub, Git, Docker, React, Amazon EC2, Apache Mesos, Kubernetes.\n\n## Office locations\n\nAmsterdam, Berlin, Bogotá, Cambridge, Dublin, Ghent, London, Madrid, Paris, San Francisco, Singapore, Sydney, Tokyo, Toronto.\n\n## How to apply\n\nCheck out our [company careers page](https://www.hubspot.com/careers/jobs?hubs_signup-url=www.hubspot.com%2Fcareers%2Fremote&hubs_signup-cta=careers-location-hero&page=1).\n\nTo apply, check out [our current openings](https://www.hubspot.com/careers/jobs?hubs_signup-cta=careers-nav-cta&hubs_signup-url=www.hubspot.com%2Fcareers%2Fremote&page=1#office=remote;).\n"
  },
  {
    "path": "src/companies/hubstaff.md",
    "content": "---\ntitle: \"Hubstaff\"\nslug: hubstaff\nwebsite: https://hubstaff.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - ruby\n  - rust\n  - mobile\n  - sql\n  - nosql\naddedAt: 2026-01-17\nupdatedAt: 2026-01-17\n---\n\nHubstaff is a time tracking and workforce management platform that helps businesses monitor productivity, manage schedules, and process payroll for distributed teams. Founded in 2012, the company serves over 112,000 businesses with products built entirely by their fully remote team spanning 28 countries.\n"
  },
  {
    "path": "src/companies/hudl.md",
    "content": "---\ntitle: \"Hudl\"\nslug: hudl\nwebsite: https://www.hudl.com/\ncareers_url: http://public.hudl.com/jobs\nregion: europe\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - javascript\naddedAt: 2015-11-16\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nOnline video analysis tools that help coaches at any level in every sport win.\nHudl is a sports + technology company. We create software that helps coaches win, athletes look like pros, and recruiters find more talent.\n\n## Company size\n\n393 team members listed by department on the [about/team](http://get.hudl.com/about/team/) page.\n\n## Remote status\n\nCurrently, working remotely is available to product team members in six states and the United Kingdom: CA, MA, NE, NY, TX, WA\n\n## Region\n\nUS and UK based employees.\n\n## Company technologies\n\nHudl keep a GitHub pages site [hudl.github.io](http://hudl.github.io/) showing their Open Source projects and technology\n\n## Office locations\n\nWe’re headquartered in the Haymarket District of Lincoln, Nebraska.\n\n## How to apply\n\nAll Hudl jobs are on the [Join us](http://public.hudl.com/jobs) page.\n"
  },
  {
    "path": "src/companies/hugo.md",
    "content": "---\ntitle: \"Hugo\"\nslug: hugo\nwebsite: https://hugo.events\ncareers_url: http://hugo.events/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\naddedAt: 2015-10-29\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nHugo has two beautiful products (built in house):\n-Quriobot (https://quriobot.com): our latest product which offers you a chatbot without any hassle and with beautiful elegance. It gives your website/product/service that personal touch the internet misses via conversational UI \n-Hugo (https://hugo.events/product): which is a fanbase management solution (think of it as a combination of SurveyMonkeys and Mailchimps). It accumulates your people data and allows you to enrich it, segment it and easily send out email campaigns.\n\n## Company size\n5-10 people \n\n## Region\nWorldwide - We support working remote but we are very open (and support it even more) if you want to come and work in the Netherlands (it's a great country ;) )! \n\n## Company technologies\nPlease check our stack on Stackshare here:\nHugo: https://stackshare.io/hugo-events\nQuriobot: https://stackshare.io/quriobot/quriobot\n\n## Office locations\n\nHugo office is located in [Amsterdam](https://www.google.co.uk/maps/place/Keienbergweg+97,+1101+GG+Amsterdam,+Netherlands)\n\n## How to apply\n\nVisit the Hugo [careers page](http://hugo.events/careers) or send an email to work@hugo.events\n"
  },
  {
    "path": "src/companies/human-made.md",
    "content": "---\ntitle: \"Human Made\"\nslug: human-made\nwebsite: https://hmn.md\ncareers_url: https://hmn.md/hiring/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - php\naddedAt: 2017-09-28\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nHuman Made is a fully distributed web development agency, with employees spread across the globe. We develop WordPress websites and applications for a broad range of clients in enterprise and publishing.\n\n## Company size\n\n50+ and growing.\n\n## Remote status\n\nWhat matters most at Human Made are the humans who make up the team. We believe that we do our best work when we strike the right balance between work and life, prioritising home and family while still being dedicated and serious in our careers. We work flexibly, focusing on completing tasks not on counting hours, and we monitor our workloads to ensure no one is overworked.\n\nAs a distributed team, communication is crucial to the smooth running of the company, and we value communication skills above all. We also value learning and collaboration, and always strive to create a supportive community in which every individual can flourish. As open source software is the cornerstone of our business, we encourage all of our employees to contribute to open source projects.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nWordPress, PHP, Javascript, server technologies?\n\n## Office locations\n\nWe have offices in the UK and Australia.\n\n## How to apply\n\nSend us an email to hiring@hmn.md with information about why you would like to join Human Made.\n\nhttps://hmn.md/hiring/\n"
  },
  {
    "path": "src/companies/husl-digital.md",
    "content": "---\ntitle: \"HUSL Digital\"\nslug: husl-digital\nwebsite: https://husldigital.com\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - php\naddedAt: 2020-10-29\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nHUSL Digital is a digital agency that work with clients on marketing strategy and implementation including digital strategy, branding, UI/UX, and website design and development among other services. Formerly known as UpTrending, it helps clients to create and implement digital solutions. \n\n## Company size\n\n11-50 \n\n## Remote status\n\nHUSL Digital has a fully remote culture (pre and post COVID)\n\n## Region\n\nHUSL Digital headquarter is situated Reston, Virginia.\n\n## Company technologies\n\nWebsite Design - WordPress\n\n## Office locations\n\n[HUSL Digital Reston, Virginia](https://www.bing.com/maps?where=Reston%2C%20VA%2020190%2C%20US)\n\n## How to apply\n\nNo current opening\n"
  },
  {
    "path": "src/companies/hypergiant.md",
    "content": "---\ntitle: \"Hypergiant\"\nslug: hypergiant\nwebsite: https://www.hypergiant.com/contact/\ncareers_url: https://www.hypergiant.com/careers/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - ml\naddedAt: 2020-10-19\nupdatedAt: 2022-10-05\n---\n\n## Company blurb\n\nHypergiant offers services that include innovative technologies of Robotic Process Automation equipped with smart learning. Hyper Giant offers solutions for aerospace, energy cyber security, healthcare, shipping, manufacturing, transportation, automotive, pharmaceuticals, telecommunications and banking.\n\nHypergiant was previous Black Pixel.\n\n## Company size\n\n220\n\n## Remote status\n\nMostly remote.\n\n## Region\n\n**USA**\n\n## Company technologies\n\n* AI Automation\n* Smart learning technologies\n* Data service\n* Sensor Technologies\n\n## Office locations\n \n101 W 6TH ST #400\nAUSTIN, TX 78701\nand\n5350 ALPHA ROAD\nDALLAS, TEXAS 75240\n\n\n## How to apply\n\nSee [this](https://www.hypergiant.com/careers/) page for job inquiry (available currently).\n"
  },
  {
    "path": "src/companies/hyperion.md",
    "content": "---\ntitle: \"Hyperion Development South Africa\"\nslug: hyperion-development-south-africa\nwebsite: https://hyperiondev.com/jobs\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - python\naddedAt: 2016-10-30\nupdatedAt: 2020-10-28\n---\n\n## Company blurb\n\nHyperion is a social enterprise, with a mission to bring scaleable Computer Science and software development education to the developing world. We believe this education is uniquely empowering - no skill can more rapidly empower individuals to gain access to well-paying careers, yet no skill is as hard to learn in the third world. In Africa alone, over 200 million low-income youth can harness the skills we teach to change their lives forever.\n\n## Company size\n\n11 - 50 employees as listed on their [LinkedIn page](https://www.linkedin.com/company/hyperion-development-south-africa)\n\n## Remote status\n\nPositions are open to working anywhere within South Africa and Africa.\n\n## Region\n\nSouth Africa (some positions are open to the rest of Africa)\n\n## Company technologies\n\nMust be proficient in at least one modern programming language (eg Java/Python/C++/C#)\n\n## Office locations\n\n- 6 Cotswold Drive, Westville, __Durban, South Africa__\n- Office 4/5, Bandwidth Barn, The Woodstock Exchange, 66 Albert Road, Woodstock, __Cape Town, South Africa__\n- 44 Stanley Ave, Milpark, __Johannesburg, South Africa__\n- Floor 5, Future Business Centre, King Hedges Rd, __Cambridge, United Kingdom__\n\n## How to apply\nHyperion is looking for motivated people who share their mission, spirit and excitement for the future of Computer Science and software development in South Africa.\n\nIf you think you tick these boxes and would be a good fit, visit the [Hyperion website](https://hyperiondev.com/jobs) or email them [here](mailto:contact@hyperiondev.com/)\n"
  },
  {
    "path": "src/companies/hypothesis.md",
    "content": "---\ntitle: \"Hypothesis\"\nslug: hypothesis\nwebsite: https://hypothes.is\ncareers_url: https://hypothes.is/jobs/\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\n  - python\naddedAt: 2015-10-21\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nOur team is building an open platform for discussion on the web. It leverages annotation to enable sentence-level critique or note-taking on top of news, scientific articles, books, and more. We're a small non-profit building open source software.\n\n## Company size\n\n12\n\n## Remote status\n\nWe all work remotely from the SF Bay Area, Berlin, London, Edinburgh, New York, Austin and more.\n\n## Region\n\nMost of us are in the US and Europe, but we're open to consider other locations as long as we have some timezone overlap.\n\n## Company technologies\n\nPython, Javascript, some Angular, so much more!\n\n## Office locations\n\nWe have a small co-working space in SF and another in Berlin.\n\n## How to apply\n\nOur open positions and instructions to apply are here https://hypothes.is/jobs/\n"
  },
  {
    "path": "src/companies/i-stem.md",
    "content": "---\ntitle: \"I-Stem\"\nslug: i-stem\nwebsite: https://www.istemai.com/\ncareers_url: https://wellfound.com/company/i-stem/jobs\nregion: asia-pacific\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - python\naddedAt: 2023-10-08\nupdatedAt: 2023-10-08\n---\n\n## Company blurb\n\nFounded by people with disabilities with lived experience and decade's of accessibility, engineering and AI experience, I-Stem strongly believes in the power of technology and community to create equitable experiences and opportunities for all. Through our range of individual and enterprise products, services and initiatives, we seek to empower people with disabilities and support organizations in better catering to their students, employees or customers with disabilities.\n\n## Company size\n\n1-10 people\n\n## Remote status\n\nFun, challenging work with tangible impact; opportunities to grow and explore cutting edge advances in technology\n\n## Region\n\nIndia\n\n## Company technologies\n\nPython, Node.js, React.js\n\n## Office locations\n\nPune, India\n\n## How to apply\n\nCheck their job page: https://wellfound.com/company/i-stem/jobs\n"
  },
  {
    "path": "src/companies/ibm.md",
    "content": "---\ntitle: \"IBM\"\nslug: ibm\nwebsite: https://www.ibm.com\ncareers_url: https://www.ibm.com/employment/?lnk=fab#jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - mobile\naddedAt: 2022-10-03\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nInternational Business Machines Corporation is an American multinational technology corporation headquartered in Armonk,\nNew York, with operations in over 171 countries.\n\n## Company size\n\nOver 280,000\n\n## Remote status\n\nFully remote at the moment\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nC++, C#, Java, .NET, React, Angular, Vue, Typescript, Swift, Salesforce\n\n## Office locations\n\nWorldwide locations\n\n## How to apply\n\nFind jobs: [careers website](https://www.ibm.com/employment/?lnk=fab#jobs).\n"
  },
  {
    "path": "src/companies/iclinic.md",
    "content": "---\ntitle: \"iClinic\"\nslug: iclinic\nwebsite: https://iclinic.com.br/\ncareers_url: https://vagas.iclinic.com.br/\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - python\n  - sql\naddedAt: 2019-10-14\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\niClinic is one of the fastest growing health technology startups in Brazil. We serve thousands of professionals around the country. \n\n## Company size\n\n50-100\n\n## Remote status\n\nThe most of development and product team are fully remote. You can find more information in our [career instagram](https://www.instagram.com/carreirasiclinic/?hl=en)\n\n## Region\n\nCurrently, we only accept portuguese speakers candidates that can work in a time range compatible with the BRT (UTC -3) business hours.\n\n## Company technologies\n\nPython, Django, Node, React, Redux, Postgres and MySQL\n\n## Office locations\n\nRibeirão Preto, PR, Brazil\n\n## How to apply\n\nVisit our [career page](https://vagas.iclinic.com.br/).\n"
  },
  {
    "path": "src/companies/idonethis.md",
    "content": "---\ntitle: \"IDoneThis\"\nslug: idonethis\nwebsite: http://idonethis.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2020-10-23\n---\n\n## Company blurb\n\n[I Done This](http://idonethis.com) is the easiest way to share and celebrate what you get done at work, every day, that companies like Zappos, Foursquare, and Reddit use. \nIt's that simple. No hassle, no micromanagement. Get stuff done, and celebrate it with your team.\n\n## Company size\n\n2-10 employees\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nproductivity, management, reporting, fulfillment, performance management, coaching, employee recognition, leadership, social performance, status reports, snippets, enterprise, business software, and enterprise social software \n\n## Office locations\n\nSan Francisco, CA \n\n## How to apply\n\n[IDoneThis](http://idonethis.com)\n\n[LinkedIn](https://www.linkedin.com/company/idonethis/)\n"
  },
  {
    "path": "src/companies/ifit.md",
    "content": "---\ntitle: \"iFit\"\nslug: ifit\nwebsite: https://www.ifit.com/\ncareers_url: https://www.iconfitness.com/careers.html?brand=ifit\nregion: americas\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - java\n  - javascript\naddedAt: 2019-11-19\nupdatedAt: 2019-11-19\n---\n\n## Company blurb\n\nAt iFit we do remote teams right. Join a great company that is growing fast and with the right work/life balance.\n\n\nWe believe in sustainable, healthy lifestyles that deliver results. iFit focuses on connecting everybody to everything fitness. We love software that talks to real things. Our parent company is the world's largest fitness manufacturer ( iFit,NordicTrack, ProForm, Gold's Gym, Freemotion, 10+ others), which provides us a LOT of devices,  embedded tablets, and other exciting physical things to engage with.\n\n## Company size\n\nclose to 200 (Nov 2019)\n\n## Remote status\n\nAlmost all of the developers are remote. We do have an office in Logan, Utah, where the product owners, testers, and higher ups are based.\n\n## Region\n\nUSA\n\n## Company technologies\n\nReact + TypeScript for Full Stacks, C#/Xamarin and Kotlin for Mobile Devs.\n\n## Office locations\n\nLogan, Utah\n\n## How to apply\n\nCheck our jobs page: https://www.iconfitness.com/careers.html?brand=ifit\n"
  },
  {
    "path": "src/companies/igalia.md",
    "content": "---\ntitle: \"Igalia\"\nslug: igalia\nwebsite: https://www.igalia.com/\ncareers_url: https://www.igalia.com/jobs/\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2020-10-22\n---\n\n## Company blurb\n\nIgalia is a Free Software consultancy with headquarters in Spain and developers all around the world. We are passionate about our work, active in our communities, eager to learn, and happy to contribute our knowledge. In short, we are inspired to make the world a better place through Free Software.\n\n## Company size\n\n89 (as of October 2020)\n\n## Remote status\n\nWe provide a very remote-friendly, collaborative and supportive environment in which Igalians from around the globe (our team includes employees based in the Americas, Asia, and Europe).\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nWebKit and Blink browser engines, Mesa graphics drivers, V8 and JavaScriptCore language runtimes, GStreamer multimedia toolkit or high-speed software-defined networking with our work on Snabb Switch, etc.\n\n## Office locations\n\nHeadquarters\nBugallal Marchesi, 22, 1º\n15008 A Coruña\nGalicia (Spain)\nPho.: +34 981 913991\nFax: +34 981 913949\ninfo(at)igalia.com\n\n## How to apply\n\nhttps://www.igalia.com/jobs/\n"
  },
  {
    "path": "src/companies/imagine-learning.md",
    "content": "---\ntitle: \"Imagine Learning\"\nslug: imagine-learning\nwebsite: https://www.imaginelearning.com\ncareers_url: https://www.imaginelearning.com/en/us/about/careers\nregion: americas\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - python\n  - ruby\naddedAt: 2022-10-01\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nImagine Learning inspires learning breakthroughs for students while empowering educators. Our K-12 solutions provide support for 21st-century learners, giving students a stronger foundation to build on. www.imaginelearning.com\n\n## Company size\n\n3000+ \n\n## Remote status\n\nWe are a company with departments that are remote, hybrid, or in office (depending on the position)\n\n## Region\n\nUSA\n\n## Company technologies\n\n.NET, C#, Kotlin, Micronaut, Python, JavaScript, Typescript, HTML, CSS, Java, Ruby, and more.\n\n## Office locations\n\n* Austin, TX (USA)\n* Scottsdale, AZ (USA)\n* Rock Rapids, IA\n\n## How to apply\n\nVisit our [Careers page](https://www.imaginelearning.com/en/us/about/careers) for information on how to apply.\n"
  },
  {
    "path": "src/companies/impala.md",
    "content": "---\ntitle: \"Impala\"\nslug: impala\nwebsite: https://www.getimpala.com/\ncareers_url: https://boards.greenhouse.io/impala\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - javascript\n  - nosql\n  - sql\naddedAt: 2020-02-10\nupdatedAt: 2020-02-10\n---\n\n## Company blurb\n\nWe are a remote-first company that builds travel infrastructure. We want to live in a world where travel is diverse, personal and accessible. Our first step - build the accommodation API to end all accommodation APIs, to enable and democratise innovation.\n\nThings we take seriously:\n\n- Our customers and customer data\n- Our team and work-life balance\n- The quality of our products and services  \n\nThings we don't take too seriously:\n\n- Ourselves\n- The #random channel\n\n## Company size\n\n35+ team members (15 in Product/Engineering and growing fast)\n\n## Remote status\n\nOur development team is fully remote, but we're the most social and synchronous remote team you'll ever meet. To ensure we stay that way, we're all based in Europe (2 hours either side of UK time).\n\nThe operations and commercial teams are partially remote (with 2 'core' days in an office), they like to see people IRL every now and then. Engineers do too! That's why we set up frequent co-location events for the development team.\n\n## Region\n\nEurope\n\n## Company technologies\n\nBackend:\n- Node.js\n- New & exciting data processing language (TBD)\n\nFrontend:\n- Javascript\n- React\n\nInfrastructure:\n- Amazon Web Services (multiple)\n\nDatastores:\n- MongoDB\n- Postgres\n\nQueues:\n- RabbitMQ\n\n## Office locations\n\nLondon\n\n## How to apply\n\nCheck-in here (#hotelJokes): https://boards.greenhouse.io/impala\n"
  },
  {
    "path": "src/companies/impira.md",
    "content": "---\ntitle: \"Impira\"\nslug: impira\nwebsite: https://www.impira.com/\ncareers_url: https://www.impira.com/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - go\n  - java\n  - javascript\n  - ml\n  - python\naddedAt: 2020-10-29\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\n[Impira](https://www.impira.com/) was founded in 2017 and is backed by top institutional investors and industry leaders.  Powered by artificial intelligence, Impira uses technologies like OCR, computer vision, and object recognition to help you extract, organize, search, and analyze invoices, contracts, and images.\n\nAs businesses become increasingly digital, visual forms of data such as images, videos, PDFs, and documents, have exploded in volume. However, traditional tools like databases, spreadsheets, and dashboards have been ill-equipped to manage such content. As a result, teams are left spending precious time searching, retyping, and recreating visual assets across multiple systems.  At Impira, we realized that re-engineering the data processing stack, with AI at its core, could unlock the valuable information buried within visual data. Our product is ambitious — we believe that if we are successful, we can unleash incredible amounts of productivity by cataloging, analyzing, and interpreting visual data at scale.\n\n## Company size\n\n50 and growing.\n\n## Remote status\n\nEmployees can work from anywhere in the USA.\n\n## Region\n\nRemote USA and On-Site positions in San Francisco.\n\n## Company technologies\n\n- NodeJS\n- Go\n- ReactJS\n- Python\n- Java\n- C++\n- Tensorflow\n- Keras\n\n\n## Office locations\n\n- San Francisco HQ\n\n## How to apply\n\n[Visit our Impira careers page](https://www.impira.com/careers)\n"
  },
  {
    "path": "src/companies/implisense.md",
    "content": "---\ntitle: \"Implisense\"\nslug: implisense\nwebsite: https://implisense.com/\nregion: other\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - java\n  - javascript\n  - linux\n  - ruby\n  - search\naddedAt: 2020-04-21\nupdatedAt: 2025-07-29\n---\n\n## Company blurb\n\nImplisense offers an award-winning solution for Sales Automation. The service is based on a proprietary company index, which holds data points to several million companies in Germany and the United Kingdom. By using modern data mining methods Implisense can make predictions for future potential customers and thus, make marketing and sales activities more efficient and accurate. The service is used by market leaders in Germany, Europe, and the US, who already hold several hundreds to thousands of business relationships.\nSince 2017, Implisense is operating a company search engine. The basic version of the service is free of charge for all users and is supplemented by value-added services for commercial customers.\n\n## Company size\n\n10-20 employees\n\n## Remote status\n\nWe have a nice office in Berlin but you can also work partially or fully remotely. Some of our employees are already making use of that option. Most of our workflows are asynchronous but we are also experimenting with [Remote Mob Programming](https://www.remotemobprogramming.org/) (and we do quite like it).\n\n## Region\n\nGermany\n\n## Company technologies\n\n### Backend\n\n- Kotlin\n- Java (legacy)\n- Gradle\n- Elasticsearch\n- Ruby on Rails\n\nWe are pursuing a clean functional architecture with speaking types.\n\n### Frontend\n\n- EmberJs\n- VueJs\n\n### Tools\n\n- Gitlab\n- Linux\n- Kubernetes\n- Mattermost\n- Jitsi\n- IntelliJ IDEA\n\n## Office locations\n\nBerlin\n\n## How to apply\n\n[not available]\n"
  },
  {
    "path": "src/companies/incsub.md",
    "content": "---\ntitle: \"Incsub\"\nslug: incsub\nwebsite: https://incsub.com/\ncareers_url: http://incsub.com/careers/\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\n  - php\naddedAt: 2015-11-16\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe are Incsub, and we are behind WordPress projects [WPMU DEV](http://wpmudev.org) and [Edublogs](http://edublogs.org). \n\nIncsub is short for 'Incorporated Subversion', which is what we build into everything we make.\n\nWPMU DEV is the largest premium WordPress site on the web. More developers, more support staff and more WordPress love than anywhere else - it's like having your own dedicated team.\n\nEdublogs the second largest WordPress site in the World, providing millions of blogs for teachers, students and institutions.\n\n\n## Company size\n\nAround 60 employees.\n\n## Remote status\n\nThe Team is mostly everywhere... literally. Incsub staff is all over the world. We're based out of Melbourne Australia, but have staff in every timezone (except Adelaide).\n\n## Region\n\nWe have employees in many different countries around Europe, America and Asia, some of them are located at Melbourne but location is not important.\n\n## Company technologies\n\n- WordPress\n- PHP\n- Nodejs\n- Vagrant\n- Git\n\n## Office locations\n\n- Melbourne, Australia\n\n## How to apply\n\nApply on [our Careers page](http://incsub.com/careers/)!\n"
  },
  {
    "path": "src/companies/indrive.md",
    "content": "---\ntitle: \"inDrive\"\nslug: indrive\nwebsite: https://incsub.com/\ncareers_url: https://careers.indrive.com/\nregion: other\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - go\naddedAt: 2025-07-20\nupdatedAt: 2025-07-20\n---\n\n## Company blurb\n\ninDrive is a ride-hailing company, with fair price policies for both a driver and a passenger\n\n## Company size\n\n3000\n\n## Remote status\n\nWhile the company has offices in Cyprus and in Kazakhstan, it is allowed to work remotely inside the country of working contract.\n\n## Region\n\nCurrent openings are for remote positions in Cyprus, Kazakhstan, and Georgia.\n\n## Company technologies\n\nPHP/Go, and many other depending on the team\n\n## Office locations\n\nCyprus (Limassol, Paphos), Kazakhstan (Almaty)\n\n## How to apply\n\nCheck our jobs page: [https://careers.indrive.com/](https://careers.indrive.com/) and [LinkedIn](https://www.linkedin.com/company/indrive/jobs/)\n"
  },
  {
    "path": "src/companies/infinite-red.md",
    "content": "---\ntitle: \"Infinite Red\"\nslug: infinite-red\nwebsite: https://infinite.red\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - dotnet\n  - elixir\n  - javascript\n  - ml\n  - mobile\n  - ruby\naddedAt: 2019-06-11\nupdatedAt: 2019-06-11\n---\n\n## Company blurb\nWe're an app design and development team for mobile and web\n\n[Read more about data, network and features](http://www.infinite.red).\n\n## Company size\n30ish\n\n## Remote status\n100% Remote - We're proud of it, and we blog about it.  https://mailchi.mp/infinite/remote\n\n## Region\nUS and Canada freelancers and employees welcome.  NO SOLICITING for farming our work out.  If you'd like to build a bi-directional partnership, let us know.  But we're not outsourcing.\n\n## Company technologies\n* JavaScript\n* Rails\n* Elixir\n* Phoenix\n* React\n* React Native\n* ML\n* Web Assembly\n* C#\n\n## Office locations\n100% Remote\n\n## How to apply\nJoin our community slack (community.infinite.red) and message our CEO.\n"
  },
  {
    "path": "src/companies/influxdata.md",
    "content": "---\ntitle: \"InfluxData\"\nslug: influxdata\nwebsite: https://influxdata.com\ncareers_url: https://boards.greenhouse.io/influxdb?gh_src=ygda3s\nregion: europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2019-09-28\n---\n\n## Company blurb\n\n[InfluxData](https://www.influxdata.com/), creator of the open source time series database InfluxDB, empowers developers and organizations to build transformative monitoring, analytics and IoT applications quicker and to scale. Our purpose-built platform handles the massive volumes of time-stamped data produced by IoT devices, applications, networks, containers and computers.\n\n## Company size\n\nInfluxData is currently around 150 employees, of which over half work remotely.\n\n## Remote status\n\nMost of engineering is remote, and a fair amount of sales and marketing are remote too. We use Zoom for face to face remote conversations, and we primarily use Slack for text-based conversations.\n\n## Region\n\nInfluxData is currently hiring in the UK, Germany, Italy and the following US states: AZ, CA, CO, CT, GA, ID, IL, MA, MD, MN, NC, NJ, NY, OK, OH, OR, TX, UT, VA, WA.\n\n## Company technologies\n\nInfluxData's software products are primarily built in Go on the backend and TypeScript with React on the frontend. Our customer-facing portal is built in Elixir.\n\nOur development happens on GitHub.\n\n## Office locations\n\nInfluxData is headquartered in San Francisco and currently has one satellite sales and marketing office in Austin, Texas.\n\n## How to apply\n\nPlease apply through [our jobs listing page](https://boards.greenhouse.io/influxdb?gh_src=ygda3s).\n"
  },
  {
    "path": "src/companies/inquicker.md",
    "content": "---\ntitle: \"InQuicker\"\nslug: inquicker\nwebsite: https://inquicker.com\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - dotnet\n  - elixir\n  - javascript\n  - ruby\n  - rust\naddedAt: 2016-05-02\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\nWe exist to improve access to health care. We are committed to providing the best\npossible experience for patients to register their health care appointments. Digital self-scheduling and\ndischarge-scheduling is our specialty, and we provide increased patient retention, satisfaction and engagement\nto our customers.\n\n## Company size\n~ 50 out of several thousand across our parent company, Stericycle.\n\n## Remote status\nThe dev team is completely remote, always has been. Our awesome product managers are based in Nashville, with\nthe rest of the company, but that has never negatively affected the dev team. If anything, it's made getting\ntogether in-person all the more special. We do one big annual retreat (Panama, Tofino, Santa Cruz) and we have\nseveral smaller meetups as needed.\n\nWe use Slack, [Appear.in](https://appear.in), Trello, and other fantastic remote-friendly tools. Github,\nCircle CI, other fun services too.\n\n## Region\nUS and Canada:\n\n* Victoria, BC\n* Haida Gwaii, BC\n* Portland, OR\n* San Francisco, CA\n* Denver, CO\n* Atlanta, GA\n* Columbus, OH\n\n## Company technologies\n* Ruby\n* Elixir\n* Ember\n* C# (a very tiny bit)\n* Rust\n* Docker + Kubernetes\n* Clojure\n\n## Office locations\n[Nashville, TN](https://goo.gl/maps/8xGfZPnaq4B2) and hopefully Portland, soon.\n\n## How to apply\nPassively seeking the right people. Email [Jerrett Strain](mailto:jerrett@inquicker.com) and explain why that might be you.\n"
  },
  {
    "path": "src/companies/inshorts.md",
    "content": "---\ntitle: \"Inshorts\"\nslug: inshorts\nwebsite: https://www.inshorts.com/\ncareers_url: https://inshorts.zohorecruit.com/careers\nregion: asia-pacific\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - infrastructure\n  - javascript\n  - php\naddedAt: 2022-10-13\nupdatedAt: 2022-10-14\n---\n\n## Company blurb\n\nInshorts is a news app that selects latest and best news from multiple national and international sources and summarises them to present in a short and crisp 60 words or less format, personalized for you, in both, English or Hindi. \nAll summarised stories contain only headlines and facts, no opinions, to help you stay informed of the current affairs. \nWhether it’s the latest government policies or shakeups in bollywood, we get them covered and delivered super fast! \nGet updated with the latest news and current affairs in a jiffy!\n\n## Company size\n\n1000+ and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations.\n\n## Remote status\n\ninshorts has integrate remote work – we intended to be remote from the start! Being remote allows us to find talent no matter where they're located, scale up to meet needs with relative fluidity, and have been bootstrapped from the start. We also recognize the challenges of working remotely, and put a lot of effort into in-person meetups, communication tools, and ensuring that employees have the benefits and support they need no matter where they are.\n\n## Region\n\nWe have employees mostly, from across India. Most are currently located in various diffrent stats of the nation, a number travel frequently, and some even work nomadically.\n\n## Company technologies\n\n* WordPress\n* PHP\n* Sass\n* Git\n* Vagrant\n* Nginx\n* Memcache\n* Sheets\n* Trello\n\n## Office locations\n\nNoida, India; or everywhere!\n\n## How to apply\n\nCheck out our [careers page](https://inshorts.zohorecruit.com/careers) and send an email to careers@inshorts.com.\n"
  },
  {
    "path": "src/companies/instamobile.md",
    "content": "---\ntitle: \"Instamobile\"\nslug: instamobile\nwebsite: https://instamobile.io\ncareers_url: https://www.instamobile.io/react-native-jobs/\nregion: worldwide\nremote_policy: remote-friendly\ntechnologies:\n  - java\n  - mobile\naddedAt: 2019-10-21\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nInstamobile offers premium stunning React Native app templates, to help developers, entrepreneurs and designers launch their mobile apps more quickly and at a fraction of the cost. Instamobile’s fully functional app templates are production-ready and can be submitted to the App Store and Google Play Store literally on day 0.\n\nInstamobile offers fully functional stunning mobile app templates to help entrepreneurs launch their minimum viable product for their startups in a few hours, by including 90% of the boilerplate code necessary for launching their mobile app. Launch your mobile app today with already built-in features such as shopping, dating, food ordering, photo messaging, chatting, maps, backend, and many more.\n\nNext time you start developing a new mobile app from scratch, consider using a fully functional React Native app template from Instamobile. Don’t reinvent the wheel. You can save days of design and development, by leveraging beautifully designed React Native starter kits, containing boilerplate code & stunning UI for features such as shopping, dating, food ordering, chatting, maps, Firebase, and more.\n\n## Remote status\n\nA team of developers spread across libraries, cafes, co-working spaces and home offices all over the world. We get together all day and night on slack for development and design. We are flexible enough whether you work from home or from your favorite coffee shops and create awesome apps. Make your own schedule.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- React Native\n- Flutter\n- iOS\n- Android\n- Swift\n- Kotlin\n\n## How to apply\n\nWe constantly update our [careers](https://www.instamobile.io/react-native-jobs/) page. Look out for complete job descriptions there.\n"
  },
  {
    "path": "src/companies/instructure.md",
    "content": "---\ntitle: \"Instructure\"\nslug: instructure\nwebsite: https://www.instructure.com/\ncareers_url: https://www.instructure.com/about/careers\nregion: europe\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - cloud\n  - javascript\n  - ruby\n  - sql\naddedAt: 2022-10-12\nupdatedAt: 2022-10-12\n---\n\n## Company blurb\n\nAt Instructure, we believe in the power of people to grow and succeed throughout their lives. Our goal is to amplify that power by creating intuitive products that simplify learning and personal development, facilitate meaningful relationships, and inspire people to go further in their education and careers. We do this by giving smart, creative, passionate people opportunities to create awesome solutions.\n\n## Company size\n\n1000+\n\n## Remote status\n\n*How* you work is much more important than *where* you work. We offer work-from-home flexibility and flex time off ('cause we're all grown-ups here, and we trust our employees to kick some buns and get stuff done).\n\n## Region\n\nEurope\nNorth America\nOceania (this includes Australia)\n\n## Company technologies\n\nRuby, Rails, Javascript, MySQL, and our platform runs on AWS.\n\n## Office locations\n\n* Salt Lake City, UT (USA)\n\n## How to apply\n\nVisit our [Careers page](https://www.instructure.com/about/careers) for information on how to apply.\n"
  },
  {
    "path": "src/companies/intellum.md",
    "content": "---\ntitle: \"Intellum\"\nslug: intellum\nwebsite: https://www.intellum.com\ncareers_url: https://apply.workable.com/intellum-inc/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nHere at Intellum we help companies increase revenue and improve customer retention. As we combine customer experience and education we help large brands and fast-moving companies to achieve thier business outcomes. \n\nFor 20 years we have been succeeding in our mission through observing and rethinking how people learn and collaborate. Founded in the year 2000 we launched the world's first cloud LMS (Learning Management System) and threafter through the years introducing cloud course and assessment authoring, delivering course and assessments over the web, development of the Tribe Social and Tribe Chat... and much more.\n\nCompany Website: https://www.intellum.com/\n\n## Company size\n\n51-200 Employees.\n\n## Remote status\n\nCurrently no remote options/positions.\n\n## Region\n\nUSA.\n\n## Company technologies\n\nHTML\nCSS\nJavaScript\nReactJS\nGIT\n\n## Office locations\n\nUSA - Atlanta, Georgia.\n\n## How to apply\n\nYou can see a listing of opportunities here https://apply.workable.com/intellum-inc/ and on Intellum's LinkedIn profile.\nIntellum's website does not seem to have a career opportunity section.\n"
  },
  {
    "path": "src/companies/intent.md",
    "content": "---\ntitle: \"Intent\"\nslug: intent\nwebsite: https://withintent.com\ncareers_url: https://withintent.com/careers\nregion: europe\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - cloud\n  - java\n  - javascript\n  - mobile\naddedAt: 2023-02-10\nupdatedAt: 2023-02-10\n---\n\n## Company blurb\n\n[Intent](https://withintent.com/) has over 10+ years of experience in helping to conceptualize, design, and build apps for IoT and connected devices.\n\n## Company size\n\n50-100 people\n\n## Remote status\n\nRemote first\n\n## Region\n\nEurope, Africa\n\n## Company technologies\n   \n* IoT\n* iOS (Obj-c, Swift)\n* Android (Java, Kotlin)\n* Flutter\n* React Native\n* AWS\n* Node.js\n\n## Office locations\n\nWarsaw, Wilcza 46\n\n\n## How to apply\n\n[Intent Careers](https://withintent.com/careers)\n"
  },
  {
    "path": "src/companies/inter-link.md",
    "content": "---\ntitle: \"Inter.link\"\nslug: inter-link\nwebsite: https://inter.link/\ncareers_url: https://inter.link/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - python\n  - sql\naddedAt: 2023-10-11\nupdatedAt: 2023-10-11\n---\n\n## Company blurb\n\nAt Inter.link, we are dedicated to revolutionizing the network industry by delivering superior, sustainable, and automated connectivity solutions to enterprise customers worldwide. Our mission is to provide a 100% uptime guarantee, self-service, and end-to-end automation on a global scale. \n\nWe are committed to excellence and professionalism in everything we do. Trust and equality are at the core of our values, and we strive to ensure that traffic passing through our networks is encrypted and transported equally. We also actively support the network community and strive to continuously improve in all areas, including our commitment to being CO2 neutral.\n\n## Company size\n\n&gt;30 as of Q4-2023 with a wide range of nationalities and languages (although English is the official language).\n\n## Remote status\n\nInter.link is a 100% remote and English speaking company. We have no dedicated office although, the company was founded in Berlin, Germany, which means we have a registered address there but, nobody is based at this address.\n\nWe provide employees with everything they need to work remotely (there is a home office budget) and we have flexible working hours.\n\nWe also host quarterly company meet-ups that provide an opportunity to work and socialize with your colleagues in-person, and we have regular virtual social events in between the meet-ups, in order to break up the solitude of remote work.\n\n## Region\n\nWe are open to hiring people from anywhere around the world. The company was founded in Berlin has been spreading out from there. We now have employees all over Europe and recently hired in the USA. We hope to keep spreading out!\n\n## Company technologies\n\nOn the networking side of things we are working with the usual networking names such as Arista, Juniper, F5, Kentik, Ansible, J2, NetBox, etc.\n\nOn the software side of things we are working with typical software languages and tools such as Python, Typescript, Go, Django, PostgreSQL, K8s, ArgoCD, etc.\n\n## Office locations\n\nWe have one office in Berlin which is just a registered company location, and also used for deliveries, nobody works there, we are a 100% remote company.\n\n## How to apply\n\nOpen positions are listed on our [careers page](https://inter.link/careers). You can apply there or email [jobs@inter.link](mailto:jobs@inter.link) directly.\n"
  },
  {
    "path": "src/companies/interactive-intelligence.md",
    "content": "---\ntitle: \"Interactive Intelligence\"\nslug: interactive-intelligence\nwebsite: https://www.inin.com/\ncareers_url: https://www.inin.com/careers\nregion: other\nremote_policy: hybrid\ncompany_size: enterprise\naddedAt: 2015-10-14\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nInteractive Intelligence provides software and cloud services for customer engagement, unified communications and collaboration to help businesses worldwide improve service, grow their business faster and reduce costs.\n\n## Company size\n\n2000+\n\n## Remote status\n\nWe don't typically hire remotes. Usually people whom have worked with the company and moved afterwards.\n\n## Region\n\nRemotes are preferred to be on New York time or similar, as our main offices are on New York time, but there are various remotes throughout the globe.\n\n## Office locations\n\nMain developer locations: Indianapolis, IN; Raleigh, NC;\nWe also have other various worldwide business office locations.\n\n## How to apply\n\nhttps://www.inin.com/careers\n"
  },
  {
    "path": "src/companies/intercom.md",
    "content": "---\ntitle: \"Intercom\"\nslug: intercom\nwebsite: https://www.intercom.io/\ncareers_url: https://www.intercom.io/careers\nregion: other\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - infrastructure\n  - javascript\n  - nosql\n  - ruby\n  - sql\naddedAt: 2015-10-25\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nA fundamentally new way to communicate with your customer. Intercom is one place for every team in an internet business to communicate with customers, personally, at scale—on your website, inside web and mobile apps, and by email.\n\n## Company size\n\n126 shown on Intercom's [company page](https://www.intercom.io/company).\n\n## Remote status\n\nSome roles remote across the company.\n\n## Region\n\nDependent on position.\n\n## Company technologies\n\nRuby, Ruby on Rails, Ember.js, MongoDB, MySQL, Redis, Pusher, nginx, Sinatra, Sidekiq, and lots more\n\n## Office locations\n\nSF: [55 2nd St, 4th Fl. San Francisco, CA 94105](https://www.google.co.uk/maps/place/Intercom/@37.788802,-122.400318,15z/data=!4m2!3m1!1s0x0:0x305f890d78b83852?hl=en)\nDublin: [2nd Floor, Stephen Court, 18-21 St Stephen's Green, Dublin 2, Ireland](https://www.google.co.uk/maps/place/Intercom/@53.339371,-6.259684,17z/data=!3m1!4b1!4m2!3m1!1s0x48670e9fe8e64383:0x7a290f5513b3aacd?hl=en)\n\n## How to apply\n\nIntercom [careers](https://www.intercom.io/careers) page\n"
  },
  {
    "path": "src/companies/interpersonal-frequency-i-f.md",
    "content": "---\ntitle: \"Interpersonal Frequency (I.F.)\"\nslug: interpersonal-frequency-i-f\nwebsite: https://ifsight.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\n  - ml\naddedAt: 2018-04-24\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nInterpersonal Frequency (I.F.) builds and supports award-winning Drupal websites for civic institutions. We provide data-driven development and design consulting, open-source cloud hosting solutions and deeply insightful custom analytics tools.\n\n## Company size\n\n< 50 employees (as of october 2020)\n\n## Remote status\n\nThey are actually working via remote. \nTestimony:\n> I love working remote and not having a commute. But video conferencing rules mean we still \"see\" each other on screen. There is still a strong sense of 'team'. I'm not alone despite working from home. ~ Senior Project Manager @Glassdoor.com.mx\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nHTML5, Google Analytics, and jQuery, according to G2 Stack.\n\n## Office locations\n\nMcLean, Virginia and Seattle, WA\n\n## How to apply\n\nCheck our website: https://ifsight.com or send an email to contact@ifsight.com\n"
  },
  {
    "path": "src/companies/intevity.md",
    "content": "---\ntitle: \"Intevity\"\nslug: intevity\nwebsite: https://www.intevity.com/\ncareers_url: https://www.intevity.com/careers\nregion: americas\nremote_policy: hybrid\ncompany_size: small\naddedAt: 2020-10-25\nupdatedAt: 2020-10-25\n---\n\n## Company blurb\n\nFounded in 2003, Intevity (previously Twin Technologies) is a **full-service, digitally-focused management consultancy** based in Boston, MA with remote offices and employees throughout the eastern and central US (Baltimore, Chicago, D.C., New York). Intevity focuses on both Commercial and Public Sector clients, with deep expertise in retail, software, and government. Intevity has key vendor partnerships with Adobe, AWS, and Salesforce. \n\nWe work on all phases of projects, from early discovery and design to strategy to execution. We are known for our vulnerability-based culture, high levels of craftsmanship, innovation, and trust; being able to truly connect with the needs and spot the real reasons why an organization is being held back from achieving their goals. \n\nWe specialize in digital transformation in retail, software, and government. We align audiences, optimize processes, and build custom, cutting-edge experiences on leading platforms—all while helping businesses increase velocity while reducing organizational risk. \n\nAs an agile company, Intevity is committed to continually growing and evolving with the market to provide an environment where creativity, leadership, mentoring, planning, and resources are in place to achieve our shared goals.\n\n## Company size\n\n~30 employees. All listed on the [about page](https://www.ushahidi.com/about).\n\n## Remote status\n\nBased out of Boston, MA but there are remote offices and employees through the eastern and central US\n\n## Region\n\nUSA\n\n## Office locations\n\nBoston, MA\n\n## How to apply\n\n***They are currently hiring! (as of 10/22/20)***\nApply on their [Careers page](https://www.intevity.com/careers)\n"
  },
  {
    "path": "src/companies/intuit.md",
    "content": "---\ntitle: \"Intuit Inc.\"\nslug: intuit-inc\nwebsite: https://www.intuit.com/\ncareers_url: https://www.intuit.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - ml\n  - php\n  - python\n  - ruby\naddedAt: 2022-10-31\nupdatedAt: 2022-10-31\n---\n\n## Company blurb\n\nIntuit is a global technology platform with a mission to power prosperity around the world. Our innovative products like TurboTax, QuickBooks, Mint, Credit Karma and Mailchimp help millions of consumer, small business and self-employed customers overcome their most important financial challenges.\n\nOur products and services are built on Intuit's AI-driven expert platform, combining the power of cutting edge technology with live financial experts. Our team innovates together in a diverse and collaborative environment where technology makes a global impact. From uncovering data patterns for how wealth is created, to designing conversational interfaces that deliver personalized experiences, we’re putting AI, ML, and an unrivaled set of data to work to help millions of people achieve financial freedom.\n\nOur culture and entrepreneurial spirit have earned us a spot on “Best Companies to Work For” lists year after year. We’re dedicated to living our mission of powering prosperity, not just through our products, but through our social impact initiatives. Through our Prosperity Hubs, we’re bringing new jobs, teaching new skills, and supporting small businesses in distressed communities to help local economies rebuild and thrive.\n\n## Company size\n\n10,000+\n\n## Remote status\n\nWe include these past jobs as a way for you to explore what kinds of remote and flexible jobs Intuit has hired for in the past and might be likely to hire for again in the future.\n[https://jobs.intuit.com/location/remote-jobs/27595/1000000000100/2](https://jobs.intuit.com/location/remote-jobs/27595/1000000000100/2)\n\n## Region\nWorldwide\n\n## Company technologies\n\nJava : Java is one of the most commonly used languages for developing against the QuickBooks platform. With tons of open source libraries/frameworks and huge community support, it is no surprise that Java is one of the most of commonly used language. To help developers enable faster integration with QuickBooks Online, Intuit officially provides a Java SDK with a set of class libraries that make it easier to call QuickBooks APIs, providing access to QuickBooks data.\n\nC Sharp (C#) : Along with Java, C# is one of most prominent used by Intuit developers. C# is a common language to build on the .NET platform primarily for Microsoft products. \n\nC# is completely backed by Microsoft and has huge community support. Just like for Java, Intuit provides a C# based .NET SDK to enable developers to more easily integrate with QuickBooks Online.\n\nPHP : PHP is one of the most widely used server-side scripting languages used for web development. There’s a ton of community supported PHP frameworks to enable easier/faster development. Given the wide usage of PHP in the industry, it’s no surprise that PHP is the third most commonly used language for developing on QuickBooks. Similar to Java and \nC#, there is an official PHP SDK for QBO integration.\n\nRuby : Ruby is a dynamic, reflective, object-oriented programming language. Ruby is primarily used with the Rails platform (i.e., Ruby on Rails) for web development. Ruby on Rails has been around for a while with enough maturity and a thriving community.  Even though Intuit does not have an officially supported SDK for Ruby, there is an open source library available.\n\nPython : Python, similar to Ruby, is a dynamic, object-oriented programming language. Just like with PHP, there’s a ton of community-supported Python frameworks to enable easier/faster development, including a vibrant community. Even though Intuit does not provide an official integration SDK, Python is one of the top 5 languages used by developers integrating with the QuickBooks platform.\nOther : In addition to the above mentioned languages, we see developers using languages like C++, Perl, and ColdFusion (CFML) when integrating with the QuickBooks platform.\n\n## How to apply\n\nCareer page: [https://www.intuit.com/careers/](https://www.intuit.com/careers/)\n"
  },
  {
    "path": "src/companies/intuition-machines-inc.md",
    "content": "---\ntitle: \"Intuition Machines, Inc.\"\nslug: intuition-machines-inc\nwebsite: https://www.imachines.com/\ncareers_url: https://jobs.imachines.com/\nregion: worldwide\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - go\n  - javascript\naddedAt: 2022-04-08\nupdatedAt: 2022-04-08\n---\n\n## Company blurb\n\nIntuition Machines specializes in deep learning and visual domain ML at scale.\n\nSince its founding, Intuition Machines has been on the forefront of innovation, leveraging and developing new technologies to solve complex problems. Our team, composed of leading researchers and developers, are constantly innovating toward an improved future fueled by the promise of privacy, security, and performance. We work in a casual and fast-paced environment, with a team distributed around the world, hundreds of millions of users, and a rapidly growing customer base and product suite.\n\nJoin us as we transform security and machine learning online.\n\n## Company size\n\n100+\n\n## Remote status\n\nWe are a remote-first company, with team members located in over twenty countries around the globe.\nVacancies on [https://jobs.imachines.com/](https://jobs.imachines.com/) mention specific countries, but you can apply from any country.\n\n## Region\nWorldwide\n\n## Company technologies\n\nOur tech stack:\n- Python (ML libraries, pandas, requests, FastAPI, pydantic, asyncio, pytest)\n- Dask / Spark\n- Kubernetes (Helm, FluxCD), Docker, Docker Compose\n- Kafka\n- ClickHouse (columnar OLAP database)\n- Argo Workflows\n- LogDNA, Grafana, Sentry, GitHub Actions, HoneyComb, Redash, Vector.dev, Minio\n- Cloud: AWS + Azure\n\n## How to apply\n\nCareer page: [https://jobs.imachines.com/](https://jobs.imachines.com/)\n"
  },
  {
    "path": "src/companies/invesco.md",
    "content": "---\ntitle: \"Invesco\"\nslug: invesco\nwebsite: https://www.invesco.com/corporate\ncareers_url: https://careers.invesco.com/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - dotnet\n  - java\n  - javascript\n  - python\naddedAt: 2023-10-16\nupdatedAt: 2023-10-16\n---\n\n## Company blurb\n\nInvesco is an independent global investment management firm dedicated to delivering an investment experience that helps people get more out of life. Great ideas transcend borders at Invesco.\n\nWith 8,000+ employees worldwide and an on-the-ground presence in 25 countries, we’re driven by a pure focus on investment, broad diversity of thought across our organization, and a passion to exceed. If you're looking for challenging work, smart colleagues, and a global employer with a high-performance culture, we invite you to explore your potential at Invesco.\n\nspecialities in investment management, asset management, UITs, closed-end mutual funds, DC/DB, actively managed open-end mutual funds, ETFs, variable insurance funds, separate accounts (individual and institutional), collective trusts, private placements, and subadvised accounts.\n\n## Company size\n\n5000-10000\n\n## Remote status\n\nInvesco is a partially remote company i.e., works in hybrid mode.\n\n## Region\n\nWorldwide. 25 countries.\n\n## Company technologies\n\nPython, R, c#, AWS, React, Node.js, Java\n\n## Office locations\n\nInvesco Global Headquarters\n1555 Peachtree St NE, Atlanta, Georgia 30309, US.\nAlso, present in other countries.\n\n## How to apply\n\nhttps://careers.invesco.com/\n"
  },
  {
    "path": "src/companies/iohk.md",
    "content": "---\ntitle: \"IOHK\"\nslug: iohk\nwebsite: https://iohk.io/\ncareers_url: https://iohk.io/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - rust\n  - scala\naddedAt: 2018-10-20\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nFounded in 2015 by Charles Hoskinson and Jeremy Wood, IOHK is a technology company committed to using peer-to-peer innovations to provide financial services to the three billion people who don’t have them. We are an engineering company that builds cryptocurrencies and blockchains for academic institutions, government entities and corporations. We are a decentralized company that loves small, innovative teams forming and executing ideas that cause cascading disruption.\n\n## Company size\n\n100-200.\n\n## Remote status\n\nIOHK is a company focused on decentralization and disruption, and the people that enable us to do so are no exception either. With operations in Hong Kong, Japan and Eastern Europe, and employees and partners from Latvia, the Netherlands, Austria, France, Ukraine, Argentina and Brazil in addition to its multinational core members, IOHK is a truly global company despite its small, overall size and short history.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\n- Haskell\n- Scala\n- Rust\n\n## How to apply\n\n- [Open jobs](https://iohk.io/careers/)\n"
  },
  {
    "path": "src/companies/iopipe.md",
    "content": "---\ntitle: \"IOpipe\"\nslug: iopipe\nwebsite: https://www.iopipe.com\ncareers_url: https://angel.co/iopipe\nregion: other\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - go\n  - java\n  - javascript\n  - python\naddedAt: 2018-04-20\nupdatedAt: 2018-04-20\n---\n\n## Company blurb\n\nIOpipe is the serverless DevOps platform built for teams building and running event-driven architectures in AWS Lambda. We're focused on what we can do for our customers running serverless architectures to make their lives easier and their software more reliable.\n\n## Company size\n\n10 and growing.\n\n## Remote status\n\nIOpipe is a distributed company, with no central office. A fair number of employees are located in the Philadelphia region, but do not maintain an office, albeit some work out of the same co-working space.\n\n## Region\n\nAll employees are US-based.\n\n## Company technologies\n\nNodeJS/JavaScript, Python, Java, Golang. We're heavy AWS users (Kinesis, AWS Lambda [of course], and other AWS services).\n\n## Office locations\n\nN/A\n\n## How to apply\n\n[Open positions](https://angel.co/iopipe)\n\nAdditionally, we're always listening at hiring@iopipe.com\n"
  },
  {
    "path": "src/companies/ios-app-templates.md",
    "content": "---\ntitle: \"iOS App Templates\"\nslug: ios-app-templates\nwebsite: https://www.iosapptemplates.com/\ncareers_url: https://www.iosapptemplates.com/ios-developers-jobs-remote\nregion: other\nremote_policy: fully-remote\naddedAt: 2019-05-25\nupdatedAt: 2019-05-25\n---\n\n## Company blurb\n\nOur mission is to help developers and entrepreneurs launch their startups faster.\n\n## Company size\n\nWe have two iOS engineers, who are former Twitter & Instagram employees.\n\n## Remote status\n\nWe are a fully remote team.\n\n## Region\n\nThe team is 100% working remotely. There's no office or time zone barriers.\n\n## How to apply\n\nApply for a remote job on our [Careers](https://www.iosapptemplates.com/ios-developers-jobs-remote) page.\n"
  },
  {
    "path": "src/companies/ipinfo.md",
    "content": "---\ntitle: \"IPInfo\"\nslug: ipinfo\nwebsite: https://ipinfo.io/\ncareers_url: https://ipinfo.io/jobs\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - javascript\n  - nosql\n  - sql\naddedAt: 2020-10-02\nupdatedAt: 2020-10-02\n---\n\n## Company blurb\n\nIPInfo is the team behind the popular [IP Intelligence API](https://ipinfo.io) used by more than 100,000+ businesses and developers, handling 40B+ requests/month. We started with a goal of creating a dead-simple API to identify geolocation from the IP address. Since then, we have grown to create our own geolocation data-set (not relying on [MaxMind](https://www.maxmind.com/)), identifying bots, carrier information, companies, and ASNs.\n\n## Company size\n\nCurrently, we are a team of 13 people. [Meet our team](https://ipinfo.io/about).\n\n## Remote status\n\nWe are fully distributed company with the team spread out across seven countries and several timezones. \n\n## Company technologies\n\n* Docker\n* PostgreSQL\n* BigQuery\n* Redis\n* Bash Scripting\n* Node.js\n\n## How to apply\n\n[IPInfo Jobs](https://ipinfo.io/jobs)\n"
  },
  {
    "path": "src/companies/ips-group-inc.md",
    "content": "---\ntitle: \"IPS Group, Inc.\"\nslug: ips-group-inc\nwebsite: https://www.ipsgroupinc.com/\ncareers_url: https://www.ipsgroupinc.com/careers/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - dotnet\n  - javascript\n  - ml\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nThe company offers a Fully-Integrated Smart Parking Management Solution comprised of Single-Space Meters, Multi-Space Pay Stations, Upgrade Kits, Enforcement, Permitting, Vehicle Detection Sensors, Smart Cash Collection Systems, and SaaS management software with Advanced Data Analytics.\n\n## Company size\n\n150 - 200 employees\n\n## Remote status\n\nRemote positions available\n\n## Region\n\nUSA\n\n## Company technologies\n\n.NET, SQL, JavaScript, JQuery, AJAX, XML, XSL, DTD, WCF, XML Web Services Integration, X/HTML, CSS and DHTML\n\n## Office locations\n\nSan Diego, California\n\n## How to apply\n\nWe are always on the lookout for talented professionals in sales, marketing, engineering, product support, customer support, warehouse and manufacturing. Please review [our openings](https://www.ipsgroupinc.com/careers/). If you don’t see an opening that fits, you can submit your resume to careers@ipsgroupinc.com. IPS Group is an EEO employer.\n"
  },
  {
    "path": "src/companies/iqvia.md",
    "content": "---\ntitle: \"IQVIA\"\nslug: iqvia\nwebsite: https://jobs.iqvia.com/our-company\ncareers_url: https://jobs.iqvia.com/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - api\n  - mobile\naddedAt: 2022-10-07\nupdatedAt: 2022-10-07\n---\n\n## Company blurb\n\nIQVIA is the Human Data Science Company™\nBy harnessing advances in technology, data science, and domain expertise, Human Data Science enables our best thinking and problem solving in healthcare. It brings together machine learning, predictive analytics, and the right expertise needed to answer challenging questions and uncover new insights.\n\n\n## Company size\n\n72,718 employees on LinkedIn\n\n## Remote status\n\nHalf of the tech jobs are remote. The rest are hybrid jobs or location based jobs.\n\n## Region\n\nWorldwide\n\n## Company technologies\n   \nHealthcare Locator SDK-\nMake developing health apps easier through pre-integration with one of the world's largest and most accurate sources of healthcare provider data\n\nOCE Apps-\nA platform to enable customization and integration of client instances of OCE\n\nAPI Marketplace-\nA centralized portal of developer tools for healthcare and the life sciences\nHealthcare Authenticator SDK\nSimplify sign-on user authentication, and identity verification for mobile and web apps\n\n## Office locations\n\nMain Headquarters-\nDanbury HQ\n83 Wooster Heights\n\n[Access worldwide locations here](https://www.indeed.com/cmp/Iqvia/locations)\n\n## How to apply\n[Access their career site here](https://jobs.iqvia.com/)\n"
  },
  {
    "path": "src/companies/ironin.md",
    "content": "---\ntitle: \"iRonin\"\nslug: ironin\nwebsite: https://www.ironin.it/\ncareers_url: https://careers.ironin.it/\nregion: worldwide\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - devops\n  - javascript\n  - mobile\n  - ruby\naddedAt: 2021-10-05\nupdatedAt: 2021-10-29\n---\n\n## Company blurb\n\niRonin.IT is a Web, Mobile & DevOps agency. We provide software development, IT consultancy & outsourcing services to international businesses.\n\n## Company size\n\n11-50 employees\n\n## Remote status\n\niRonin is Polish, remote-first software house. Company has 10+ years of experience in remote development.\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\n    - Ruby on Rails,\n    - Web applications,\n    - Mobile Applications,\n    - DevOps,\n    - Big data,\n    - Ember.js,\n    - Vue.js,\n    - React, and\n    - Web application development.\n\n## Office locations\n\nBabka Tower\nAl. Jana Pawła II 80 / 39\n00-175 Warszawa\nPoland\n\n## How to apply\n\nUsing website: https://careers.ironin.it/\n"
  },
  {
    "path": "src/companies/iterative.md",
    "content": "---\ntitle: \"Iterative\"\nslug: iterative\nwebsite: https://www.iterative.ai/\ncareers_url: https://jobs.lever.co/iterative?lever-origin=applied&lever-source%5B%5D=remoteintech\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\n  - python\naddedAt: 2022-03-24\nupdatedAt: 2022-03-29\n---\n\n## Company blurb\n\nAI teams face challenges that require new technologies. We build these technologies. Existing data warehouses and data lakes do not fit unstructured datasets like text, images, and videos.\n\n✅ Check out the [Website](https://dvc.org/) and [Docs](http://dvc.org/doc)\n\n✅ Check out our open-source projects in [GitHub](http://github.com/iterative)\n\n✅ Finally, take a look at our [Blog](http://dvc.org/blog) and [YouTube](https://www.youtube.com/channel/UC37rp97Go-xIX3aNFVHhXfQ)\n\n\n## Company size\n\n45-100\n\n## Remote status\n\n100% remote:\n\n> Iterative is a 100% remote team. We currently span 19 countries and 18 time zones\n\nWe value great collaboration and communication skills, both among internal teams and in how we interact with our users. We take care to balance and be responsive to the needs of our open source community as well as our enterprise customers.\n\n*WHAT WE OFFER*\n\n🌎 Team is distributed remotely worldwide.\n\n🤗 Open source-first company - your work will be visible and will be used by thousands of developers every day! This feels great! Check out our [Discord](http://dvc.org/chat) and [GitHub](http://github.com/iterative).\n\n⚓️ Engineering team is involved in product discussions and planning. We do it openly via GitHub or Discord chat. Well-defined process that we all participate in improving.\n\n🎤 Besides building the products and the business we participate in conferences (PyCon, PyData, O'Reilly AI, etc). We encourage and support the team in giving talks, writing blog-posts, and other activities.\n\n⚕️ Great health coverage (medical, dental, vision) for you and your family, 100% paid by us (US only, but can discuss and reimburse, adjust the salary in other locations)\n\n🛡️ 401K with 100% match up to 4% of annual salary (US only, but can discuss and reimburse, adjust the salary in other locations)\n\n*WE TAKE CARE OF OUR PEOPLE*\n\nAs a distributed company, diversity drives our identity. Whether you’re looking to launch a new career or grow an existing one, *ITERATIVE* is the type of company where you can balance great work with great life. Your age is only a number. It doesn’t matter if you’re just out of college or your children are; we need you for what you can do.\n\nWe strive to have parity of benefits across regions and while regulations differ from place to place, we believe taking care of our people is the right thing to do.\n\n- Competitive pay based on the work you do here and not your previous salary\n- Great health coverage for you and your family, 100% paid by us (US only, but can discuss and reimburse, adjust the salary in other locations)\n- Ability to craft your calendar with flexible locations and schedules for many roles\n- Unlimited PTO and sick days\n\n## Region\n\nAnywhere\n\n## Company technologies\n\nPython, Golang, JavaScript, Typescript, React, Terraform, AWS, GCP, Azure\n\n## Office locations\n\nThe team is 100% remote\n\n## How to apply\n\nJob openings can be found [here](https://jobs.lever.co/iterative?lever-origin=applied&lever-source%5B%5D=remoteintech)\n"
  },
  {
    "path": "src/companies/iwantmyname.md",
    "content": "---\ntitle: \"iwantmyname\"\nslug: iwantmyname\nwebsite: https://iwantmyname.com/\ncareers_url: https://iwantmyname.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - elixir\n  - javascript\n  - nosql\n  - python\naddedAt: 2015-10-28\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\niwantmyname is a pure domain management service offering domain registration and DNS hosting.\nWe believe that any person, organisation or company should have complete control over their web address. You should be able to own it, use it the way you want and move it if necessary. This can all be achieved by registering a domain name.\n\nUntil now, the process of buying and managing domains has been far too difficult, confusing and non-transparent. Consequently, we have set out to create a much better experience for domain seekers in order to make it simple to find, register and set up domains.\n\n## Company size\n\n12 members listed on [iwantmyname's about page](https://iwantmyname.com/about)\n\n## Remote status\n\niwantmyname is very supportive of remote work. Nomad Stories has [an interview](https://nomadlist.com/stories/iwantmyname-works-remotely) about how we built our company around remote working from day one. There is also more information on the [blog](https://iwantmyname.com/blog/2014/05/culture-at-iwmn-part-two.html)\n\n## Region\n\nWorldwide - iwantmyname has been remote since day one.\n\n## Company technologies\n\nWe're currently using modern Perl, Erlang, Python, node, CouchDB, RabbitMQ, Kyoto Tycoon, Puppet, Vagrant, Docker and are looking at a whole lot of new toys to build the best possible experience for our customers.\n\n## Office locations\n\n167B Vivian St, Wellington 6011, NZ. [street view](https://www.google.com/maps/preview#!q=167+Vivian+St&data=!1m8!1m3!1d3!2d174.774182!3d-41.294553!2m2!1f233.46!2f102.15!4f75!2m4!1e1!2m2!1sCT-0ePfA5A3F3GKEoOX9sQ!2e0!4m15!2m14!1m13!1s0x6d38afd86ffac675%3A0xa1a853e42fca0b80!3m8!1m3!1d429156!2d-117.1089785!3d32.8245525!3m2!1i1024!2i768!4f13.1!4m2!3d-41.2946876!4d174.7740194&fid=5)\n\n## How to apply\n\nCurrent openings are on the [jobs](https://iwantmyname.com/jobs) page.\n"
  },
  {
    "path": "src/companies/jackson-river.md",
    "content": "---\ntitle: \"Jackson River\"\nslug: jackson-river\nwebsite: https://jacksonriver.com/\ncareers_url: http://jacksonriver.com/about/jobs\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - infrastructure\n  - javascript\n  - php\n  - sql\naddedAt: 2015-12-25\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nJackson River provides web technology services including Drupal development, Salesforce integration, and the company's own web platform, [Springboard](http://jacksonriver.com/springboard).\n\n## Company size\n\n20-30\n\n## Remote status\n\nJackson River was built around remote working. The blog post \"[How To Be A Virtual Company](http://jacksonriver.com/news/how-be-virtual-company)\" describes the company's culture in detail.\n\n## Region\n\nJackson River currently only has US-based employees.\n\n## Company technologies\n\nApache, MySQL, PHP, Drupal, HTML, CSS, JavaScript.\n\n## Office locations\n\nWashington, DC.\n\n## How to apply\n\nSee the [jobs page](http://jacksonriver.com/about/jobs) for available positions.\n"
  },
  {
    "path": "src/companies/jaya-tech.md",
    "content": "---\ntitle: \"Jaya Tech\"\nslug: jaya-tech\nwebsite: http://jaya.tech\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - elixir\n  - java\n  - javascript\n  - ruby\naddedAt: 2020-10-29\nupdatedAt: 2020-10-30\n---\n\n## Company blurb\n\nWe are a dev shop (more like a dev family) specialized on startups / disruptive projects. We deliver value by composing teams (squads) with our developers and client's product managers.\n\n## Company size\n\n70 - 100\n\n## Remote status\n\nThe entire team works remotely from different cities around the world.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nKotlin, Ruby, JS, Clojure and Elixir.\n\n## Office locations\n\nSão Paulo, SP.\n\n## How to apply\n\nSee the [site](http://jaya.tech) for available positions.\n"
  },
  {
    "path": "src/companies/jbs-custom-software-solutions.md",
    "content": "---\ntitle: \"JBS Custom Software Solutions\"\nslug: jbs-custom-software-solutions\nwebsite: https://www.jbssolutions.com/\ncareers_url: https://www.jbssolutions.com/careers/\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - dotnet\n  - javascript\n  - python\n  - sql\naddedAt: 2020-12-22\nupdatedAt: 2020-12-22\n---\n\n## Company blurb\n\nFounded in 1999, JBS is a group of highly skilled developers who work together in a virtual, fully remote environment distributed across the US. JBS provides custom software systems to technology driven companies.\n\n## Company size\n\n50-100\n\n## Remote status\n\nJBS has been fully remote for its entire 20+ year history. \n\n## Region\n\nUSA\n\n## Company technologies\n\nPython, Node.js, React, .NET, AWS, Azure, PostgreSql, MySql\n\n## Office locations\n\n100% Remote\n\n## How to apply\n\nLearn more about us and apply today! https://www.jbssolutions.com/careers/\n"
  },
  {
    "path": "src/companies/jitbit.md",
    "content": "---\ntitle: \"Jitbit\"\nslug: jitbit\nwebsite: https://jitbit.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - dotnet\n  - javascript\n  - mobile\n  - python\naddedAt: 2017-12-29\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nJitbit is a helpdesk app that tries to help people do their jobs better instead of being just another tool their boss made them use. We value clean design and ease of use the most.\n\n## Company size\n\n0-10 employees\n\n## Remote status\n\nThe entire team works remotely from different cities around the world.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nC#, ASP.NET MVC, ASP.NET Core, Javascript, Angular, Typescript, Ionic, Python\n\n## Office locations\n\nWe do not have an office - everyone chooses where they want to work from.\n\n## How to apply\n\nSend an email to info@jitbit.com.\n"
  },
  {
    "path": "src/companies/jitera.md",
    "content": "---\ntitle: \"Jitera\"\nslug: jitera\nwebsite: https://iruuza-inc.com/\ncareers_url: https://angel.co/company/iruuza/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\n  - mobile\n  - ruby\n  - sql\naddedAt: 2021-08-14\nupdatedAt: 2021-09-25\n---\n\n## Company blurb\n\nWe are nocode start up and incubator of a lots of web service. Our services are:\n\n+ Create code automation platform. *not open now. using only inside company\n+ Create web service (client work) using code automation tool by us.\n\n## Company size\n\n35-50\n\n## Remote status\n\nOur team is fully remote. Our CEO & Office in Japan, so the company was built with the assumption of being remote. We do have a cluster of people in some places, like Viet Nam, India, Japan, but the culture is around being anywhere.\n\n## Region\n\nFor technical hires, we're looking anywhere all around the world. \n\n## Company technologies\n- React\n- React native\n- Ruby, ruby on rails\n- Golang\n- Nodejs\n- MySQL\n\n## Office locations\n\nOur Offices only in Japan.\n\n## How to apply\n\n- Jobs: https://angel.co/company/iruuza/jobs\n"
  },
  {
    "path": "src/companies/jobsity.md",
    "content": "---\ntitle: \"Jobsity\"\nslug: jobsity\nwebsite: https://recruitment.jobsity.com/\ncareers_url: https://recruitment.jobsity.com/applylp\nregion: other\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - mobile\n  - rust\naddedAt: 2022-10-07\nupdatedAt: 2022-10-07\n---\n\n## Company blurb\n\nJosity is a Nearshore which provides augmentation staff to companies in the USA\n\n## Company size\n\n200+ (as of October 2022)\n\n## Remote status\n\nAlmost all of us are remote. We also have an office in Quito Ecudor, Colombia and New York City that everyone is welcome to use when they're in the city, but even Quito locals pop in just a few days a week.\n\n## Region\n\nCurrent openings are for remote positions in US and LATAM.\n\n## Company technologies\n\nGo, Rust, React, TypeScript, Swift, Kubernetes, and many others depending on the client.\n\n## Office locations\n\nQuito, Colombia, New York\n\n## How to apply\n\nCheck our jobs page: https://careers.jobsity.com/\n"
  },
  {
    "path": "src/companies/jolly-good-code.md",
    "content": "---\ntitle: \"Jolly Good Code\"\nslug: jolly-good-code\nwebsite: https://jollygoodcode.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nWe have the passion and confidence to train you to be a software engineer.\n\n## Company size\n\n0-20\n\n## Region \n\nWorldwide\n\n## Company technologies\n\nRuby on rails \n\n## Office locations\n\nSingapore\n\n## How to apply\n\nSend an E-mail to winston@jollygoodcode.com to get in contact\n"
  },
  {
    "path": "src/companies/joor.md",
    "content": "---\ntitle: \"JOOR\"\nslug: joor\nwebsite: https://www.joor.com\ncareers_url: https://joor.com/careers/\nregion: americas-europe\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - api\n  - cloud\n  - devops\n  - graphql\n  - javascript\n  - php\n  - python\n  - sql\naddedAt: 2023-10-14\nupdatedAt: 2023-10-14\n---\n\n## Company blurb\n\nRedefining the wholesale landscape, JOOR is a global platform connecting brands and retailers with seamless, online transactions. With innovative solutions and a strong emphasis on user experience, we empower businesses to collaborate and trade effortlessly. At JOOR, it's not just about digitizing commerce – we’re reimagining it. \n\nFrom iconic brands to up-and-coming retailers, we've been at the forefront, offering solutions that bridge the physical and digital, crafting the future of wholesale commerce.\n\n## Company size\n\n200ish dedicated professionals specializing in tech development, sales, customer support, marketing, and operations. The tech/engineering department is around 60 people.\n\n## Remote status\n\nThe tech team is entirely remote. Most people based in Madrid, but there are employees in the US, Uruguai, Italy, Serbia, and other places. Other departments of the company can be on a hybrid model. \n\n## Region\n\nOur team spans the globe. While we have strong presences in North America and Europe, we have team members from Asia to South America. The sun never sets on JOOR!\n\n## Company technologies\n\n* Python\n* React\n* Django\n* AWS\n* GraphQL\n* Docker\n* PHP\n* gRPC\n* Postgres\n\n## Office locations\n\n- New York City\n- London\n- Paris\n- Tokyo\n- Plus, many of our members operate remotely!\n\n## How to apply\n\nFind your next opportunity with us at our [careers portal](https://joor.com/careers/). For specific inquiries or to send a spontaneous application, reach out to careers@joor.com. Our Talent Acquisition Specialist will be happy to assist you.\n"
  },
  {
    "path": "src/companies/journy-io.md",
    "content": "---\ntitle: \"journy.io\"\nslug: journy-io\nwebsite: https://www.journy.io\ncareers_url: https://angel.co/company/journy-io/jobs\nregion: europe\nremote_policy: remote-first\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - ml\n  - search\n  - sql\naddedAt: 2021-02-07\nupdatedAt: 2021-02-07\n---\n\n## Company blurb\n\nEmpower marketing, sales and support teams to have more successful conversations with their customers, by adding contextual and behavioural intelligence in the tools they already use.\n\nWe like to keep the campground cleaner than we found it. We embrace a culture of quality: code reviews, pair programming & CI/CD.\n\n[View company website](https://www.journy.io/engineering/)\n\n## Company size\n\n0-20\n\n## Remote status\n\nWe started as a remote first company, we currently have people working from Barcelona, Ghent & Antwerp.\n\n## Region\n\nEurope\n\n## Company technologies\n\nTypeScript, React, Node.js, Elasticsearch, MySQL, AWS, Terraform, Kubernetes, Keras/Tensorflow, ...\n\n## How to apply\n\n[View jobs](https://angel.co/company/journy-io/jobs)\n"
  },
  {
    "path": "src/companies/joyent.md",
    "content": "---\ntitle: \"Joyent\"\nslug: joyent\nwebsite: https://www.joyent.com/careers\nregion: europe\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - api\n  - javascript\naddedAt: 2019-11-07\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nSince its inception, Joyent has lived on the leading edge of technical innovation. Joyent pioneered public cloud computing (and hybrid cloud), nurtured and grew Node.js into a de facto standard for web, mobile and IoT architectures, and was among the first to embrace and industrialize containers, compute-centric object storage, and what is now coming to be known as serverless computing.\n\n## Company size\n\n100 - 200 Employees\n\n## Remote status\n\nThe majority of engineering is remote. Employees that live near office locations are welcome to work at the office.\n\n## Region\n\nWe can hire people easily in United States, Canada, United Kingdom, Singapore, and South Korea, in part because we already have employees in those locales. Other locations are not impossible, but it’s much more difficult to make arrangements.\n\n## Company technologies\n\n- Node.js\n- Restify\n- illumos\n- Virtualization\n    - Bhyve\n    - KVM\n    - Zones\n- ZFS\n\n## Office locations\n\n- San Francisco, CA\n- Denver, CO\n- Vancouver, BC\n\n## How to apply\n\n[Joyent Careers](https://www.joyent.com/careers/)\n"
  },
  {
    "path": "src/companies/jupiterone.md",
    "content": "---\ntitle: \"JupiterOne\"\nslug: jupiterone\nwebsite: https://www.jupiterone.com/careers\nregion: worldwide\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - cloud\n  - graphql\n  - javascript\naddedAt: 2021-10-08\nupdatedAt: 2021-10-08\n---\n\n## Company blurb\n\nJupiterOne is a cyber asset management and governance solution, providing visibility and security into your entire cyber asset universe. With JupiterOne, teams can discover, monitor, understand, and act on changes in their digital environment.\n\n## Company size\n\n80 - 100 Employees\n\n## Remote status\n\nThe majority of positions are remote. Employees that live near our office location are welcome to work at the office.\n\n## Region\n\nWe can hire people anywhere in the United States.\n\n## Company technologies\n\n- Node.js\n- TypeScript\n- React\n- AWS (Lambda, ECS, APIGW)\n- GraphQL\n\n## Office locations\n\n- Morrisville (RTP), NC\n\n## How to apply\n\n[JupiterOne Careers](https://www.jupiterone.com/careers/)\n"
  },
  {
    "path": "src/companies/kake.md",
    "content": "---\ntitle: \"Kake\"\nslug: kake\nwebsite: https://kake.co/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - data\n  - dotnet\n  - go\n  - graphql\n  - java\n  - javascript\n  - ml\n  - mobile\n  - php\n  - python\n  - sql\naddedAt: 2026-01-17\n---\n\n## Company blurb\n\nKake is a remote talent platform that connects businesses with elite software engineers. Their offering is built around the idea of “Teams as a Service (TaaS)”, enabling companies to hire vetted, full-time, and dedicated engineers across all layers—frontend, backend, mobile, QA, data, DevOps, and more. The Kake team uses a hybrid approach: human curation to assess technical, team, and cultural fit, supported by AI for matching. Their engineers seamlessly integrate into clients’ teams and scale as needed, maintaining rigorous vetting standards throughout.\n\n## Company size\n\n100-200\n\n## Remote status\n\n100% Remote\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nReact, GCP, Amazon Web Services (AWS), Python, Next.js, Node, Typescript, PHP, WordPress, Shopify, Javascript, Swift, Kotlin, C#, GraphQL, Golang, SQL, AI/ML, Remote Software Engineers, Android, iOS, and Data Engineering\n\n## Office locations\n\nThey don't have any HQ, but it was founded in Austin, TX, USA.\n\n## How to apply\n\nFill up [this](https://kake.co/jobs/) form.\n"
  },
  {
    "path": "src/companies/karat.md",
    "content": "---\ntitle: \"Karat\"\nslug: karat\nwebsite: https://karat.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\naddedAt: 2023-10-07\nupdatedAt: 2023-10-08\n---\n\n## Company blurb\n\nKarat created the world’s first Interviewing Cloud to solve the multi-decade global shortage of software engineers. The Interviewing Cloud is an always-on, scalable, and consistent human + technology solution for conducting predictive, fair, and enjoyable technical interviews 24/7. Karat’s global network of Interview Engineers, unparalleled market intelligence, and purpose-built interviewing infrastructure opens the pipeline for engineering talent, limits pedigree bias, and provides access for underrepresented candidates. The fastest growing and largest enterprises such as Roblox, American Express, Intuit, Compass, and Wayfair trust Karat to expand hiring capacity, unlock developer time, and raise engineering quality so they can innovate and grow.\n\n## Company size\n\n376 employees on LinkedIn\n\n## Remote status\n\nYou will be working from home, any where in the world.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nTechnical Interviewing, Hiring, SaaS, and Technical Assessment\n\n## Office locations\n\n- Seattle, WA, United States\n\n## How to apply\n\n[Click Here to apply](https://karat.com/)\n"
  },
  {
    "path": "src/companies/kaufland-e-commerce.md",
    "content": "---\ntitle: \"Kaufland e-commerce\"\nslug: kaufland-e-commerce\nwebsite: https://kaufland-ecommerce.com/\ncareers_url: https://kaufland-ecommerce.com/en/career/jobs/\nregion: europe\nremote_policy: remote-first\ncompany_size: large\naddedAt: 2020-10-20\nupdatedAt: 2023-09-30\n---\n\n## Company blurb\n\nWe are [Kaufland e-commerce](https://kaufland-ecommerce.com/) and we want to reach the top! In just a few years, we have made the transition from a small start-up company to one of Germany's largest e-commerce platforms. kaufland.de is one of the largest German online stores, and we want to continue to grow. We want to shape the future of e-commerce! We are not afraid of any obstacles or challenges. Our belief is that anything can be done with great ideas and hard work as the foundation for every decision, every plan and every project!\n\nAll Kaufland e-commerce employees are characterised by commitment, collaboration, drive, integrity and a passion for customers. Kaufland e-commerce offers all its employees freedom for innovation and personal responsibility in a great place to work and grow.\n\n## Company size\n\nBehind the scenes at Kaufland e-commerce is a dynamic team of more than 700 bright minds with a wide variety of backgrounds. Our tech and product team with more than 300 employees is responsible for creating the best-possible customer shopping experience for the kaufland.de marketplace – our digital product is one of the most successful marketplaces in Germany. We are here to inspire millions of customers, to help them find, purchase and get the things they love.\n\n## Remote status\n\nRemote first\n\n## Region\n\nEurope  \nUTC-1 to UTC+2\n\n## Office locations\n\nKaufland e-commerce Services GmbH & Co. KG\nHabsburgerring 2 50674 Köln\n\nTech-Hub Darmstadt  \nJulius-Reiber-Straße 37 64293 Darmstadt\n\n## How to apply\n\nhttps://kaufland-ecommerce.com/en/career/jobs/\n"
  },
  {
    "path": "src/companies/kea.md",
    "content": "---\ntitle: \"kea\"\nslug: kea\nwebsite: https://kea.ai\ncareers_url: https://careers.kea.ai\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2022-04-26\nupdatedAt: 2022-04-26\n---\n\n## Company blurb\n\nkea builds conversational AI for restaurants. \n\n## Company size\n\n20-50\n\n## Remote status\n\nFully-remote. Must be in North or Latin America. \n\n## Region\n\nNorth and Latin America\n\n## Company technologies\n\nJavaScript / AWS / PostGreSQL / Mocha / Python / Cypress / Chai / Twilio / Docker\n\n## Office locations\n\nCalifornia, USA\n\n## How to apply\n\n[Apply Here](https://careers.kea.ai)!\n"
  },
  {
    "path": "src/companies/keen-io.md",
    "content": "---\ntitle: \"Keen IO\"\nslug: keen-io\nwebsite: https://keen.io/\ncareers_url: https://scaleworks.com/careers/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - api\n  - ml\naddedAt: 2018-04-24\nupdatedAt: 2020-11-01\n---\n\n## Company blurb\nThere’s no need to rebuild a data pipeline, Keen already built one for you. Take advantage of our fully-managed, multi-tenant data architecture and get back to building awesome apps.\n\nKeen is the customer-facing metrics platform that makes shipping custom end-user analytics easy and seamless.\n\n## Company size\n51-200 employees\n\n## Region\nUSA\n\n## Company technologies\nAnalytics, Big Data, Data Science, Developer Tools, APIs, and Data Visualization\n\n## Office locations\nSan Antonio, Texas\n\n## How to apply\nJob listings:\nhttps://scaleworks.com/careers/\n\nContact:\nhttps://www.linkedin.com/company/keen-io/\n\n\nhttps://keen.io/\n"
  },
  {
    "path": "src/companies/kentik.md",
    "content": "---\ntitle: \"Kentik Technologies Inc.\"\nslug: kentik-technologies-inc\nwebsite: https://www.kentik.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - scala\naddedAt: 2021-06-11\nupdatedAt: 2021-06-16\n---\n\n## Company blurb\n\nKentik is the network observability company. Many of the world’s [recognizable brands](https://www.kentik.com/customers/) rely on our SaaS platform to make sense of their networks, relying on our infinite granularity, automated insights, and insanely fast search to answer key business questions.\n\nOur rapidly growing, geographically distributed engineering team builds state-of-the-art products that are supported by a truly big data platform that processes trillions(!!) of records per day. \n\nTo this end, our engineering culture emphasizes collaborative communication, openness to ideas, and practical solution design. \n\nTo find out more, read our [blog](https://www.kentik.com/blog/) and follow us [@kentikinc](https://x.com/kentikinc).\n\n## Company size\n\nAround 120 employees, distributed across USA, Europe and APAC.\n\n## Remote status\n\n[Kentik](https://www.kentik.com/) is a fully remote company.\n\n## Region\n\nKentik operates and hires worldwide, except for positions that have specific geographic requirements.\n\n## Company technologies\n\nKentik is a network observability company. Expect to work with internet & network technologies, such as UDP, TCP, BGP, Netflow while writing performant code that runs over trillions of records in a horizontally scalable big data platform.\n\nOur stack mainly runs on golang, C, node.js and postgres, on top of a hybrid infrastructure using Debian GNU/Linux and Docker.\n\n## Office locations\n\nSan Francisco, California, United States\n\n## How to apply\n\nView open positions and apply here: [kentik careers](https://www.kentik.com/careers).\n"
  },
  {
    "path": "src/companies/kestra.md",
    "content": "---\ntitle: \"Kestra\"\nslug: kestra\nwebsite: https://www.kestra.io/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - java\n  - javascript\n  - sql\naddedAt: 2024-01-16\nupdatedAt: 2024-01-16\n---\n\n## Company blurb\n\nKestra is a open-source orchestrator that makes both scheduled and event-driven workflows easy. \n\nBy bringing Infrastructure as Code best practices to data, process, and microservice orchestration,\nyou can build reliable workflows and manage them with confidence.\n\nTo find out more: \n- read [blogs](https://www.kestra.io/blogs/). \n- follow on [LinkedIn](https://www.linkedin.com/company/kestra/).\n- watch content on [YouTube](https://www.youtube.com/@kestra-io).\n\n## Company size\n\nAround 20-50 employees. There's also has an open-source community on [Slack](https://kestra.io/slack/) with 1000+ members.\n\n## Remote status\n\n[Kestra](https://www.kestra.io/) is a fully remote company.\n\n## Region\n\n[Kestra](https://www.kestra.io/) operates and hires worldwide.\n\n## Company technologies\nCurrent Stack:\n* **Backend**: Java, Micronaut.\n* **Frontend**: Vue JS, Bootstrap.\n* **Datastore**: Kafka, Elasticsearch, PostgreSQL, MySQL.\n* **Infra**: Docker, Kubernetes, Terraform.\n* **Cloud**: Google Cloud Platform (GCP), Microsoft Azure, Amazon Web Services (AWS).\n* **Project**: GitHub.\n\n## Office locations\n\nFrance\n\n## How to apply\n\nView open positions and apply at [Kestra Careers](https://www.kestra.io/careers).\n"
  },
  {
    "path": "src/companies/khan-academy.md",
    "content": "---\ntitle: \"Khan Academy\"\nslug: khan-academy\nwebsite: https://www.khanacademy.org/\ncareers_url: https://www.khanacademy.org/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\n\n[Khan Academy](https://www.khanacademy.org/) is an American non-profit educational organization created in 2008 by Sal Khan, with the goal of creating a set of online tools that help educate students. The organization produces short lessons in the form of videos. Its website also includes supplementary practice exercises and materials for educators. All resources are available for free to users of the website and app.\n\n## Company size\n\n[Khan Academy](https://www.khanacademy.org/) has more than 651 employees in Mountain View, California. More than 48 million registered users access Khan Academy in dozens of languages across 190 countries.\n\n## Remote status\n\n[Khan Academy](https://www.khanacademy.org/) offer free lessons in math, science, and humanities from kindergarten through the early years of college. Students can use our exercises, quizzes, and instructional videos to learn and master skills. With 10,000 unique videos, 3,000 unique articles, and 50,000 unique exercises, all available for free.\n\n## Region\n\n[Khan Academy](https://www.khanacademy.org/) available in 190 countries, Worldwide\n\n## Company technologies\n\n[Khan Academy](https://www.khanacademy.org/) offers practice exercises, instructional videos, and a personalized learning dashboard that empower learners to study at their own pace in and outside of the classroom. We tackle math, science, computing, history, art history, economics, and more, including K-14 and test preparation (SAT, Praxis, LSAT) content. We focus on skill mastery to help learners establish strong foundations, so there's no limit to what they can learn next\n\n## Office locations\n\nMountain View, California, United States\n\n## How to apply\n\nWe believe a few great people can make a big difference. If you're one of 'em, check out the opportunities we have available across the team, and apply below. Join us on our mission to provide a free, world-class education for anyone, anywhere. [jobs](https://www.khanacademy.org/careers) page.\n"
  },
  {
    "path": "src/companies/kickback-rewards-systems.md",
    "content": "---\ntitle: \"KickBack Rewards Systems\"\nslug: kickback-rewards-systems\nwebsite: https://careers.kickbacksystems.com\ncareers_url: https://kickbacksystems.com/careers.html\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - api\n  - cloud\n  - devops\n  - dotnet\n  - graphql\n  - javascript\n  - mobile\n  - php\n  - python\naddedAt: 2018-04-24\nupdatedAt: 2021-10-29\n---\n\n## Company blurb\n\nKickBack Rewards Systems is a national leader in coalition loyalty marketing. We connect over 1200 retailers with their customers on an intimate level through rewards programs & loyalty solutions. Customers walk away with a deeper sense of brand loyalty, and our clients are rewarded with detailed customer buying habits to better learn how to serve their base. It happens millions of times each week—a customer shops at a convenience store, a drug store, supermarket, restaurant, or a host of other retail channels, and they hand over their loyalty card to earn valuable rewards points. It’s just a moment in time, but each interaction is unique, and it’s a connection that binds retailers and their most precious commodity: their customers. As a national leader in rewards programs and consumer engagement strategies, KRS develops business solutions that make retail operators smarter and more profitable while elevating the entire organization by anticipating the growing needs of their customers. With more than 20 years of experience, we’re recognized as the market leader in building rewarding customer experiences that generate brand loyalty, build repeat store visits, and increase bottom line sales. KRS recognizes that to succeed in today’s competitive retail environment, business must be armed with accurate, reliable, and intelligent data. Working with retail operators of all sizes and across all retail channels, KRS provides powerful business intelligence that is guaranteed to grow your business. Here at KRS, we are committed to growth through service to our partner companies.\n\n## Company size\n\nApproximately 82, as per LinkedIn employee count from October 2021.\n\n## Remote status\n\nKickbacksystems has a lot of remote job openings and most of the team works remotely.\n\n## Region\n\nUSA\n\n## Company technologies\n\nPython, PHP, Django, React, GraphQL, C#, Xamarin, REST, Docker, AWS, etc.\n\n## Office locations\n\nTwin Falls, ID\n\n## How to apply\n\nJob openings: https://kickbacksystems.com/careers.html\n"
  },
  {
    "path": "src/companies/kindred.md",
    "content": "---\ntitle: \"Kindred\"\nslug: kindred\nwebsite: https://livekindred.com/\ncareers_url: https://jobs.ashbyhq.com/kindred\nregion: europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - mobile\naddedAt: 2025-07-20\nupdatedAt: 2025-07-20\n---\n\n## Company blurb\n\n**Kindred is a members-only home swapping network that is reinventing the way people live and travel**. By exchanging homes with people they trust, Kindred members can live a travel-rich lifestyle while paying just a fraction of the cost of a hotel or vacation rental. We’re a small team with a big mission, and we’re looking for the world’s top builders, executors, and believers to join us. If you’re passionate about building a sharing economy that finally lives up to the name, we’d love to meet you.\n\n## Company size\n\n50-100 employees\n\n## Remote status\n\nMost software engineers are spread around USA and Canada. The head office is in San Francisco. We also have a small office in London.\n\n## Region\n\nUSA, Canada, UK.\n\n## Company technologies\n\n* Backend\n  * Node\n  * Typescript\n  * Prisma\n  * Posgres\n  * AWS\n* Web\n  * Next JS\n  * Typescript \n  * Tailwind\n* Mobile\n  * React Native (expo)\n  * Typescript\n\n## Office locations\n\n* San Francisco, CA\n* London, UK\n\n## How to apply\n\nhttps://jobs.ashbyhq.com/kindred\n"
  },
  {
    "path": "src/companies/kinsta.md",
    "content": "---\ntitle: \"Kinsta\"\nslug: kinsta\nwebsite: https://kinsta.com\ncareers_url: https://kinsta.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - go\n  - java\n  - javascript\n  - nosql\n  - php\n  - python\n  - ruby\n  - scala\n  - sql\naddedAt: 2022-11-02\nupdatedAt: 2022-11-03\n---\n\n## Company blurb\n\nAt [Kinsta](https://kinsta.com/), we make running projects of all sizes quick and seamless, with our Application Hosting, Database Hosting, and Managed WordPress Hosting.\nWe offer support for all your favorite languages and frameworks, such as NodeJS, PHP, Ruby, Python, and more, and make it easy to connect with GitHub and automate deployments.\nOur database Hosting supports MariaDB, Redis, MySQL, and PostgreSQL and allows you to create with ease- while offering best-in-class performance.\nAnd if you choose our Managed WordPress Hosting, you’ll experience the power of our Google Cloud-backed premium tier network and Cloudflare-integrated security.\nOur hosting is for all types of projects, from small blogs to Fortune 500 customers, including TripAdvisor, FreshBooks, AdEspresso, Workforce, and Mint.\nWe serve 55,000+ users from 128 countries around the globe through our 35 data centers. The only continent we haven't reached yet is Antarctica. \nOn top of these services we provide completely free tools like [DevKinsta](https://kinsta.com/devkinsta/) to make local WordPress develoment a breeze.\n\n## Company size\n\n320 and growing! We're made up of nearly 40 teams, from QA to DevOps to Sales to Support and more.\n\n## Remote status\n\nOur fully remote team is scattered across 6 continents, allowing us to provide 24/7/365 Technical Support, no matter what time zone our clients are in. We've been fully distributed since Day 1, which has allowed us to hire the best talent globally, and foster a diverse and inclusive company culture.\n\n## Region\n\nWorldwide - We have team members on every continent except Antartica! Our team members travel frequently and we also sponsor team meetups on annual basis so we can gather in person.\n\n## Company technologies\n\n* WordPress\n* PHP\n* Node.js\n* Ruby\n* Java\n* Python\n* Go\n* Scala\n* MariaDB\n* MySQL\n* PostgreSQL\n* Redis\n\n## Office locations\n\nWherever you are in the world!\n\n## How to apply\n\nHead over to our [careers page](https://kinsta.com/careers/) to see our newest job openings!  Our friendly recruitment team will reach out to schedule a phone screening. Have additional questions about our company culture, job descriptions, or anything else? Reach out to us on [Twitter](https://x.com/kinsta) or [LinkedIn](https://www.linkedin.com/company/kinsta/mycompany/?viewAsMember=true)!\n"
  },
  {
    "path": "src/companies/kiprosh.md",
    "content": "---\ntitle: \"Kiprosh\"\nslug: kiprosh\nwebsite: https://kiprosh.com\ncareers_url: https://kiprosh.com/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - dotnet\n  - elixir\n  - javascript\n  - mobile\n  - nosql\n  - ruby\n  - search\n  - sql\naddedAt: 2015-12-04\nupdatedAt: 2019-04-14\n---\n\n## Company blurb\n\n[Kiprosh](https://kiprosh.com) is a software product development firm crafting high impact high performance scalable web & mobile applications. We are headquartered in Mumbai, India with an office in Chicago, USA.\n\nOur happy clients are our best credentials. Our international clients are consultancy firms, non-profits, medium to large size businesses like Crossroads, Renatus, All American Entertainment, EParamus, Realvolve, GoGoVan, Thought-Sauce, 3Qi-Labs, Rayku and many more. Here is our [client list](https://kiprosh.com/clients/) with details of our work.\n\nWe also organize [Meetups](http://www.meetup.com/Techgravy-Kiprosh) and [Techathons](http://on.fb.me/1NwaeNQ) at our office in Mumbai, India. Check our pics on our [Facebook](https://www.facebook.com/kiprosh/) page. \n\n## Company size\n\n40-50\n\n## Remote status\n\nWe are headquartered in Mumbai, India with an office in Chicago, USA.\n\nIn India, our team is spread across multiple cities with team members working from Mumbai, Bangalore, Pune and Nagpur. To communicate and collaborate effectively, we use several tools like [Slack](https://slack.com/), [Github](https://github.com/), [Trello](https://trello.com/) and others. We are remote friendly and calm company.\n\nWe like for our Mumbai based associates (we call our employees as \"associates\") to work from our office at least thrice a week, other than that you're free to work from wherever you'd like. Our associates working from other cities in India can come to Mumbai office once a quarter or once in six months and rest of the time you're are welcome to fully work remotely from wherever you'd like. All other fully remote associates working globally are welcome to work with us even if you can never come into one of our offices.\n\n## Region\n\n- USA\n- India\n\n## Company technologies\n\nWe specialize in developing high performance scalable enterprise web & mobile applications.\n\n#### Technology Expertise\n\n- Ruby on Rails\n- React.js\n- Ember.js\n- Node.js\n- Javascript\n- Elixir Phoenix\n- iOS\n- Android\n- PostgreSQL\n- C#.NET\n- ASP.NET\n- Solr\n- Redis\n- Sidekiq\n- Heroku\n- AWS\n\n#### Industry Domains\n\n- Real Estate\n- Education\n- Non-profit\n- E-Commerce\n- Event Management\n- Automotive\n\n\n#### Agile Management Tools We Use\n\nTrello, Jira, Pivotal Tracker and Trackive \n\n## Office locations\n\n- Mumbai, India (Headquarters)\n- Chicago, USA\n\n## How to apply\n\n- To apply online, visit [Kiprosh careers](https://kiprosh.com/careers) page.\n- To apply through emails, send us your resumes directly at [careers@kiprosh.com](mailto:careers@kiprosh.com)\n"
  },
  {
    "path": "src/companies/kissmetrics.md",
    "content": "---\ntitle: \"KissMetrics\"\nslug: kissmetrics\nwebsite: https://www.kissmetrics.com/\ncareers_url: https://www.kissmetrics.com/careers/\nregion: other\nremote_policy: remote-friendly\ntechnologies:\n  - javascript\n  - python\n  - ruby\n  - sql\naddedAt: 2016-02-06\nupdatedAt: 2018-06-22\n---\n\n## Company blurb\n\nKissMetrics is focused on helping marketers improve their performance.\n\n## Remote status\n\nMost of the team works remotely and everyone has the option of working remotely or from the Headquarters in San Francisco (snacks, nap room, video game room, and a puppy included at HQ!).\n\n## Region\n\nPrimarily based out of San Francisco, but KissMetrics have a strong remote presence all throughout the world.\n\n## Company technologies\n\nJavascript, React, jQuery, Backbone, Git, Distributed systems, PostgresSQL, MySQL, Key-Value Stores, R, Ruby, Python, etc.\n\n## Office locations\n\nHeadquarters in San Francisco, USA.\n\n## How to apply\n\n[careers site](https://www.kissmetrics.com/careers/)\n"
  },
  {
    "path": "src/companies/klanik.md",
    "content": "---\ntitle: \"Klanik\"\nslug: klanik\nwebsite: https://www.klanik.com/\ncareers_url: https://www.klanik.com/en/jobs?\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - devops\n  - ml\naddedAt: 2024-10-08\nupdatedAt: 2024-10-08\n---\n\n## Company blurb\n\nKlanik IT Consulting, headquartered in Marseille, France. is a company that offers job in IT, tech or governance, many city and country, in remote or directly in company.\n\n## Company size\n\n+1500 (December 2023)\n\n## Remote status\n\nAs a remote & in-place company since 2011, Klanik employs a virtual-first mindset.\n\n## Region\n\nEurope & USA\n\n## Company technologies\n\n- Agile\n- Data & AI\n- Cybersecurity\n- DevOps & Cloud\n- Software\n\n## Office locations\n\nHeadquarters in Marseille with studios in France, Canada and Emirates.\n\n## How to apply\n\nVisit [Klanik's job page](https://www.klanik.com/en/jobs?) for open positions and to apply!\n"
  },
  {
    "path": "src/companies/klaviyo.md",
    "content": "---\ntitle: \"Klaviyo\"\nslug: klaviyo\nwebsite: https://www.klaviyo.com/\ncareers_url: https://www.klaviyo.com/careers#open-roles\nregion: worldwide\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - devops\n  - javascript\n  - python\n  - sql\naddedAt: 2020-10-29\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nKlaviyo is the world’s leading owned marketing platform known for accelerating revenue for online businesses using the channels they own like email, web, and mobile. Enabling companies to leverage these owned marketing channels, Klaviyo makes it easy to store, access, analyze and use transactional and behavioral data to power highly-targeted customer and prospect communications.\n\n## Company size\n\n400+ employees\n\n## Remote status\n\nThere is a mix of full time remote employees and in-office employees, who take advantage of the flexible work from home culture. There is support to make sure you have the tools and resources to have a productive and appropriate work from home setup.\n\n## Region\n\nThe Global Headquarters is in Boston, MA. Their secondary office is in London, UK.\n\n## Company technologies\n\n* Python, Django, Celery, Java\n* MySQL, Cassandra, RabbitMQ, Redis\n* HTML, JavaScript, LESS, Backbone.js, React, Amazon Web Services (EC2, RDS, Aurora, etc.)\n* Terraform, Ansible, Packer, and other DevOps tools\n\n## Office locations\n\n* Boston, MA\n* London, UK\n\n## How to apply\n\nVisit our [Careers page](https://www.klaviyo.com/careers#open-roles) for information on how to apply.\n"
  },
  {
    "path": "src/companies/knack.md",
    "content": "---\ntitle: \"Knack\"\nslug: knack\nwebsite: https://www.knack.com\nregion: other\nremote_policy: remote-friendly\naddedAt: 2015-10-21\nupdatedAt: 2022-08-21\n---\n\n## Company blurb\n\nKnack is the easiest way to build your own online database. With Knack anyone can build apps to access your data from anywhere, run reports and analytics, and share it with your users, employees, or customers. You can publish your apps to any website or blog.\n\nWe've spent over 3 years thinking about online databases so you don't have to. Our founders have decades of experience building thousands of web applications and online databases. We've poured this experience into a product that is both easy to use but packed with the features you need.\n\nOur mission is simple: to empower you to make the most of your data by easily building online databases and web apps.\n\nWe're dedicated to building the best tools for making your data more accessible, more mobile, and more actionable.\n\nAt the end of the day, we get a huge thrill whenever we see a new app or online database built with Knack. It's a genuine pleasure to work on a product that can help make your lives and business easier and more productive.\n\n## Remote status\n\nTaken from their [Jobs page](https://www.knack.com/careers):\n\nPlease check all that apply:\n\n- I want to have a major impact.\n- I want to work in a fun, remote environment with a great team of genuinely nice people.\n- I want to help build an exciting product loved by thousands of users.\n- I want to go as far as my ambition will let me.\n\n4 for 4? Then you're exactly who we want to talk to. Apply below and join us!\n"
  },
  {
    "path": "src/companies/kodify.md",
    "content": "---\ntitle: \"Kodify\"\nslug: kodify\nwebsite: https://kodify.io\ncareers_url: https://www.linkedin.com/jobs/search?f_C=2771097&locationType=Y&trk=careers_promo_module_see_jobs\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2018-04-15\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nCompany that works on adult entertainment, tube sites and subscription sites\n\n## Company size\n\n20-50 people\n\n## Remote status\n\nYou can work pretty much from everywhere as long as you have some overlap with\nour core hours (11 to 17 Spanish time)\n\n## Region\n\nCompany is based in Barcelona, Spain but you can work from everywhere\n\n## Company technologies\n\nNodeJS and JS. Not sure about the db's\n\n## Office locations\n\nBarcelona, Spain\n\n## How to apply\n\nMail to careers@kodify.io or apply on [linkedin](https://www.linkedin.com/jobs/search?f_C=2771097&locationType=Y&trk=careers_promo_module_see_jobs)\n"
  },
  {
    "path": "src/companies/koding.md",
    "content": "---\ntitle: \"Koding\"\nslug: koding\nwebsite: https://koding.com\ncareers_url: https://www.koding.com/about\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - go\n  - javascript\n  - linux\naddedAt: 2018-04-24\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\nKoding is a San Francisco based technology company that is eliminating wasteful tasks from the world of software development and creating a simple way to be more collaborative and productive. It provides development environments and development tools in the form of virtual machines, online IDE, browser-based Terminals, and so on.\n\n## Company size\n\n+ 5-10 employees based on [crunchbase](https://www.crunchbase.com/organization/koding)\n\n+ 9 people are registered on their Github repository\n\n## Remote status\n\nThe company has strong remote culture and currently has an international team of engineers, designers, and marketers in 6 countries and 2 continents.\n\n## Region\n\n+ North America\n+ Europe\n\n## Company technologies\n\n+ JavaScript\n+ Go\n+ CoffeeScript\n+ Shell\n+ Linux\n+ HCL\n\n## Office locations\n\nHead quarter : San Francisco, CA , US\n\n## How to apply\n\nUse the contact link in [About Us](https://www.koding.com/about)\n"
  },
  {
    "path": "src/companies/komoot.md",
    "content": "---\ntitle: \"Komoot\"\nslug: komoot\nwebsite: https://www.komoot.com\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - mobile\naddedAt: 2019-10-25\nupdatedAt: 2019-10-25\n---\n\n## Company blurb\n\nFor millions of people, komoot is the key to the great outdoors. From intrepid explorers and experienced off-roaders, to those who just bought their first road bike, our technology allows everybody to better find, plan and live authentic outdoor experiences.\n\nThey built komoot for this very reason: Because we believe in the importance of experience. We believe that it’s life’s little moments that make it so special—and we are proud that our work empowers people all over the world to explore places, try activities and live adventures that, without it, they would not have the means to experience. And from our market-leading mobile apps and our remote-first, work-where-you-want operational structure, to our regular team gatherings that take us all over the globe, this is something we embody in everything we do. We always put experience first—and through it, we are changing the way people explore.\n\n## Company size\n\n50+ employees\n\n## Remote status\n\nThey are fully remote team of 50+ people.\n\n## Region\n\nThey are fully remote team of 50+ people (located in 12 countries). \n\n## Company technologies\n\n- Android\n- iOS\n- Git\n- HTML\n- CSS\n- BootStrap\n- JavaScript\n- ReactJS\n\n## How to apply\n\n www.komoot.com/jobs\n"
  },
  {
    "path": "src/companies/kona.md",
    "content": "---\ntitle: \"Kona\"\nslug: kona\nwebsite: https://www.heykona.com\ncareers_url: https://www.heykona.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - python\naddedAt: 2022-04-14\nupdatedAt: 2022-04-14\n---\n\n## Company blurb\n\nAt Kona, we're making empathy mainstream at work, by integrating people-first leadership habits into the everyday workflow of every team.\n\nOur first habit is daily emotional check-ins to fight burnout. We're working closely with 200+ beta teams at top companies like Vonage, GoodRx, MasterClass, Outreach.io, Canva, Greenhouse.io, and more. We’re seeing a 65% DAU/MAU ratio and 100% customer retention.\n\nTeams that use Kona are happier, more connected, and report better team and personal mental health outcomes.\n\nOur co-founders Andrew, Corine and Sid met at UCLA. Our early hires worked at Amazon, Microsoft, JPMorganChase and top remote work startups. We went through Techstars 2020, then raised a $1M pre-seed from Spencer Rascoff (founder/CEO, Zillow), Jeff Wilke (#2 exec at Amazon), The Fund, Overton VC, and more.\n\n## Company size\n\n+ Currently 9 (April 2022)\n\n## Remote status\n\nWe're all-remote, but meet in person every quarter.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n+ Python\n+ React\n+ Typescript\n+ Javascript\n+ AWS\n\n## Office locations\n\nN/A - We are fully remote!\n\n## How to apply\n\nhttps://www.heykona.com/careers\n"
  },
  {
    "path": "src/companies/konkurenta.md",
    "content": "---\ntitle: \"Konkurenta\"\nslug: konkurenta\nwebsite: https://konkurenta.com\ncareers_url: https://konkurenta.com/jobs\nregion: other\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - graphql\n  - javascript\n  - mobile\n  - nosql\n  - sql\naddedAt: 2021-03-28\nupdatedAt: 2021-03-28\n---\n\n## Company blurb\n\nKonkurenta is the best way to learn and use the newest technologies in exiting projects. Currently, we focus on fulfilling our clients needs, but in the near future we're going to work on our internal projects.\n\nWe're mainly located at the central-eastern part of EU, but have a developer from Brazil. So we're overlapping 6 hours.\n\nLiving in a place that makes you happy is one of our core beliefs.\n\n## Company size\n\n0-20\n\n## Remote status\n\nKonkurenta is a 100% remote company, fully encourages remote friendly work. \nAlso, we also have a tiny office in Vilnius for personal work preference.\n\n## Region\n\nMainly EU, we have one developer from Brazil.\n\n## Company technologies\n\nJavascript, React, React Native, Graphql, WebRTC, Node.js, RabbitMQ, MongoDB, MySQL, Redis\n\n## Office locations\n\nVilnius\n\n## How to apply\n\nLook for open positions, or introduce yourself 🙌 \n\n[Konkurenta's jobs](https://konkurenta.com/jobs)\n\nOr contact us directly: jobs@konkurenta.com with subject: \"Github remote jobs\"\n"
  },
  {
    "path": "src/companies/kraken.md",
    "content": "---\ntitle: \"Kraken\"\nslug: kraken\nwebsite: https://kraken.com\ncareers_url: https://jobs.lever.co/kraken\nregion: worldwide\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - go\n  - javascript\n  - php\n  - rust\naddedAt: 2019-06-06\nupdatedAt: 2019-06-06\n---\n\n## Company blurb\n\nKraken is one of the most sophisticated cryptocurrency trading platforms in the world.\n\n## Company size\n\n800+\n\n## Remote status\n\nKraken is a remote first company, with a HQ in San Francisco for employees to work from if they choose.\n\n## Region\n\nKraken employs people worldwide\n\n## Company technologies\n\nJavaScript, Typescript, React, PHP, Rust, Go.\n\n## Office locations\n\nSan Francisco, California.\n\n## How to apply\n\nCheck the careers page: [https://jobs.lever.co/kraken](https://jobs.lever.co/kraken)\n"
  },
  {
    "path": "src/companies/kuali.md",
    "content": "---\ntitle: \"Kuali\"\nslug: kuali\nwebsite: https://kuali.co\ncareers_url: https://jobs.kuali.co\nregion: americas\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - java\n  - javascript\n  - nosql\naddedAt: 2018-07-02\nupdatedAt: 2019-02-13\n---\n\n## Company blurb\n\nWe believe that colleges and universities should spend less on administration and more on teaching and research. The part we play in making that belief a reality is to simplify higher education processes with thoughtfully designed open source software delivered from the cloud. We know that higher education software typically sucks, and we're trying to stand out by paying attention to design and working closely with our customers.\n\nWe think everyone should love their work, and we give our employees lots of autonomy and zero micromanaging. Our benefits package puts us in the top 1% of US companies for quality. You'll enjoy a 401(k) with 100% matching up to 4%, unlimited vacation (we'll bug you if you don't take any), end-of-year weeklong shutdown, quarterly hack weeks, fully covered health/dental/short- and long-term disability insurance premiums for you and your family, generous yearly tech/office budget, $2k/year for conferences/books/classes, and lots of fun, professional people to learn from.\n\n**Some links**\n\n- [Recruitment website](https://jobs.kuali.co)\n- [About the company](https://www.kuali.co/about/)\n- [Glassdoor reviews](https://www.glassdoor.com/Reviews/Kuali-Reviews-E1156448.htm)\n- [LinkedIn page](https://www.linkedin.com/company/kualico/)\n- [GitHub page](https://github.com/KualiCo)\n- [Meet the team](https://www.kuali.co/about/#team)\n\n## Company size\n\nAround 100 employees\n\n## Remote status\n\nAbout half the company works in our beautiful Lehi, Utah office. Some teams choose to be in-office only, and other teams are fully-remote. Everyone at the company works remotely on Thursdays so that even the in-office folks understand the unique issues that come with remote work. As we grow, we are moving _towards_ remote and not the other direction.\n\nFor most positions we'll fly you out to Lehi, UT yearly for a company meet-up and send you to our yearly industry conference, [Kuali Days](http://kualidays.com/). You also might meet in-person with your product team and/or functional group once every year. That's likely to be the extent of your time away from home.\n\n## Region\n\nAll of our customers and employees are in the USA, and we currently are focused on that region only.\n\n## Company technologies\n\n- Node\n- React\n- MongoDB\n- Java\n- Sass\n- Git\n- Slack\n- Sketch\n- Figma\n- Principle\n\n## Office locations\n\n- Lehi, UT\n\n## How to apply\n\nVisit [our recruitment website](https://jobs.kuali.co).\n"
  },
  {
    "path": "src/companies/labelbox.md",
    "content": "---\ntitle: \"Labelbox\"\nslug: labelbox\nwebsite: https://labelbox.com/\ncareers_url: https://labelbox.com/company/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - java\n  - javascript\n  - python\naddedAt: 2021-06-03\nupdatedAt: 2021-06-03\n---\n\n## Company blurb\n\nLabelbox’s mission is to build the best products for humans to advance artificial intelligence. Real breakthroughs in AI are reliant on the quality of the training data. Our training data platform enables organizations to improve their machine learning models far quicker and more accurately. We are determined to build software that is more open, easier-to-use, and singularly focused on getting our customers to performant ML faster. Learn more about us here: https://labelbox.com/company/about\n\n## Company size\n\n120+ (as of June 2021) and growing\n\n## Remote status\n\nWe are fully distributed with team members around the world -- we believe that anyone can [do great work from anywhere](https://labelbox.com/company/remote-work). We have an office in SF that you're welcome to visit at anytime, but even SF locals pop in just a few days a week.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nTypeScript, Node, Python, Java, Kubernetes, and many others depending on the team.\n\n## Office locations\n\nSan Francisco, California\n\n## How to apply\n\nCheck out our careers page: https://labelbox.com/company/careers\n"
  },
  {
    "path": "src/companies/lambda-school.md",
    "content": "---\ntitle: \"Lambda School\"\nslug: lambda-school\nwebsite: https://www.lambdaschool.com/\ncareers_url: https://lambdaschool.com/careers/\nregion: americas-europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - javascript\n  - sql\naddedAt: 2019-02-27\nupdatedAt: 2019-02-27\n---\n\n## Company blurb\n\n### About Us\n\nLambda School is a 9 month, immersive program that gives you the tools and training you need to launch your new career—from the comfort of your own home.\n\nStudent have no loans, no debt, and no up-front tuition. They pay a percentage of income after they're hired, but only if they are making at least $50k/year.\n\n### Our Vision\n\nUnlock everyone’s potential, regardless of circumstance.\n\n## Company size\n\n50-100\n\n## Remote status\n\nBecause we train students online, we are 100% remote.\n\n## Region\n\nRemote in North America and Europe, with HQ in San Francisco, CA.\n\n## Company technologies\n\n* Typescript\n* Heroku\n* Postgres\n\n## Office locations\n\n* 100% Remote\n* HQ San Francisco, CA\n\n## How to apply\n\nhttps://lambdaschool.com/careers/\n"
  },
  {
    "path": "src/companies/lambert-labs.md",
    "content": "---\ntitle: \"Lambert Labs\"\nslug: lambert-labs\nwebsite: https://lambertlabs.com/\ncareers_url: https://lambertlabs.com/careers/\nregion: europe\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - devops\n  - javascript\n  - python\naddedAt: 2021-06-23\nupdatedAt: 2021-07-12\n---\n\n## Company blurb\n\nWe are a Python-focused development agency that builds software for a variety of clients who work in diverse sectors such as Technology, Education, Legal and Finance.\n\n## Company size\n\n0-20 (as of June 2021)\n\n## Remote status\n\nWe have an office in Earls Court, London, but some of the team work remotely. All meetings are held online with tools such as Google Meet to ensure that remote staff can contribute on equal terms to office-based staff, and outside of meetings we communicate primarily over Slack.\n\n## Region\n\nWe are a UK based company and currently only hire candidates from within the UK.\n\n## Company technologies\n\nPython (including Django, Flask and FastAPI), JavaScript, HTML, CSS, Docker, Kubernetes and more.\n\n## Office locations\n\nLondon, UK\n\n## How to apply\n\nSee https://lambertlabs.com/careers/ to apply.\n"
  },
  {
    "path": "src/companies/laterpay.md",
    "content": "---\ntitle: \"LaterPay\"\nslug: laterpay\nwebsite: https://www.laterpay.net/\ncareers_url: https://www.laterpay.net/careers\nregion: americas-europe\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - javascript\n  - python\n  - sql\naddedAt: 2017-07-06\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nLaterPay is a SaaS payment infrastructure that skips upfront registration and payment for paid content and services. Instead, it gets users over the hurdle by aggregating a user’s purchases and charging them later.\n\nCheck out our [team](https://www.laterpay.net/team) and [careers](https://www.laterpay.net/careers/) page for more on how we work.\n\n## Company size\n\n40+\n\nSee https://www.laterpay.net/team\n\n## Remote status\n\nAround 80% of the team is distributed and a few people work in an office in Munich. We have a remote-first mentality when it comes to our communication, and work mostly in an asynchronous way.\n\n## Region\n\nEurope, US, Brazil, Canada. Most of our people are in Europe, so we try to ensure some overlap in terms of timezones.\n\n## Company technologies\n\nPython, Postgres, JS, React.\n\n## Office locations\n\nMunich (Germany), NY (US)\n\n## How to apply\n\nhttps://www.laterpay.net/careers\n"
  },
  {
    "path": "src/companies/launch-potato.md",
    "content": "---\ntitle: \"Launch Potato\"\nslug: launch-potato\nwebsite: https://launchpotato.com/\ncareers_url: https://launchpotato.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - api\n  - cloud\n  - data\n  - devops\n  - graphql\n  - javascript\n  - python\n  - sql\naddedAt: 2023-10-20\nupdatedAt: 2023-10-20\n---\n\n## Company blurb\n\nLaunch Potato is a digital media company that owns and operates a portfolio of brands and technologies. Our digital brands help customers discover new products and services that make their lives better.\n\nIn the last few years, we have pushed millions of lines of code, split test tens of thousands of variations across over 1,000,000,000 US consumers. We’ve engaged 2,582,038 Facebook fans with viral posts and responded to 1,927,810 customer emails with high satisfaction. We've grown several digital properties to over 10 million active monthly users.\n\n## Company size\n\n51-200\n\n## Remote status\n\nWhile Launch Potato is headquartered in vibrant downtown Delray Beach, Florida, we have a unique international team across a dozen countries. We have been a pioneering advocate of remote work, and our success comes from our diverse, energetic culture and high-performing, entrepreneurial team. We're bootstrapped and have taken no external investment.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- VueJS\n- Python\n- Django\n- SQL\n- PostgreSQL\n- GraphQL\n- Presto\n- Redshift\n- Spark\n- Hive\n- AWS\n- Looker\n- RabbitMQ\n- Celery\n- Kinesis\n- Docker\n\n## Office locations\n\n111 E Atlantic Ave #200, Delray Beach, FL 33444, United States\n\n## How to apply\n\nhttps://launchpotato.com/careers\n"
  },
  {
    "path": "src/companies/leadership-success.md",
    "content": "---\ntitle: \"Leadership Success\"\nslug: leadership-success\nwebsite: https://leadershipsuccess.co\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2020-12-22\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\n[Leadership Success](https://www.leadershipsuccess.co/) provides remote leadership coaching and advisory to leaders and HR professionals worldwide.  We've delivered nearly 90,000 hours of virtual coaching to over 15,000 participants from organisations of all shapes and sizes.\n\n## Company size\n\n40+\n\n## Remote status\n\nLeadership success is committed to being 100% remote where possible.  As our service is delivered remotely by staff distrubuted across Australia, the United Kingdom and the United States, we embrace this remote working culture across all aspects of our organisation.\n\n## Region\n\nWe currently provide services worldwide\n\n## Company technologies\n\nJavascript, VueJS, Firebase, Node.js, \n\n## Office locations\n\nWe have offices in Sydney Australia and we have offices in London UK & Austin, Texas US\n\n## How to apply\n\nEmail us at hello@leadershipsuccess.co\nCareers site coming soon\n"
  },
  {
    "path": "src/companies/leadfeeder.md",
    "content": "---\ntitle: \"Leadfeeder\"\nslug: leadfeeder\nwebsite: https://www.leadfeeder.com\ncareers_url: https://www.leadfeeder.com/jobs/\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - python\n  - ruby\n  - search\n  - sql\naddedAt: 2020-12-22\nupdatedAt: 2020-12-22\n---\n\n## Company blurb\n\n[Leadfeeder](https://www.leadfeeder.com) is a fast growing international SaaS startup, headquartered in Helsinki. We are on a mission to bring web intelligence into business. Simply put, Leadfeeder helps companies know more about their website visitors, which enables them to convert promising visitors into sales leads.\n\n## Company size\n\n100\n\n## Remote status\n\nCurrently, Leadfeeder is a buzzing remote international team of 80+ people and more than twenty nationalities. We have a strong data-driven and customer-centric culture, and we pride ourselves on our sustainable growth, ambition and resilience.\n\n## Region\n\nEurope and North America (depends on the job position)\n\n## Company technologies\n\nRuby on Rails, Ember.js, Javascript, Python, Kubernetes, Terraform, MySQL, Postgresql, AWS, Elasticsearch\n\n## Office locations\n\nHelsinki, Finland\n\n## How to apply\n\nYou can view our open positions here: https://www.leadfeeder.com/jobs/\n"
  },
  {
    "path": "src/companies/leadiq.md",
    "content": "---\ntitle: \"LeadIQ\"\nslug: leadiq\nwebsite: https://leadiq.com/\ncareers_url: https://leadiq.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - devops\n  - javascript\naddedAt: 2022-10-22\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nLeadIQ was founded in 2015 with a mission to create a world where every professional has the capability and access to responsibly connect with others. Today we're a leader in sales technology with over 10,000 users ranging from Fortune 500 Companies to Unicorn startups.\n\nThe company was founded in 2015. For more information, please visit [leadiq.com](https://leadiq.com/).\n\n## Company size\n\n(as of October 2022)\n180+ Teammates\n20+ Nationalities\n\n## Remote status\n\n100% remote\nAlmost all of us are remote. We also have an office in San Francisco, California\n\n## Region\n\nCurrent openings are for remote positions in Worldwide.\n\n## Company technologies\n\nVue.js, Javascript, Kubernetes.\n\n## Office locations\n\n548 Market Street,\nPMB 20371,\nSan Francisco, California 94104, US\n\n## How to apply\n\nCheck our jobs page: https://leadiq.com/careers\n"
  },
  {
    "path": "src/companies/lets-encrypt.md",
    "content": "---\ntitle: \"Let's Encrypt\"\nslug: let-s-encrypt\nwebsite: https://letsencrypt.org\ncareers_url: https://letsencrypt.org/jobs/\nregion: other\nremote_policy: remote-friendly\naddedAt: 2015-10-13\nupdatedAt: 2018-06-24\n---\n\n## Company blurb\n\nLet’s Encrypt is a free, automated, and open certificate authority brought to you by the Internet Security Research Group (ISRG). ISRG is a California public benefit corporation, and is recognized by the IRS as a tax-exempt organization under Section 501(c)(3) of the Internal Revenue Code.\n\n## How to apply\n\n[Let's Encrypt](https://letsencrypt.org/jobs/)\n"
  },
  {
    "path": "src/companies/lifen.md",
    "content": "---\ntitle: \"Lifen\"\nslug: lifen\nwebsite: https://www.lifen.health/\ncareers_url: https://jobs.lever.co/lifen\nregion: europe\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - devops\n  - java\n  - javascript\n  - python\n  - ruby\naddedAt: 2022-11-03\nupdatedAt: 2022-11-03\n---\n\n## Company blurb\n\nAt Lifen, we believe that everyone deserves high-quality, accessible, and financially sustainable healthcare. We help providers obtain timely, accurate, and comprehensive access to information that is seamlessly integrated across the care pathway. As key interoperability and scaling partners, we unleash the full power of data synergies, enabling instant access to digital health innovations for the best possible care. Our digital solutions connect all stakeholders – providers, payors, governments, technology companies, and researchers – for a health system that is truly built around the patient.\n\n## Company size\n\n200\n\n## Remote status\n\nOur collaborators choose the remote policy that suit them the best, from France mainly.\n\nOur headquarters are based in Paris (St-Lazare), we ask our collaborators to come once a month at the office (maximum) and in this occasion we pay their travel expenses.\n\n## Region\n\nWe are hiring from 3 countries in Europe:\n* France 🇫🇷\n* Germany 🇩🇪\n* UK 🇬🇧\n\n## Company technologies\n\nRuby on Rails, Python, Node.js, Typescript, React JS, Java\nCircleCI, Kubernetes, Prometheus, Terraform, Docker\n\n## Office locations\n\nParis (St Lazare).\n\n## How to apply\n\nHere are our different open positions and the recruitment process is specified for each of them [here](https://jobs.lever.co/lifen)\n"
  },
  {
    "path": "src/companies/lifetime-value-company.md",
    "content": "---\ntitle: \"Lifetime Value Company\"\nslug: lifetime-value-company\nwebsite: https://www.ltvco.com/\ncareers_url: https://www.ltvco.com/careers.html\nregion: worldwide\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\n  - php\n  - ruby\naddedAt: 2020-01-14\nupdatedAt: 2020-01-14\n---\n\n## Company blurb\n\nOver the past decade, we’ve built a collection of brands focused on unlocking long-term value for customers, investors and employees. While we’re certainly not the first company to utilize Lifetime Value (LTV) models, such long-term thinking informs the products we build, the people we work with, and the success we’re trying to achieve.\n\nWe build and ship best-in-class apps and web-based products and tools like BeenVerified, PeopleLooker and more that put the power of information into the hands of our customers.\n\n## Company size\n\n100+\n\n## Remote status\n\nWe have a growing number of remote workers across the US and Costa Rica. We regularly use Slack, Hangouts/Meet, and other tools to stay connected regardless of where we are. Our main offices are in New York City and Costa Rica and we make sure to have remote and onsite employees visit our offices to facilitate projects and keep things moving smoothly.\n\n## Region\n\nWorldwide - work from anywhere\n\n## Company technologies\n\nRuby, Ruby on Rails, Go, EmberJS, React, PHP, HTML, CSS, JavaScript\n\n## Office locations\n\n* New York City (USA)\n* San José (Costa Rica)\n\n## How to apply\n\nVisit our [Careers page](https://www.ltvco.com/careers.html) for information on how to apply.\n"
  },
  {
    "path": "src/companies/lightspeed.md",
    "content": "---\ntitle: \"Lightspeed\"\nslug: lightspeed\nwebsite: https://www.lightspeedhq.com/\ncareers_url: https://www.lightspeedhq.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - data\n  - go\n  - php\naddedAt: 2022-10-05\nupdatedAt: 2022-10-05\n---\n\n## Company blurb\n\nLightspeed Commerce is a point-of-sale and e-commerce software provider based in Montreal, Quebec, Canada. \nIt was founded in 2005 by Dax da Silva who served as the CEO of the company until February 2, 2022. \nIt has offices in Montreal, New York, Ottawa, Toronto, Belfast, Amsterdam and Ghent.\n\n## Company size\n\n1,001-5,000 employees\n\n## Remote status\n\nCompany hires in-house, hybrid and fully remote.\nBeing remote for Lightspeed has still some challenges but they're\ninvesting on making it better.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nGolang, PHP, Apache Kafka, Microservices, AWS \n\n## Office locations\n\n- 700 Rue Saint Antoine E #300, Montreal, Canada\n- 1901 Avenue of the Stars, Los Angeles, USA\n\n## How to apply\n\n[Lightspeed careers](https://www.lightspeedhq.com/careers/)\n\n[Lightspeed Linkedin jobs](https://www.linkedin.com/company/lightspeedcommerce/jobs/)\n"
  },
  {
    "path": "src/companies/linaro.md",
    "content": "---\ntitle: \"Linaro\"\nslug: linaro\nwebsite: https://www.linaro.org/\ncareers_url: https://www.linaro.org/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - linux\naddedAt: 2018-04-24\nupdatedAt: 2020-10-22\n---\n\n## Company blurb\n\nLinaro helps companies work with the latest open source technology, building support in upstream projects and ensuring smooth product roll outs and secure software updates. Instead of duplicating effort, members share engineering costs to accelerate innovation and time to market.\n\n## Company size\n\n201-500 employees\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nLinux Kernel, Open Source, Embedded Linux, software, collaboration, engineering, and Arm\n\n## Office locations\n\nHarston Mill Royston Road, Cambridge, England CB22 7GG, United Kingdom\n\n## How to apply\n\n[Linaro careers](https://www.linaro.org/careers/)\n\n[Linaro Linkedin jobs](https://www.linkedin.com/company/linaro/jobs/)\n"
  },
  {
    "path": "src/companies/lincoln-loop.md",
    "content": "---\ntitle: \"Lincoln Loop\"\nslug: lincoln-loop\nwebsite: https://lincolnloop.com\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - python\naddedAt: 2018-04-24\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nWe're a full service web studio offering user experience and development based on the Django Web Framework. We believe in delivering quality solutions via a lean and transparent process. Our team is passionate about building exceptional web sites and applications.\n\n## Company size\n\n11-50\n\n## Remote status\n\nWe offer full-time and remote jobs with 100% remote status.\n\n## Region\n\nUSA\n\n## Company technologies\n\nPython and Django.\n\n## Office locations\n\nChicago, Illinois, US\n\n## How to apply\n\nEmail us:\n\ninfo@lincolnloop.com\n\nInclude:\n\n* your resume or Linked profile\n* link to your Open Source codes\n* your hourly rate\n\nKeep an eye for new Job postings:\n\nhttps://lincolnloop.com/\n"
  },
  {
    "path": "src/companies/line-plus-corporation.md",
    "content": "---\ntitle: \"LINE Plus Corporation\"\nslug: line-plus-corporation\nwebsite: https://linepluscorp.com/\ncareers_url: https://career.linecorp.com/linecorp/career/list\nregion: other\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\n  - java\n  - ml\n  - mobile\n  - python\naddedAt: 2019-07-15\nupdatedAt: 2021-10-31\n---\n\n## Company blurb\n\nLINE Plus Corporation was established in March 2013 in South Korea as a subsidiary of LINE Corporation. It supports LINE’s global business development with programmers, designers, marketers, sales personnel, and PR managers of 50 different nationalities working together.\n\n## Company size\n\n1000+\n\n## Remote status\n\n- You can fully work remotely or work at the office. It's your choice. Depending on COVID-19 situation, 100% remote work could be recommended.\nFor more information, check out this [link](https://linepluscorp.com/pr/news/ko/2021/3791).\n- You should announce your plan at least one day before\n\n## Region\n\n* Republic of Korea\n\n## Company technologies\n\nAndroid, iOS, Windows, DB, Java, Python, C/C++ , Ad, AI/ML, Blockchain, Fintech, Data, Cloud/Infra, Game, Network, Security, QA\n\n## Office locations\n\n42, Hwangsaeul-ro 360beon-gil, Bundang-gu, Seongnam-si, Gyeonggi-do, Republic of Korea\n\n## How to apply\n\nPlease visit our website and see the details.\nhttps://career.linecorp.com/linecorp/career/list\n"
  },
  {
    "path": "src/companies/link11.md",
    "content": "---\ntitle: \"Link11\"\nslug: link11\nwebsite: https://www.link11.com/\ncareers_url: https://www.link11.com/en/career/\nregion: other\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - devops\n  - javascript\n  - php\n  - python\n  - sql\naddedAt: 2021-10-05\nupdatedAt: 2021-10-05\n---\n\n## Company blurb\n\nLink11 is the leading European IT security provider in the field of cyber resilience. We offer a broad portfolio of proven services that protect web applications and server infrastructures from malicious attacks. Our protection solutions are fast, intelligent and demonstrably secure.\n\n## Company size\n\nAs of October 2021, the company has around 65 employees.\n\n## Remote status\n\nEmployees can work fully remote according to their role, while we also have great team events that you don't want to miss!\n\n## Region\n\nWe have team members all over Germany.\n\n## Company technologies\n\nC, C++, Python, PHP, JavaScript, Postgres, Clickhouse, Git, Docker.\n\n## Office locations\nWe have offices in Hamburg and Frankfurt, for those who prefer an offices workspace.\n\n\n## How to apply\n\n[Apply online for any of the jobs on our careers page!](https://www.link11.com/en/career/)\n"
  },
  {
    "path": "src/companies/linux-foundation.md",
    "content": "---\ntitle: \"Linux Foundation\"\nslug: linux-foundation\nwebsite: https://www.linuxfoundation.org/\ncareers_url: https://www.linuxfoundation.org/about/careers/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - devops\n  - go\naddedAt: 2018-04-24\nupdatedAt: 2020-10-17\n---\n\n## Company blurb\n\nThe Linux Foundation is the organization of choice for the world's top developers and companies to build ecosystems that accelerate open technology development and commercial adoption. Together with the worldwide open source community, it is solving the hardest technology problems by creating the largest shared technology investment in history. Founded in 2000, The Linux Foundation today provides tools, training and events to scale any open source project, which together deliver an economic impact not achievable by any one company.\n\n## Company size\n\n51 - 300 people.\n\n## Remote status\n\nRemote and Office.\n\n## Region\n\n**Worldwide**.\n\n## Company technologies\n\n- Go\n- Docker\n- C, C++\n- Bash\n- Etc Open Source Project\n\n## Office locations\n\n1 Letterman Drive, San Francisco, CA 94129, US.\n\n## How to apply\n\nWe are hiring! visit https://www.linuxfoundation.org/about/careers/\n"
  },
  {
    "path": "src/companies/lionsher.md",
    "content": "---\ntitle: \"LionSher\"\nslug: lionsher\nwebsite: https://lionsher.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - javascript\n  - php\naddedAt: 2021-10-28\nupdatedAt: 2021-10-28\n---\n\n## Company blurb\n\nWe help customers showcase and sell their work online. Our products are used on over 1.5M+ websites and are the highest rated in the market.\n\n## Company size\n\n11-50\n\n## Remote status\n\nWe are a 100% remote company. You can choose to work from home or anywhere that has internet. We value people that are self-motivated to produce results without someone looking over their shoulder.\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\nWordPress, PHP, HTML, CSS, Javascript, Zenhub, Kubernetes\n\n## Office locations\n\nN/A\n\n## How to apply\n\nhttps://lionsher.com/careers/\n"
  },
  {
    "path": "src/companies/litmus.md",
    "content": "---\ntitle: \"Litmus Software\"\nslug: litmus-software\nwebsite: https://litmus.com/\ncareers_url: https://litmus.com/careers\nregion: americas-europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - dotnet\n  - ruby\naddedAt: 2017-01-16\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nLitmus is helping over 250,000 email marketers worldwide make email better.\n\n## Company size\n\n50-100\n\n## Remote status\n\nWhile we have amazing offices in Cambridge, MA and London, UK, about half of the company is located around the globe. Litmus is completely remote-friendly, and we’ll give you the tools needed to succeed—no matter where you’re located. Check out Paul Farnell (founder/CEO) on [The Difference Between \"Remote\" and \"Remote-First\"](https://thinkgrowth.org/the-difference-between-remote-and-remote-first-7dd38458855f#.z1kbmetpf)\n\n## Region\n\nWe have offices in London, Boston, and San Francisco, but many of our employees work fully remote. Even those who work close to the offices often work from home. We have employees in Central America, all over Europe, Pakistan, and many other countries.\n\n## Company technologies\n\nRuby on Rails, .NET, AWS\n\n## Office locations\n\nBoston, London, San Francisco, and around the world.\n\n## How to apply\n\nVisit [our careers page](https://litmus.com/careers) for details on openings and to apply.\n"
  },
  {
    "path": "src/companies/liveperson.md",
    "content": "---\ntitle: \"LivePerson\"\nslug: liveperson\nwebsite: https://www.liveperson.com/company/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - data\n  - infrastructure\n  - java\n  - javascript\n  - nosql\n  - search\naddedAt: 2021-06-03\nupdatedAt: 2021-06-09\n---\n\n## Company blurb\n\nOur AI enables brands to communicate with consumers at scale in their preferred messaging channel.\n\nLivePerson - named in Fast Company's Most Innovative Companies list - makes life easier for people and brands everywhere through trusted Conversational AI. Our Conversational Cloud platform empowers consumers to stop wasting time on hold or crawling through websites and message their favorite brands instead, just as they do with friends and family. Our 18,000 customers, including leading brands like HSBC, Orange, GM Financial, and The Home Depot, use our conversational solutions to orchestrate humans and AI at scale and create a convenient, deeply personal relationship — a conversational relationship — with their millions of consumers. LivePerson is a founding member of EqualAI, a non-profit organization committed to combating bias in AI.\n\nLivePerson has been innovating conversational connections between brands and consumers for more than 20 years, starting with the invention of live chat on websites by our founder and CEO, Rob LoCascio, back in 1995. Today, we’re driving the new conversational era by helping the world’s largest brands connect with their customers at scale through AI-powered messaging.\n\n## Company size\n\n1300+ employees worldwide\n\n## Remote status\n\n100% Remote Only.\n\nSome positions are regional or timezone based.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nCurrently used technologies include:\n- java\n- node.js\n- javascript\n- kafka\n- cassandra\n- elasticsearch  \n- couchbase\n- nginx\n\n## Office locations\n\nThere are no physical offices.\n\n## How to apply\n\nWe're hiring! Visit [https://www.liveperson.com/company/careers](https://www.liveperson.com/company/careers).\n"
  },
  {
    "path": "src/companies/loadsys.md",
    "content": "---\ntitle: \"Loadsys Web Strategies\"\nslug: loadsys-web-strategies\nwebsite: https://www.loadsys.com\nregion: other\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - php\naddedAt: 2015-10-15\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\n[Loadsys Web Strategies](https://www.loadsys.com.com) is a web development company that specializes in custom web application development and WordPress websites. Our process includes requirements determination, wireframing, product development, testing / QA, deployment and ongoing support. We are a team of 7 full-time developers, all located in the United States.\n\nOur benefits include:\n\n-   Competitive Pay\n-   4 weeks of vacation\n-   401k options\n-   Cutting edge learning environment\n-   2 company retreats each year\n\n## Company size\n\n7 Developers\n\n## Remote status\n\nOur team is fully virtual with all members located in the United States.  As we formed in the Chicagoland area, we have more members located in the Midwest region, but also have one in Vegas and North Carolina.\n\n## Company technologies\n\n-   CakePHP (supporting v2.X and 3.X and upgrades from 1.3)\n-   Ember.js\n-   Unit Testing and TDD\n-   Vagrant\n-   HTML, CSS, and Javascript\n-   Wordpress\n\n## How to apply\n\nWe are always looking for skilled developers.  Contact us at info at loadsys dot com\n"
  },
  {
    "path": "src/companies/localistico.md",
    "content": "---\ntitle: \"Localistico\"\nslug: localistico\nwebsite: https://localistico.com\nregion: europe\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - ruby\naddedAt: 2015-10-20\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe are a local marketing platform. We help business owners and marketing teams to manage and track how their locations look across different mapping and local platforms, from Google Maps to Yelp. We’re generating early revenue and our current clients include brands like El Corte Inglés, Sabadell Bank, Jurys Inn and Foxtons.\n\n## Company size\n\n[4](http://localistico.com/team/)\n\n## Remote status\n\nWe're a fully remote team, literally every one of us is living on a different city: London, Madrid, Salamanca and Girona.\n\nWe use Github issues and Codetree to organize our work, Slack is our office and we often use ScreenHero or Google Hangouts when we need to work together. We welcome however an asynchronous culture.\n\n## Region\n\nLocalistico is focused in UK and Spain currently, but you can work from wherever part of the world you like.\n\n## Company technologies\n\nLocalistico is based on Ruby on Rails, with some Go components. Data storage is PostgreSQL, Redis/resque and ElasticSearch. Our frontend is a web app in Ember.js. Our whole deployment is cloud based with Codeship+Heroku. We use Github as code repository and issues platform.\n\n## Office locations\n\nWe have offices in London and Madrid.\n\n## How to apply\n\nPlease send us a link to your Github and LinkedIn profiles, or an up-to-date copy of your CV and a short note/email intro to contact@localistico.com\n"
  },
  {
    "path": "src/companies/locus-robotics.md",
    "content": "---\ntitle: \"Locus Robotics\"\nslug: locus-robotics\nwebsite: https://locusrobotics.com/company/careers\nregion: worldwide\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - javascript\naddedAt: 2024-08-02\nupdatedAt: 2024-08-08\n---\n\n## Company blurb\n\n\nLocus Robotics is changing the game on how to automate warehouse and third-party logistics (3PL) facilities around the globe. With our award-winning Robotics solutions, we empower our customers to solve real-world problems, including labor and order delivery challenges.  \n\nLocus Robotics has a winning team with an exciting future. We’re in a hot growth market and focus on four major trends that are here to stay: robotics, big data, e-commerce, and artificial intelligence (AI). \n\nWe are committed to having a positive impact on our customers, our employees, and our communities. We embrace a dynamic and inclusive culture. Here you will collaborate with multi-national teams, contribute to a myriad of innovative projects that deliver the most creative and cutting-edge solutions, and have an opportunity to continuously learn and grow. No matter where you are located, you will join a dedicated, creative, and diverse community that will help you discover your fullest potential.  [Learn about working at Locus Robotics](https://locusrobotics.com/company/careers)\n\n## Company size\n\n400+\n\n## Remote status\n\nWe have the right flexible work environment for everyone — remote, hybrid, or on-site — with the environment depending on the job responsibilities. \n\nAt Locus, we understand that each individual and team works best differently, and we trust that you’ll put in your best work no matter where you’re working. \n\n\n## Region\n\nWorldwide.  Our global headquarters is in Wilmington, MA and our European headquarters is in Amsterdam. We are a truly global employer with positions available all over the world.  \n\n## Company technologies\n\nOur LocusONE solution includes hardware, software and cloud components.\n\n- ROS, Python, Rust, C/C++, C#/.Net, JavaScript, iOS, Android\n\n## Office locations\n\n- Wilmington, MA, US\n- Amsterdam, NL\n\n## How to apply\n\n- [Careers website](https://locusrobotics.com/company/careers)\n"
  },
  {
    "path": "src/companies/logdna.md",
    "content": "---\ntitle: \"LogDNA\"\nslug: logdna\nwebsite: https://logdna.com\nregion: other\nremote_policy: remote-friendly\ncompany_size: medium\naddedAt: 2020-04-21\nupdatedAt: 2020-04-21\n---\n\n## Company blurb\n\nLogDNA provides multi-cloud log management solutions.\n\n## Company size\n\n51-100 employees.\n\n## Remote status\n\nPartially remote\n"
  },
  {
    "path": "src/companies/logdog.md",
    "content": "---\ntitle: \"LogDog\"\nslug: logdog\nwebsite: https://log.dog\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - java\n  - javascript\n  - mobile\naddedAt: 2025-08-07\nupdatedAt: 2025-08-07\n---\n\n## Company blurb\n\nLogDog is a remote debugging/logging SDK (iOS and Android) with a web ui. Captures all logs, requests and events in real-time and allows to intercept them.\n\n\nDebugging and Logging are crucial skills in every developers life. Current tools don't cover all use cases and make it especially hard for none-developer to dig deeper into their apps.\nLogDog bridges this gap by offering a debugging experience unified across iOS and Android and brings the freedom to operate wirelessy with real-time logs.\nIt also simplifies communication in a remote scenario with 1-click sharing of debugging session.\nHTTP Request interception and mocking complete the package and give you full insights on whats going into and out of your apps.\n\n## Company size\n\n1-10\n\n## Remote status\n\nWe're a fully remote company.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nKotlin, Swift, ObjectiveC, JavaScript\n\n## Office locations\n\nNone\n\n## How to apply\n\nYou can find out more here https://log.dog\n"
  },
  {
    "path": "src/companies/logrocket.md",
    "content": "---\ntitle: \"LogRocket\"\nslug: logrocket\nwebsite: https://logrocket.com/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - javascript\n  - mobile\naddedAt: 2023-10-22\nupdatedAt: 2023-10-22\n---\n\n## Company blurb\n\nLogRocket helps you understand problems affecting your users, so that you can get back to building great software.\n\n## Company size\n\n500+\n\n## Remote status\n\nRemote - US (depends on the position).\n\n## Region\n\nUSA\n\n## Company technologies\n\nJavaScript, React Native\n\n## Office locations\n\nUS, Boston\n\n## How to apply\n\nhttps://logrocket.com/careers\n"
  },
  {
    "path": "src/companies/lullabot.md",
    "content": "---\ntitle: \"Lullabot\"\nslug: lullabot\nwebsite: https://www.lullabot.com/\ncareers_url: https://www.lullabot.com/jobs\nregion: other\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\n  - php\n  - ruby\naddedAt: 2015-10-30\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nLullabot is one of the top open source, interactive agencies in the world. We employ talented developers, designers, project managers, trainers, unicyclers, and more to make amazing websites, mobile apps and all manner of delightful tech.\n\n## Company size\n\n60+\n\n## Remote status\n\nAt Lullabot our virtual employees are our physical employees. We do not have a central office we work from. We won’t put you on speakerphone and you won’t be the last to know when something important happens. In fact, we all use the same tools to communicate on a daily basis. Tools like Google Docs, Yammer, GitHub and even Drupal enable our conversations and our work to end up having a URL. These tools may change but the culture of inclusion and empowerment is key for a distributed team to have fun and be successful.\n\n## Region\n\n- 6 countries\n- 52 cities\n\n## Company technologies\n\n- Drupal\n- PHP\n- HTML\n- Sass\n- CSS\n- JavaScript\n- Ruby\n- Phone Gap\n- Titanium\n\n## Office locations\n\nCompletely distributed!\n\n## How to apply\n\nhttps://www.lullabot.com/jobs\n"
  },
  {
    "path": "src/companies/luxoft.md",
    "content": "---\ntitle: \"Luxoft\"\nslug: luxoft\nwebsite: https://www.luxoft.com/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\naddedAt: 2015-10-13\nupdatedAt: 2020-10-31\n---\n\n## Company blurb\n\nInsert a little bit about your company here.\n\n## Company size\n\nAn approximate size of your company. 0-20, 20-50, 50-100, 100-200, etc.\n\n## Remote status\n\nExplain a bit about your remote culture here.\n\n## Region\n\nWhere are remote employees accepted? List either 1 country (eg **USA**), 1 region (eg **North America**), a list of multiple regions, or **Worldwide**.\n\nSee the [UN Statistical Division's country codes](https://unstats.un.org/unsd/methodology/m49/) for a list of accepted countries.\n\nThe list of accepted regions is based on the UN Statistical Division's region codes, on the same page:\n\n* Africa\n* Asia\n* Caribbean\n* Europe\n* Latin America\n* North America\n* Oceania (*this includes Australia*)\n\n### Example region 1\nUSA\n\n### Example region 2\nNorth America, Latin America, Caribbean\n\nBelow the country/region list you can have more text, if you want.  Use this to explain timezone, travel, or other restrictions based on your company's location.\n\n### Example region 3\nWorldwide\n\n## Company technologies\n\nInsert some of the technologies used in your company here.\n\n## Office locations\n\nInsert your physical office locations here, if you have any.\n\n## How to apply\n\nInsert a specific webpage, email, or instructions to apply.\n"
  },
  {
    "path": "src/companies/luxor.md",
    "content": "---\ntitle: \"Luxor Technology\"\nslug: luxor-technology\nwebsite: https://luxor.tech/\ncareers_url: https://jobs.ashbyhq.com/luxor\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\n  - rust\naddedAt: 2025-09-15\nupdatedAt: 2025-09-15\n---\n\n## Company blurb\n\nLuxor delivers a full-stack suite of software, hardware, financial, and energy services that power over 3,000 bitcoin mining datacenter operators and ~500,000 machines worldwide, helping miners monetize compute, optimize hardware, trade machines, hedge revenue, and manage energy in one integrated platform. Since energy is the largest input for miners, we’re building innovative tools to give them a competitive edge and expanding our Energy team to accelerate this mission.\n\n## Company size\n\n~90 currently (09/01/2025)\n\n## Remote status\n\nMost of the positions are full-remote, but the status of each position is displayed with the job description.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- React.js\n- Typescript\n- Go\n- Rust\n\n## Office locations\n\nthe Internet (no office)\n\n## How to apply\n\nView open positions here:\nhttps://jobs.ashbyhq.com/luxor\n"
  },
  {
    "path": "src/companies/lyseon-tech.md",
    "content": "---\ntitle: \"Lyseon Tech\"\nslug: lyseon-tech\nwebsite: https://lt.coop.br/\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - infrastructure\n  - javascript\n  - nosql\n  - php\n  - sql\naddedAt: 2020-02-05\nupdatedAt: 2020-02-05\n---\n\n## Company blurb\n\nWe develop digital products with agility, innovation and technical quality, so that the Brazilian market keeps pace with the worldwide technological growth.\nIn our team we have highly qualified professionals and nationally recognized specialists to make your dreams come true through technology.\n## Company size\n\n12 employees (January 2018).\n\n## Remote status\n\nWe work 100% remote, we work at home and in cowork\n\n## Region\n\nBrazil\n\n## Company technologies\n\n* PHP\n* PostgreSQL\n* Laravel\n* Symfony\n* Docker\n* MySQL\n* MariaDB\n* MongoDB\n* JavaScript\n* Nginx\n* Apache\n* Redis\n* WordPress\n* Git\n\n## Office locations\n\nBrazil, Rio de Janeiro\n\n## How to apply\n\nCheck our jobs page: http://lt.coop.br/\n\nIf your position isn't listed, create it by emailing vagas@lt.coop.br and starting a conversation.\n"
  },
  {
    "path": "src/companies/lytx.md",
    "content": "---\ntitle: \"Lytx\"\nslug: lytx\nwebsite: https://www.lytx.com/en-us/about-us/careers\nregion: europe\nremote_policy: remote-friendly\ncompany_size: large\naddedAt: 2020-10-31\nupdatedAt: 2020-10-31\n---\n\n## Company blurb\nLytx is a San Diego based company that uses machine learning to collect data and improve security for drivers.\n\n## Company size\n600+ (as of 2020)\n\n## Remote status\nSoftware Engineering roles are currently remote.\n\n## Region\nUSA, UK, Israel\n\n## Company technologies\nDepends on role\n\n## Office locations\nSan Diego, CA\n\n## How to apply\nhttps://www.lytx.com/en-us/about-us/careers\n"
  },
  {
    "path": "src/companies/madewithlove.md",
    "content": "---\ntitle: \"madewithlove\"\nslug: madewithlove\nwebsite: https://madewithlove.com\ncareers_url: https://madewithlove.com/careers/\nregion: other\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - javascript\n  - mobile\n  - php\n  - search\naddedAt: 2019-01-24\nupdatedAt: 2021-11-09\n---\n\n## Company blurb\n\n**At the heart of your business**\n\nMadewithlove helps their clients to create digital products and build teams that will improve their business. We only work on projects that are at the heart of our client's business. We love challenges; they make us shine. We have the brains and the heart to take the most complex projects to the finish line.\n\n## Company size\n\nCurrently 25, as you can see on our [team page](https://madewithlove.com/team/).\n\n## Remote status\n\nWe are a remote first company and we advocate [our remote culture](https://madewithlove.com/culture/) to our clients.\n\n## Region\n\nEverywhere between timezones UTC-5 and UTC+3.\n\n## Company technologies\n\nPHP (Laravel), HTML, JavaScript (React, React Native, Node), CSS, ElasticSearch,...\n\n## Office locations\n\nWe have [2 physical offices](https://madewithlove.com/contact/) in Belgium: Leuven (our HQ) and Ghent.\n\n## How to apply\n\nPlease read [our job page](https://madewithlove.com/careers/) carefully before applying.\n"
  },
  {
    "path": "src/companies/madisoft.md",
    "content": "---\ntitle: \"Madisoft\"\nslug: madisoft\nwebsite: https://labs.madisoft.it/\ncareers_url: https://labs.madisoft.it/entra-nel-team/\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - javascript\n  - mobile\n  - php\n  - python\n  - sql\naddedAt: 2021-10-04\nupdatedAt: 2021-10-04\n---\n\n## Company blurb\n\nMadisoft is a full remote company that aims to innovate the Italian School by developing Nuvola, an ecosystem of software services for the digital transformation of school processes, used by thousands of teachers, parents and students every day.\n\n## Company size\n\n20-50\n\n## Remote status\n\nMadisoft embraces a full remote culture: employees work from anywhere in Italy. We strongly believe in remote work, in order to reach excellent staff without uprooting them from the place where they prefer to live. Our team has always been remote, so we have developed a remarkable organization and management skills. By working remotely, we have the opportunity to reconcile the professional aspect with the rest of our life and increase the quality of what we do by removing all the unnecessary waste of everyday time, such as home-work trips.\n\n## Region\n\nItaly\n\n## Company technologies\n\n- PHP\n- Symfony\n- AWS\n- JavaScript\n- TypeScript\n- React.js\n- React Native\n- MySQL\n- Python\n\nPHP, Symfony, AWS, HTML, CSS, JavaScript, TypeScript, React, React Native\n\n## Office locations\n\nPollenza (MC), Italy\n\n## How to apply\n\nCheck out our [careers](https://labs.madisoft.it/entra-nel-team/) page and email [lavoro@madisoft.it](lavoro@madisoft.it).\n"
  },
  {
    "path": "src/companies/mailerlite.md",
    "content": "---\ntitle: \"MailerLite\"\nslug: mailerlite\nwebsite: https://www.mailerlite.com\ncareers_url: https://www.mailerlite.com/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\n  - mobile\n  - nosql\n  - php\n  - python\n  - search\n  - sql\naddedAt: 2020-02-29\nupdatedAt: 2020-02-29\n---\n\n## Company blurb\n\n[MailerLite](https://www.mailerlite.com/) is an email marketing tool with a remote-first team that's scattered all over the world. Twice a year, the team goes on [workation](https://www.mailerlite.com/workation) to places like Bali, Azores, Lithaunia, Panama and Miami.\n\n## Company size\n\nWe are a distributed team of 60+ people. Get to know more about who we are on our [About page](https://www.mailerlite.com/about/).\n\n## Remote status\n\nEvery team member has the freedom to live and work anywhere around the world. We currently live and work remotely from 16 countries. Our international team enables us to better serve our customers globally.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nBackend: \n\n- PHP\n- Laravel\n\nFrontend: \n\n- VueJS\n- Nuxt.js\n- SASS\n- LESS\n- AngularJs\n- Angular.io\n- TypeScript\n- Javascript\n- Smarty templates\n\nDatastores: \n\n- MySQL\n- Postgres\n- Elasticsearch\n- MongoDB\n- Redis\n- Memcached\n\nDevops: \n\n- GCP\n- Terraform\n- Kubernetes\n- Docker\n- Vagrant\n- Ansible\n- CircleCI\n- Golang\n- Python\n\nMobile: \n\n- Swift\n\n\n## Office locations\n\nWorldwide. Headquarters located in Vilnius, Lithuania.\n\n## How to apply\n\nYou can read more about our culture and find our current openings here: https://www.mailerlite.com/jobs/\n"
  },
  {
    "path": "src/companies/maintainnow.md",
    "content": "---\ntitle: \"MaintainNow\"\nslug: maintainnow\nwebsite: https://www.maintainnow.app\nregion: americas\nremote_policy: fully-remote\ncompany_size: startup\ntechnologies:\n  - react\n  - react-native\n  - aws\naddedAt: 2026-01-17\nupdatedAt: 2026-01-17\n---\n\n## Company blurb\n\nMaintainNow is a fully remote-friendly tech company offering an intuitive, enterprise-grade CMMS platform built for facility maintenance and management across schools and campuses, recreation and sports venues, manufacturing plants, multi-building portfolios, healthcare facilities, and transportation fleets.\n\n## Company size\n\nLess than 10\n\n## Remote status\n\nFully remote company.\n\n## Region\n\nUnited States\n\n## Company technologies\n\nReact, React Native, AWS\n\n## Office locations\n\nUSA (fully remote)\n\n## How to apply\n\n- [Website](https://www.maintainnow.app)\n"
  },
  {
    "path": "src/companies/manifold.md",
    "content": "---\ntitle: \"Manifold\"\nslug: manifold\nwebsite: https://manifold.co\ncareers_url: https://www.manifold.co/about\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - sql\naddedAt: 2017-07-04\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe’re an ambitious and well-funded startup, making it compelling for developers to break their deployments free from the closed ecosystems of cloud providers. We connect applications, wherever they are hosted, to independent cloud services made by developers who care.\n\nOur partially distributed team is fun-loving, knowledgeable, and extremely productive. We’re organized to let you explore and grow a variety of skills and capabilities, with many opportunities to make a significant impact. Many of us have strong ties to the open-source world, and have experience building tools at companies like Heroku, Salesforce, Red Hat, and Canonical.\n\n## Company size\n\nAbout 25 (January, 2018)\n\n## Remote status\n\nStrongly supported. About 50% are in the home office in Halifax, Canada. A few are in San Francisco, and the rest work remotely. The exec team is split between Halifax, San Francisco, and remote.\n\n## Region\n\nUTC-9 to UTC+1. Time shifting at the boundaries is typically necessary.\n\n## Company technologies\n\n- React\n- Go\n- Postgres\n- Swagger\n- Terraform\n- Kubernetes\n- Manifold\n- Git and Github\n\n\n## Office locations\n\n- HQ in Halifax, NS, Canada\n- Office in San Francisco\n\n## How to apply\n\n[Manifold Careers](https://www.manifold.co/about)\n"
  },
  {
    "path": "src/companies/mapbox.md",
    "content": "---\ntitle: \"Mapbox\"\nslug: mapbox\nwebsite: https://www.mapbox.com/\ncareers_url: https://www.mapbox.com/jobs/\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - javascript\naddedAt: 2015-10-18\nupdatedAt: 2022-10-18\n---\n\n## Company blurb\n\nMapbox is a mapping platform for developers. Our building blocks make it easy to integrate location into any mobile or online application. We want to change the way people move around cities and understand our planet.\nFrom finding a coffee spot on Foursquare, to pinning a vacation spot on Pinterest, to geo-tagging notes in Evernote – we do the geo stuff so developers can focus on building their app. Mapbox is the foundation for other platforms, letting enterprises analyze their data, drone companies publish flyovers, real estate sites visualize properties, satellite companies process cloud-free imagery, and insurance companies track assets.\n\nMapbox is an open source company. We build our product with open source parts, work in the open, and release as much code as possible – [it's the right thing for people, technology, and business.](https://www.mapbox.com/about/open/)\n\n## Company size\n\n350+\nMapbox has closed a series C and is growing rapidly.\n\n## Remote status\n\nThe team are partly remote - [about a dozen of us are remote in the U.S. and Canada, Europe, and South America](https://opensource.com/life/14/7/interview-justin-miller-mapbox)\n\n## Region\n\nRemote locations include U.S., Canada, Europe, and South America.\n\n## Company technologies\n\nMapbox GL JS for web, iOS, Android, React Native, Unity, Qt.\n\n### Software\n\nOur focus for releasing software as open source is on reusable, general-purpose parts. In many cases, this means modules, rather than applications. We distribute these modules for other developers to use on websites like [npm](https://www.npmjs.com/) and [PyPI](https://pypi.python.org/pypi). For instance, [rasterio](https://github.com/mapbox/rasterio) is a core part of our image processing pipeline that we make available for any Python programmer to use.\n\nA minority of our software is closed-source:\n\n* Software that connects server processes and is heavily dependent on our configuration. This is a prevalent category but tends to be very small, in terms of code.\n* Software that packages up business workflows. Software highly specific to Mapbox’s product, tied into our design, and core to our competitive advantage is often kept closed. These projects are usually applications and servers composed of parts that we release as open source so that others can build from the same foundations.\n\n\n### Standards\n\nStandards make modern software possible by connecting modular parts into systems. Open formats are the groundwork of open data. Mapbox is built on open standards: we adopt existing specs like GeoJSON and author new standards for new purposes, like [MBTiles](https://github.com/mapbox/mbtiles-spec) and [GL Style Spec](https://github.com/mapbox/mapbox-gl-style-spec). We release them under [permissive licenses](http://creativecommons.org/licenses/by/3.0/us/) that enable everyone to freely implement them in products and software, and to improve upon them.\n\n### Design\n\nDesign components that are **reusable, general purpose, and not explicitly tied to the Mapbox brand**, like [Maki](https://www.mapbox.com/maki/), make sense as open source. We also release templates that show how to use our tools, like those in [Guides](https://www.mapbox.com/guides/).\n\nMost of our artwork is copyrighted and not placed under any open license. It’s tied to the Mapbox identity: reusing the Mapbox.com website style isn’t a use-case we want to support. The uniqueness and specificity of our style is important to how customers identify “oh, this is Mapbox”.\n\n### Data\n\nThe vast majority of Mapbox’s data is in the open. Large sources include [OpenStreetMap](http://www.openstreetmap.org/), [USGS](http://www.usgs.gov/), [Landsat](http://landsat.usgs.gov/), [Natural Earth](http://www.naturalearthdata.com/), and [OpenAddresses](http://openaddresses.io/). We contribute to these sources, participate in their communities, and invest in tools that help improve them.\n\nWe also work extensively with proprietary sets of data that we buy: we legally can’t open these. Nor do we release heavily processed data. Processing data and delivering the final products has obvious and real costs: server infrastructure and bandwidth, as well as labor. Our ability to distill meaning out of raw material is a core part of our product.\n\n## Office locations\n\nWe are located in DC, SF, Ayacucho, Bangalore and Berlin.\n\n## How to apply\n\nCheck the [job listings](https://www.mapbox.com/jobs/).\nRead this [blog post](https://www.linkedin.com/pulse/how-we-hire-mapbox-nate-perkins) for info on how Mapbox hires.\n"
  },
  {
    "path": "src/companies/marco-polo.md",
    "content": "---\ntitle: \"Marco Polo\"\nslug: marco-polo\nwebsite: https://marcopolo.me\ncareers_url: https://marcopolo.me/jobs\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - java\n  - javascript\n  - mobile\n  - python\naddedAt: 2021-08-23\nupdatedAt: 2021-08-23\n---\n\n## Company blurb\n\nMarco Polo is a popular video communication app that makes being a part of anyone's day effortless, even when life gets busy. Marco Polo helps millions of people stay in touch with their real relationships.\n\nSince our founding in 2016, our Marco Polo community has sent more than 4 billion Polos. As we grow our team, we’re looking for great people who want to make a difference in the lives of people around the world!\n\n## Company size\n\n20-50 (as of August 2021)\n\n## Remote status\n\nWe are fully remote and spread throughout the US and Canada. We try to get together for an offsite a couple of times per year.\n\n## Region\n\nNorth America\n\n## Company technologies\n\nPython, Java, Kotlin, Swift, Objective-C, Firebase, Vue.js\n\n## Office locations\n\nN/A - fully remote\n\n## How to apply\n\nCheck out our jobs page at: https://marcopolo.me/jobs\n"
  },
  {
    "path": "src/companies/mariadb.md",
    "content": "---\ntitle: \"MariaDB\"\nslug: mariadb\nwebsite: https://www.mariadb.com/\ncareers_url: https://mariadb.com/about-us/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - sql\naddedAt: 2024-09-04\nupdatedAt: 2024-09-04\n---\n\n## Company blurb\n\nThe MariaDB database is the true community developed open source fork of MySQL, today the default in several Linux distributions and used by companies big and small. MariaDB plc sells products and services around MariaDB. \n\n## Company size\n\n200+\n\n## Remote status\n\nThe majority of the employees work remotely from home.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n* [https://mariadb.com](https://mariadb.com)\n* [https://mariadb.org](https://mariadb.org)\n\n## Office locations\n\nHeadquarters in Redwood City, California and Dublin, Ireland. \n\n## How to apply\n\n* [https://mariadb.com/about-us/careers/](https://mariadb.com/about-us/careers/)\n"
  },
  {
    "path": "src/companies/marketade.md",
    "content": "---\ntitle: \"Marketade\"\nslug: marketade\nwebsite: https://www.marketade.com\ncareers_url: https://www.marketade.com/jobs/\nregion: americas\nremote_policy: hybrid\ncompany_size: tiny\naddedAt: 2018-04-24\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nMarketade is a small remote agency that works with enterprise and mid-size organizations across the U.S. We specialize in collaborative user research that helps teams build better digital products (software, apps, websites).\n\n## Company size\n\nAt present, Marketade has a team of a 9-person team of user research consultants, usability experts, research trainers, ideation workshop facilitators and participant recruitment experts.\n\n## Remote status\n\nRemote work is an exciting role — you can work from anywhere, anytime, and you’re in charge of managing your workload and meeting deadlines. Workspaces look different for each Marketade team member – some work from a designated home office, some work at coworking spaces, and some change it up every few days. We offer the flexibility for you to do what works best for you, and provide the structure needed for success across multiple time zones with core working hours.\n\nWe use Slack and video conferencing tools to maintain regular check-ins throughout the week to get crucial face-to-face time, and schedule in time to just “hang out” with each other during the workweek.\n\n## Region\n\nUSA\n\n## Company technologies\n\nUsability testing\nInformation Architecture Research\nCustomer User Research\n\n## Office locations\n\nWashington DC, USA\n\n## How to apply\n\nhttps://www.marketade.com/jobs/\n"
  },
  {
    "path": "src/companies/marsbased.md",
    "content": "---\ntitle: \"MarsBased\"\nslug: marsbased\nwebsite: https://marsbased.com/\ncareers_url: https://marsbased.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - mobile\n  - python\n  - ruby\naddedAt: 2018-04-14\nupdatedAt: 2026-02-16\n---\n\n## Company blurb\n\n\nMarsBased is a development consultancy from Barcelona offering end‑to‑end web & mobile apps based on Ruby on Rails, JavaScript and Python. We work for Fortune 500 and high-growth companies from all over the world with our distributed team of senior software engineers and designers.\n\n## Company size\n\nAt present, 30 people (16/02/2026).\n\n## Remote status\n\nWe're a 100% remote-first company. We do not have physical offices, and our employees are scattered around Spain and Portugal.\n\nWe tend to minimise meetings and videocalls to a minimum but we depend on each client because we're a services company. In the company, though, we don't do dailies.\n\nEvery three months, we host the Martian Day, during which we all team up in Barcelona for a couple of days of get-together, hands-on meetings with the founders, workshops, keynotes and some time off. Once per year, we go on a company retreat for a few days of work and leisure. We also do online activities to bond, which you can read about on our [company handbook](https://github.com/MarsBased/handbook).\n\n## Region\n\nWe're just hiring EU-residents with a working permit. Freelancers willing to do contract work might apply from anywhere, but won't be eligible for a full-time job inside the company.\n\n## Company technologies\n\nRuby, Rails, Sinatra, Node.js, Angular, React, Vue.js, React Native, Python, Django, FastAPI, Flask, CSS.\n\n## Office locations\n\nNo physical offices, but we're from Barcelona.\n\n## How to apply\n\nApply through our website: https://marsbased.com/jobs\n"
  },
  {
    "path": "src/companies/massive-pixel-creation.md",
    "content": "---\ntitle: \"Massive Pixel Creation\"\nslug: massive-pixel-creation\nwebsite: https://massivepixel.io\ncareers_url: https://massivepixel.io/career/\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\n  - mobile\n  - php\naddedAt: 2022-10-31\nupdatedAt: 2022-10-31\n---\n\n## Company blurb\nMassive Pixel Creation is a company established in 2009 in Katowice, Poland that specializes in software development outsourcing (both for mobile and web projects). MPC started with building and monetizing its own web products and selling them on Envato, shortly becoming Power Elite Author with more than 45.000 sales.\n\nLater they built an easy-to-use platform called WPKraken to serve small business owners from all around the globe that are having their websites and web apps based on WordPress.\n\n## Company size\n50-200\n\n## Remote status\nMassive Pixel Creation is open for remote working. Currently we have only one physical location which is in Katowice, Poland. Although we have employed great specialist from remote locations in Poland. During the pandemic around 90% of our employees are working remotely, and there a few that moved abroad.\n\n## Region\nPoland\n\n## Company technologies\nPHP, Laravel, JavaScript, React, React Native, Flutter, WordPress\n\n## Office locations\nJesionowa 22 Street\n40-158 Katowice\nPoland, Europe\n\n## How to apply\nVisit our [careers pages](https://massivepixel.io/career/) to check the current job openings and apply.\n"
  },
  {
    "path": "src/companies/mattermost.md",
    "content": "---\ntitle: \"Mattermost\"\nslug: mattermost\nwebsite: https://mattermost.com/careers/\nregion: worldwide\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - javascript\n  - go\n  - python\n  - mobile\n  - cloud\n  - devops\naddedAt: 2026-01-17\nupdatedAt: 2026-01-17\n---\n\nMattermost is an open-source collaboration platform for mission-critical work, providing secure messaging, workflow automation, and integrations for DevSecOps and incident response teams. The platform powers over 800,000 workspaces worldwide and serves organizations including NASA, Nasdaq, Samsung, and the US Air Force. Mattermost offers flexible deployment options including on-premise and cloud solutions, with a strong focus on security and compliance for defense, government, and enterprise customers.\n"
  },
  {
    "path": "src/companies/maxicus.md",
    "content": "---\ntitle: \"Maxicus\"\nslug: maxicus\nwebsite: https://maxicus.com/\ncareers_url: https://remoters.net/jobs/maxicus/\nregion: asia-pacific\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - dotnet\n  - php\n  - python\n  - sql\naddedAt: 2021-10-09\nupdatedAt: 2021-10-09\n---\n\n## Company blurb\n\n[Maxicus](https://maxicus.com/) intelligently blend the human EQ and machine IQ to foster interactions that last in your customers’ memories.\nTakes  customer experience a notch above by building exceptional engagement at both assisted and digital channels.\n\n## Company size\n\n~250 employees (as of Oct 2020).\n\n## Remote status\n Remote employement is provided.\n\n## Region\n\nIndia\n\n## Company technologies\n\nPHP, Laravel, MySQL, Git,Big Data,C#,Java and Python Programming\n\n## Office locations\n\nThe main offices are located in Gurgaon.\n\n## How to apply\n\nVisit our [Contact Page](https://remoters.net/jobs/maxicus/)\n"
  },
  {
    "path": "src/companies/mayven-studios.md",
    "content": "---\ntitle: \"Mayven Studios\"\nslug: mayven-studios\nwebsite: https://mayvenstudios.com\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - java\n  - javascript\n  - mobile\n  - php\n  - python\n  - ruby\naddedAt: 2023-01-16\nupdatedAt: 2023-01-16\n---\n\n## Company blurb\n\nMayven Studios is a design and engineering studio helping businesses scale. We make custom software and websites for some of the best teams in Silicon Valley. Started in 2015 by [@natemcguire](x.com/natemcguire) and [@chood531](https://x.com/chood531), Mayven Studios is now owned by [Saltwater](https://saltwater.com). We love building businesses and the technical infrastructure to help them grow.\n\nWe're a team of engineers, designers, and QAs, distributed in 17 cities around the world. We're a group of hard working and smart people — everyone is excellent at what they do. If you want to work with a team that will help you level up, this is the place.\n\nSome of our clients include: Andreessen Horowitz (A16Z), Emergence Capital, Lightspeed, Mixpanel, Facebook, Egnyte, Segment, Lagunitas, Dropbox, Pachama...the list goes on. We're actively taking on new and interesting projects as we scale our own business to serve more customers.\n\n## Company size\n\n60 and growing, primarily engineers, with some designers, QA, and Project management. We're a minimal management company, primarily focused on hiring excellent individuals who are super skilled in their particular area. \n\n## Remote status\n\nMayven Studios has been remote from day one. Our customers are primarily US based so we time shift a bit to PST, with the majority of customers in Silicon Valley, California. Nate and Connor live in UTC+3 and UTC+8, and our team spans from the Pacific Ocean on the West Coast to the Beaches of Bali, so we are a low-meeting company and heavily async with regards to comms. We wanted to be remote for location freedom, but our real secret is it allows us to hire the best people around the world, location agnostic. \n\n## Region\n\nWe hire a lot from Central America and Europe, but have plenty of people not in those places. There's team members in California, Texas, Spain, Italy, UK, Poland, Serbia, Bosnia, Turkey, Ukraine, Dubai, Uruguay, Mexico, and Bali. A few of us are nomadic, but for the most part settled in professionals with quite a lot of experience.\n\n## Company technologies\n\n* PHP (Laravel)\n* JavaScript (Vue.js, React, Next, Node)\n* Ruby (RoR)\n* Python\n* Objective-C / Swift (iOS)\n* Java (Android)\n\nMost of our work is web applications, mobile apps, and websites. These can be simple marketing sites or complicated enterprise applications. We prefer keeping things clean and simple with our work tools.\n\n## Office locations\n\nthe Internet (no office)\n\n## How to apply\n\nCheck out website [Mayven Studios](https://mayvenstudios.com/) to see if you are into what we do and then send an email to nate@mayvenstudios.com with your background, what work you do well, and portfolio if applicable.\n"
  },
  {
    "path": "src/companies/mayvue.md",
    "content": "---\ntitle: \"Mayvue Solutions\"\nslug: mayvue-solutions\nwebsite: https://mayvue.com/\ncareers_url: https://mayvue.com/careers/\nregion: americas\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - dotnet\n  - javascript\naddedAt: 2022-10-25\nupdatedAt: 2022-10-25\n---\n\n## Company blurb\n\nMayvue is a team of highly skilled and passionate strategists, experts, software engineers, analysts, and testers that create products for transportation professionals.\n\nMore about Mayvue:\n\nFounded in January 2019, Mayvue is the premier software solutions provider to public agencies as they build and maintain the critical infrastructure necessary for today and into the future. With 75% of all infrastructure in the United States being funded and maintained by state and local agencies, it is critical that the most up-to-date tools and expertise are available to empower them to efficiently and effectively maintain infrastructure assets.\n\nBuilding on the industry skills and experience of our founding team, Mayvue re-envisions the technologies used by public agencies to further their impact and to guide them into the future.\n\n## Company size\n\n11-50\n\n## Remote status\n\nIn office or remote options\n\nMayvue has an office, however employees can work remote. There are employee meetups & events to promote culture\n\n## Region\n\nUSA\n\n## Company technologies\n\nC#, .NET, Vue\n\n## Office locations\n\nPittsburgh, Pennsylvania, USA\n\n## How to apply\n\nWebsite to view available positions: https://mayvue.com/careers/\nEmail to apply: careers@mayvue.com\nAdditional info:\nMayvue has success hiring tech elevator grads\n"
  },
  {
    "path": "src/companies/meant4.md",
    "content": "---\ntitle: \"Meant4\"\nslug: meant4\nwebsite: https://meant4.com/jobs\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - cloud\n  - go\n  - javascript\n  - mobile\n  - php\n  - python\naddedAt: 2024-10-25\nupdatedAt: 2025-01-24\n---\n\n## Company blurb\n\nWe empower our partners by providing a clear and cutting-edge process for creating digital software solutions that, speak for themselves enabling businesses to reach their objectives swiftly, securely, and effectively. We specialize in [cloud development](https://meant4.com/google-cloud-partner/) and [IT consulting](https://meant4.com/it-consulting-services/). See our twitter feed [@meant4software](https://x.com/meant4software)\n## Company size\n\n20-40\n\n## Remote status\n\nPossibility to remote work - Get things done - from home or an office.\n\nThere are employee meetups & events to promote culture\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nPython, PHP, Go , Node.js, Vue.js, Python, Django, Flutter, Google Cloud, AWS, Drupal\n\n## Office locations\n\n- Headquarter is located in Warsaw, Poland\n\n## How to apply\n\n[Career Opportunities at Meant4](https://meant4.com/jobs/)\n"
  },
  {
    "path": "src/companies/mediacurrent.md",
    "content": "---\ntitle: \"Mediacurrent Interactive Solutions, LLC\"\nslug: mediacurrent-interactive-solutions-llc\nwebsite: https://www.mediacurrent.com/\ncareers_url: https://www.mediacurrent.com/about/careers\nregion: other\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - php\naddedAt: 2016-06-11\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nMediacurrent helps organizations build highly impactful, elegantly designed Drupal websites that achieve the strategic results they need.\n\n## Company size\n\n60+ employees\n\n## Remote status\n\nMediacurrent is headquartered in Alpharetta, Georgia with employees distributed throughout 20+ states.\n\n## Region\n\nUS-based employees\n\n## Company technologies\n\nDrupal\n\n## Office locations\n\n3180 North Point Parkway Suite 208, Alpharetta, Ga 30005\n\n## How to apply\n\nVisit [Mediacurrent Careers] (https://www.mediacurrent.com/about/careers)\n"
  },
  {
    "path": "src/companies/mediavine.md",
    "content": "---\ntitle: \"Mediavine\"\nslug: mediavine\nwebsite: https://www.mediavine.com/\ncareers_url: https://mediavine.workable.com/\nregion: americas\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - php\n  - sql\naddedAt: 2019-10-14\nupdatedAt: 2019-10-14\n---\n\n## Company blurb\n\nMediavine is an advertising management company representing over 5500 websites in the food, lifestyle, DIY, and entertainment space.\n\n## Company size\n\n67 employees as of October 2019.\n\n## Remote status\n\n100% remote with headquarters in Boca Raton, Florida.\n\n## Region\n\nEmployees are distributed throughout North America.\n\n## Company technologies\n\nJavaScript, PHP, SQL, Slack, Intercom.\n\n## Office locations\n\nBoca Raton, Florida\n\n## How to apply\n\nOpenings page: https://mediavine.workable.com/\n"
  },
  {
    "path": "src/companies/medium.md",
    "content": "---\ntitle: \"Medium\"\nslug: medium\nwebsite: https://medium.com/\ncareers_url: https://jobs.lever.co/medium?team=Engineering\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\n  - nosql\n  - python\naddedAt: 2019-10-28\nupdatedAt: 2019-10-28\n---\n\n## Company blurb\n\nMedium taps into the brains of the world’s most insightful writers, \nthinkers, and storytellers to bring you the smartest takes on topics \nthat matter. So whatever your interest, you can always find fresh \nthinking and unique perspectives.\n\n## Company size\n\n100+\n\n## Remote status\n\nRemote-friendly, some positions available in the US.\n\n## Region\n\nUS only\n\n## Company technologies\n\nGo, Python, Javascript (Node.js, React or GraphQL), AWS (RDS, SQS, DynamoDB), Kubernetes, Mesos or ECS\n\n## Office locations\n\nSan Francisco, NY\n\n## How to apply\n\nMedium has a [careers page](https://jobs.lever.co/medium?team=Engineering) and a [dedicated blog](https://medium.com/jobs-at-medium)\n"
  },
  {
    "path": "src/companies/memberful.md",
    "content": "---\ntitle: \"Memberful\"\nslug: memberful\nwebsite: https://memberful.com\ncareers_url: https://memberful.com/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - api\n  - go\n  - ml\n  - php\naddedAt: 2018-04-24\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nMemberful was founded in 2013. We help independent publishers, educators, and creators sell memberships to their audience and build sustainable businesses.\n\n## Company size\n\nMemberful is a small team of self-starters focused on building great software and helping our customers succeed. We pay attention to the details, we treat people right, and we love learning and experimenting. There are only 11 employees.\n\n## Remote status\n\nEveryone at Memberful is free to live and work wherever they choose. Our internal process is built around remote communication and deep work.\n\n## Region\n\nWorldwide - work from anywhere\n\n## Company technologies\n\n- WordPress\n- Google Analytics\n- Campaign Monitor\n- ConvertKit\n- Drip\n- Mailchimp\n- Mailerlite\n- Discourse\n- Discord\n- bbPress\n- Tapfiliate\n- LearnDash\n- Sensei\n- Zapier\n- API & Webhooks\n\n## How to apply\n\nVisit https://memberful.com/jobs/ to see Open positions. For more info you can send an email to info@memberful.com .\n"
  },
  {
    "path": "src/companies/memory.md",
    "content": "---\ntitle: \"Memory\"\nslug: memory\nwebsite: https://memory.ai/\ncareers_url: https://memory.ai/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2019-10-24\nupdatedAt: 2019-10-24\n---\n\n## Company blurb\n\nHow smart can artificial intelligence make us? Memory consists of 45 people and we're on the hunt for 25 new colleagues to help answer that question.\n\nAI performs extremely well at the same things humans are bad at, and vice versa. Processing enormous amounts of information, finding patterns and predicting new ones – in the speed of light. Perfect for an AI, impossible for a human.\n\nThat's why we're building a Memory-database. On top of that we're creating tools that will give humans digital superpowers. A kind of glue between you and the future. A glue between you and everyone. A glue that knows everything and that can separate the signal from the noise, every-single-second.\n\nOur first real-world product is [Timely](https://timelyapp.com/), a completely automatic time tracking service.\n\n## Company size\n\nWe’re a team of 45 people.\n\n## Remote status\n\nMemory is a global company, but we have our roots in Norway. Our team is diverse and represents 20 countries. We’re also big believers in remote work.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nReact, Redux, Reselect\n\n## Office locations\n\n- Oslo, Norway\n- Pune, India\n\n## How to apply\n\nhttps://memory.ai/jobs\n"
  },
  {
    "path": "src/companies/mercari.md",
    "content": "---\ntitle: \"Mercari\"\nslug: mercari\nwebsite: https://about.mercari.com/en/\ncareers_url: https://careers.mercari.com/job-categories/engineering/?utm_source=remoteintech.company&utm_medium=Referral&utm_campaign=remote-in-tech\nregion: asia-pacific\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - go\n  - java\n  - javascript\n  - mobile\n  - php\naddedAt: 2022-05-27\nupdatedAt: 2022-05-27\n---\n\n## Company blurb\n\n\"Create value in a global marketplace where anyone can buy & sell\"\n\nThanks to the power of technology, people around the world can easily link up and enjoy the experience of buying and selling with each other. With this, we aim to establish a society where resources are circulated and where people can accomplish their goals.\n\n## Company size\n\n2,000+ employees\n\n## Remote status\n\nUnder the \"Your Choice\" policy, each employee can select the work style that maximizes performance and value for both themselves and their organization. This policy gives employees the freedom to decide whether to work remotely or in the office, what kind of environment to work in, and other working conditions.\n\nFor more information, please see the following:\n\n- **English:** [Mercari Introduces New Normal Work Style “Your Choice”](https://about.mercari.com/en/press/news/articles/20210901_yourchoice/)\n- **Japanese:** [メルカリ、多様な働き方を尊重した 「メルカリ・ニューノーマル・ワークスタイル “YOUR CHOICE”」の導入を開始](https://about.mercari.com/press/news/articles/20210901_yourchoice/)\n\n## Region\n\nJapan\n\n## Company technologies\n\nGo, JavaScript, Kotlin, PHP, React, Swift, TypeScript\n\nFor a full list of company technologies, please see [Mercari Engineering - Technology Stack](https://engineering.mercari.com/en/technology-stack/?utm_source=remoteintech.company&utm_medium=Referral&utm_campaign=remote-in-tech).\n\n## Office locations\n\n- Tokyo\n- Sendai\n- Fukuoka\n\n## How to apply\n\nFor open Engineering positions, please see [Mercari Careers - Engineering](https://careers.mercari.com/job-categories/engineering/?utm_source=remoteintech.company&utm_medium=Referral&utm_campaign=remote-in-tech).\n"
  },
  {
    "path": "src/companies/merico.md",
    "content": "---\ntitle: \"Merico\"\nslug: merico\nwebsite: https://merico.dev\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\naddedAt: 2021-02-07\nupdatedAt: 2021-02-07\n---\n\n## Company blurb\n\nMerico is committed to empowering every developer in the world to create more value.\n\nWe believe the software development process and developer competence are reflected in developer contribution to software projects, so we built the most advanced and trusted contribution analysis engine for software development. Old analytics measure surface level signals. Merico directly analyzes the code, measuring what matters with deep program analysis.\n\nBetter software development empowered with deeper insights.\n\n## Company size\n\n1-50 Employees\n\n## Remote status\n\nWe are working almost 100% remotely.\n\n(We have been working remotely ever since the company was founded.)\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nPython/Node.JS/SQL\n\nJavaScript/React\n\n## Office locations\n\nWe have offices in San Francisco (US) and BeiJing (CN).\n\n## How to apply\n\nPlease don't hesitate to send an email to: hello@merico.dev .\n"
  },
  {
    "path": "src/companies/meridianlink.md",
    "content": "---\ntitle: \"MeridianLink\"\nslug: meridianlink\nwebsite: https://meridianlink.com/\ncareers_url: https://www.meridianlink.com/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - ml\naddedAt: 2022-10-12\nupdatedAt: 2022-10-12\n---\n\n## Company blurb\n\nThe MeridianLink platform features SaaS cloud-based products and services that span the entire digital lending journey, end-to-end. Our industry-trusted digital lending, deposit account opening, collections, and data solutions—for consumer and mortgage lending—easily integrate within our platform.\n\n## Company size\n\n700 - 800 (Oct 2022)\n\n## Remote status\n\nFull time in US.\n\n## Region\n\nUnited States\n\n## Company technologies\n\nThe MeridianLink One platform delivers ROI for lenders of all sizes. MeridianLink provides streamlined digital lending experience for Banks, Credit Unions and Mortgage Lenders.\n\n## Office locations\n\n- 3560 Hyland Ave - Suite #200, Costa Mesa, CA 92626\n\n## How to apply\n\nhttps://www.meridianlink.com/careers\n"
  },
  {
    "path": "src/companies/messagebird.md",
    "content": "---\ntitle: \"messagebird\"\nslug: messagebird\nwebsite: https://messagebird.com/\ncareers_url: https://messagebird.com/careers#jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - javascript\n  - ml\naddedAt: 2023-10-02\nupdatedAt: 2023-10-02\n---\n\n## Company blurb\n\nMessageBird’s mission is to create a world where communicating with a business is as easy as talking with a friend. We power communication between businesses and their customers — across any channel, always with the right context, and on every corner of the planet.\n\n## Company size\n\n800+ employees\n\n## Remote status\n\nThe team is remote and in person, located in Amsterdam and 55 other countries.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nOur platform, our applications and our APIs help businesses streamline conversations through their customers’ preferred channels — like WhatsApp, Email, SMS, Voice, WeChat, Messenger, Instagram - and build powerful and engaging experiences.\n\n## How to apply\n\n[Click Here to apply](https://messagebird.com/careers#jobs)\n"
  },
  {
    "path": "src/companies/metalab.md",
    "content": "---\ntitle: \"MetaLab\"\nslug: metalab\nwebsite: https://metalab.co\ncareers_url: https://www.metalab.co/careers\nregion: other\nremote_policy: remote-friendly\naddedAt: 2018-04-24\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\nMetaLab is an interface design firm headquartered in Victoria, British Columbia that provides product design, engineering, and research services. MetaLab has a distributed team working from over a dozen different countries and serving clients all around the world. Their clients include Slack, Google, Uber, Amazon, other Fortune 500 businesses and startups.\n\n## Remote status\n\nWe hire based on talent, not time zone, so your schedule is up to you. As long as you respect the team and deliver great work, we don't care how, where, or when you get it done.\n\n## How to apply\n[Metalab Careers](https://www.metalab.co/careers)\n"
  },
  {
    "path": "src/companies/metamask.md",
    "content": "---\ntitle: \"MetaMask\"\nslug: metamask\nwebsite: https://metamask.io\ncareers_url: https://boards.greenhouse.io/consensys/jobs/1990589\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - mobile\naddedAt: 2020-01-29\nupdatedAt: 2020-01-29\n---\n\n## Company blurb\n\nMetaMask empowers users and builders to transact, raise, share, transfer, invest, coordinate and distribute value via the decentralized web. We aim to bring our 1 million+ users a private, secure, robust and delightful user interface for the ethereum blockchain. Our leading projects are the [MetaMask browser extension](https://github.com/MetaMask/metamask-extension/) and [MetaMask Mobile](https://github.com/MetaMask/metamask-mobile)\n\n## Company size\n\n20-50\n\n## Remote status\n\nWe are a fully remote organization. We are located across North America, South America, Europe and east Asia. Our team meeting schedule mostly aligns with mid-morning to mid-afternoon Pacific Time. We have an annual, week long full team meet-up. We highly value active communication, and regularly communicate through both video meetings and async using slack, GitHub and google docs. \n\n## Region\n\nWorldwide\n\n## Company technologies\n\nReact Native, iOS, android, React, Node.js\n\n## How to apply\n\nIn 2019, we launched our mobile web browser and gained rapid traction. We are hiring a Senior Mobile Engineer to help lead technical development as we aim to engage and empower millions of more users. We are looking for someone with a strong depth of iOS and Android experience, who can lead feature development in our React Native codebase.\n\nApply here: https://boards.greenhouse.io/consensys/jobs/1990589\n"
  },
  {
    "path": "src/companies/meteorops.md",
    "content": "---\ntitle: \"MeteorOps\"\nslug: meteorops\nwebsite: https://meteorops.com\ncareers_url: https://meteorops.com/careers\nregion: other\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - linux\n  - python\naddedAt: 2022-10-08\nupdatedAt: 2022-10-08\n---\n\n## Company blurb\n\n[MeteorOps](https://meteorops.com/about) is the all-in-one DevOps services company.  \n\n## Company size\n\n10-50\n\n## Remote status\n\nFully remote, flexible timezone, flexible work hours.\n\n## Region\n\n* Worlwide\n\n## Company technologies\n\nDifferent with each client, but mostly the following tools and platforms:  \nAWS, GCP, Terraform, Pulumi, Kubernetes, Prometheus, Docker, Python, NodeJS, Linux, Ansible, Jenkins, Helm.\n\n## Office locations\n\nTel-Aviv, Israel\n\n## How to apply\n\nCheck out our [careers page](https://meteorops.com/careers) for applying and getting information about what it is like to work at [MeteorOps](https://meteorops.com).\n"
  },
  {
    "path": "src/companies/microsoft.md",
    "content": "---\ntitle: \"Microsoft\"\nslug: microsoft\nwebsite: https://www.microsoft.com/\ncareers_url: https://careers.microsoft.com/us/en\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - mobile\naddedAt: 2020-11-01\nupdatedAt: 2020-11-01\n---\n\n## Company blurb\n\n\"We’re on a mission to empower every person and every organization on the planet to achieve more.\"\n\n## Company size\n\n144,000 employees\n\n## Remote status\n\n> Working from home at least part of the time is now standard.\n\n[Source](https://blogs.microsoft.com/blog/2020/10/09/embracing-a-flexible-workplace/)\n\n## Region\n\nWorldwide, depending on role requirements\n\n## Company technologies\n\nC++, C#, Java, .NET, React, Swift, Typescript\n\n## Office locations\n\nHeadquarterd in Redmond, WA, but have offices [worldwide](https://www.microsoft.com/en-us/worldwide.aspx)\n\n## How to apply\n\nSee the [Microsoft Careers site](https://careers.microsoft.com/us/en)\n"
  },
  {
    "path": "src/companies/mindful.md",
    "content": "---\ntitle: \"Mindful\"\nslug: mindful\nwebsite: https://getmindful.com/\ncareers_url: https://getmindful.com/careers/\nregion: other\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - dotnet\n  - javascript\n  - python\n  - ruby\naddedAt: 2022-10-03\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nMindful is a SaaS company in the CX space with roots in patented call back tech.\nOur platform helps make life better for customers trying to communicate with brands;\nand for employees of these brands who are trying to deliver great customer experiences\nwhile also enjoying their jobs. We're growing fast, come join us!\n\n## Company size\n\n170+ (as of September 2022)\n\n## Remote status\n\nFully remote with a few teams in Client Support and Corporate IT working hybrid from our Akron, OH HQ.\nWe also have an office in Nashville, TN that everyone is welcome to use when they're in the city.\n\n## Region\n\nCurrent openings are for remote positions in US.\n\n## Company technologies\n\nJavascript/Typescript (NodeJS + React), Ruby, Ruby on Rails, .NET (C#), C++, Python, DBT, Snowflake, Looker, Terraform, Ansible, Kubernetes, AWS\n\n## Office locations\n\nAkron, Ohio (US); Nashville, Tennessee (US)\n\n## How to apply\n\n10-second application - Check our jobs page: https://getmindful.com/careers/\n"
  },
  {
    "path": "src/companies/mixcloud.md",
    "content": "---\ntitle: \"Mixcloud\"\nslug: mixcloud\nwebsite: https://www.mixcloud.com/\ncareers_url: https://apply.workable.com/mixcloud-limited/\nregion: europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\n  - python\naddedAt: 2018-04-24\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\nWe are a fair and legal platform that supports creators to share their passions in music. This is where people come to listen deeply across every genre, taste and scene. Our mission is to get more fans directly supporting creators. We're empowering the people behind the music to cultivate meaningful relationships with their own fan communities, so they can make more together. We want to see a world where everyone can create sustainably and connect deeply. Beyond the algorithm, human to human.\n\n## Company size\n\n100-200 people\n\n## Remote status\n\nPartially remote mainly on site\n\n## Region\n\nEurope\n\n## Company technologies\n\nPython\nDjango\nReact\nJavaScript\n\n##Office locations\n\nLondon,England\n\n## How to apply\n\nTo apply to mixcloud click here https://apply.workable.com/mixcloud-limited/\n"
  },
  {
    "path": "src/companies/mixmax.md",
    "content": "---\ntitle: \"Mixmax\"\nslug: mixmax\nwebsite: https://mixmax.com\ncareers_url: https://careers.mixmax.com/\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - nosql\n  - search\naddedAt: 2016-06-07\nupdatedAt: 2019-07-25\n---\n\n## Company blurb\n\n#### About Us\n\nMixmax is a communications platform that brings the power of the web to email. We’re growing fast! Thousands of businesses depend on us for their daily productivity, with customers from Uber, Airbnb, and Dropbox. With Mixmax, anyone can build an interactive app that works both on web/mobile and in email. Try the product at <https://mixmax.com>.\n\n#### Our Mission\n\nMixmax's mission is to the reinvent the way professionals communicate for work. We're building the impossible: a rich communications platform that brings the power of the web to everyday communication. This includes easily scheduling meetings, completing surveys, making purchases, signing documents, and even interacting with apps. We’re fully integrated with Gmail, Salesforce, Slack, Greenhouse, and many more services.\n\n## Company size\n\nWe're currently around 50 team members (and hiring constantly!). [Meet the team](https://mixmax.com/about).\n\n## Remote status\n\nOur team is 25% distributed with remote team members in the US, Canada, Mexico, and Australia.\n\n## Region\n\nAnywhere in the world, as long as you're willing to overlap at least 4hrs a day with 10-6pm US Pacific time.\n\n## Company technologies\n\nCurrent stack is Node, Express, Backbone, React, Redis, Mongo, Elasticsearch, Docker, AWS.\n\n## Office locations\n\nSan Francisco, CA\n\n## How to apply\n\nCheck out our open positions at [Mixmax Careers](https://careers.mixmax.com/).\n"
  },
  {
    "path": "src/companies/mixrank.md",
    "content": "---\ntitle: \"MixRank\"\nslug: mixrank\nwebsite: https://mixrank.com\ncareers_url: https://www.ycombinator.com/companies/mixrank\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\n  - linux\n  - python\n  - sql\naddedAt: 2022-09-25\nupdatedAt: 2022-10-01\n---\n\n## Company blurb\n\nMixRank processes petabytes of data every month from web crawls, Google Play Store, Apple App Store, social media, and dozens of other sources. We have hundreds of customers using our data products including Google, Amazon, Facebook, Intel, and Adobe, across industries Sales, Marketing, Finance, and Security.\n\n## Company size\n\n30+\n\n## Remote status\n\nFully-remote\n\n## Region\n\nAnywhere in the world\n\n## Company technologies\n\nPython, PostgreSQL, Linux, Javascript, TypeScript, Nix, Git\n\n## How to apply\n\nVisit our [YC page](https://www.ycombinator.com/companies/mixrank) for information on how to apply.\n"
  },
  {
    "path": "src/companies/mobile-jazz.md",
    "content": "---\ntitle: \"Mobile Jazz\"\nslug: mobile-jazz\nwebsite: https://mobilejazz.com\ncareers_url: https://mobilejazz.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\naddedAt: 2018-12-19\nupdatedAt: 2018-12-19\n---\n\n## Company blurb\n\nMobile Jazz is a collective of digital innovators, creating beautiful apps and websites for companies all over the world. We work a little differently to other agencies, our approach is unique and forward thinking, where happiness and morale are our first priority. This applies to both our team and our clients. We know that happy people are more creative, productive, efficient and successful. At Mobile Jazz, we don’t work for you, we work with you.\n\n## Company size\n\n23\n\n## Remote status\n\nWe previously had an office in central Barcelona, but have always been remote friendly. In April 2018, we decided to [close our office and embrace being fully remote](https://mobilejazz.com/blog/going-fully-remote-six-months-on/). Our team members are from Argentina, Brazil, Mexico, Spain, England, Germany, Italy, Czech Republic, Croatia, Vietnam and more.\n\n## Region\n\nWorldwide\n\n## Office locations\n\nNone\n\n## How to apply\n\nYou can find our open jobs and apply via our API here: https://mobilejazz.com/jobs\n"
  },
  {
    "path": "src/companies/modern-health.md",
    "content": "---\ntitle: \"Modern Health\"\nslug: modern-health\nwebsite: https://www.modernhealth.com/\ncareers_url: https://boards.greenhouse.io/modernhealth\nregion: americas\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - javascript\n  - python\n  - ruby\naddedAt: 2022-10-27\nupdatedAt: 2022-10-27\n---\n\n## Company blurb\nModern Health is a mental well-being platform that helps innovative companies and their employees thrive. We empower organizations to help their teams be the best version of themselves, and believe in meeting people wherever they are in their mental health journey. That's why we created a platform of mental health resources for every need.  Whether employees are looking for meditations, group support, clinical one-on-one care, or self-guided resources, we make it easy for people to access the care that's right for them, all through a single platform. \n\n\n\n## Company size\n\n300+\n\n## Remote status\n\nRemote First work environment\n\n## Region\n\nUnited States\n\n## Company technologies\nPython, React, Node, JavaScript, Django, Ruby on Rails \n\n## Office locations\n\nNo physical office\n\n## How to apply\n\nTo apply click here [Modern Health](https://boards.greenhouse.io/modernhealth)\n"
  },
  {
    "path": "src/companies/modern-tribe.md",
    "content": "---\ntitle: \"Modern Tribe\"\nslug: modern-tribe\nwebsite: https://tri.be/\ncareers_url: https://tri.be/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - javascript\n  - mobile\n  - php\n  - search\naddedAt: 2021-10-15\nupdatedAt: 2021-10-15\n---\n\n## Company blurb\n\nDigital Creatives Driven by Curiosity and Ingenuity. We design and engineer each touchpoint across your ecosystem, from websites and applications to plugins and publishing platforms.\n\n## Company size\n\n50+\n\n## Remote status\n\nREMOTE SINCE DAY ONE. Modern Tribe is a fully remote agency built to collaborate beyond the walls of a traditional studio. From our communication tools to our development infrastructure, we’ve spent more than a decade building an agency that’s purposely designed to engage deeply with distributed teams—including yours. Despite being remote since day one, everything from our communication tools to our dev infrastructure is designed for close collaboration—among our distributed teams and with our clients.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nWordPress, PHP / Laravel, React & JavaScript, Elasticsearch, Mobile & Native App, DevOps\n\n## Office locations\n\nNo physical office\n\n## How to apply\n\nTo apply click here https://tri.be/careers/\n"
  },
  {
    "path": "src/companies/modsquad.md",
    "content": "---\ntitle: \"MODSQUAD\"\nslug: modsquad\nwebsite: https://modsquad.com/\ncareers_url: https://modsquad.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\naddedAt: 2020-10-29\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nModSquad is a global digital engagement services company based in the United States.\nModSquad provides on-demand customer support, content moderation, social media, and community management services globally\n\n## Company size\n\n About 10,000\n\n## Remote status\nThe company operates by providing services via 10,000+ multilingual Mods from 70 countries in its network via a series of outsource-provision contracts.\n\n## Region\n\nWorldwide \n\n## Office locations\nHeadquarter in  Sacramento, California, United States\n\n## How to apply\n\nApply for at https://modsquad.com/careers/\n"
  },
  {
    "path": "src/companies/molteo.md",
    "content": "---\ntitle: \"Molteo\"\nslug: molteo\nwebsite: https://molteo.com/\ncareers_url: https://molteo.join.com/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - mobile\n  - sql\naddedAt: 2020-10-20\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\n### Digital Workspace for the Construction Industry\nMany construction companies are still heavily relying on paper-based repetitive processes in their everyday work. This leads to problems when monitoring the status of running projects, scheduling new projects, or planning the long-term development of the company. The company’s liquidity is in danger, when delays, reduced quality, and/or disputes with client, become the norm rather than the exception. \n\nMolteo is the tool, which consists of modules that cover all areas from capturing data, to advanced analytics, and lastly data-driven recommendations that enable the construction companies to plan and act ahead. Our real-time overview of projects, fast resource capturing, and paperless billing enables the company to become more profitable, free up time of their employees, and lastly enable information sharing across the company.\n\n## Company size\n\n11-50.\n\n## Remote status\n\nThe tech team is fully distributed but everyone is welcome to come in Copenhagen office where the founding and sales teams are located.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nNode.js, Vue.js, Flutter, iOS, Openfaas, PostgreSQL, Docker, Kubernetes, Firebase, Google Cloud, AWS.\n\n## Office locations\n\nCopenhagen.\n\n## How to apply\n\nCheck the [jobs page](https://molteo.join.com/) or contact by email at: questions@molteo.de\n"
  },
  {
    "path": "src/companies/mongodb.md",
    "content": "---\ntitle: \"MongoDB\"\nslug: mongodb\nwebsite: https://mongodb.com\ncareers_url: https://www.mongodb.com/careers\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - sql\naddedAt: 2020-10-25\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\nWhat on Earth is MongoDB? Only the coolest collection of dreamers and doers who share a relentless passion for creativity. We eagerly and expertly pursue new opportunities and markets through innovation and disruption. We have a wicked pioneering spirit––always ready to forge new paths and take smart risks. And we do it all very, very well.\n\nWe achieve this by bringing together a distinctive mix of diverse skills, experiences, and backgrounds. We work as a team––creating an open forum for innovative thought, candid discussion, and mutual respect. But in the end, we always put commitment over consensus, and value excellence in all its wonderful forms.\n\n## Company size\n2000+\n\n## Remote status\nRemote-friendly culture supporting employees worldwide\n\n## Region\nWorldwide\n\n## Company technologies\n1. NoSQL\n2. Database as a Service\n3. Cloud Platform\n\n## Office locations\nMongoDB is a global company with US headquarters in New York City and International headquarters in Dublin. We have offices throughout North America, Europe and the Asia-Pacific region.\n\n**Americas**\n- New York City\n- Palo Alto\n- Washington D.C.\n- Atlanta\n- Chicago\n- Austin\n- Dallas\n- Seattle\n- Philadelphia\n- Boston\n- Mexico City\n- Toronto\n- San Francisco\n- Culver City\n- Tampa\n- Buenos Aires\n- Houston\n- Minnetonka\n- Vancouver\n\n**Europe, Middle East and Africa**\n- Dublin\n- London\n- Amsterdam\n- Paris\n- Berlin\n- Munich\n- Tel Aviv\n- Madrid\n- Dubai\n- Copenhagen\n\n**Asia-Pacific**\n- Sydney\n- Melbourne\n- Hong Kong\n- Shanghai\n- Beijing\n- Shenzhen\n- Japan\n- New Delhi / Gurgaon\n- Bengaluru\n- Seoul\n- Taipei\n\n## How to apply\n[MongoDB Careers](https://www.mongodb.com/careers)\n"
  },
  {
    "path": "src/companies/monthly.md",
    "content": "---\ntitle: \"Monthly\"\nslug: monthly\nwebsite: https://monthly.com\ncareers_url: https://monthly.com/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\n  - python\naddedAt: 2021-10-08\nupdatedAt: 2021-10-08\n---\n\n## Company blurb\n\nMonthly is a platform when students enroll in immersive, month-long classes with the world's best instructors. We're working to make creative fulfillment attainable for everyone.\n\n## Company size\n\n50-100 (October 2021)\n\n## Remote status\n\nOur company has been distributed since day one. We're spread across the United States and Canada.\n\n## Region\n\nCurrent openings are for remote positions in US and Canada.\n\n## Company technologies\n\nReact, TypeScript, Python and AWS.\n\n## Office locations\n\nNone\n\n## How to apply\n\nCheck our careers page: https://monthly.com/careers\n"
  },
  {
    "path": "src/companies/mozilla.md",
    "content": "---\ntitle: \"Mozilla\"\nslug: mozilla\nwebsite: https://www.mozilla.org/\ncareers_url: https://careers.mozilla.org/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - ml\n  - mobile\naddedAt: 2018-04-24\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\nA lot of companies say they’re “mission-driven.” Our unique corporate structure guarantees that every decision we make upholds our mission: to ensure the internet remains open and accessible. Beholden to neither shareholders nor investors, Mozilla Corporation is wholly owned by the not-for-profit Mozilla Foundation.\n\nAlong with our communities of 20,000+ contributors and collaborators, Mozilla Corporation’s staff designs, builds, and distributes software that allows people to enjoy the internet on their own terms. Our flagship product — the Firefox browser — has expanded into a family of products that protects users and alerts them of risks, safeguards passwords and provides a secure VPN (with more to come).\n\nBy maintaining a safe, open internet we're helping humanity, while also helping the individual humans employed here to reach their personal and professional goals. With a relatively small team serving hundreds of millions of people, a culture of exploration, and a commitment to mentorship, opportunities abound to learn and grow at Mozilla.\n\n## Company size\n\n501-1000\n\n## Remote status\n\nWe are open to you working from your home office anywhere in the US or Canada (depending on the position).\n\n## Region\n\nNorth America\n\n## Company technologies\n\nBrowser, internet, software, mobile, web apps, OS, identity, android, data science, and open source.\n\n## Office locations\n\nMozilla’s North American office locations include San Francisco, CA, Portland, OR, and Toronto, Canada.\n\n## How to apply\n\n[Mozilla Careers](https://careers.mozilla.org/)\n"
  },
  {
    "path": "src/companies/mtc.md",
    "content": "---\ntitle: \"mtc.\"\nslug: mtc\nwebsite: https://www.mtcmedia.co.uk\ncareers_url: http://www.mtcmedia.co.uk/careers.\nregion: europe\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - infrastructure\n  - java\n  - javascript\n  - ml\naddedAt: 2016-10-23\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nFormed in 1999, and based in Edinburgh and Dundee, mtc offers a completely rounded web design and development service. We provide the expertise and know-how to deliver web solutions to clients across a wide range of sectors. From branding, website development, e-commerce, content management systems and intranets, to search engine optimisation and email marketing.\n\n## Company size\n\n~100\n\n## Remote status\n\nWe are very inclusive to remote team members. While many of our team prefer to work in our offices, a substantial number work remotely. With distributed offices as well as distributed teams, we have worked hard to foster a remote-friendly environment.\n\nThose working remote are also invited annually to work and meet fellow team members once a year.\n\n## Region\n\nWe primarily accept applications from the UK and European countries, as we work best with an overlap of ~5hrs with offices in Scotland.\n\n## Company technologies\n\nFor backend we mainly adopt Linux, Apache, MySQL & PHP - utilizing the Laravel framework for more recent projects. We also have built our own custom CMS, e-commerce platform and other tools that we utilise daily.\n\nFront-end uses LESS/jQuery/VueJS.\n\nWe also develop applications for iOS and Android with Swift/Java.\n\n## Office locations\n\n* Dundee, Scotland, UK\n* Edinburgh, Scotland, UK\n* Riga, Latvia\n\n## How to apply\n\nEmail jobs@mtcmedia.co.uk\n\nWe also have a list of current opportunities at http://www.mtcmedia.co.uk/careers. While most will list Dundee/Edinburgh we still still review remote candidates.\n"
  },
  {
    "path": "src/companies/muck-rack.md",
    "content": "---\ntitle: \"Muck Rack\"\nslug: muck-rack\nwebsite: https://muckrack.com\ncareers_url: https://muckrack.com/careers\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - devops\n  - infrastructure\n  - javascript\n  - nosql\n  - python\n  - search\naddedAt: 2018-01-10\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nMuck Rack is the new standard in public relations software. Easily search for journalists, monitor news, and build reports.\n\n## Company size\n\n20-50\n\n## Remote status\n\nWe are early adopters of the remote-friendly mentality, and give all of our employees the freedom to work from anywhere they want.\n\n## Region\n\nWorldwide!\n\n## Company technologies\n\n- Python\n- Django\n- Celery\n- Redis\n- Elasticsearch\n- Nginx\n- Gunicorn\n- Varnish\n- Ansible\n- Sass\n- Backbone, ES6, Webpack\n\n## Office locations\n\nSawhorse Media\n588 Broadway Suite #503\nNew York, NY 10012\n\n## How to apply\n\nVisit our [career page](https://muckrack.com/careers)\n"
  },
  {
    "path": "src/companies/mux.md",
    "content": "---\ntitle: \"Mux\"\nslug: mux\nwebsite: https://mux.com\ncareers_url: https://mux.com/jobs\nregion: other\nremote_policy: remote-first\ncompany_size: medium\naddedAt: 2020-10-29\nupdatedAt: 2020-10-31\n---\n\n## Company blurb\n\n#### About\n\nMux was founded in 2015 by Jon Dahl, Steve Heffernan, Matt McClure, and Adam Brown, four engineers and veterans of online video who are passionate about video technology and performance. The team now includes engineers from YouTube, Twitch, Brightcove, and Facebook.\n\nAt Zencoder, they helped move video encoding to the cloud, replacing stacks of encoding servers with a clean, powerful API for groups like Amazon, PBS, and the NFL. Zencoder was co-founded in 2010 by Jon, Steve, and a third founder, and was acquired two years later by Brightcove.\n\nWhile at Zencoder, they also helped pioneer the move from Flash to HTML5 video by creating Video.js, which is now the most widely deployed open-source video player on the web. Today, Video.js is used by Instagram, Twitter, Microsoft, and hundreds of thousands of other websites.\n\nThe team behind Mux is also responsible for Demuxed, the premiere conference for engineers working on video. They blog, podcast, and have spoken about video and data technology around the world.\n\n## Company size\n\nApprox 60-100.\n\n## Remote status\n\nWe are a remote first company.\n\n## Region\n\nRemote in US\n\n## How to apply\n\nCheck out our open positions at [Mux Careers](https://mux.com/jobs).\n"
  },
  {
    "path": "src/companies/mvpmule.md",
    "content": "---\ntitle: \"MVPMule\"\nslug: mvpmule\nwebsite: https://mvpmule.com\nregion: americas-europe\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - javascript\n  - python\n  - scala\n  - sql\naddedAt: 2025-02-20\nupdatedAt: 2025-02-20\n---\n\n## Company blurb\n\nMVPMule is a software development company that specializes in mvp development for startups and scaleups. Our focus is on delivering high-quality, scalable solutions that help our clients validate their business ideas and accelerate their growth.\n\nWe are a fully distributed team, with employees in almost every country in Europe, allowing us to leverage diverse talent and perspectives to enhance our projects.\n\n## Company size\n\n40-50 employees (as of Feb 2025)\n\n## Remote status\n\nWe are a remote first company. \n\nWe have a physical office in Zürich, Switzerland and we meet up twice a year in company retreats all over Europe.\n\n## Region\n\nCurrent openings are for remote positions in Europe and North America.\n\n## Company technologies\n\nAt MVPMule, we leverage a diverse array of cutting-edge technologies to drive our projects forward. Our tech stack includes React Native for mobile development, Python for backend services, PostgreSQL for robust data management, and containerization tools like Docker and Kubernetes to ensure seamless deployment and scalability. This combination allows us to build high-quality, scalable solutions tailored to our clients' needs.\n\n## Office locations\n\nZürich, Switzerland\n\n## How to apply\n\nDrop us an email at: hello@mvpmule.com\n"
  },
  {
    "path": "src/companies/mycelium.md",
    "content": "---\ntitle: \"Mycelium\"\nslug: mycelium\nwebsite: https://mycelium.ventures/\ncareers_url: https://jobs.lever.co/Mycelium/\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - ml\naddedAt: 2018-04-24\nupdatedAt: 2021-10-25\n---\n\n## Company blurb\n\nMycelium is focused on building and running market infrastructure that powers the financial world of tomorrow.\n\n## Company size\n\n50-200 (as of October 2021)\n\n## Remote status\n\nMycelium has both in-person and remote positions across multiple countries. It's part of normal operating for the company as they work across timezones and borders.\n\n## Region\n\n**North America**, **Europe**, **Oceania**\n\n## Company technologies\n\nBlockchain, web3, Chainlink, Ethereum, Secure Data Links, open source software\n\n## Office locations\n\nBrisbane, QLD, Australia\n\n## How to apply\n\nView open positions and apply for them directly [here](https://jobs.lever.co/Mycelium/).\n"
  },
  {
    "path": "src/companies/mysql.md",
    "content": "---\ntitle: \"MySQL\"\nslug: mysql\nwebsite: https://www.mysql.com/\ncareers_url: https://www.mysql.com/about/jobs/\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - dotnet\n  - java\n  - php\n  - python\naddedAt: 2018-04-24\nupdatedAt: 2020-10-27\n---\n\n## Company blurb\n\nMySQL is the world's most popular open source database software. Many of the world's largest organizations, including Yahoo!, Alcatel, The Associated Press, Suzuki and NASA rely on MySQL for their critical business applications.\n\n## Company size\n\n200+\n\n## Remote status\n\nThe MySQL team is a global distributed organization. About 70% of our employees work from home in 135 major locations in 35 countries across 18 timezones. We work, meet and collaborate online - and a few times a year we get together for in-person meetings across the globe.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nC, C++, C#, .NET, Java, PHP, Perl, Python\n\n## Office locations\n\nHeadquarter in Downtown Redwood City, California.\n\n## How to apply\n\n[Visit our Job Opportunities page](https://www.mysql.com/about/jobs/)\n"
  },
  {
    "path": "src/companies/nagarro.md",
    "content": "---\ntitle: \"Nagarro\"\nslug: nagarro\nwebsite: https://www.nagarro.com/en\ncareers_url: https://www.nagarro.com/en/careers\nregion: worldwide\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - java\n  - ml\n  - mobile\naddedAt: 2022-10-02\nupdatedAt: 2022-10-07\n---\n\n## Company blurb\n\n[Nagarro](https://www.nagarro.com/en) | We excel at digital product engineering. We solve complex business challenges through agility and innovation. We call it thinking breakthroughs. See how we have helped industry leaders embrace digitalization and accelerate technology-led innovation. We care. Caring is our superpower.\nIt drives us to deliver excellence to our clients.\n\n\n\n## Company size\n\nCurrently 16000+ Nagarrian\n\n## Remote status\n\nWe believe in freedom! With this, Nagarrian can work from wherever they want, whether it's a home office, in our offices or a hybrid model.\n\n[Careers](https://www.nagarro.com/en/careers)\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Kotlin/Java\n- Spring\n- Kubernetes\n- Go\n- Swift\n- low code\n- Blockchain \n- Cloud\n\n## Office locations\n\nOur offices are located in Austria, Mexico, Sri Lanka, Germany, Poland, India, USA, Romania\n\n## How to apply\n\nWe are hiring, visit [Nagarro](https://www.nagarro.com/en/careers) or [Linkedin](https://www.linkedin.com/company/nagarro/)\n"
  },
  {
    "path": "src/companies/namecheap.md",
    "content": "---\ntitle: \"Namecheap\"\nslug: namecheap\nwebsite: https://www.namecheap.com\ncareers_url: https://www.namecheap.com/careers/openings/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - infrastructure\n  - javascript\n  - linux\n  - php\n  - sql\naddedAt: 2023-10-11\nupdatedAt: 2023-10-11\n---\n\n## Company blurb\n\nNamecheap is a web hosting and domain registration company founded in 2000. Its hosting plans include free automatic SSL installation, a free website builder, domain name and privacy protection, and unmetered bandwidth.In addition, the company offers a range of other services such as VPN services, website builders and SSL certificates to help customers build their online presence. The company is a leading ICANN Accredited Domain Registrar, with over 2 million customers and over 16 million domains worldwide.\n\n## Company size\n\n1,000 - 4,999 employees\n\n## Remote status\n\nSome of the roles require you to be in-office or work remotely from a certain location, but most job openings support remote working.\n\n## Region\n\n Worldwide\n\n## Company technologies\n\n- HTML\n- CSS\n- JavaScript\n- PHP\n- MySQL\n- Apache \n- Linux \n- cPanel \n- WHM \n\n## Office locations\n\n4600 East Washington Street\nSuite 305\nPhoenix, AZ 85034\nUSA\n\n## How to apply\n\n[Namecheap careers page](https://www.namecheap.com/careers/openings/)\n"
  },
  {
    "path": "src/companies/nationwide.md",
    "content": "---\ntitle: \"Nationwide\"\nslug: nationwide\nwebsite: https://www.nationwide.com/\ncareers_url: https://nationwide.eightfold.ai/careers\nregion: americas\nremote_policy: remote-first\ncompany_size: enterprise\ntechnologies:\n  - api\n  - cloud\n  - data\n  - java\n  - javascript\n  - linux\n  - ml\n  - python\n  - sql\naddedAt: 2021-10-25\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nWe’ve grown from a small mutual auto insurance company, owned by policyholders who spent their days farming in Ohio, to one of the largest insurance and financial services companies in the world.\n\nToday we still answer to our members, but we protect more than just cars and Ohio farmers. We’re a Fortune 100 company that offers a full range of insurance and financial services across the country. Including car, motorcycle, homeowners, pet, farm, life and commercial insurance. As well as annuities, mutual funds, retirement plans and specialty health services.\n\n## Company size\n\nOver 25,000 employees\n\n## Remote status\n\nNationwide has gone from twenty offices to just four main corporate offices, and made most of its employees able to work remotely. As of November 2020, it has adopted a permanent remote-first setup and strategy.\n\n## Region\n\nUSA\n\n## Company technologies\n\nCloud technologies, Agile methodologies, Java, Microservices/REST APIs, C++, Python, JavaScript, PowerShell, UNIX/Linux, Windows, AWS, containers, security, SQL, Snowflake, Teradata, Oracle, and more.  \n\n## Office locations\n\n**Main office:**\nNationwide Headquarters\nOne Nationwide Plaza\nColumbus, OH 43215\n\n## How to apply\n\nOpen job listings can be found on the [Nationwide Careers website](https://nationwide.eightfold.ai/careers), and the application process is outlined [here](https://www.nationwide.com/personal/about-us/careers/application-process/) in full.\n"
  },
  {
    "path": "src/companies/nearform.md",
    "content": "---\ntitle: \"Nearform\"\nslug: nearform\nwebsite: https://www.nearform.com\ncareers_url: https://www.nearform.com/careers/\nregion: worldwide\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - cloud\n  - data\n  - javascript\naddedAt: 2025-02-10\nupdatedAt: 2025-02-10\n---\n\n## Company blurb\n\nNearform is an independent team of engineers, designers, data experts and strategists who build intelligent digital solutions and capability at pace. We partner with ambitious enterprises to create scalable software solutions that enhance digital experiences, empower developers, and deliver measurable results.\n\n## Company size\n\n500 and growing\n\n## Remote status\n\nWe believe in the importance of a healthy life/work balance. Our flexible, remote-first culture allows Nearformers to work around what matters to them, whether that’s friends, family, hobbies or training, and prioritise their wellbeing.\n\nEvery team member receives a bi-annual remote working support budget to create a comfortable workspace that suits their individual needs. We also give employees the chance to take their work on the road with them, as Nearformers can spend up to three months working from anywhere in the world.\n\nNearformers foster a special kind of culture and sense of community - through Slack, online sessions, our various tech communities and virtual social groups, everyone has endless possibilities to collaborate, learn from and connect with colleagues across the world.\n\n## Region\n\nGlobal - actively hiring in Canada, Italy, and Romania for Full Time Employees\n\n## Company technologies\n\nWe are Open Source specialists with a long term history working closely with NodeJS and we are doing more work with Data Engineering and GenAI. If you are a Senior Engineer with a strong background in full stack JavaScript development or you’re a pioneering Data Engineer with skills in Python, Spark, AWS, and Databricks we would love to chat!\n\n## Office locations\n\n- Waterford, Ireland\n- London, UK\n\n## How to apply\n\n[Careers page](https://www.nearform.com/careers/)\n"
  },
  {
    "path": "src/companies/nerdwallet.md",
    "content": "---\ntitle: \"nerdwallet\"\nslug: nerdwallet\nwebsite: https://www.nerdwallet.com\ncareers_url: https://www.nerdwallet.com/careers/teams\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - go\n  - javascript\n  - ml\n  - mobile\naddedAt: 2023-10-01\nupdatedAt: 2023-10-01\n---\n\n## Company blurb\n\n\n\nNerdWallet offers an app-based comparison platform for financial products. It offers comparisons for consumer & business loans, mortgage loans, credit cards, insurance, travel bookings, savings & current accounts, investments, and more. It also enables users to monitor credit scores. The app is available on iOS and Android devices.\n\n## Company size\n\n501-1000\n\n\n## Remote status\n\n\n\nThe team is remote and in person, \n\nlocated in San Francisco, CA (HQ) United States 55 Hawthorne St #11th, San Francisco\n\nSan Francisco, CA United States 875 Stevenson Street, 5th Floor\n\nNorwich, England United Kingdom Floor 3 Haldin House, Old Bank of England Court, Queen Street\n\n\n\n## Region\n\n\n\nSan Francisco, United States(company is public)\n\n\n\n\n## Company technologies\n\n\n\nNerdWallet serves in the B2C, B2B space in the FinTech, InsurTech, Financial Services market segments.\nNerdWallet uses 70 technology products and services including HTML5, jQuery, and Google Analytics, according to G2 Stack.\nNerdWallet is actively using 49 technologies for its website, according to BuiltWith. These include Viewport Meta, IPhone / Mobile Compatible, and Domain Not Resolving.\n\n\n\n\n## How to apply\n\n\n\n\n[Click Here to apply](https://www.nerdwallet.com/careers/teams)\n"
  },
  {
    "path": "src/companies/netapp.md",
    "content": "---\ntitle: \"NetApp\"\nslug: netapp\nwebsite: https://www.netapp.com/\ncareers_url: https://www.netapp.com/company/careers/\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - data\n  - devops\n  - go\n  - java\n  - javascript\n  - python\n  - ruby\n  - sql\naddedAt: 2022-10-07\nupdatedAt: 2022-10-07\n---\n\n## Company blurb\n\nNetApp, Inc. is an American hybrid cloud data services and data management company headquartered in San Jose, California. It has ranked in the Fortune 500 from 2012–2021 and has services worldwide. Founded in 1992 with an IPO in 1995, NetApp offers cloud data services for management of applications and data both online and physically.\n\n## Company size\n\nIt has 11,000+ employees with offices across the world.\n\n## Remote status\n\nNetApp is currently remote-friendly, and flexible.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nNodeJS, Python, JAVA, Go, K8s, Docker, Mesos, Terraform, Vault, Consul, Grafana, Perl, Ruby, Kafka, Prometheus, MySQL,  Git\n\n## Office locations\n\n3060 Olsen Drive\nSan Jose, CA 95128\nUnited States\n\n[NetApp Office Locations](https://www.netapp.com/company/branch-office-locations/)\n\n## How to apply\n\n[NetApp Careers](https://www.netapp.com/company/careers/)\n"
  },
  {
    "path": "src/companies/netguru.md",
    "content": "---\ntitle: \"Netguru\"\nslug: netguru\nwebsite: https://www.netguru.com\ncareers_url: https://www.netguru.com/career\nregion: worldwide\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - elixir\n  - java\n  - javascript\n  - mobile\n  - python\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nOne of the fastest-growing software agencies in EU. We design and develop web and mobile applications for our clients worldwide, focusing on outstanding user experience.\n\n## Company size\n\n600+ \n\n## Remote status\n\nPossibility to remote work - Get things done - from home or an office.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRuby on Rails, Node.js, React.js, React Native, Kotlin, Vue.js, Python, Django, Elixir\n\n## Office locations\n\n- Poznań, Poland\n- Kraków, Poland\n- Wrocław, Poland\n- Gdańsk, Poland\n- Białystok, Poland\n- Katowice, Poland\n- Łódź, Poland\n- Rzeszów, Poland\n\n## How to apply\n\n[Career Opportunities at Netguru] (https://www.netguru.com/career)\n"
  },
  {
    "path": "src/companies/netlify.md",
    "content": "---\ntitle: \"Netlify\"\nslug: netlify\nwebsite: https://www.netlify.com/careers\nregion: worldwide\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - javascript\n  - cloud\n  - devops\naddedAt: 2026-01-17\nupdatedAt: 2026-01-17\n---\n\nNetlify is a web development platform that enables developers to build and deploy applications instantly with features like deploy previews, serverless functions, and edge computing. Founded in 2014, the company pioneered the Jamstack architecture and has grown to serve millions of developers, including teams at Nike, Riot Games, and Figma.\n"
  },
  {
    "path": "src/companies/netris.md",
    "content": "---\ntitle: \"Netris\"\nslug: netris\nwebsite: https://www.netris.io\ncareers_url: https://www.netris.io/jobs/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - linux\n  - python\naddedAt: 2021-06-16\nupdatedAt: 2023-04-11\n---\n\n## Company blurb\n\nNetris develops and supports a network management platform, providing Automatic NetOps.  This simplifies infrastructure deployments for data centers and edge compute environments.\n\n## Company size\n\n20+ \n\n## Remote status\n\nWork remotely from home or a local office.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nPython, C++, Free Range Routing (FRR), SONiC, Cumulus Linux, DPDK, Switchdev, Mellanox, Edgecore, Linux Foundation\n\n## Office locations\n\n- Santa Clara, CA, USA\n- New York City, NY, USA\n- Armenia \n\n\n## How to apply\n\n[Career Opportunities at Netris] (https://www.netris.io/jobs/)\n"
  },
  {
    "path": "src/companies/netsparker.md",
    "content": "---\ntitle: \"Netsparker\"\nslug: netsparker\nwebsite: https://www.netsparker.com/\ncareers_url: https://www.netsparker.com/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - dotnet\naddedAt: 2015-12-11\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe are a small company with great technical skills and a passion for web application security. We are currently developing one of the most innovative security scanners in the market, used by thousands around the world, including an impressive list of leading companies and government agencies.\n\nAlthough the company is based in London (UK), its entire workforce is virtual, with team members around the world using the latest tools and techniques to contribute, collaborate and get their jobs done.\n\nTo keep it real, we meet up occasionally (most recently in Istanbul) but, for the most part, we prefer to sidestep the outdated rituals of old-school business. We have no dress code or fixed working hours and we don’t suffer from micro-management; just a shared determination to make our product better and to satisfy the needs of our enthusiastic customer base.\n\nEvery aspect of our business operates within an agile results-driven “startup” mindset. We exchange information freely within our team and encourage every member to take risks that will give us an edge on our competition.\n\n## Company size\n\n18 employees listed on the [about page](https://www.netsparker.com/about/)\n\n## Remote status\n\nWe are a fully distributed team. We communicate through Flowdock, Skype, and e-mail.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n.NET Framework, Winforms\n\n## Office locations\n\n- London, UK\n- USA\n- Istanbul, Turkey\n\n## How to apply\n\n[Career Opportunities at Netsparker] (https://www.netsparker.com/jobs/)\n"
  },
  {
    "path": "src/companies/nettl-edinburgh.md",
    "content": "---\ntitle: \"Nettl Edinburgh\"\nslug: nettl-edinburgh\nwebsite: https://www.webdesignedinburgh.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - infrastructure\n  - linux\n  - php\n  - sql\naddedAt: 2017-05-23\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nWe are a full service web design agency based in the centre of Edinburgh, Scotland. Backing up our local team, we also have a large group of super-techies based in the Nettl HQ in Manchester. This unique structure allows us to develop all types of website, from a small one-pager for a home business, to a large e-commerce site selling thousands of items daily.\n\n## Company size\n\nAround 10 employees.\n\n## Remote status\n\nWe have people working at: Manchester, England; Moscow, Russia; Boston, USA.\n\n## Region\n\nWorldwide - We have employees that work from the America to Europe.\n\n## Company technologies\n\nWordpress\nLinux\nApache\nPHP\nMySQL\n\n## Office locations\n\nEdinburgh, Scotland, UK\nGreenock, Glasgow, UK\n## How to apply\n\nEmail hello@nettledinburgh.com or more information can be obtained by [our website](http://www.webdesignedinburgh.com/)\n"
  },
  {
    "path": "src/companies/new-context.md",
    "content": "---\ntitle: \"New Context\"\nslug: new-context\nwebsite: https://www.newcontext.com/\ncareers_url: https://www.newcontext.com/careers/\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - devops\n  - go\naddedAt: 2016-06-07\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe specialize in Lean Security; an approach that leads organizations to build better software through hands-on technical and management consulting. We are a group of engineers who live and breathe Agile Infrastructure, Systems Automation, Cloud Orchestration, and Information Security.\n\nThe New Context team personifies the DevOps spirit. We love a challenge and look forward to working with clients to solve their own challenges. Our teams operate with complete stack awareness of infrastructure, application and security. Our driving methodology is Lean Security. In adopting a security first approach to infrastructure focused on people, processes and technologies, our team will have an integral part in driving the direction of these exciting new approaches.\n\n## Company size\n\n30+\n\n## Remote status\n\nMost work is done remotely, a handful of people come in to the office a few days a week from around the bay area. Most of engineering travels to clients ~25%.\n\nThis means a vast majority of the company is remote at any one point in time. Remote work isn't integrated, it is the backbone of the company.\n\n## Region\n\nCustomers are mostly based in the US.\n\n## Company technologies\n\nIf there's a tool common in solving DevOps problems, we've probably got someone proficient in it. Our most common tool of choice however is Chef.\n\n## Office locations\n\nMain office in downtown San Francisco\n\n## How to apply\n\nCheck out our openings on our [careers page](https://www.newcontext.com/careers/) and send an email to recruiting@newcontext.com.\n"
  },
  {
    "path": "src/companies/next.md",
    "content": "---\ntitle: \"NEXT\"\nslug: next\nwebsite: https://www.nexttrucking.com/\ncareers_url: https://www.nexttrucking.com/careers/\nregion: americas\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\n  - sql\naddedAt: 2019-04-22\nupdatedAt: 2023-12-01\n---\n\n## Company blurb\n\nNEXT is a freight marketplace disrupting the trucking industry. NEXT has raised $120M of venture capital including lead investors like Sequoia Capital. We are building technology to empower truck drivers to work the way they want when they want.\n\n## Company size\n\n120 employees.\n\n## Remote status\n\nThe engineering team has always been fully distributed. Emergent from the need to hire the best engineers, since day 1 we have had a distributed team. \n## Region\n\nUSA\n\n## Company technologies\n\nJava, ReactJS, ReactNative, Microservices, PostgreSQL, AWS, Kubernetes.\n\n## Office locations\n\nLos Angeles, CA, USA.\n\n## How to apply\n\nApply at: https://www.nexttrucking.com/careers/\n"
  },
  {
    "path": "src/companies/no-code-no-problem.md",
    "content": "---\ntitle: \"No Code No Problem\"\nslug: no-code-no-problem\nwebsite: https://www.nocodenoprob.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\naddedAt: 2021-12-07\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\n[No Code No Problem](https://www.nocodenoprob.com/) is a no-code development studio that helps you build and launch web and mobile solutions in a fraction of the time and money, without code! \n\nOur clients are startups and early-stage companies who want to launch an MVP, build the first version of the product or validate an idea. \n\nOur skilled team of no-coders hires for remote or hybrid positions all over the world, for roles such as Bubble.io developer, Webflow developer, Designer, PM, Sales, and Marketing.\n\nJoin our dynamic and vibrant team and be at the crest of the new innovative no-code wave that changes how software products are made. Be a pioneer and join our team! \n\n## Company size\n\n15 people as of end of 2021 and growing rapidly.\n\n## Remote status\n\nOur team is fully remote/hybrid (office in Kyiv, Ukraine, optional to visit). Most of the team members are from different cities in Ukraine, Russia, Belarus, US. We communicate via Slack / Google Meet on a regular basis.\n\n## Region\n\n🌎 Worldwide\n\n## Company technologies\n\n🖥 No-code Developer: Bubble.io, Webflow, Adalo\n\n🎨 Design: UX/UI design\n\n## Office locations\n\n🌍 Kyiv, Ukraine\n\n## How to apply\n\n👉 Leave your message on [No Code No Problem website](https://www.nocodenoprob.com/)\n"
  },
  {
    "path": "src/companies/nodesource.md",
    "content": "---\ntitle: \"NodeSource\"\nslug: nodesource\nwebsite: https://nodesource.com/\ncareers_url: https://nodesource.com/careers\nregion: worldwide\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - javascript\naddedAt: 2017-07-11\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nNodeSource is the Node.js company providing Enterprise-grade security, performance, and monitoring abilities to companies and businesses globally.\n\nAt NodeSource, we've built out N|Solid, Certified Modules, and Dedicated Support as a complete way for businesses to ensure they can rely on their mission-critical Node.js apps and services.\n\n## Company size\n\n34 and growing, with roles in Engineering, SRE/DevOps, Marketing, Sales, and more.\n\n## Remote status\n\nNodeSource has been a remote-first company from the beginning. We have an office in SF, but the majority of the company is located remotely. We work as an entirely distributed team - meaning we communicate both synchronously and asynchronously via Slack, GitHub, and GSuite. As a remote-first company, extremely high value is placed on personal time, family + personal care, and health.\n\n## Region\n\nOur employees are located worldwide - in Australia, United Kingdom, Colombia, South Korea, Canada, and the United States.\n\n## Company technologies\n\n* Node.js\n* JavaScript\n* Git\n* Docker\n* Kubernetes\n* Cloud Foundry\n* AWS\n* C++\n\n## Office locations\n\n- San Francisco\n- Remote\n\n## How to apply\nTake a peek at currently available positions on our [Careers](https://nodesource.com/careers) page.\n"
  },
  {
    "path": "src/companies/noredink.md",
    "content": "---\ntitle: \"NoRedInk\"\nslug: noredink\nwebsite: https://noredink.com\ncareers_url: https://www.noredink.com/jobs\nregion: europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - elixir\n  - javascript\n  - ruby\naddedAt: 2017-04-02\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nI'm Jeff Scheur, and I created NoRedInk while teaching high school English in Chicago. Like so many educators, I graded well over 15,000 papers, wondering how I could develop more efficient systems to help my students quickly address their misconceptions. It's no secret that learners need immediate feedback, curriculum that stems from their interests, and lots of practice in order to show rapid growth, and yet teachers can only do so much with large classes and limited time.\n\nI created NoRedInk to help my students improve their skills with engaging material — and to allow me to track their progress over time. It also freed me up to focus on big-picture concepts in student writing that sorely needed my attention. Now supported by a team of expert teachers, engineers, and language experts, NoRedInk's mission is to help all students harness the power of language. I hope the site is useful to you, your colleagues, and your students.\n\n## Company size\n\n11-50\n\n## Remote status\n\nOpen to employees working remotely. One remote engineer describes his onboarding experience [here](http://tech.noredink.com/post/143787279069/on-boarding-as-a-new-remote-engineer). \n\n## Region\n\nPacific Time (PST) to Central European Time (CET) \n\n## Company technologies\n\n* Rails\n* Elixir\n* JavaScript\n* Elm\n\n## Office locations\n\nHeadquarters in San Francisco, CA.\n\n## How to apply\n\nOpenings [here](https://www.noredink.com/jobs) and a thorough description of the interviewing process for engineers [here](http://tech.noredink.com/post/145260396603/our-engineering-hiring-process).\n"
  },
  {
    "path": "src/companies/novoda.md",
    "content": "---\ntitle: \"Novoda\"\nslug: novoda\nwebsite: https://www.novoda.com/\ncareers_url: https://www.novoda.com/hiring\nregion: europe\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - mobile\naddedAt: 2016-05-02\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nNovoda is an independent, fast-paced, high-growth company. We’re a closely-knit family from diverse disciplines and believe software enables a human, interconnected future. Proudly, we provide great clients with amazing technologies to better serve their customers.\n\n## Company size\n\nSmall Enterprise\n\n## Remote status\n\nAll employees are allowed to work remotely as they desire or when needed. We also have people working remotely full time. New employees have to work _an experience-dependent_ minimum amount of time from an onsite office before full remote will be considered.\n\nWe use hangouts for all meetings and other tools like Slack, Basecamp, and Google communities. All work is documented online to really enable remote developers to work to the best of their abilities.\n\n## Region\n\nEurope\n\n## Company technologies\n\nAndroid, iOS, and anything mobile.\n\n## Office locations\n\nWe have offices in Barcelona, Berlin, Liverpool, and London, with remote workers in Europe.\n\n## How to apply\n\nWork with us. We could be perfect for each other.\n\nMeaningful work and caring people are the main ingredients for creating the best software on the planet. We’d love for you to help us craft truly exceptional digital experiences.\n\nhttps://www.novoda.com/hiring\n"
  },
  {
    "path": "src/companies/npm.md",
    "content": "---\ntitle: \"npm\"\nslug: npm\nwebsite: https://www.npmjs.com/\ncareers_url: https://www.npmjs.com/jobs?utm_source=nodeweekly&utm_medium=email\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\nnpm, Inc. maintains the npm package manager for JavaScript and hosts the world’s largest software registry. Our technology has been embraced by millions of developers worldwide for client- and server-side applications as diverse as IoT, mobile development, financial services, and aerospace. More than 30,000 companies, including the BBC, DocuSign, IBM, SiriusXM, Slack, and Visa, rely on npm’s products and services to reduce developer friction and build amazing things.\n\nnpm’s mission is to take Open Source development to entirely new places. When everyone else is adding force, we work to reduce friction.\n\n## Company size\n\n1-50 Employees\n\n## Region\n\nUSA\n\n## Company technologies\n\nJavaScript\nNode.js\n\n## Office locations\n\nOakland, CA (US)\n\n## How to apply\n\nView open positions here:  \nhttps://www.npmjs.com/jobs?utm_source=nodeweekly&utm_medium=email\n"
  },
  {
    "path": "src/companies/nuage.md",
    "content": "---\ntitle: \"Nuage\"\nslug: nuage\nwebsite: https://nuagebiz.tech/\ncareers_url: https://nuagebiz.tech/careers/\nregion: other\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - cloud\naddedAt: 2021-10-04\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nOur StartIT delivery model focuses on quick wins and multiple development cycles to get new applications and functionalities quickly out the door. The basic idea behind the model is that while agile development is great, it’s fail fast – fail often approach, where developers try multiple approaches identifying the one that works while failing fast on others, is not necessarily the panacea that it’s made out to be. We have combined Fail-fast Agile and well-planned DevOp to create a model that takes the best of both approaches: continuous integration of new code batches into a centralized mainline; continuous delivery of new builds to testing environments and pushing them into production through rolling updates; componentized code with clear and precise well defined functionality; continuous testing from the get-go instead of waiting for pre-release stage; Agile team based delivery where every team member devotes their effort to overcome the challenge at hand, having a clear overall picture in mind\n\n## Company size\n\n1- 50 (as of January 2014)\n\n## Remote status\n\nAlmost all of us are remote. We also have an office in India (New Delhi) that everyone is welcome to use when they're in the city, but even India locals pop in just a few days a week.\n\n## Region\n\nCurrent openings are for remote positions in Mumbai.\n\n## Company technologies\n\nCloud Services, Salesforce, DevSecOps, Digital Technologies.\n\n## Office locations\n\nNoida, India\n\n## How to apply\n\nCheck our jobs page: https://nuagebiz.tech/careers/\n"
  },
  {
    "path": "src/companies/nuharbor-security.md",
    "content": "---\ntitle: \"Nuharbor Security\"\nslug: nuharbor-security\nwebsite: https://nuharborsecurity.com/\ncareers_url: https://www.nuharborsecurity.com/careers#job-openings\nregion: americas\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - dotnet\n  - javascript\n  - python\naddedAt: 2023-10-06\nupdatedAt: 2023-10-08\n---\n\n## Company blurb\n\nNuharbor Security is a cybersecurity managed service provider based in Colchester Vermont. Nuharbor Security challenges traditional security and audit methodologies to reduce overhead and create a high return on investment while positioning security, compliance, and risk management as business enablers. Nuharbor Security's mission is to make cybersecurity stronger and easier for their clients, helping clients to better understand and protect themselves.\n\n## Company size\n\n100-150 Employees\n\n## Remote status\n\nMany positions are remote friendly. There are a portion of positions that are in-office, but the status of each position is displayed with the job description. \n\nRemote employees can work in office with approval and there are events multiple times a year that remote employees can opt to attend in person. \n\n## Region\n\nUSA\n\n## Company technologies\n\n- Splunk (SPL)\n- C#\n- Python\n- Typescript\n- Security tools (Firewalls, vulnerability scanners, anti-malware, SIEMs, etc.)\n\n## Office locations\n\nColchester, VT (US)\n\n## How to apply\n\nView open positions here:\nhttps://www.nuharborsecurity.com/careers#job-openings\n"
  },
  {
    "path": "src/companies/nuna.md",
    "content": "---\ntitle: \"Nuna Inc\"\nslug: nuna-inc\nwebsite: https://www.nuna.com/\ncareers_url: https://www.nuna.com/careers\nregion: americas\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - cloud\n  - data\n  - java\n  - javascript\n  - python\n  - scala\n  - sql\naddedAt: 2018-06-07\nupdatedAt: 2020-10-28\n---\n\n## Company blurb\nAt [Nuna](https://www.nuna.com), our mission is to make high-quality healthcare affordable for everyone. We’re dedicated to tackling one of our nation’s biggest problems with ingenuity, creativity, and a keen moral compass.\n\nNuna builds data platforms and analytics solutions to help healthcare decision-makers like government programs, large employers, and health plans understand cost and quality trends. With these insights, they can make changes that increase access to effective, affordable care. We have a deep bench of engineering, data science, design, and policy expertise under one roof, which lets us serve as a one-stop problem solving shop.\n\n## Company size\n100-200\n\n## Remote status\nSupporting a healthy remote culture requires investment and iteration and Nuna has made a commitment to both. Three core areas that make a huge impact on remote success: \n\n* Communication: To get our work done - and connected to one another in community - we use a variety of technologies.  From video conferencing, to Slack, to JIRA, we equip all Nunas with the tools to share, get feedback, and feel part of the team. \n* Remote Leadership: Remote leaders make great advocates for remote culture because they reinforce habits that build a healthy remote culture. The team naturally gravitates towards remote-first practices, even if some of them sit next to each other in the office.\n* In-person meet-ups:  There’s no replacement for face-to-face time with others. Understanding that personal connections with others are crucial, Nuna holds a yearly offsite retreat for the entire company. Individual teams within the company can meet in person more frequently, and Nuna supports flying individuals to the office at least once per quarter.\n\n## Region\nNuna is headquartered in San Francisco, but approximately 20% of our team works remotely  across the U.S., including a large cohort in the D.C./Baltimore-area near government clients.  Check out [www.nuna.com/careers](https://www.nuna.com/careers) to see what open roles are available to remote candidates. \n\n## Company technologies\n\nPython, Scala, Java, R, SQL, Django, & Javascript\nSpark and Hadoop\nAWS; including EC2, EBS, EMR, ELB, SNS, RDS, CloudFormation and more\n\n## Office locations\nNuna is headquartered in San Francisco, CA.\n\n## How to apply\n[https://www.nuna.com/careers](https://www.nuna.com/careers) or [careers@nuna.com](mailto:careers@nuna.com)\n"
  },
  {
    "path": "src/companies/nvidia.md",
    "content": "---\ntitle: \"Nvidia\"\nslug: nvidia\nwebsite: https://www.nvidia.com/\ncareers_url: https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite\nregion: other\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - javascript\naddedAt: 2022-10-16\nupdatedAt: 2022-10-16\n---\n\n## Company blurb\n\nNVIDIA pioneered accelerated computing to tackle challenges no one else can solve. Today, our work in AI is transforming 100 trillion dollars of industries—from gaming to healthcare to transportation—and profoundly impacting society.\n\n## Company size\n\n22,473 (as of 2022)\n\n## Remote status\n\nBeing successful away from the office requires more than just email and conferencing tools — creators, business professionals, and students need the same high-performance technology and software they rely on in the office. Remote workers require solutions to accelerate complex workloads such as interactive graphics, data science, analytics, and AI. Whether working, creating, learning, or gaming, NVIDIA can deliver the power and performance to meet every need—from home or anywhere.\n\n## Region\n\nCurrent openings are for remote positions all over the world.\n\n## Company technologies\n\nMulti-GPU. NVIDIA Multi-GPU Technology (NVIDIA Maximus®) uses multiple professional graphics processing units (GPUs) to intelligently scale the performance of your application and dramatically speed up your workflow\n\n## Office locations\n\nNVIDIA Corporation is an American multinational technology company incorporated in Delaware and based in Santa Clara, California.\n2788 San Tomas Expy, Santa Clara, CA 95051, United States\n\n## How to apply\n\nCheck our jobs page: https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite\n"
  },
  {
    "path": "src/companies/ocient.md",
    "content": "---\ntitle: \"Ocient\"\nslug: ocient\nwebsite: https://ocient.com\ncareers_url: https://ocient.com/job-postings/\nregion: americas\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - java\n  - python\n  - sql\naddedAt: 2022-10-12\nupdatedAt: 2022-10-14\n---\n\n## Company blurb\n\nThe Ocient Hyperscale Data Warehouse transforms and loads data in seconds, enables organizations to store and analyze more data, and executes queries on hyperscale datasets up to 50x faster.\n\n## Company size\n\n100-200\n\n## Remote status\n\nRemote first company\n\n## Region\n\n* North America\n* Europe\n* India \n\n## Company technologies\n\nC++, Java, Python, SQL, Bazel \n\n## Office locations\n\nChicago\n\n## How to apply\n\n[You can directly apply using this website](https://ocient.com/job-postings/)\n"
  },
  {
    "path": "src/companies/octopus-deploy.md",
    "content": "---\ntitle: \"Octopus Deploy\"\nslug: octopus-deploy\nwebsite: https://octopus.com/\ncareers_url: https://octopus.com/company/careers\nregion: worldwide\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - dotnet\n  - go\n  - javascript\naddedAt: 2019-11-20\nupdatedAt: 2019-11-20\n---\n\n## Company blurb\n\nOctopus Deploy is your DevOps happy place\n\nManage releases, automate complex application deployments, and automate routine and emergency operations tasks.\n\n## Company size\n\n50+\n\n## Remote status\n\nWe've built a place where passionate people are given the trust and freedom to do their best work. Most of our team is based in Brisbane, Australia, where the company started, though we've spread to other parts of Australia, the US, UK, and Argentina. Because our team is distributed, everyone works from home most of the week, so we've built a remote-first culture. \n\n## Region\n\n - Worldwide\n\n## Company technologies\n\n - C#\n - .NET\n - TypeScript\n - React\n - Go\n\n## Office locations\n\n - Brisbane, Australia\n\n## How to apply\n\n[https://octopus.com/company/careers](https://octopus.com/company/careers)\n"
  },
  {
    "path": "src/companies/oddball.md",
    "content": "---\ntitle: \"Oddball\"\nslug: oddball\nwebsite: https://oddball.io/\ncareers_url: https://oddball.io/jobs\nregion: other\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - ruby\naddedAt: 2018-01-10\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nOddball believes that the best products are built when engineers understand and value the things they are working on. We value learning and growth and the ability to make a big impact at a small company. Work life balance is important to us, and not something we just pay lip service to. We believe that we can make big changes happen and improve the daily lives of millions of people by bringing quality software to the federal space.\n\n## Company size\n\n0-20\n\n## Remote status\n\nOur engineering team is small, distributed, and largely asynchronous. We value a calm, collected environment where you can focus on doing great work. Aside from a couple of weekly check-ins or project updates, you'll be able to work interruption-free.\n\n## Region\n\nUS based only we work with the government and can't flex on this\n\n## Company technologies\n\n* React JS\n* Node.js\n* RoR\n* golang\n* ansible/terraform\n\n## Office locations\nWe have a small co-working space in sunny Los Angeles, CA, but all of the company is remote.\n\n\n## How to apply\n\nVisit our [hiring page](https://oddball.io/jobs)\n"
  },
  {
    "path": "src/companies/okta.md",
    "content": "---\ntitle: \"Okta\"\nslug: okta\nwebsite: https://www.okta.com\ncareers_url: https://www.okta.com/company/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\n  - nosql\n  - search\n  - sql\naddedAt: 2021-10-29\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nOkta is a management platform that secures critical resources from cloud to ground for workforce and customers.\n\n## Company size\n\n1001-5000\n\n## Remote status\n\nDynamic work is all about empowering workforces across the globe with flexibility. Set your own hours, make your own decisions and work from wherever you work best whether that’s in one of our international offices or not.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nJava, JavaScript, React, Hibernate, Spring Boot, MySQL, GitHub, Redis, Kinesis, Elasticsearch, AWS, Vagrant, Docker, Maven, npm, Artifactory, Chef, Ansible\n\n## Office locations\n\nSan Francisco, San Jose, Bellevue, Washington DC, Chicago, Toronto, London, Paris, Amsterdam, Munich, Stockholm, Zurich, Sydney, Japan, Singapore, Seoul\n\n## How to apply\n\nhttps://www.okta.com/company/careers/\n"
  },
  {
    "path": "src/companies/olark.md",
    "content": "---\ntitle: \"Olark\"\nslug: olark\nwebsite: https://www.olark.com/\ncareers_url: https://www.olark.com/jobs\nregion: europe\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\n  - nosql\n  - python\n  - ruby\n  - sql\naddedAt: 2015-12-03\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nSince 2009, Olark has built industry-leading tools and deep expertise in customer happiness that 10,000+ businesses rely on each day. Every one of us regularly chats directly with our customers to learn their needs and help us continue leading the way!\n\n## Company size\n\n30-50 team members (see [here](https://www.olark.com/about/ for the current count)\n\n## Remote status\n\nAbout half our team is remote, and the other half is roughly evenly distributed between our two offices. We support remote work in all but a small number of positions and welcome talented people from everywhere.\n\n## Region\n\nUTC-8 (Pacific) to UTC+1 (Central Europe)\n\n## Company technologies\n\nPython, node.js, ECMAScript 5/6, CoffeeScript, Ruby/Rails, Go, redis, SQL\n\n## Office locations\n\nSan Francisco, CA and Ann Arbor, MI\n\n## How to apply\n\nAll of our current listings are at [https://www.olark.com/jobs](https://www.olark.com/jobs), so check out that page to see what we're looking for and how to apply.\n"
  },
  {
    "path": "src/companies/olist.md",
    "content": "---\ntitle: \"Olist\"\nslug: olist\nwebsite: https://olist.com/\ncareers_url: https://olist.com/trabalhe-conosco/\nregion: other\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - python\naddedAt: 2018-10-09\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nOlist is the largest platform that enables small, medium and big companies to sell online as one single Olist store. We have already empowered more than 4000 customers to sell at major brazilian marketplaces such as Americanas, Ponto Frio, Extra, Walmart, Submarino, Mercado Livre, Amazon among others.\n\n## Company size\n\n100-200\n\n## Remote status\n\nThe development and product teams are fully remote. You can find more information and stories in [our blog](https://engineering.olist.com/).\n\n## Region\n\nCurrently, we only accept portuguese speakers candidates that can work in a time range compatible with the BRT (UTC -3) business hours.\n\n## Company technologies\n\nMainly Python, Django and Postgres, but we are starting to use Go and Elixir.\n\n## Office locations\n\nCuritiba, PR, Brazil\n\n## How to apply\n\nVisit our [career page](https://olist.com/trabalhe-conosco/).\n"
  },
  {
    "path": "src/companies/ollie-order.md",
    "content": "---\ntitle: \"Ollie Order\"\nslug: ollie-order\nwebsite: https://ollieorder.com/\ncareers_url: https://forms.gle/oKMTzasq7N5FpkS69\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - graphql\n  - javascript\n  - ruby\naddedAt: 2020-07-19\nupdatedAt: 2020-07-19\n---\n\n## Company blurb\n\nLove food, wine and/or beer? Love helping the little guy beat big corporate? Looking for an opportunity to work with an experienced engineering and leadership team with multiple exits on a B2B e-commerce platform? If so, you may be a great fit for our little team of passionate software folks.\n\nOllie Order provides omnichannel selling tools for craft manufacturers and consumers. Imagine crossing square, shopify, amazon and alibaba. Checkout our website for more information on the product.\n\nWe have built an ordering system for the hospitality industry initially focused on liquor beverages — yes, we love craft beer, including their makers and buyers. Our customers depend on the software to run their business and we take that responsibility seriously. We are already earning revenue and receiving positive feedback from the industry. We have major industry tycoons on our management team, as well as investors. We've done hundreds of millions of dollars worth of transactions on our platform for hundreds of customers.\n## Company size\n\n200+\n\n## Remote status\n\nCurrently, we have an engineering team of 7 engineers and are looking for for a talented software engineer with strong experience in Ruby, React and (Docker, Buildkite, Postgres, CI, GraphQL and other DevOps experience with AWS are also a great bonus). The position requires excellent problem-solving skills paired with a drive and discipline to build an outstanding product. We are looking for a person that has seen a product cycle several times and understands the different roles involved in building an exceptional product. You must have experience working on at least one production rails application to be considered for this role.\n\n## Region\n\nCanada, BC\n\n## Company technologies\n\nRuby\nRails\nJavascript\nApollo\nGraphQl\nReact\nRspec\nCypress\n\n## Office locations\n\nMain Street, Vancouver, BC\n\n## How to apply\n\nPlease fill out this form if you would like to apply for the Ollie Order Software Engineer position: https://forms.gle/oKMTzasq7N5FpkS69\n"
  },
  {
    "path": "src/companies/ollie.md",
    "content": "---\ntitle: \"Ollie\"\nslug: ollie\nwebsite: https://www.myollie.com\ncareers_url: https://jobs.lever.co/myollie\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - python\naddedAt: 2020-11-01\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nOllie Pets is a subscription pet food company with a mission to empower customers to feed their dogs the healthiest fresh food on the market.\n\nOur product allows customers to enter their dogs' information—weight, allergies, activity level—to calculate the right amount of food for your dog to keep them in tip-top shape.\n\nOn our account page after sign up, you can fine-tune every part of your subscription—which recipes you get, how often you get them, and even how much of your dog's meals you want to be Ollie. \n\n## Company size\n\n50-75\n\n## Remote status\n\nThe company is fully remote at the moment, and holds regular meetings remotely across departments on the day-to-day. We also hold virtual recreational meetups for company events and team-wide activities.\n\nWe also provide a one-time home office stipend to help you get set up with your remote workstation.\n\n## Region\n\nUnited States\n\n## Company technologies\n\nDjango\nPython\nJavaScript\nNextJS\nReact\nStyled Components\nCypress\nTesting Library\n\n## Office locations\n\nNew York, NY\n\n## How to apply\n\nTake a look at our directory on Lever to see available positions: https://jobs.lever.co/myollie\n"
  },
  {
    "path": "src/companies/olo.md",
    "content": "---\ntitle: \"Olo\"\nslug: olo\nwebsite: https://www.olo.com/\ncareers_url: https://www.olo.com/company/#careers.\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - dotnet\n  - javascript\n  - search\n  - sql\naddedAt: 2017-09-18\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nReliable, fast, and secure digital ordering solutions for multi-location restaurants.\n\nOur mission, the same as it was when we started in 2005: give customers better, faster, and more personal service from the restaurants they love.\n\nhttps://www.olo.com/company/\n\n## Company size\n\n100-150 employees. 47% of which (as of Fall 2017) are remote.\n\n## Remote status\n\nWith over 65% of our engineering staff remote, we've evolved into a culture that is flexible, hard-working, and dedicated to becoming a more effective distributed team.\n\nSee our [culture map](https://www.olo.com/images/culture.jpg) for a more detailed view of our company values.\n\n## Region\n\nUSA\n\n## Company technologies\n\nPrimarily .NET stack. C#, F#, SQL, Elasticsearch, node.js, Ember, React, AWS.\n\n## Office locations\n\nNYC\n\n## How to apply\n\nCurrent Job postings will be displayed at https://www.olo.com/company/#careers.\n"
  },
  {
    "path": "src/companies/ombu-labs.md",
    "content": "---\ntitle: \"Ombu Labs\"\nslug: ombu-labs\nwebsite: https://www.ombulabs.com/\ncareers_url: https://www.ombulabs.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - nosql\n  - ruby\n  - sql\naddedAt: 2018-11-13\nupdatedAt: 2018-11-13\n---\n\n## Company blurb\n\nWe are not yet another software factory, we are the lean software boutique.\nWe design and develop products for the web. We write as little code as possible\nto validate your hypothesis.\n\nWe are an agile team of designers and developers who write lean software to grow\nyour business or launch your new product.\n\n## Company size\n\n5-10\n\n## Remote status\n\nOur Headquarters is in Mt. Airy, Philadelphia, but team members\nspread from the US to Brazil. We prefer to work with remote team members in\nthese timezones: UTC-8 to UTC-2.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRuby on Rails, React, Postgres, Redis, Sinatra, JavaScript, AWS, Heroku.\n\n## Office locations\n\nHeadquarters in Philadelphia, USA.\n\n## How to apply\n\nFollow the steps here: https://www.ombulabs.com/jobs\n"
  },
  {
    "path": "src/companies/omniti.md",
    "content": "---\ntitle: \"OmniTI\"\nslug: omniti\nwebsite: https://omniti.com/\ncareers_url: https://omniti.com/is/hiring\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - mobile\n  - nosql\n  - python\n  - ruby\n  - sql\naddedAt: 2015-10-15\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nOmniTI was born on 4th September, 1997. In just over a decade, and with no outside financing, we have grown to over forty employees. Many are leading figures in web development and Internet architectures. In early 2008, after developing the world's fastest mail transfer agent, we launched Message Systems, which has quickly become a leader in its sector.\n\nWe provide a full service, from sustainable architectures that can support hundreds of millions of users, to web application development – winning multiple Webby awards – and user interface design. All of us are dedicated to creating exceptional experiences for our clients and their audience.\n\nWe work on some of the largest sites and toughest challenges available on the Internet, and we've executed successfully on that mission for more than 10 years. That type of track record does not come easily; we are constantly searching for people who share our passion for technology and excellence. Pride in your work, intellectual curiosity, and a drive to learn and self-improve are essential. [Does this sound like you](https://omniti.com/is/hiring)?\n\n## Company size\n\nAbout 45 employees.\n\n## Remote status\n\nWe're very friendly to working remotely. Nearly half of the company telecommutes from across the US. We like to get together in person a few times a year.\n\n## Region\n\nOmniTI is open to hiring worldwide, though some projects may prefer team members located in Western Hemisphere time zones. Don't be afraid to ask!\n\n## Company technologies\n\n- Perl\n- Python\n- Ruby\n- Go\n- Node.js\n- Angular, jQuery\n- Nginx, memcached, Redis\n- Postgres\n- illumos/[OmniOS](https://omnios.omniti.com), Linux\n- Ansible, Chef\n- Git, Subversion\n\n## Office locations\n\n- Fulton, MD\n- New York City, NY\n\n## How to apply\n\n[Find your new job here](https://omniti.com/is/hiring). If you know someone at OmniTI through a technical community, feel free to reach out for a referral.\n"
  },
  {
    "path": "src/companies/on-the-go-systems.md",
    "content": "---\ntitle: \"On The Go Systems\"\nslug: on-the-go-systems\nwebsite: https://onthegosystems.com/\ncareers_url: https://onthegosystems.com/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - javascript\n  - php\naddedAt: 2020-10-20\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\nOnTheGoSystems develop WordPress plugins, WPML and Toolset.\nToolset makes it easier and quicker for users to build a professional website without complex coding. WPML is the world’s most popular multilingual plugin, helping more than 700k websites translate their content. It is integrated with the most popular translation services, themes, and plugins, including WooCommerce.\nWe also offer professional translation services.\n\nOUR COMPANY OF PRODUCTS \nWPML is the #1 WordPress Multilingual Plugin. WPML is used to help you translate any website, big or small, e-commerce included. WPML is used in over 700,000 websites, is compatible with all the major plugins, themes, and page builders, (including WooCommerce). WPML allows you to translate everything: pages, posts, custom types, forms, taxonomy, menus, and themes text.\n\nToolset allows you to build WordPress sites in hours, not weeks. Toolset lets you build your own listing sites, directories, membership sites, and shops. It is made of 8 component plugins that help developers create and display custom WordPress content without having to use PHP. Posts and pages aren’t enough for every site. If you need more, Toolset and it’s 8 plugins are the answer.\n\n## Company size\n\nAbout 90+ employees.\n\n## Remote status\n\nOnTheGoSystems is a 100% remote working company with +90 employees working in over 40 countries around the world.\n\n## Region\n\nOnTheGoSystems started as a fully-remote business and we welcome outstanding people from anywhere in the world.\n\n## Company technologies\n\n- PHP\n- React\n- Node.js\n- AWS\n- Mattermost\n- ZOOM\n\n## Office locations\n\nOnTheGoSystems Limited,\n22/F 3 ,Lockhart Road,\nWanchai, Hong Kong.\n\n## How to apply\n\n[Find your new job here](https://onthegosystems.com/jobs/). We're not actively hiring for other roles right now, but we are always open to hear from outstanding PHP and React developers that want to join us. If that's you, please reach us out.\n"
  },
  {
    "path": "src/companies/onna.md",
    "content": "---\ntitle: \"Onna\"\nslug: onna\nwebsite: https://onna.com/\ncareers_url: https://onna.com/careers/\nregion: americas-europe\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - go\n  - java\n  - javascript\n  - python\naddedAt: 2022-09-19\nupdatedAt: 2022-09-19\n---\n\n## Company blurb\n\nWe launched Onna to solve one of the monumental data challenges of our time: how to make everybody's proprietary information accessible, useful, and private. Large organizations use on average 175 apps for daily work tasks. But as these apps proliferate, they easily become separate, siloed stores of data. Our biggest goal is to help business and IT leaders make sense of the vast amounts of information in their organizations and turn that information into knowledge.\n\nWe believe that software should allow us to be productive and knowledgeable with significant competitive advantage to be gained for those that can achieve both. We also believe that the ability to secure your own data and keep it private, should be guaranteed at all times.\n\n## Company size\n\n100+\n\n## Remote status\n\nWe are a remote first company.\n\n## Region\n\nUSA and Europe\n\n## Company technologies\n\nPython, JavaScript, Typescript, HTML, CSS, Java, Go\n\n## Office locations\n\n* Raleigh, NC (USA)\n\n## How to apply\n\nVisit our [Careers page](https://onna.com/careers/) for information on how to apply.\n"
  },
  {
    "path": "src/companies/opencity-labs.md",
    "content": "---\ntitle: \"Opencity Labs Srl\"\nslug: opencity-labs-srl\nwebsite: https://opencitylabs.it/\ncareers_url: https://link.opencontent.it/jobs?utm_source=remoteintech&utm_campaign=recruiting\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - api\n  - cloud\n  - data\n  - devops\n  - go\n  - javascript\n  - mobile\n  - nosql\n  - php\n  - sql\naddedAt: 2022-10-15\nupdatedAt: 2022-10-15\n---\n\n## Company blurb\nOpencity Labs is the company behind the [first open source](https://developers.italia.it/it/software/opencontent-stanza-del-cittadino-core-410a6e) \nsoftware for the creation of public services for local authorities in Italy.\n\n## Company size\nApproximately 15 people, half of which compose the technical team,  working remotely across the north-center of Italy.\n\n## Remote status\nOur company adopted remote working more than ten years ago, we are well organized to care about our product and our collegues without sharing the same room.\n\n## Region\nItaly\n\nMostly from regions of the center and north of the country\n\n## Company technologies\nSymfony, Golang, Fast-Api, Ract, Angular, PostgreSQL, Kafka, Docker, AWS, MongoDB, Redis, Gitlab, Ionic, Function.io, App Smith\n\n## Office locations\nTrento and Rome.\n\n## How to apply\nCheck out our [careers page](https://link.opencontent.it/jobs?utm_source=remoteintech&utm_campaign=recruiting).\n"
  },
  {
    "path": "src/companies/opencraft.md",
    "content": "---\ntitle: \"OpenCraft\"\nslug: opencraft\nwebsite: https://opencraft.com/\ncareers_url: https://opencraft.com/jobs/open-source-developer/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - ml\naddedAt: 2018-04-24\nupdatedAt: 2020-10-22\n---\n\n## Company blurb\n\nOpenCraft is the leading Open edX platform development provider with more than 1,000 contributions to the project. OpenCraft works closely with the edX organization, the world’s leading Massive Open Online Course provider. edX has worked with OpenCraft to develop key features to the platform and has publicly recognized OpenCraft as one of the leading Open edX specialists in the community.\n\nServices include:\n- Setting up your own learning platform with self-service and enterprise hosting offerings\n- Developing custom integrations and interactive exercises\n- Receiving support, guidance and code reviews\n- Designing courses based on expert advice and reviews \n\nOpenCraft team members have extensive technical experience which allows us to work with customers to achieve their strategic goals of delivering innovative learning experiences and promote professional and life-long education. \n\nCustomers include:\n- Harvard\n- Massachusetts Institute of Technology\n- Arizona State University\n- Cloudera\n- LabXchange\n- Australian National University\n- Berkeley School of Information\n\nOpenCraft is decentralized, which lets us recruit the best talent, no matter their location. If you want a team of proven experts to help you deliver online courses on the Open edX platform, contact us at contact@opencraft.com.\n\n## Company size\n\n11-50\n\n## Remote status\n\nAll positions are remote, from Europe, North & South America, Asia & Australia.\n\n## Region\n\nWorldwide\n\n## Company technologies \n\nOpen source, Open source software, Open edX, edX courses, Online training , Remote work, Software hosting, Elearning, Educational technology, Learning management systems, and Massive online open courses\n\n## Office locations\n\nBerlin, Germany\n\n## How to apply\n\n[Apply here!](https://opencraft.com/jobs/open-source-developer/)\n"
  },
  {
    "path": "src/companies/openzeppelin.md",
    "content": "---\ntitle: \"OpenZeppelin\"\nslug: openzeppelin\nwebsite: https://openzeppelin.com/\ncareers_url: https://openzeppelin.com/jobs/#openings\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2019-08-13\nupdatedAt: 2019-08-13\n---\n\n## Company blurb\n\nOpenZeppelin provides tools to write, deploy and operate decentralized applications. We also protect leading organizations by performing security audits on their systems and products.\n\n## Company size\n\n26 members, distributed among: Australia, US, Canada, Russia, Costa Rica, Italy and Argentina.\n\n## Remote status\n\nWe are a distributed team. Currently, many of our team members are located in Argentina, whereas the rest are spread around different places across the globe.\n\n## Region\n\nWhere are remote employees accepted? **Worldwide**.\n\n## Company technologies\n\nSoldity, javascript, typescript, node.js\n\n## Office locations\n\nBuenos Aires, Argentina\n\n## How to apply\n\nhttps://openzeppelin.com/jobs/#openings\n"
  },
  {
    "path": "src/companies/optoro.md",
    "content": "---\ntitle: \"Optoro\"\nslug: optoro\nwebsite: https://www.optoro.com/\ncareers_url: https://www.optoro.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - data\n  - devops\n  - nosql\n  - python\n  - ruby\n  - sql\naddedAt: 2019-09-16\nupdatedAt: 2019-09-16\n---\n\n## Company blurb\n\nOptoro’s returns optimization platform uses machine learning and predictive analytics to route returned and excess inventory to the next best home, reducing financial, operational, and environmental waste. \n\n## Company size\n\n100-200\n\n## Remote status\n\nCompany headquarters are in Washington, DC, with a warehouse in Mt. Juliet, Tennessee. A sizable group of tech employees are remote; that proportion is growing. Very flexible work-from-home policy as well. \n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRuby, Rails, Kafka, PostgreSQL, Mongo, Docker, Kubernetes, Snowflake, Python\n\n## Office locations\n\nWashington, DC\n\n## How to apply\n\nhttps://www.optoro.com/careers/\n"
  },
  {
    "path": "src/companies/oracle.md",
    "content": "---\ntitle: \"Oracle\"\nslug: oracle\nwebsite: https://www.oracle.com/\ncareers_url: https://www.oracle.com/in/corporate/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - java\naddedAt: 2018-04-24\nupdatedAt: 2020-10-18\n---\n\n## Company blurb\n\nOracle Corporation is an American multinational computer technology corporation.\nThe company sells database software and technology, cloud engineered systems, and enterprise software products—particularly its own brands of database management systems. \n\n## Company size\n\nNumber of employees: 135,000 (2020)\n\n## Remote status\n\nOracle Corporation has its overall headquarters on the San Francisco Peninsula in the Redwood Shores area of Redwood City but have employees all over the world.\n\n## Region\n\nWorldwide - Have employees in almost every time zone in the world! From San Francisco to London to Australia to India, we hire people regardless of their physical location.\n\n## Company technologies\n\n- Oracle database technologies (RDBMS, PL/SQL, Java, .NET, HTML and XML)\n\n## Office locations\n\nWorldWide\n\n## How to apply\n\nApply for jobs listed on [our Jobs portal](https://www.oracle.com/in/corporate/careers/)!\n"
  },
  {
    "path": "src/companies/ordermentum.md",
    "content": "---\ntitle: \"Ordermentum\"\nslug: ordermentum\nwebsite: https://www.ordermentum.com/\ncareers_url: https://www.linkedin.com/careersite/ordermentum\nregion: asia-pacific\nremote_policy: remote-friendly\ncompany_size: medium\naddedAt: 2022-10-17\nupdatedAt: 2022-10-21\n---\n\n## Company blurb\n\nOrdermentum is a wholesale online order management system for the food and beverage industry.\n\n## Company size\n\n51-200\n\n## Remote status\n\nOrdermentum offers good remote jobs with competitive salaries. For more information, see https://www.ordermentum.com/careers.\n\n## Region\n\nAustralia\n\n## Office locations\n\nSydney, Australia\n\n## How to apply\n\nhttps://www.linkedin.com/careersite/ordermentum\n"
  },
  {
    "path": "src/companies/oreilly-media.md",
    "content": "---\ntitle: \"O'Reilly Media\"\nslug: o-reilly-media\nwebsite: https://www.oreilly.com/\ncareers_url: https://www.oreilly.com/careers/\nregion: other\nremote_policy: hybrid\naddedAt: 2018-04-24\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\nO’Reilly’s mission is to change the world by sharing the knowledge of innovators. For over 40 years, we’ve inspired companies and individuals to do new things—and do things better—by providing them with the skills and understanding that’s necessary for success.\n\nAt the heart of our business is a unique network of experts and innovators who share their knowledge through us. O’Reilly Learning offers exclusive live training, interactive learning, a certification experience, books, videos, and more, making it easier for our customers to develop the expertise they need to get ahead. And our books have been heralded for decades as the definitive place to learn about the technologies that are shaping the future. Everything we do is to help professionals from a variety of fields learn best practices and discover emerging trends that will shape the future of the tech industry.\n\n## Remote status\n\nO’Reilly Media has two main offices, in Boston and Sebastopol (San Francisco Bay Area), with a large portion of our employees working remotely.\n\n## Office locations\n\n- Sebastopol, CA\n- Boston, MA\n- Japan\n- China\n- United Kingdom\n\n## How to apply\n\n[O’Reilly Media Careers](https://www.oreilly.com/careers/)\n"
  },
  {
    "path": "src/companies/oreilly-online-learning.md",
    "content": "---\ntitle: \"O'Reilly Online Learning\"\nslug: o-reilly-online-learning\nwebsite: https://www.oreilly.com/\ncareers_url: https://www.oreilly.com/careers/#positions\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - javascript\n  - ml\naddedAt: 2018-04-24\nupdatedAt: 2022-08-22\n---\n\n## Company blurb\nWe share the knowledge and teach the skills people need to change their world. We have imparted the world-shaping ideas of innovators through books, articles, conferences, and our online learning platform for over 40 years.\n\nWe want to prepare people to solve challenging problems and inspire them with what is possible for the future.\n\n## Company size\n201-500 employees\n\n## Remote status\nWe organize virtual events like conferences for people from all over the world to attend virtually. Besides, we allow our employees to work from home.\n\nRemote working positions are available.\n\n## Region\nWorldwide (Americas, Europe, Asia Pacific)\n\n## Company technologies\nWhat we mainly focus on are publishing, conferences, research, online services, online media, e-learning, ebooks, online training, programming, design, IoT, web, WebOps, security, futurism, AI, bots, technology, and economy.\n\n## Office locations\nSebastopol, CA  (Corporate Headquarters)\n1005 Gravenstein Highway North\nSebastopol, CA 95472\nUSA\n\nVisit here https://www.oreilly.com/about/contact.html for more information on other office locations.\n\n## How to apply\nVisit here for exciting job offers https://www.oreilly.com/careers/#positions and https://www.linkedin.com/company/oreilly-media/jobs/\n"
  },
  {
    "path": "src/companies/our-hometown-inc.md",
    "content": "---\ntitle: \"Our-Hometown Inc.\"\nslug: our-hometown-inc\nwebsite: https://our-hometown.com/\ncareers_url: https://our-hometown.com/job-opportunities/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\naddedAt: 2018-04-24\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\nOur-Hometown, Inc. was founded with the goal of helping communities leverage the latest technology for spreading local news on the internet.\n\nIn the early days of the company, our team actually took photos & created the online content, acting as journalists in the early stages of digital media. However, given the rich value of journalism covered by community newspapers, we quickly recognized the opportunity that existed in helping these established newsrooms move their publications online.\n\nAt this point we switched Our-Hometown’s focus to providing expertise in website design, content management, & digital subscription software.\n\n## Company size\n\nFrom 1 to 50 employees.\n\n## Region\n\nUSA\n\n## Office locations\n17 Pleasant Street Clifton Springs, NY 14432\n\n## How to apply\nRight now they are hiring!!! You can check the open positions at https://our-hometown.com/job-opportunities/ and submit your resume there.\n"
  },
  {
    "path": "src/companies/outsourcingdev.md",
    "content": "---\ntitle: \"OutsourcingDev\"\nslug: outsourcingdev\nwebsite: https://www.outsourcingdev.com/\ncareers_url: https://www.outsourcingdev.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - dotnet\n  - java\n  - javascript\n  - linux\n  - ml\n  - mobile\n  - nosql\n  - php\n  - python\n  - ruby\n  - sql\naddedAt: 2021-02-07\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\r\n\r\nOutsourcingDev Company provides the highest quality level of custom software development and IT staff augmentation, with the best of engineering, innovation and design for all industries around the world\r\n\r\n## Company size\r\n\r\n1-50 employees\r\n\r\n## Remote status\r\n\r\nWork from anywhere.\r\n\r\n## Region\r\n\r\nWorldwide\r\n\r\n## Company technologies\r\n\r\n* Java\r\n* PHP\r\n* .NET\r\n* SQL Server\r\n* Python\r\n* Android\r\n* Angular\r\n* iOs\r\n* Ruby\r\n* Linux\r\n* Node JS\r\n* React\r\n* MySQL\r\n* mongoDB\r\n* C++\r\n* SAP\r\n* AWS\r\n* Joomla\r\n* Oracle\r\n\r\n## Office locations\r\n\r\n* San Francisco, United States\r\n* Villa Allende, Argentina\r\n\r\n## How to apply\r\n\r\nVisit [OutsourcingDev Careers page](https://www.outsourcingdev.com/careers/) for information on how to apply.\n"
  },
  {
    "path": "src/companies/over.md",
    "content": "---\ntitle: \"Over\"\nslug: over\nwebsite: https://www.madewithover.com/\ncareers_url: https://www.madewithover.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - mobile\naddedAt: 2019-04-10\nupdatedAt: 2019-04-15\n---\n\n## Company blurb\n\nOver is in the business of brand-building. Whether personal or professional, for fun or for profit, the Over app helps build, boost, and expand brands. Our users are incredibly ambitious, nothing-is-impossible entrepreneurs, side hustlers, risk takers, and dreamers who are often time starved, resource strapped, and design challenged.\n\nWe’re a Silicon Valley startup based in Cape Town, South Africa. Our team of top-notch designers, social media mavens, branding experts, ease-of-use engineers, and the most supportive customer support team on earth are on hand to help our users create everything from social posts and digital ads to logos and flyers. With professionally-designed templates, easy-to-use tools, and hand-selected, fonts, photos, and graphics, Over gives the confidence and creativity, imagination and inspiration to build any brand.\n\nOnly Over is purpose-built for mobile so our users can create anywhere, at any time. No desktop required. All that is needed is the app, a phone, and your thumb to grow and thrive on social media and beyond.\n\n## Company size\n\n50-100\n\n## Remote status\n\nWork where you are MOST productive. We don't care where.\n\nWe trust you to get work done and be productive wherever you chose from. There are, however, some general guides to when working remotely, particularly over a long period of time.\n\n- Over Communicate\n- Share Progress\n- Keep it Public\n- Be Available\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nMobile (IOS, Android), Backend & Web engineers, Data Analyst, Marketing and Design\n\n## Office locations\n\nCape Town 🇿🇦 & London 🇬🇧\n\n## How to apply\n\n[Open positions and how to apply](https://www.madewithover.com/jobs)\n"
  },
  {
    "path": "src/companies/packlink.md",
    "content": "---\ntitle: \"Packlink\"\nslug: packlink\nwebsite: https://www.packlink.com/\ncareers_url: https://careers.packlink.com/jobs\nregion: other\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - devops\n  - java\n  - javascript\n  - nosql\n  - scala\n  - search\n  - sql\naddedAt: 2022-11-01\nupdatedAt: 2022-11-01\n---\n\n## Company blurb\n\nPacklink is a shipping tech start-up operating in 12 countries. Our passion for getting shipping right means we support our customers every step of the way. We are making shipping simple and transparent.\nOnline stores need solutions for competing worldwide! Join our 250 team and be ready for scale across the globe. With our technology, our customers can improve their shipping experience and their customer´s experience\"\nOur vision: to facilitate online shipping around the world\nOur mission: helping online stores offer a great delivery experience.\nOur values: making our inclusive and proactive company culture our core guide.\nEarn it - Without trust, we can't grow. We earn trust from our teammates, customers and partners through hard work and great results.\nDo it - Act, accomplish, repeat—that's how we achieve our shared vision. Our team doesn't overthink it, we are simply shipping by simply thinking!\nLive it - We're at our best when we're challenged, learning and having fun.\n\n## Company size\n\n250+\n\n## Remote status\n\nWe're a remote-first company, that why all of our position are remote.\n\n## Region\n\nAll GMT +2 countries\n\n## Company technologies\n\nMicroservices, Event-oriented architecture, Scala, Java, React, Kubernetes, MongoDB, MySQL, Redis, ElasticSearch...\n\n## Office locations\n\nMadrid\n\n## How to apply\n\nPlease, visit our careers page, all our vacancies are listed on our [careers website](https://careers.packlink.com/jobs)\n"
  },
  {
    "path": "src/companies/pagepro.md",
    "content": "---\ntitle: \"Pagepro\"\nslug: pagepro\nwebsite: https://pagepro.co\nregion: europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - graphql\n  - javascript\n  - mobile\naddedAt: 2020-06-13\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nPagepro is a React & JavaScript consultancy.\n\n## Company size\n\n20-50.\n\n## Remote status\n\nEmployees can work from Europe and they offer flexible working hours.\n\n## Region\n\nEurope\n\n## Company technologies\n\nReact JS, React Native, GraphQL, TypeScript, JavaScript Redux\n\n## Office locations\n\nLondon (UK), Bialystok (Poland)\n\n## How to apply\n\nThe full story and roles overview is on [Pagepro React Rebels](https://pagepro.co/) website.\n"
  },
  {
    "path": "src/companies/pagerduty.md",
    "content": "---\ntitle: \"PagerDuty\"\nslug: pagerduty\nwebsite: https://pagerduty.com\ncareers_url: https://www.pagerduty.com/careers/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - javascript\n  - sql\naddedAt: 2017-07-04\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nPagerDuty is the leading digital operations management platform for businesses. Our SaaS-based solution empowers over 8,000 small, mid-size and enterprise global customers such as Comcast, eHarmony, Slack and Lululemon with the insight to intelligently respond to critical disruptions for exceptional customer experience. PagerDuty was founded to deliver a new and innovative approach to increase business response and efficiency. We follow agile methodology to build software that enables full-stack event intelligence, response orchestration, continuous learning and delivery, and facilitate the journey towards improved application, system, and service performance and availability. When brand reputation depends on customer satisfaction, PagerDuty arms businesses with the insight to proactively manage incidents and events that may impact customers across your IT environment. We were recently included in the 2016 Deloitte Technology Fast 500, Inc. 500 and Forbes Cloud 100 lists.\n\nOur dedication to our customers, collaborative spirit, ‘risk, fail, learn’ attitude, and a Get Stuff Done ethos drive innovation through our product and our culture.  We are incredibly proud of our people programs that enable our employees to deliver their best every day.  From our performance achievement philosophy to our great benefits, our robust culture of recognition to our commitment to inclusion and diversity, solving complex technical problems to delivering an amazing customer experience, PagerDuty is where you can do the some of the best work of your career.\n\n## Company size\n\n~300 people\n\n## Remote status\n\nMany of our open roles are remote-eligible. Currently, ~9% of employees are remote.\n\n## Region\n\nUSA\n\n## Company technologies\n\nSome of what we use:\n- Ruby / Rails, Scala, Elixir, Ember, Backbone, Node\n- MySQL / Percona Xtradb Cluster, Cassandra, Elasticsearch, Kafka, Zookeeper\n- View more on [StackShare.io](https://stackshare.io/pagerduty/pagerduty)\n\n## Office locations\n\n- San Francisco, US\n- Toronto, CA\n- Seattle, US\n- London, UK\n- Sydney, AU\n\n## How to apply\n\n[PagerDuty Jobs](https://www.pagerduty.com/careers/)\n"
  },
  {
    "path": "src/companies/paktor.md",
    "content": "---\ntitle: \"Paktor\"\nslug: paktor\nwebsite: http://gopaktor.com\ncareers_url: http://gopaktor.com/#/career\nregion: other\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - data\n  - java\n  - javascript\n  - python\n  - sql\naddedAt: 2018-02-28\nupdatedAt: 2020-10-28\n---\n\n## Company blurb\n\nPaktor was founded with the mission of connecting singles in Asia through technology-enabled platforms. Since its founding in 2013, Paktor Group has expanded beyond Singapore to the rest of Southeast Asia and North Asia, becoming the largest social dating group in the region. The company merged with the Taiwan-based firm to form M17 Entertainment, the leading social entertainment company in the region. Along with its other acquisitions in social dating such as Down, Inc and Goodnight, the group’s social entertainment and dating assets jointly account for over 20 million users in Asia.\n\nPaktor is backed by institutional investors including Vertex Ventures (subsidiary of Temasek), Majuven, Convergence Ventures, Infinity Venture Partners and Yahoo Japan.\n\n## Company size\n\n100-200\n\n## Remote status\n\nWe communicate through slack. Despite the different timezones, employees working remotely are able to coordinate the timing for meetings and are constantly updating each other on their work.\n\n## Region\n\nOpen to all countries.\n\n## Company technologies\n\nJava, Javascript, Node.js, Agile, Git, Angular.js, mySQL, Python, Java Spring MV, Spark, AWS.\n\n## Office locations\n\nSeoul, Taipei, Hong Kong, Kuala Lumpur, with headquarters in Singapore.\n\n## How to apply\n\nSee current openings [here](http://gopaktor.com/#/career).\n\nOr send a mail to [recruitment@gopaktor.com](mailto:recruitment@gopaktor.com)\n"
  },
  {
    "path": "src/companies/palantir-net.md",
    "content": "---\ntitle: \"Palantir.net\"\nslug: palantir-net\nwebsite: https://www.palantir.net/\ncareers_url: https://palantir.bamboohr.com/jobs/view.php?id=11\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - php\naddedAt: 2017-07-27\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nPalantir® is a full-service web agency that works to strengthen humanity by helping others discover, create, and share knowledge.\n\n## Company size\n\nApproximately 40 individuals.\n\n## Remote status\n\nFull distributed with a \"remote outpost\" in Evanston, Illinois (just outside of Chicago). Employees should try to overlap with at least six hours between 9am to 6pm CST. Team communicates via Hipchat, Google Hangouts, Zoom and e-mail. A week long, in-person retreat occurs once a year.\n\n## Region\n\nUS only.\n\n## Company technologies\n\n- Drupal\n\n## Office locations\n\n**Remote Outpost**\n\n622 Davis Street<br />\nSuite 400<br />\nEvanston, IL 60201<br />\n773.645.4100\n\n## How to apply\n\nOngoing application: https://palantir.bamboohr.com/jobs/view.php?id=11\n\nSpecific job openings are posted when required. General disciplines include front end developers, Drupal developers, designers and user interface designers, web strategists and project managers.\n"
  },
  {
    "path": "src/companies/panther-labs.md",
    "content": "---\ntitle: \"Panther Labs\"\nslug: panther-labs\nwebsite: https://runpanther.io/\ncareers_url: https://runpanther.io/careers\nregion: other\nremote_policy: remote-first\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - data\n  - go\n  - graphql\n  - javascript\n  - python\naddedAt: 2021-07-29\nupdatedAt: 2021-07-29\n---\n\n## Company blurb\n\nPanther is a cybersecurity company with the mission of detecting and responding to security breaches at a cloud-scale. Based in Silicon Valley, the company was founded by security practitioners with the goal of solving modern detection using detections-as-code, a cloud-native architecture, and data lake technology. Panther’s platform, used by respected industry leaders, enables security teams to focus on what they know best: reducing risk, detecting attacks, and protecting their organizations without the prohibitive overhead and operational cost.\n\n## Company size\n\nAs of July 2021, the company has around 40 employees.\n\n## Remote status\n\nWe are a remote-first team, but are adaptive to our team members’ needs. Everyone at Panther receives a workplace stipend for set up and continued maintenance, which can also be allocated to co-working spaces for individuals or regional teams.\n\n## Region\n\nWe have team members all over the US, as well as an engineering team in Greece.\n\n## Company technologies\n\nPanther Labs was founded in 2018 and has a modern serverless tech stack consisting of Golang, Python, React, AWS (S3, CloudFormation, EC2, Athena, CodeBuild, Dynamo, and more!), Snowflake, Pulumi, GraphQL, and TypeScript.\n\n## Office locations\n\nWe have a working space in San Francisco and Athens. As our teams grow, we may open up small satellite offices if our team members prefer offices to in-home workspaces.\n\n## How to apply\n\n[Apply online at our careers page!](https://runpanther.io/careers)\n"
  },
  {
    "path": "src/companies/parabol.md",
    "content": "---\ntitle: \"Parabol\"\nslug: parabol\nwebsite: https://www.parabol.co/\ncareers_url: https://www.parabol.co/join\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - graphql\n  - javascript\n  - nosql\n  - sql\naddedAt: 2021-07-06\nupdatedAt: 2021-07-06\n---\n\n## Company blurb\n\nParabol guides agile teams through quick and powerful retrospectives, check-ins and estimation meetings. Parabol exists to enable meaningful interactions at work. We are creating software that makes every meeting feel like it’s worth the time invested.\n\nWe are [open sourced](https://github.com/ParabolInc/parabol) and we proudly  [\"build in public\"](https://www.parabol.co/blog/tag/friday-ship).\n\n## Company size\n\n0-20\n\n## Remote status\n\nWe are a fully distributed team, making products for remote & distributed teams. We hire globally and pay with the same rate regardless of where you live. Main communication is via Slack and we use Zoom for meetings. Company's knowledge base is in Notion. We have quarterly [company/team retreats](https://focus.parabol.co/tagged/team-retreat) each year.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nTypeScript, React, GraphQL, Relay, RethinkDB, PostgreSQL, Redis, Webpack, Babel\n\n## Office locations\n\nNo physical HQ locations. All teams are working locally.\n\n## How to apply\n\n[Join](https://www.parabol.co/join) us to build the future of work!\n"
  },
  {
    "path": "src/companies/parexel.md",
    "content": "---\ntitle: \"Parexel\"\nslug: parexel\nwebsite: https://www.parexel.com\ncareers_url: https://jobs.parexel.com/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - dotnet\n  - java\n  - python\n  - ruby\naddedAt: 2022-10-19\nupdatedAt: 2023-08-29\n---\n\n## Company blurb\nParexel is focused on the development of innovative new therapies to improve the world’s health. They do this by providing a suite of groundbreaking biopharmaceutical development services that help customers across the globe transform scientific discoveries into new treatments for patients.\n\n## Company size\n10,001+ \n\n## Remote status\n\nRemote\n\n## Region\n\nWorldwide locations\n\n## Company technologies\n\nWe do not require that you know any specific programming language before interviewing for a tech position. However, familiarity with a prominent language is generally a prerequisite for success. You should be familiar with the syntax of languages such as Java, Python, C#, C/C++, or Ruby. You should also know some of the languages’ nuances, such as how memory management works, or the most commonly used collections, libraries, etc.\n\n## Office locations\n\n[Worldwide locations](https://www.parexel.com/company/global-locations)\n\n## How to apply\n\nFind out more at the [Parexel Jobs site](https://jobs.parexel.com/)\n\n[Linkedin](https://www.linkedin.com/company/parexel)\n[Youtube](https://www.youtube.com/user/PAREXELInternational)\n[Instagram](https://www.instagram.com/parexel_international/?hl=en)\n"
  },
  {
    "path": "src/companies/park-assist.md",
    "content": "---\ntitle: \"Park Assist\"\nslug: park-assist\nwebsite: https://tech.parkassist.com\ncareers_url: http://tech.parkassist.com/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - javascript\n  - ruby\n  - sql\naddedAt: 2016-10-07\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe don’t have a formal blurb right now, so here’s something [I](http://aviflax.com/) posted when I was at\n[Strange Loop](http://thestrangeloop.com/):\n\n> Hi all! I started at Park Assist about 6 months ago, and I’m really happy — it's a small, profitable\n> company growing at a healthy, sustainable pace, and solving real problems around the world. Among\n> other benefits, our systems reduce CO2 emissions by eliminating driving around and around a busy\n> garage looking for a free spot.\n>\n> We’re in ~130 garages around the world, and that number is growing fast, so although we're small in\n> head count, we've got an outsized impact. And since our engineering team is only 10 people, and\n> we're planning to at least double that over the next year, this is an opportunity for you to have a\n> big impact on the culture, practices, processes, and values of this team. I'd be happy to tell you\n> about all the changes I've been able to champion myself in my short tenure.\n>\n> If you're interested in designing, building, deploying, operating, and maintaining interesting\n> systems that solve challenging and real problems, in a creative, supportive, collaborative,\n> entrepreneurial environment, while working from anywhere in the Western Hemisphere, Europe, Africa,\n> or the Middle East — let's chat!\n\n\n## Company size\n\nAs of October 2016: roughly 90 people around the world.\n\n\n## Remote status\n\nOur team is fully distributed and just happens to have a cluster of folks working in our NYC HQ 😉\n\n\n## Company technologies\n\nC++, OpenCV, Ruby, Sinatra, CircleCI, GitHub, Ruby on Rails, JRuby, PostgreSQL, Kafka, Kafka Streams, React, Redux, Docker, Kubernetes, AWS\n\n\n\n## Region\n\nWorldwide\n\n\n## Office locations\n\n* Headquarters: New York City, New York, USA\n* Beesd, Gelderland, The Netherlands\n* Cheshire, Connecticut, USA\n* Ciudad de Panamá, Panama\n* Dubai, UAE\n* Fort Lauderdale, Florida, USA\n* San Francisco, California, USA\n* Santiago, Chile\n* Sydney, New South Wales, Australia\n\n\n## How to apply\n\n[Park Assist Jobs](http://tech.parkassist.com/jobs/)\n"
  },
  {
    "path": "src/companies/parsely.md",
    "content": "---\ntitle: \"Parsely\"\nslug: parsely\nwebsite: https://Parse.ly\ncareers_url: https://www.parse.ly/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\naddedAt: 2018-04-24\nupdatedAt: 2020-10-18\n---\n\n## Company blurb\n\nParse.ly is the new measure of content value. Do you work in content marketing, digital media, audience development, corporate communications, or any other role in which your company's content is central to business goals and audience growth? If so, you want a way to win with your content. And Parse.ly can help.\n\nParse.ly is the leading analytics platform for content teams.\n\nParse.ly works with hundreds of enterprises, including premium news publishers, high-growth digital startups, world-renowned entertainment brands, and corporate marketers making the transition to content marketing. Parse.ly is a daily login for the teams behind some of the web's most compelling content strategies, such as Bloomberg, Condé Nast, HelloFresh, WeddingWire, Policygenius, and Slate. What's more, our customers run thousands of sites and apps that attract an audience of billions of people who truly pay attention, and our metrics allow us to understand the trends across this diverse digital audience.\n\n## Company size\n\n~60\n\n## Remote status\n\nWe are a team of individuals doing incredible work that contribute to the success of our company. Parse.ly’s mission is to empower others companies to do the same, because the work each employee does matters - and we use the power of data to prove it.\n\nParse.ly values actions over experience, innovation over tradition, results over potential, and simplicity over intricacy. We distribute our work, we communicate openly, we treat each other with respect, we value results, not effort, and we enjoy what we do.\n\nRead more about our distributed team:\n\n(The 'How' and 'Why' of Parse.ly's Fully Distributed Team)[https://blog.parse.ly/post/3203/the-how-and-why-of-parse-lys-fully-distributed-team/]\n\n## Region\n\nWorldwide.\n\n\n## How to apply\n\n[[Careers at Parse.ly](https://www.parse.ly/careers)]\n"
  },
  {
    "path": "src/companies/particular-software.md",
    "content": "---\ntitle: \"Particular Software\"\nslug: particular-software\nwebsite: https://particular.net\ncareers_url: https://particular.net/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - dotnet\n  - javascript\n  - linux\n  - ml\naddedAt: 2018-04-24\nupdatedAt: 2020-10-31\n---\n\n## Company blurb\nDecades of experience building distributed software systems\nOne easy-to-use framework\n\nDevelopers today are tasked with building larger systems than ever before. It's not just about scalability - the world we're modeling is much more intricate. Unfortunately, the traditional approaches don't hold up anymore and the behemoth enterprise programming stacks are just too complex.After decades of working with these convoluted layers of abstraction and obstruction, our team has found the \"middle road\". We've restructured the rock-solid underlying technologies from these behemoths into a platform just as stable but much simpler and easier to use.Our customers include the world largest banks, retailers, auto manufacturers, insurance companies, energy and media powerhouses - across every industry, from the smallest startups to the Global 2000, thousands rely on our platform.\n\n## Company size\n\nWe have over 40 staff members worldwide.\n\n## Remote status\n\nWe’re fully distributed. This means that there is no central office. We all work from home (and coffee shops and essentially everywhere we can find a reliable wifi signal). We are spread across 15 countries, covering multiple timezones, conducting our work when it’s most suitable for us. Working remotely is great, but we feel it’s very important to work together face to face at least once a year. We meet in one place for five days to discuss the company direction for the following year, work together in person, and reinforce personal connections by having some fun. In addition, everyone has a personal budget for other meetups with colleagues throughout the world.\n\nThe company is divided into five core strategies managed by squads who are responsible for prioritizing work and making sure our processes and policies support the goals of the area. Participation in squads rotates periodically so that everyone gets the opportunity to develop their leadership skills and furthers their understanding of how areas in the company interconnect.\n\nWhen a task or project is defined, a group of people with the necessary knowledge and skills form a task force. The work and decision-making happens in these small groups that form, complete the task, and disband. With task forces, we break down silos and get the chance to work with people from different disciplines.\n\nWe love working from home! We hire exceptional people who we know are committed, well organized and self-motivated. We encourage you to work the hours that suit you best, and to balance your outside life and interests. We trust you will get your work done. You can do it while you are at your prime and no wasting time on the train or driving!\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nExtensible messaging and workflow for .NET and .NET Core\nSupports a variety of messaging patterns and workflows on multiple transports like MSMQ, RabbitMQ, Azure, and Amazon SQS. Developers focus on core logic, fully abstracted from the underlying infrastructure. Runs on .NET or .NET Core on Windows, Linux, or in Docker containers.\n\nWe believe working in the Particular culture offers inherent benefits such as flexible hours, working from home, working with smart, helpful people, and the ability to influence the organizational structure.\n\nAt Particular Software, it's not just about writing software and building great products. It's about improving the lives of the developers, tech leads and operations professionals who drive the software industry. The software we develop helps organizations design and build elegant mission-critical systems by letting them focus on their business code instead of wasting their time reinventing the infrastructural wheels underneath it.\n\nWe make all source code available at GitHub through project-specific repositories: https://github.com/Particular. This will give you the best indication of the technologies we use.\n\n## Office locations\n\nParticular Software, 2 Bnei Brit Street, Haifa 3475201, Israel\n\n## How to apply\n\nhttps://particular.net/careers contains further information, though there are no current job listings mentioned. https://particular.net/contact contains information to contact Particular Software directly.\n"
  },
  {
    "path": "src/companies/pathable.md",
    "content": "---\ntitle: \"Pathable\"\nslug: pathable\nwebsite: https://pathable.com/\ncareers_url: https://pathable.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - nosql\naddedAt: 2018-04-24\nupdatedAt: 2021-10-21\n---\n\n## Company blurb\n\nPathable is the leading provider of web and mobile event apps for conferences, events, associations and tradeshows. Available on any device, our award-winning web and mobile apps inspire meaningful engagement and boosts conference revenue. We help you connect your attendees, speakers, sponsors and exhibitors before, during, and after the event to help drive and measure engagement every step of the way.\n\n## Company size\n51-200\n\n## Remote status\n\nWe are a 100% remote company, so you may work from anywhere in the world (although many positions are tied to the time zones of your clients or co-workers.)\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- JavaScript\n- MongoDB\n- NodeJS\n\n[Stackshare](https://stackshare.io/pathable/pathable)\n\n## Office locations\n9620 Executive Center Dr N #200, St. Petersburg, FL 33702, US \n\n## How to apply\n\n**Important Note:** Please read the requirements and application questions carefully. Many positions have special requirements, such as submitting a short video along with your application. Due to the volume of applicants, generic applications that omit these requirements will not be reviewed.\n\n[Pathable careers page](https://pathable.com/careers/)\n"
  },
  {
    "path": "src/companies/payfully.md",
    "content": "---\ntitle: \"Payfully\"\nslug: payfully\nwebsite: https://www.payfully.co\ncareers_url: https://angel.co/payfully/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - javascript\n  - nosql\naddedAt: 2018-04-15\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nPayfully is a financial services platform for the peer-to-peer rental market that lets property managers improve their cash flow. Our platform uses state-of-the-art technology and invoice factoring to help property managers using Airbnb, HomeAway, Booking.com, and Flipkey to receive the payment for their upcoming reservations within 24 hours, instead of at guest check-in.\n\nWe are a team of experts in technology, finance, sales and customer service, solving some very complex problems in the alternative lending space; we are looking for A-Players who want to help us build this multi-billion dollar company from the early days.\n\nIf you are passionate about your craft and would like to work in a friendly environment (where you will face challenges on a daily basis) then drop us a line, we'd love to hear from you.\n\n## Company size\n\n15\n\n## Remote status\n\nPayfully is a 100% remote company and fully encourages remote friendly work.\n\n## Region\n\nPayfully employs people worldwide\n\n## Company technologies\n\nMongoDB, Node.js, Software Architecture, Information Architecture, AWS/EC2/ELB/S3/DynamoDB, TypeScript.\n\n## Office locations\n\nHQ at New York city, Medellin-Colombia, Minsk-Belarus, Vietnam.\n\n## How to apply\n\nThe full story and roles overview is on [AngelList](https://angel.co/payfully/jobs/)\n"
  },
  {
    "path": "src/companies/paylocity.md",
    "content": "---\ntitle: \"Paylocity\"\nslug: paylocity\nwebsite: https://www.paylocity.com/\ncareers_url: https://www.paylocity.com/careers/career-opportunities/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - dotnet\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2020-10-23\n---\n\n## Company blurb\n\nAt Paylocity, caring is in our makeup. It’s who we are. We’re more than a cutting-edge HR and payroll tech company with crazy good reviews (just sayin'). We're people.\n\n## Company size\n\n3300+ (As of October 2020)\n\n## Remote status\n\nThe days of being tethered to a desk from 9 to 5 are gone. That's why we’re proud to say so many of our people work remotely. And our technology makes it seem like they're right in the same room. Along with their pets!\n\n## Region\n\nUSA\n\n## Company technologies\n\nHTML, JavaScript, CSS, AJAX, ASP.NET, C# and SQL\n\n## Office locations\n\nCorporate Headquarters\n1400 American Lane\nSchaumburg, IL 60173\n\n## How to apply\n\nhttps://www.paylocity.com/careers/career-opportunities/\n"
  },
  {
    "path": "src/companies/paypay.md",
    "content": "---\ntitle: \"PayPay Corporation\"\nslug: paypay-corporation\nwebsite: https://about.paypay.ne.jp/career/en/\nregion: asia-pacific\nremote_policy: remote-first\ncompany_size: enterprise\ntechnologies:\n  - data\n  - java\n  - javascript\n  - mobile\n  - scala\naddedAt: 2024-10-02\nupdatedAt: 2024-10-21\n---\n\n## Company blurb\n\nPayPay is a leading digital payment platform in Japan, offering secure and convenient cashless payment services. As part of its innovative approach, PayPay embraces remote work opportunities, especially for tech and engineering roles. With a focus on flexible working arrangements, PayPay integrates remote employees through collaborative tools and a strong team culture. The company hires both locally in Japan and globally for specific positions, aiming to build a diverse workforce that thrives in a dynamic environment\n\n## Company size\n\n1,001-5,000 employees\n\n## Remote status\n\nPayPay offers remote working opportunities for several roles, integrating remote workers via advanced communication tools and a remote-first approach in some departments.  \n\n## Region\n\nJapan\n\n## Company technologies\n\n- Java\n- Kotlin\n- Scala\n- Node.js\n- Vue.js\n- Kafka\n- Swift\n\n\n## Office locations\n\n- Minato-ku, Tokyo, Japan\n\n## How to apply\n\n[Careers Page](https://about.paypay.ne.jp/career/en/)\n"
  },
  {
    "path": "src/companies/payscale.md",
    "content": "---\ntitle: \"PayScale\"\nslug: payscale\nwebsite: https://www.payscale.com/\ncareers_url: https://jobs.smartrecruiters.com/PayScale/743999782844766-associate-software-engineer-remote-\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - dotnet\n  - javascript\n  - nosql\n  - search\n  - sql\naddedAt: 2021-10-31\nupdatedAt: 2021-11-01\n---\n\n## Company blurb\n\nAs the industry leader in compensation data and technology, PayScale helps organizations #getpayright. Payscale is the only technology solution for managing compensation that provides multiple streams of fresh, transparently curated and validated salary data. Combined with modeling engines that learn continuously and generate recommendations and insight, Payscale empowers HR to price jobs and adjust compensation to reflect real-time changes in the market — all on one trusted data platform. With Payscale’s Adaptive Compensation Advantage, teams operate with efficiency, focused on outcomes rather than manual data management. To learn how companies like The Washington Post, Perry Ellis International, United Healthcare and The New York Times rely on PayScale to attract and retain top talent, motivate and engage employees and plan their future workforce, visit payscale.com.  \n\n## Company size\n\n501-1,000 employees\n\n## Remote status\n\nEmployees can work remotely\n\n## Region\n\nUSA\n\n## Company technologies\n\nHTML, JavaScript, CSS, SQL, C#, ASP.NET, Angular 4+, MongoDB, ElasticSeach, Bootstrap, Jira and Git\n\n## How to apply\n\nVisit https://jobs.smartrecruiters.com/PayScale/743999782844766-associate-software-engineer-remote-\n"
  },
  {
    "path": "src/companies/paytm-labs.md",
    "content": "---\ntitle: \"Paytm Labs\"\nslug: paytm-labs\nwebsite: https://paytmlabs.com\ncareers_url: https://paytmlabs.com/#careers\nregion: americas\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - java\n  - ml\n  - scala\naddedAt: 2021-06-15\nupdatedAt: 2021-06-15\n---\n\n## Company blurb\n\nFounded in 2014 as a research and development division of Paytm, we now have offices in Toronto and Montreal (we’re currently all working remote until further notice because of the pandemic). Since we began, we’ve applied big data, artificial intelligence, and machine learning to Paytm’s data assets, providing optimal financial products to over 500 million consumers and over 20 million merchants.\n\n## Company size\n\n100-200\n\n## Remote status\n\nAs mentioned above we have offices in Toronto and Montreal, but we are currently working remotely. When the offices open again we will still have the option to work remotely.\n\nTo keep things fun and stress-free during COVID-19 we started Virtual Daily, Virtual Weekly and Monthly team bonding activities including: Trivia, Games Nights, Movies Nights, Arts & Crafts (e.g. Origami), Lunch & Learns (e.g. Sign Language 101), Virtual Wellness Sessions (e.g. Meditation, Morning stretches), Virtual Team Ubereats Lunches, Wellness Packages and so much more!\n\n## Region\n\nCanada & USA\n\n## Company technologies\n\nJava, Scala, Spark, Hadoop, ML, Kubernetes, AWS, and many others.\n\n## Office locations\n\n* Toronto, Ontario\n* Montreal, Quebec\n\n## How to apply\n\nhttps://paytmlabs.com/#careers\n"
  },
  {
    "path": "src/companies/payu.md",
    "content": "---\ntitle: \"PayU\"\nslug: payu\nwebsite: https://corporate.payu.com\ncareers_url: https://corporate.payu.com/job-board/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - data\n  - go\n  - java\n  - scala\naddedAt: 2020-12-09\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nPayU is a global company, operating in 50+ markets and home to 27 different nationalities. We’re a global fintech investor, but we also developed our own product and services. What makes us unique is our team. We are diverse and ambitious, and obsessed with our vision: to create a world without financial borders where everyone can prosper. And our expertise in 18 high-growth markets enables us to extend the reach of financial services. This drives everything we do, from recruiting best engineering and product teams to investing in technology entrepreneurs, offering credit to underserved individuals and helping our merchants buy, sell and operate online.\n\n## Company size\n\n3000 – 3500\n\n## Remote status\n\nDepending on country and region we offer 1 up to 3 days per week to work remotely\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nJava, Scala, Hadoop, Spark, Airflow, Kafka, AWS Services, GO\n\n## Office locations\n\nWe have offices and remote-friendly policies in:\n•\tAfrica: South Africa \n•\tEurope: Poland, Israel, Romania, Turkey, Russia\n•\tLatin America: Colombia, Mexico, Peru, Argentina, Brazil\n\n## How to apply\n\nHow to apply: https://corporate.payu.com/job-board/\n"
  },
  {
    "path": "src/companies/peachworks.md",
    "content": "---\ntitle: \"PeachWorks\"\nslug: peachworks\nwebsite: https://www.getbeyond.com/peachworks-restaurant-management-software/\ncareers_url: https://careers.getbeyond.com/apply-now\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - nosql\n  - search\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2021-10-30\n---\n\n## Company blurb\n\n[PeachWorks](http://peachworks.com) is a part of Beyond. They offer an enhanced version of the formerly PeachWorks restaurant management software along with their suite of other business tools and services. PeachWorks publishes software that enables on-the-fly restaurant management. From anywhere, know your inventory, sales, food cost, and labor situation. Alerts tell you of the issues before they become problems. It's data-driven coaching and business awareness that will help you grow your operation.\n\n## Company size\n\nThere are about 11-50 employees and 17 of them are on [LinkedIn](https://www.linkedin.com/company/peachworks/about/)\n\n## Remote status\n\nFully Remote\n\n## Company technologies\n\n- Jira Software\n- jQuery\n- MySQL\n- JavaScript\n- HTML\n- React/Nodejs\n- Elasticsearch\n- Redis\n- PostgreSQL\n\n## Office locations\n\nPrimary Location: [Southfield Michigan](https://www.google.com/maps/place/26935+Northwestern+Hwy+%23520,+Southfield,+MI+48033/@42.4827197,-83.2734694,17z/data=!3m1!4b1!4m5!3m4!1s0x8824b7c7903c3487:0x4c199ace98334b44!8m2!3d42.4827197!4d-83.2712807)\n\nGreater Detriot Area, Great Lakes, Midwestern U\nTime Zone: EDT (Eastern Daylight Time) UTC-4:00\n\n## How to apply\n\nTheir careers website has more details - https://careers.getbeyond.com/apply-now\n"
  },
  {
    "path": "src/companies/peakforce.md",
    "content": "---\ntitle: \"Peakforce\"\nslug: peakforce\nwebsite: https://www.peakforce.dev\ncareers_url: https://www.peakforce.dev/contact\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\naddedAt: 2025-06-24\nupdatedAt: 2025-06-24\n---\n\n## Company blurb  \nPeakforce is a remote-first software house from Poland specializing in expert services across **Atlassian** and **Splunk** platforms. \n\nWe support organizations across Europe with consulting, implementation, licensing, migrations, and system optimization. \n\nOur clients range from fast-growing startups to mature companies seeking performance, transparency, and operational resilience. \n\n### Vision  \nOur vision is to be the go-to partner for scaling teams and systems around enterprise platforms such as Atlassian and Splunk. \n\n## Company size  \nA senior consulting team of 20 professionals and a flexible network of collaborators across Europe.\n\n## Remote status  \nPeakforce operates 100% remotely. \n\nOur consultants work from Poland and other EU countries using Slack, Google Workspace, Jira, and Notion for daily collaboration. \n\nWe occasionally meet in person for strategy and partner events, but the core delivery model is fully distributed.\n\n## Region  \n**Europe-focused, available worldwide**\n\n## Company technologies  \n- Atlassian (Jira, Confluence, Jira Service Management, Jira Product Discovery)  \n- Splunk (SIEM, Observability, integrations)  \n\n## Office locations  \nFully remote. The company is registered in Poland.\n\n## How to apply  \nContact us here: https://www.peakforce.dev/contact\n"
  },
  {
    "path": "src/companies/percona.md",
    "content": "---\ntitle: \"Percona\"\nslug: percona\nwebsite: https://www.percona.com\ncareers_url: http://percona.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\naddedAt: 2017-01-11\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nPercona is an open source software company specializing in MySQL, MongoDB, and other open source database support, consulting, managed services, and training.\n\n## Company size\n\n100-200\n\n## Remote status\n\nThe majority of the employees work remotely from home.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nSee:\n\n- https://github.com/percona\n- https://www.percona.com/software\n\n## Office locations\n\nHQ is in North Carolina, USA.\n\n## How to apply\n\nhttp://percona.com/careers\n"
  },
  {
    "path": "src/companies/pex.md",
    "content": "---\ntitle: \"Pex\"\nslug: pex\nwebsite: https://pex.com\ncareers_url: https://pex.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - java\n  - javascript\n  - python\n  - search\n  - sql\naddedAt: 2021-06-02\nupdatedAt: 2021-06-02\n---\n\n## Company blurb\n\nWe are a fully distributed company, democratizing digital rights for everyone.\n\nWe are the team behind the Attribution Engine, a licensing infrastructure for the Internet enabling fair compensation and increased access to content. With its advanced identification technology, Attribution Engine ensures compliance and safety for platforms, gives rightsholders total control of their content, increases access and confidence for creators, helps law enforcement prevent toxic content, and provides brand safety for advertisers.\n\n## Company size\n\n100 and growing\n\n## Remote status\n\nWe are fully distributed with team members on all major continents with very [diverse and active culture](https://pex.com/blog/pex-culture-focusing-on-what-really-matters/).\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nGolang, Java, C/C++, Python, Javascript (Vue, ...), Postgresql, Elasticsearch, FoundationDB, ...\n\n## Office locations\n\nWe have no official physical office.\n\n## How to apply\n\nCome and [work with us](https://pex.com/careers/). You can also read more about our [hiring process](https://pex.com/blog/interviewing-at-pex-heres-what-you-can-expect-hiring-process/).\n"
  },
  {
    "path": "src/companies/picpay.md",
    "content": "---\ntitle: \"Picpay\"\nslug: picpay\nwebsite: https://picpay.com\ncareers_url: https://picpay.com/oportunidades-de-emprego-e-carreiras/central-de-vagas\nregion: other\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - go\n  - java\n  - javascript\n  - nosql\n  - python\n  - sql\naddedAt: 2023-10-19\nupdatedAt: 2023-11-14\n---\n\n## Company blurb\n\nOur mission is to make people's and business' lives easier by making financial services simple and accessible.\n\nPicpay is a payment app that features a digital wallet, facilitating financial transactions among users. Currently, the fintech has more than 60 million users, is accepted at over 5 million establishments, and processes over R$ 6.8 billion per month.\n\nAn idea that came to life\nWe were born in 2012 in the city of Vitória, in a small room with round windows.\n\nOur values\nOwner attitude, Humility, Determination, Availability, Discipline, Simplicity and Frankness. These are our values and guides for our choices.\n\nOur culture is our filter\nOur values are guides for our choices. Here at Picpay, we get our hands dirty and make things happen.\n\nDiversity that innovates\nWe are not the same, which is why diversity is an important topic at Picpay.\n\n## Company size\n\nBetween 1,001 and 5,000 employees.\n\n## Remote status\n\nWe have fully remote opportunities and possibilities to work in person in our offices in Brazil\n\n## Region\n\nBrazil\n\n## Company technologies\n\nGolang, Java, C/C++, Python, Postgresql, NoSQL, JS, ...\n\n## Office locations\n\nSão Paulo, Brazil\n\n## How to apply\n\nVisit our [careers page](https://picpay.com/oportunidades-de-emprego-e-carreiras/central-de-vagas) to see our current openings.\n"
  },
  {
    "path": "src/companies/pindrop.md",
    "content": "---\ntitle: \"Pindrop\"\nslug: pindrop\nwebsite: https://www.pindrop.com/\ncareers_url: https://www.pindrop.com/company/careers\nregion: other\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - ml\naddedAt: 2023-12-21\nupdatedAt: 2024-01-05\n---\n\n## Company blurb\nPindrop solutions are leading the way to the future of voice by establishing the standard for security, identity, and trust for every voice interaction. Pindrop solutions protect some of the biggest banks, insurers, and retailers in the world using patented technology that extracts an unrivaled amount of intelligence from every call encountered.\n\n## Company size\n201-500 employees\n\n## Remote status\nFlexible Work Environment, as Fully Remote.\nWe don’t look at when you log in, log out or how much time you work. We trust you, it’s the only way remote can actually work.\n\n## Company technologies\nPindrop combines best-in-class audio, voice, and AI technologies \n\n## Office locations\n- US\n\n## How to apply\nCheck out our [careers page](https://www.pindrop.com/company/careers) for information about what it is like to work at pindrop.\n"
  },
  {
    "path": "src/companies/plai.md",
    "content": "---\ntitle: \"Plai\"\nslug: plai\nwebsite: https://plai.team\ncareers_url: https://plai.team/about\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - devops\n  - java\n  - javascript\naddedAt: 2020-07-19\nupdatedAt: 2020-07-19\n---\n\n## Company blurb\n\n[Plai](https://plai.team) is a people and performance management company for remote companies. At Plai, we help thousands of organizations align their teams with OKRs, inspire growth with feedback and praise, effortless performance/360° reviews, and effective 1:1s.\n\n## Company size\n\n10 people as of summer 2020 and growing rapidly.\n\n## Remote status\n\nHalf of our team works remotely. Most of the team members are from different cities in Ukraine. We communicate via Slack / Google Meet on a regular basis, and use our own tool Plai to stay aigned.\n\n## Region\n\nEurope and North America.\n\n## Company technologies\n\n🖥 Frontend: React\n\n🛠 Backend: Kotlin/Spring, NodeJS/Nest (NX mono-repo)\n\n🚘 Devops: AWS, Terraform, ansible\n\n## Office locations\n\n🌍 Kyiv, Ukraine\n\n## How to apply\n\n👉 [Plai team and about page](https://plai.team/about)\n"
  },
  {
    "path": "src/companies/platform-builders.md",
    "content": "---\ntitle: \"Platform Builders\"\nslug: platform-builders\nwebsite: https://platformbuilders.io/\ncareers_url: https://jobs.kenoby.com/sejabuilder\nregion: worldwide\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - cloud\n  - dotnet\n  - javascript\n  - mobile\n  - ruby\n  - search\n  - sql\naddedAt: 2020-03-23\nupdatedAt: 2020-10-22\n---\n\n## Company blurb\n\nDigital Disruption. We help organizations achieve incredible values. Platform Builders contains services that help you define, build, and maintain your entire Digital Stack.\n\n## Company size\n\n80-100\n\n## Remote status\n\nWe are a remote-first company.\n\n## Region\n\nWorldwide. Most of the team works in Brazil, and others are spread across Europe, such as Portugal and Germany.\n\n## Company technologies\n\nIn general, we don't have preferences for technologies, but for solutions.\n\nBut some projects we have developed are using Java, Ruby on Rails, .NET MVC, RabbitMQ, MySQL, ElasticSearch, React Native, Flutter, etc.\nAnd using some clouds as AWS, Azure and GCP.\n\n## Office locations\n\nWe have offices in São Paulo (Brazil) and Braga (Portugal).\n\n## How to apply\n\n[Opportunities website](https://jobs.kenoby.com/sejabuilder). But you can start to follow our social communities, love our culture and undertake with us.\n"
  },
  {
    "path": "src/companies/platform-sh.md",
    "content": "---\ntitle: \"platform.sh\"\nslug: platform-sh\nwebsite: https://platform.sh/\ncareers_url: https://platform.sh/company/careers/\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - data\n  - go\n  - javascript\n  - python\naddedAt: 2015-10-16\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\nplatform.sh is a fully distributed startup creating a [fully distributed Second \nGeneration Platform as a Service](https://platform.sh/). It is a spin-off of[ Commerce Guy](https://www.commerceguys.com) an Open Source company that created\nDrupal Commerce, an e-commerce solution used by more than 65 thousand merchants.\n\n## Company size\n~22\n\n## Remote status\nWe are a fully distributed team, our headoffice is in Paris, but often there\nwon't be more than 3/4 persons permanently there. Our CTO is bathing in the\nsun in southern France. Our sales director lives in a nice house south to London. One of the support guys lives in Cairo. There are a couple of people\naround Cologne. We have one guy in northern Canada. Brr must be cold there.\nThan there's Salt-Lake City and Ann-Arbor, Los Angeles and a couple of other\ncities both on the east and west coast. One guy, travels all the time, we \nnever know where he is (last sighting was in Novi Sad I believe).\n\nIn aggregate we speak 20 languages (including English, French, German, Spanish,\nRussian, and Italian.. but also Chinese, Hebrew, Serbian, Greek and Latin). We \ndo all team communications in English.\n\nWe do daily standups through Google Hangouts, and rely extensively on HipChat\nfor team communication. Everything. Everything goes through a Jira ticket. \nEverything is in Git. Everything is in the cloud. We don't own servers.\n\nEverything is done pull-style, nobody assigns stuff, we don't control working\nhours (although there are on-call schedules). So coordination overhead is minimal.\n\nEvery year get together in a beautiful mansion in the French country side. From time to time we make smaller gatherings in the Paris office (for architecture\nsessions or on-boarding new developers).\n\nWe participate in many international conferences (we encourage developers to \nsubmit sessions) which is another moment team members have the occasion to meet\nface to face. Which is very important.\n\nFrom time to time people aggregate ad-hoc in a city (Cologne just became an \noffice).\n\nWe offer internships, but those __must__ be in the Paris office, we do not \nbelieve in the concept of remote internships.\n\n## Region\nOur main office is in Paris and we can help on relocation, but most people in \nthe company work remotely. Currently we have people in north-america (where we \nhave offices in Ann Arbor MI), Western and Eastern Europe and the Middle-East,\nbut we hire on competency alone, not on time-zone affiliation.\n\n## Company technologies\n* Python\n* Go Lang\n* Angular.js\n* LXC/Zookeeper/Kafka/Riemann/Ceph/Influxdb\n\n## Office locations\n[Paris Center](https://www.google.fr/maps/place/Commerce+Guys/@48.8706972,2.3444958,17z/data=!4m7!1m4!3m3!1s0x47e66e1611f61889:0x6559e547fc0c89ef!2sCommerce+Guys!3b1!3m1!1s0x47e66e1611f61889:0x6559e547fc0c89ef)\n\n## How to apply\n\nhttps://platform.sh/company/careers/\n"
  },
  {
    "path": "src/companies/pleo.md",
    "content": "---\ntitle: \"Pleo\"\nslug: pleo\nwebsite: https://www.pleo.io/\ncareers_url: https://www.pleo.io/da/careers/\nregion: americas-europe\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - devops\n  - javascript\n  - python\n  - sql\naddedAt: 2019-08-27\nupdatedAt: 2022-04-08\n---\n\n## Company blurb\n\nReinventing the company credit card, tackling the corporate expense reporting process.\nPleo empowers employees with simple spending tools, removes complexity from financial processes and replaces expense policies and reporting with transparency, real-time data, and artificial intelligence\nUse your card, get a push, upload the receipt and you're done - Future of work\n\n## Company size\n\n700+ (150+ on Engineering)\n\n## Remote status\n\nIf you say you're future of work, then you really need to live it out in your working culture. We believe in working however suits you best; not in measuring productivity by how often you come into the office. This is one of the reasons that our team has been built with a remote-first mindset. We have engineers sitting between EST to CET, across the east coasts of the Americas, Africa, and Europe. You could either join us in Copenhagen if you'd like or sit wherever you want if you fall between our timezones.\n\n## Region\n\nEast American / European / African timezones\n\n## Company technologies\n\nIf web services have no secrets for you, Kotlin, TypeScript, Kubernetes, Docker, AWS tickle your mind, come talk to us.\n\n- Server-side languages (we mostly use Kotlin and TypeScript but we know you can learn new languages)\n- Cloud environments (AWS, Google Cloud)\n- ...and micro-services / distributed systems (Kubernetes, AWS Lambda, Kafka)\n- DevOps culture and tools (CI/CD, Github Actions, Gradle, Terraform)\n- Relational databases (PostgreSQL)\n- Basic scripting (Bash, Python)\n\n## Office locations\n\nOur Main Office is in Copenhagen, Denmark with others around the world, like Berlin, London, Madrid, Montreal and Stockholm.\n\nWe also have smaller hubs of people that rent out co-working spaces in Lagos, Utrecht and more!\n\n## How to apply\n\nOpen positions: https://www.pleo.io/da/careers/\n"
  },
  {
    "path": "src/companies/plex.md",
    "content": "---\ntitle: \"Plex\"\nslug: plex\nwebsite: https://plex.tv\ncareers_url: https://www.plex.tv/about/careers/\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\naddedAt: 2018-06-09\nupdatedAt: 2018-06-09\n---\n\n## Company blurb\n\nPlex has a simple yet ambitious mission: to help people easily discover, enjoy, and share all of their media across all of their devices. We’ve made great progress towards this mission with millions of happy customers, but we still have a long way to go. If you think you are a good fit for our mission, we want to hear from you!\n\n## Company size\n\n50-100, see our friendly faces [here](https://www.plex.tv/about/).\n\n## Remote status\n\nWe've been remote since employee #1. We have a small headquarters in Los Gatos and a few employees work out of there (by choice, or to access devices in our hardware test lab, or to host business meetings or visitors).\n\n## Region\n\nWe have people all over our lovely little planet.\n\n## Company technologies\n\nAn incredibly broad range, from C++ to Javascript, Ruby on Rails to React Native, MySQL to Mongo, and lots in-between.\n\n## Office locations\n\nOur official headquarters are in Los Gatos, California.\n\n## How to apply\n\nVisit our [careers page](https://www.plex.tv/about/careers/) to see our current openings.\n"
  },
  {
    "path": "src/companies/pnc-financial-services.md",
    "content": "---\ntitle: \"PNC Financial Services\"\nslug: pnc-financial-services\nwebsite: https://www.pnc.com/\ncareers_url: https://careers.pnc.com/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - devops\n  - java\n  - javascript\n  - python\naddedAt: 2021-02-07\nupdatedAt: 2021-02-07\n---\n\n## Company blurb\n\nPNC Financial Services Group, Inc. (stylized as PNC) is a bank holding company and financial services corporation based in Pittsburgh, Pennsylvania. Its banking subsidiary, PNC Bank, operates in 21 states and the District of Columbia with 2,296 branches and 9,051 ATMs. The company also provides financial services such as asset management, wealth management, estate planning, loan servicing, and information processing.\n\n## Company size\n\n51,000+ (as of January 2021)\n\n## Remote status\n\nVarious positions allow remote work consideration for a well-qualified candidate.\n\n## Region\n\nUnited States.\n\n## Company technologies\n\nJava, SpringBoot, Kubernetes, Angular, Python and many others depending on the team.\n\n## Office locations\n\nPittsburgh, Pennsylvania\n\n## How to apply\n\nCheck our careers page: https://careers.pnc.com/\n"
  },
  {
    "path": "src/companies/polygon.md",
    "content": "---\ntitle: \"Polygon\"\nslug: polygon\nwebsite: https://polygon.technology/careers/#all-roles\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - ml\n  - nosql\n  - sql\naddedAt: 2021-10-27\nupdatedAt: 2021-10-27\n---\n\n## Company blurb\n\nPolygon provides the core components and tools to join the new, borderless economy and society. We envision an open, borderless world. A world in which people and machines collaborate and exchange value globally and freely, without gatekeepers or intermediaries. A world in which communities thrive, unconstrained by artificial borders and archaic regulations.\n\n## Company size\n\n5\n\n## Remote status\n\nWe don’t believe in traditional companies, hierarchy and management. Anyone is welcome to contribute code, ideas or anything else that can help make our vision a reality!\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\nJavaScript, HTML5, CSS3, Postgres, MySQL, Mongodb, ERC20, ERC 721\n\n## Office locations\n\nMumbai, Maharashtra, India\n\n## How to apply\n\nhttps://polygon.technology/careers/#all-roles\n"
  },
  {
    "path": "src/companies/positiwise.md",
    "content": "---\ntitle: \"Positiwise\"\nslug: positiwise\nwebsite: https://positiwise.com\ncareers_url: https://positiwise.com/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - dotnet\n  - go\n  - javascript\n  - php\n  - python\naddedAt: 2023-09-20\nupdatedAt: 2023-09-22\n---\n\n## Company blurb\r\nPositiwise.com now offers a wide range of services, including Custom Software Development, with expertise in both Python and .NET technologies. Our skilled team is proficient in crafting tailored solutions to meet your unique business needs. Trust us for top-notch .NET development services, backed by a proven track record of excellence in the industry.\r\n\r\n## Company size\r\n51-200 employees\r\n\r\n## Remote status\r\nFully remote available.\r\n\r\n## Region\r\nIndia, USA\r\n\r\n## Company technologies\r\n.NET, Go, React, Wordpress, WHMCS, PHP and Python\r\n\r\n## Office locations\r\nIndia, USA\r\n\r\n## How to apply\r\nFind job openings here: https://positiwise.com/careers\n"
  },
  {
    "path": "src/companies/powerschool.md",
    "content": "---\ntitle: \"PowerSchool\"\nslug: powerschool\nwebsite: https://www.powerschool.com/\ncareers_url: https://www.powerschool.com/company/careers/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - dotnet\n  - java\n  - javascript\n  - php\n  - python\n  - ruby\n  - sql\naddedAt: 2020-10-19\nupdatedAt: 2022-10-07\n---\n\n## Company blurb\n\nFrom the back office to the classroom to the home, PowerSchool helps schools and districts efficiently manage instruction, learning, grading, attendance, assessment, analytics, state reporting, special education, student registration, talent, finance and HR. Today, we're proud to be the leading provider of K-12 education application technology supporting over 45 million students in over 70 countries.\n\n## Company size\n\n1,001-5,000\n\n## Remote status\n\nPowerSchool is remote-friendly. They hire applicants from Canada, the USA, and India.\n\n## Region\n\nNorth America\n\n## Company technologies\n\nASP.NET, AWS, C#, CSS 3, Java, JavaScript, MySQL, .NET, Node.JS, PHP, Python, Ruby, SQL Server, TypeScript\n\n## Office locations\n\n- Folsom, CA, USA\n- Roanoke, VA, USA\n- Bengaluru, India\n\n## How to apply\n\nCheck [Careers](https://www.powerschool.com/company/careers/) for opportunities.\n"
  },
  {
    "path": "src/companies/pragma.md",
    "content": "---\ntitle: \"Pragma\"\nslug: pragma\nwebsite: https://www.pragma.co/\ncareers_url: https://www.pragma.com.co/ofertas-de-empleo\nregion: other\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\n  - mobile\n  - sql\naddedAt: 2022-10-10\nupdatedAt: 2022-10-11\n---\n\n## Company blurb\n\n[Pragma](https://pragma.co/) We began our journey 26 years ago with the mission of enhancing people's lives through the transformation of businesses and the creation of exceptional and memorable experiences across all digital channels. From Colombia, we are expanding into the rest of Latin America and the United States. We currently have operations in different countries across the continent.\n\n## Company size\n\n950\n\n## Remote status\n\nPragma is remote-friendly. We hire applicants from Colombia, Perú, Guatemala and Panamá. [Check](https://www.pragma.com.co/trabajo-desde-casa)\n\n## Region\n\nLATAM\n\n## Company technologies\n\nLearn about our learning routes:\n[Frontend](https://www.pragma.com.co/academia/universo/galaxia-ingenieria/front-end),\n[DevSecOps](https://www.pragma.com.co/academia/universo/galaxia-ingenieria/devsecops),\n[AWS](https://www.pragma.com.co/academia/universo/galaxia-ingenieria/infraestructura-aws), and more.\n\n### Frontend\n\n- JS\n- TS\n- Node\n- SCSS\n- React\n- Angular\n- Vue\n\n### Backend\n\n- Serverless\n- MySQL\n- Node\n- Java (Springboot)\n\n### DevOps\n\n- AWS\n- Terraform\n- Kubernetes\n- Jenkins\n- Azure Devops\n- Sonarqube\n\n### Mobile\n\n- Flutter\n- Kotlin\n- Swift\n- Java\n\n## Office locations\n\nMedellín, Antiquia, Colombia.\n\n## How to apply\n\nMomentarily, the vacancies are available in the Spanish language in the available countries [here](https://www.pragma.com.co/ofertas-de-empleo)\n"
  },
  {
    "path": "src/companies/precision-nutrition.md",
    "content": "---\ntitle: \"Precision Nutrition\"\nslug: precision-nutrition\nwebsite: https://www.precisionnutrition.com/\ncareers_url: https://www.precisionnutrition.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - elixir\n  - javascript\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nPrecision Nutrition is a company that specializes in certifying nutrition coaches. They offer two levels of certification, personal coaching, and a number of supporting resources. They openly advertise working remotely worldwide, and reference this on several pages on their website.\n\n## Company size\n\nOn their LinkedIn page, Precision Nutrition identifies themselves as a company of 51 - 200 employees. They have 75 employees with profiles on their \"[Meet the Team](https://www.precisionnutrition.com/team)\" webpage.\n\n## Remote status\n\nPrecision Nutrition remotely worldwide. While their company was founded in Canada, they boast about having employees from around the globe \"from Toronto to Italy, Southern California to Belize\". They have had a company that focuses on remote work for over twenty years, and brag about this approach and its benefits on their website. For more information, check out their blog post on \"Remote Work: How to work the Precision Nutrition way\" [here](https://www.precisionnutrition.com/remote-how-to-work-the-pn-way).\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nPrecision Nutrition is a Health and Fitness company. The specific technologies are listed for each position. Some of the highlight terms I found listened include: JavaScript, Ruby on Rails Rails, React, Vue, Ember, Amazon Web Services, EC2, Elixir, Angular, Docker, Agile, UX, \"designing, building, implementing, and supporting ETL processes, dimensional data models, and data repositories for business intelligence and analytics purposes\", and familiarity Jira.\n\n## Office locations\n\nThe company is headquartered in Toronto, CA.\n\n## How to apply\n\nYou can find current job openings for this company on their [careers page](https://www.precisionnutrition.com/jobs), and apply for positions there.\n"
  },
  {
    "path": "src/companies/predict-mobile.md",
    "content": "---\ntitle: \"Predict Mobile\"\nslug: predict-mobile\nwebsite: https://predictmobile.com\nregion: europe\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - ml\n  - nosql\n  - python\n  - sql\naddedAt: 2020-10-16\nupdatedAt: 2020-10-16\n---\n\n## Company blurb\n\n[Predict Mobile](https://predictmobile.com/) is a Dundee based startup specializing in B2B mobile phone contracts.\nOur vision is to simplify the tender process to help customers get a better deal, and suppliers more opportunities.\nOur after care package aims to further aid our clients save money on their over spend.\n\n## Company size\n\n1 - 20\n\n## Remote status\n\nMost of the company staff are remote, including the whole dev team.\n\n## Region\n\nUK\n\n## Company technologies\n\n- JS\n- Node\n- SASS\n- SCSS\n- Python\n- React\n- AWS\n- Terraform\n- Serverless\n- MySQL\n- Redis\n- Machine Learning\n\n## Office locations\n\nDundee, Scotland\n\n## How to apply\n\nIf you are interested then email your CV and a covering letter to devroles@predictmobile.com.\n\nIn your covering letter please answer:\n- What is your idea tech role?\n- What tech experience do you have, even if it’s not something listed above?\n- What soft skills could you bring to our company?\n- What are your salary expectations?\n- What is your notice period / when can you start?\n- Do you have a working area that is not primarily shared with your household?\n- Where did you here about us?\n\nNO AGENCIES PLEASE!\n"
  },
  {
    "path": "src/companies/prelude.md",
    "content": "---\ntitle: \"Prelude\"\nslug: prelude\nwebsite: https://www.prelude.co/\ncareers_url: https://www.prelude.co/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - javascript\n  - python\naddedAt: 2021-10-14\nupdatedAt: 2021-10-29\n---\n\n## Company blurb\n\nPrelude is redefining the hiring process, creating a better experience for all candidates. We remove friction, increase transparency, and help teams delight and surprise their candidates.\n\nWe’ve grown to over 100 customers (One Medical, Stitch Fix, Cloudflare, Duolingo) and are well funded by top tier investors like Fuel Capital, Jack and Sam Altman, and Elad Gil. We offer competitive Bay Area salaries no matter where you're located, along with significant equity and top tier benefits.\n\n## Company size\n\n12 and growing fast!\n\n## Remote status\n\nWe're building a 100% remote company.\n\n## Region\n\nUSA\n\n## Company technologies\n\nWe use JavaScript (React), Python (Flask), and SQL (PostgreSQL). We’re hosted on AWS.\n\n## Office locations\n\nNone - we're 100% remote only.\n\n## How to apply\n\nPrelude [careers](https://www.prelude.co/careers) page!\n"
  },
  {
    "path": "src/companies/previousnext.md",
    "content": "---\ntitle: \"PreviousNext\"\nslug: previousnext\nwebsite: https://www.previousnext.com.au/\nregion: other\nremote_policy: remote-friendly\naddedAt: 2018-04-24\nupdatedAt: 2020-10-30\n---\n\n## Company blurb\n\nFounded in 2009, PreviousNext is Australia’s most experienced company specialising in websites built with Drupal, the leading open source Content Management System (CMS) for large-scale websites and applications. \n\nOur talented team has built and deployed feature-rich Drupal websites for a hundreds of high profile clients, including federal, state and local government organisations, major media companies, universities and enterprise customers. We've succeeded with these clients by focusing on being a team with heavyweight experience, driven by a focus on quality and innovation, delivered efficiently through a pragmatic Agile approach to project management and cutting-edge web development. We back our projects with enterprise-grade managed cloud hosting, support, maintenance and continuous improvement services.\n\n## How to apply\n\nWhile our main clients and centralised teams tend to be in major Australian cities, we'll often consider remote working arrangements for the right people in regional Australia. We are only looking for candidates with Australian resident status at this time.\n\nWe're particularly interested in:\n\n- Visual designers and information architects with high-end user interface experience \n- Front end developers who can do A-grade HTML/CSS/Javascript\n- Drupal Themers \n- Drupal Developers \n- Agile Delivery Managers\n- Systems Administrators\n\n[PreviousNext](https://www.previousnext.com.au)\n\n## Office locations\n\nAustralia\n"
  },
  {
    "path": "src/companies/prezi.md",
    "content": "---\ntitle: \"Prezi\"\nslug: prezi\nwebsite: https://prezi.com/jobs\nregion: europe\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - devops\n  - javascript\n  - python\naddedAt: 2022-07-15\nupdatedAt: 2022-07-15\n---\n\n## Company blurb\nSince 2009, we’ve been making virtual presentation tools that help people connect and collaborate more meaningfully with their audiences.\nWith the emergence of the hybrid workplace, we’ve focused our energy on Prezi Video, the first and only tool that lets anyone create professional-looking video presentations featuring their graphics on screen with them while they present in live video conferences or recorded, shareable videos.\nPrezi Video works with popular video conferencing and collaboration tools such as Zoom, Microsoft Teams, Google Meet, Slack, and Cisco Webex, and has become an indispensable part of the modern hybrid workplace.\n\n\n## Company size\n250-300\n\n\n## Remote status\nPrezi is a virtual first company with hubs in Berlin, Budapest, Riga, and San Francisco. As a virtual first company we acknowledge that everybody should feel free to work from anywhere which includes even working in our Hubs or full remote.\n\n\n## Region\nEurope\nNorth America\n\n\n## Company technologies\nOur backends are written mostly in Python using Django as a framework (with a couple of Scala services mixed in), all running on Kubernetes, while our frontend is written in Typescript using React.\n\n\n## How to apply\nhttps://prezi.com/jobs/\n"
  },
  {
    "path": "src/companies/prezly.md",
    "content": "---\ntitle: \"Prezly\"\nslug: prezly\nwebsite: https://www.prezly.com/\ncareers_url: https://www.prezly.com/careers\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - infrastructure\n  - javascript\n  - php\n  - sql\naddedAt: 2016-10-24\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nPrezly is a bootstrapped Software as a Service company founded in 2010. It offers a PR toolkit to corporate communication teams, both at Public Relations agencies and Inhouse teams at brands.\n\nPR teams use Prezly to learn about their stakeholders (media, bloggers and journalists) and to send them stories of their brands. This leads to better stakeholder relationships and more exposure.\n\nBrands using Prezly: Audi, Emirates Airlines, HP, IKEA, KBC, Samsung, Toyota, etc.\nAgencies using Prezly: Edelman, Grayling, Ketchum, Ogilvy, Porter Novelli, TBWA, Whyte, etc.\n\n[More info on company about page](https://www.prezly.com/about)\n\n## Company size\n\n0-10 Employees\n\n## Remote status\n\nOur philosophy is collaboration-focused, remote-friendly, and flexible. We care deeply about supporting the growth of all our employees and making sure they feel professionally fulfilled.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Javascript\n- React\n- PHP/Symfony\n- Bash\n- AWS\n- PostgreSQL\n- Varnish/Apache/Nginx\n\n## Office locations\n\nThe Prezly team is spread across seven different cities around the world. Our office is in Leuven, Belgium, but everyone at Prezly is free to live and work wherever they want.\n\n## How to apply\n\nWe’re looking for curious, hard-working people to join our team, to help us do the best work of our lives. Together we’ll create products and services that help inspiring brands share their stories with the world.\n\n[Prezly careers](https://www.prezly.com/careers) or [jobs@prezly.com](mailto:jobs@prezly.com)\n"
  },
  {
    "path": "src/companies/primer.md",
    "content": "---\ntitle: \"Primer\"\nslug: primer\nwebsite: https://primer.io/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - python\naddedAt: 2022-10-17\nupdatedAt: 2022-10-17\n---\n\n## Company blurb\n\n[Primer](https://primer.io) is the world’s first no-code automation platform for payments and commerce. We enable merchants to unify their entire payment and commerce stack and build sophisticated, end-to-end flows with a checkout developers love.\n\n## Company size\n\n200+\n\n## Remote status\n\nPrimer is 100% remote-first, with a team based all over the world. \n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Python\n- React\n\n## Office locations\n\nThere's no office! You can also use co-working for either 10 days a month anywhere you like, or a fixed permanent location\n\n## How to apply\n\nWe're hiring! [Careers @ Primer](https://primer.io/careers)\n"
  },
  {
    "path": "src/companies/primotly.md",
    "content": "---\ntitle: \"Primotly\"\nslug: primotly\nwebsite: https://primotly.com\ncareers_url: https://primotly.com/career/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - devops\n  - javascript\n  - php\n  - python\naddedAt: 2023-01-09\nupdatedAt: 2023-01-09\n---\n\n## Company blurb\n\nPrimotly is a software house initially based in Warsaw Poland, with two branch offices in New York (USA) and Katowice (Poland)\n\n## Company size\n\n50 Developers and staff memebers are currently working  in Primotly\n\n## Remote status\n\nRemote work is the source of the compamny as it started with being a remote only company before actually getting actual offices.\n\n## Region\n\nWorldwide - Primotly has been remote since day one.\n\n## Company technologies\n\nWe're currently using Python, Node, PHP, Typescript, ReactJS, Symfony, Docker and are looking at a whole lot of new toys to build the best possible experience for our customers.\n\n## Office locations\n\n442 Lorimer St Ste D PMB 5097, Brooklyn, NY 11206, USA [street view](https://www.google.com/maps/place/Primotly+New+York/@40.7102123,-73.9484927,15z/data=!4m2!3m1!1s0x0:0x4ffc95a50e0e51c1?sa=X&ved=2ahUKEwizhqDmwbr8AhXSrIsKHXsWDQkQ_BJ6BAhmECE)\nCzluchowska 9/6, 01-360 Warszawa, Poland [street view]([https://www.google.com/maps/place/Primotly+New+York/@40.7102123,-73.9484927,15z/data=!4m2!3m1!1s0x0:0x4ffc95a50e0e51c1?sa=X&ved=2ahUKEwizhqDmwbr8AhXSrIsKHXsWDQkQ_BJ6BAhmECE](https://www.google.com/maps/place/Primotly/@52.2295878,20.9189956,17z/data=!3m1!4b1!4m5!3m4!1s0x471ecbda18753ecb:0x29f49d9286d83538!8m2!3d52.2295878!4d20.9211843))\n\n\n## How to apply\n\nCurrent openings are on the [jobs](https://primotly.com/career/) page.\n"
  },
  {
    "path": "src/companies/prisma.md",
    "content": "---\ntitle: \"Prisma\"\nslug: prisma\nwebsite: https://www.prisma.io/\ncareers_url: https://www.prisma.io/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\n  - rust\naddedAt: 2022-10-19\nupdatedAt: 2022-10-19\n---\n\n## Company blurb\n\nPrisma unlocks a new level of developer experience when working with databases thanks to its intuitive data model, automated migrations, type-safety & auto-completion\n\n## Company size\n\n50-100\n\n## Remote status\n\nThe team is globally distributed and everyone can work from any location within the UTC -8 to UTC +3 timezones\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nTypeScript, Rust, JavaScript, Shell, Go, Node.JS\n\n## Office locations\n\nBerlin, Germany\n\n## How to apply\n\nCareers page: https://www.prisma.io/careers\n"
  },
  {
    "path": "src/companies/privacycloud.md",
    "content": "---\ntitle: \"PrivacyCloud\"\nslug: privacycloud\nwebsite: https://www.privacycloud.com/en\ncareers_url: https://github.com/privacycloud/jobs\nregion: other\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - sql\naddedAt: 2019-10-25\nupdatedAt: 2019-10-25\n---\n\n## Company blurb\n\n**PrivacyCloud** is an early-stage startup based in Asturias and Madrid (Spain) seriously disrupting the current ad-tech ecosystem by providing a set of tools focused on customer centricity and privacy-by-design.\n\n## Company size\n\n0-20\n\n## Remote status\n\nAt the moment, the entire product team is located in Asturias, meeting each other regularly at the office in Gijón, working remotely as needed with no specific rules on this matter. We are not closed to full-remote positions, but at the moment, being a small company with a lot of decisions to be made, we value positively to be located near the office so that we can stick together from time to time.\n\n## Region\n\nSpain.\n\n## Company technologies\n\nThese are some of the technologies you will be working with:\n\n- TypeScript\n- hapi.js + TypeORM\n- MySQL\n- React and React Native (+ Redux)\n- Google Cloud\n\n**This is important:** as long as you can provide some equivalent experience (for example: Postgres instead of MySQL, {Rails, Laravel, Spring, Express.js} instead of {hapi.js, TypeORM}, {Vue, Angular} instead of React), that’s fine. You don’t need to have any professional experience with the tools above. **You don’t even need to tick all the boxes!**\n\n## Office locations\n\nGijón, Spain\n\n## How to apply\n\nYou can find the actual open positions as [issues in our jobs repo](https://github.com/privacycloud/jobs).\n"
  },
  {
    "path": "src/companies/procenge.md",
    "content": "---\ntitle: \"Procenge\"\nslug: procenge\nwebsite: https://www.procenge.com.br\ncareers_url: https://jobs.solides.com/procenge#\nregion: other\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - sql\naddedAt: 2020-10-29\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\n**Procenge**  is a company with more than 48 years of history, born in 1972 in Recife, currently works and focuses on ERPs (which is an integrated business management system).\n\n## Company size\n\n+ 80 employees\n\n## Remote status\n\nProcenge was not a remote company, it was a company that had the physical presence of its employees. But due to the pandemic, Procenge has become totally remote and intends to remain so even after the pandemic.\n\n## Region\n\nBrazil\n\n## Company technologies\n\nThese are some of the technologies you will be working with:\n\n- TypeScript\n- Angular\n- C#\n- Java\n- Centura / Team Developer\n- PLSQL\n- MySQL\n\n\n\n## Office locations\n\nBrazil\n\n## How to apply\n\nYou can find the actual open positions as (https://jobs.solides.com/procenge#).\n"
  },
  {
    "path": "src/companies/procurify.md",
    "content": "---\ntitle: \"Procurify\"\nslug: procurify\nwebsite: https://www.procurify.com/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - api\n  - devops\n  - javascript\n  - python\naddedAt: 2020-11-01\nupdatedAt: 2020-11-01\n---\n\n## Company blurb\n\n[Procurify](https://procurify.com/) is the leading spend management, purchasing, and procurement software platform. Hundreds of companies use Procurify to track, control, and analyze their spending across departments and teams, creating better spend controls & insights.\n\n## Company size\n\n100+\n\n## Remote status\n\nProcurify is an all remote, fully distributed company. You can work wherever you are happiest.\n\n## Region\n\nProcurify support remote working in Canada.\n\n## Company technologies\n\nReactJS, Typescript, Docker, Python/Django, NodeJS, RESTful APIs\n\n## Office locations\n\nVancouver, B.C, Canada\n\n## How to apply\n\nProcurify list all open vacancies on their [careers page](https://www.procurify.com/careers).\n"
  },
  {
    "path": "src/companies/progress-engine.md",
    "content": "---\ntitle: \"Progress Engine\"\nslug: progress-engine\nwebsite: https://www.progress-engine.com/en\ncareers_url: https://progress-engine.com/\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - elixir\n  - go\n  - java\n  - javascript\n  - mobile\n  - ruby\naddedAt: 2021-02-07\nupdatedAt: 2021-02-07\n---\n\n## Company blurb\nProgress Engine is a Russian/Polish company with 8 years of experience in the successful development of high-load services, complex technical projects and a product approach. Among our clients are large banks, television channels, pharmaceutical companies, etc. Our key difference from ordinary software development houses is specialization in research, product and business analytics, and marketing/business growth.\n\nOur clients are:\n* YouDo\n* Zeptolab\n* VIASAT\n* Azbo\n* CTC Media\n* Bolear\n* Muz-TV\n\n## Company size\n20-50\n\n## Remote status\nBefore the pandemic, employees could work remotely or, if desired, in the office. Now all our employees work remotely, but when the pandemic ends, it will be possible to work in the office.\nThe processes of remote work in our company are streamlined. We use convenient communication channels: Email, Slack, Zoom, Telegram, Facebook Messenger. All technical tasks are captured by Progress Engine in special project management tools (Jira, Basecamp, YouTrack).\n\n## Region\nOur employees are from the following regions:\nRussia (time zones from Moscow to Vladivostok)\nArmenia\nUkraine\n\nWe are happy to expand boundaries and welcome employees from various countries.\n\n## Company technologies\n\nWeb Development: \n* Ruby on Rails for Web Applications \n* Phoenix Framework for highly loaded services on Elixir\n* Golang for developing APIs or system application\n\nMobile Applications: \n* React Native for cross-platform applications (iOS and Android)\n* Swift/Objective-C for iOS/iPadOS platform\n* Kotlin/Java for Android platform\n\n## Office locations\nNone! We work from home, or from co-working spaces!\n\n## How to apply\nVisit our website https://progress-engine.com/ and use the contacts from there or write to apply at hr@progress-engine.com\n"
  },
  {
    "path": "src/companies/prominent-edge.md",
    "content": "---\ntitle: \"Prominent Edge\"\nslug: prominent-edge\nwebsite: https://prominentedge.com/careers\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - javascript\n  - nosql\n  - sql\naddedAt: 2020-08-20\nupdatedAt: 2020-08-20\n---\n\n## Company blurb\n\nProminent Edge is a mission-focused leader that builds impactful digital solutions and products that improve customer outcomes.\n\nWe build impactful digital solutions using secure open source technologies.\n\n- Web & Mobile\n- User Experience\n- Geospatial Solutions (GIS)\n- DevOps & Automation\n- Data Analytics & Visualization\n\n## Company size\n\n~25\n\n## Remote status\n\nWe have been a fully remote company since our start in 2014.\n\nWe are heavy on providing a remote-friendly culture.\nWe have daily lightning talks, show and tells, and round tables.\nWe generally meet up for annual retreats in places like Yosemite, Puerto Rico, and Puerto Vallarta.\nWe have flex hours, letting you establish a schedule that works best for you.\nWe let you choose the holidays you'd like to celebrate, any day of the year, accommodating other countries and cultures.\n\n## Region\n\nWe hire internationally within +/- 6 hours from Eastern Time.\nWe prefer US citizenship, as some of our work requires it.\n\n## Company technologies\n\n- React, React Native, Vue.js, Angular\n- Node, Python/Django, Java, Scala, GoLang\n- Postgres, Elasticsearch, RDS\n- AWS, Azure, GCP\n- Serverless Framework / Lambda\n- Distributed Computing, Spark, Hadoop, Accumulo, HBase, Cassandra\n- Mapbox, OpenLayers, GeoServer\n\nWe work on a variety of technologies with our clients.\n\nTechnologies frequently deviate from this list based on decisions from our technical leads or based on customer needs.\n\n## Office locations\n\nWhile our headquarters is in Nokesville, VA, USA, we do not have an office.\n\n## How to apply\n\nFill out an application for your favorite role on our careers page:\n\nhttps://prominentedge.com/careers\n"
  },
  {
    "path": "src/companies/puppet.md",
    "content": "---\ntitle: \"Puppet\"\nslug: puppet\nwebsite: https://puppet.com/\ncareers_url: https://puppet.com/company/careers\nregion: europe\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - devops\n  - ruby\naddedAt: 2015-10-13\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nPuppet is the leader in IT automation. Our software helps sysadmins\nautomate configuration and management of machines and the software running on\nthem. With our software, businesses can make rapid, repeatable changes and\nautomatically enforce the consistency of systems and devices, across physical\nand virtual machines, on prem or in the cloud.\n\nWe help tens of thousands of the world’s leading companies manage millions of\nmachines and devices. Companies like Bank of America, Cisco, NYSE, and\nsalesforce.com rely on our software to deploy their own software faster, be\nmore productive, and gain insight into infrastructure configurations and\noperation.  \n\n## Company size\n\n400+\n\n## Remote status\n\nWe do have a distributed team across the globe. Depending upon which team you\nare applying for, working remotely is a possibility. Previous experience\nworking with remote teams is a prerequisite for consideration.\n\n## Region\n\nUS, APAC, and EMEA.\n\n## Company technologies\n\nPuppet, Ruby, Clojure, and whole lot more.\n\n## Office locations\n\nWe are located in the Block 300 Building in downtown Portland, one block from\nthe Tom McCall Waterfront Park and a multitude of food carts! We also have\noffices located in Belfast, London, and the Czech Republic.\n\n## How to apply\n\n[Apply here](https://puppet.com/company/careers).\n\nWe have a [FAQ](https://puppet.com/company/careers/faq) that will answer most\nquestions about applying at Puppet.\n"
  },
  {
    "path": "src/companies/pwc.md",
    "content": "---\ntitle: \"PwC\"\nslug: pwc\nwebsite: https://www.pwc.com\ncareers_url: https://www.pwc.com/gx/en/careers.html\nregion: americas\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - java\n  - javascript\n  - python\naddedAt: 2021-10-02\nupdatedAt: 2021-10-26\n---\n\n## Company blurb\n\nOur purpose—to build trust in society and solve important problems—is at the core of everything we do. It guides how we serve our clients, our people and the world. To help our clients build trust and deliver sustained outcomes, PwC provides professional services across two segments: Trust Solutions and Consulting Solutions. Within these segments we bring a range of capabilities to help organizations solve faster, solve more and realize more value. These capabilities include cloud and digital, deals, ESG, cybersecurity and privacy, governance/boards, risk, transformation, tax services and much more. Across our global network of more than 284,000 people in 155 countries, we are committed to advancing quality in everything we do.\n\n## Company size\n\n284,000+ (as of October 2021)\n\n## Remote status\n\nPartial remote, recently allowed permanent remote work for US employees.\n\n## Region\n\nUSA\n\n## Company technologies\n\nJava, JavaScript, Python and many others depending on the team.\n\n## Office locations\n\nWorldwide\n\n## How to apply\n\nCheck our jobs page: https://www.pwc.com/gx/en/careers.html\n"
  },
  {
    "path": "src/companies/qatium.md",
    "content": "---\ntitle: \"Qatium\"\nslug: qatium\nwebsite: https://qatium.com/\ncareers_url: https://qatium.recruitee.com/\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - dotnet\n  - javascript\n  - python\naddedAt: 2023-10-17\nupdatedAt: 2023-10-25\n---\n\n## Company blurb\n\nQatium is a cloud-based developer of digital water technology with offices in Valencia, Spain and a presence around the world.\nThe company operates an open and collaborative water management platform that helps utilities improve the efficiency of their water systems.\nBy removing the barriers to hydraulic know-how, Qatium helps water utilities around the world to improve their water distribution and collection systems, treatment and reclamation facilities, smart metering, and much more.\nWe are a growing team of developers, designers and marketers based in different parts of the world: USA, Canada, Spain, UK, Brazil, the Netherlands and more!\n\nIf you are interested in knowing more, keep reading!\n\n## Company size\n\n50+ (as of October 2023)\n\n## Remote status\n\nFull remote\n\n## Region\n\nSpain\n\n## Company technologies\n\nReact, TypeScript, Python, C#, and many others depending on the team.\n\n## Office locations\n\nValencia, Spain\n\n## How to apply\n\nCheck our jobs page: https://qatium.recruitee.com/\n"
  },
  {
    "path": "src/companies/quaderno.md",
    "content": "---\ntitle: \"Quaderno\"\nslug: quaderno\nwebsite: https://quaderno.io/\ncareers_url: https://quaderno.io/jobs/\nregion: europe\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - nosql\n  - ruby\n  - search\n  - sql\naddedAt: 2019-02-13\nupdatedAt: 2019-02-13\n---\n\n## Company blurb\n\nFounded in 2014, Quaderno helps thousands of companies and entrepreneurs around the world to automate their tax management and make solid business decisions.\n\nWe collect and manage millions of data points from payment processors, shopping carts and backends to generate all the accounting data our customers need to run their businesses.\n\nWe’re a small team, so everyone has a lot of autonomy and a huge impact. With just a handful of people, we’ve already created a bootstrapped and profitable business.\n\nWe believe in simplicity, transparency, and diversity.\n\n## Company size\n\n10 team members shown on the [team page](https://quaderno.io/about).\n\n## Remote status\n\n100% remote. We do have an office (in Gran Canaria, Spain), but we truly believe you must live in the place that makes you happiest.\n\n## Region\n\nNowadays our team is based almost exclusively in Europe. Our locations are based on timezones - we have certain timezone restrictions for each role and don’t mind where you are or how much you move around within those timezones.\n\n## Company technologies\n\nRuby, Rails, CoffeeScript, Memcached, Redis, ElasticSearch, and MySQL.\n\n## Office locations\n\nWhile people who work at Quaderno can live and work anywhere they want, about 7 of us work out of our Gran Canaria headquarters.\n\n## How to apply\n\nCare to join us? We don’t always have job openings, but when we do, we'll post them at [https://quaderno.io/jobs/](https://quaderno.io/jobs/).\n"
  },
  {
    "path": "src/companies/quantify.md",
    "content": "---\ntitle: \"Quantify\"\nslug: quantify\nwebsite: https://quantifyhq.com\ncareers_url: https://angel.co/company/quantify\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - ml\naddedAt: 2020-09-30\nupdatedAt: 2020-09-30\n---\n\n## Company blurb\n\n[Quantify](https://www.quantifyhq.com) is a fully automatic time tracking solution for Agile teams using Jira and is available on the [Atlassian Marketplace](https://marketplace.atlassian.com/apps/1218809/quantify).\n\nBeside actual time spent, we also provide Kanban metrics to help teams improve service delivery capabilities.\n\n## Company size\n\n1-10\n\n## Remote status\n\nThe team is currently fully remote, located in Canada and Brazil.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nNodeJS, VueJS, AWS, ML\n\n## How to apply\n\nApply at https://angel.co/company/quantify\n"
  },
  {
    "path": "src/companies/questdb.md",
    "content": "---\ntitle: \"QuestDB\"\nslug: questdb\nwebsite: https://questdb.io\ncareers_url: https://questdb.io/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - java\n  - javascript\n  - python\naddedAt: 2022-10-03\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nQuestDB is a high-performance open source database for time series. The project is built from scratch in Java and C++, with no dependencies, and is 100% free from garbage collection. The database is optimized for time series with high-throughput ingestion over InfluxDB Line Protocol and allows users to use SQL as a query language via PostgreSQL wire or REST API.\n\nDevelopers rely on QuestDB as the analytic backbone of real-time systems ranging from FinTech to machine learning, IoT, and application monitoring. Fortune 500 companies such as Airbus and Yahoo deploy QuestDB for large-scale, data-intensive production systems, some of which serve close to a billion users.\n\n## Company size\n\n20-50 team members Worldwide\n\n## Remote status\n\nWe are fully remote, globally distributed, and most of our communication is asynchronous. \n\n## Region\n\nWorldwide\n\n## Company technologies\n\nJava, C++, Python, FastAPI, Kubernetes, Terraform, React, Typescript, NextJS. \n\n\n## Office locations\n\nWe have an office in London.\n\n## How to apply\n\nWe hire talented and passionate people who share our mission to empower developers to solve their problems with data. We are building breakthrough technology to power the infrastructure of tomorrow.[careers page](https://questdb.io/careers).\n"
  },
  {
    "path": "src/companies/quicktrials.md",
    "content": "---\ntitle: \"QuickTrials\"\nslug: quicktrials\nwebsite: https://quicktrials.com\ncareers_url: https://www.quicktrials.com/open-jobs/\nregion: worldwide\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - python\n  - sql\naddedAt: 2024-11-01\nupdatedAt: 2024-11-01\n---\n\n## Company blurb\n\nQuickTrials is a leading enterprise SaaS product that is used to manage agronomic field trials around the world. We help companies to speed up agricultural innovation by making the trialing process faster and more effective.\n\n## Company size\n\n25+ employees\n\n## Remote status\n\nQuickTrials is a remote-first company, allowing team members to work from anywhere in the world. We embrace flexibility and aim to hire talent that aligns with our values, regardless of location.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nPython, Django, TypeScript, Javascript, React, KnockoutJS, PostgreSQL, Docker, Google Cloud Platform\n\n## Office locations\n\nNo physical office locations\n\n## How to apply\n\n[Click Here to apply](https://www.quicktrials.com/open-jobs/)\n"
  },
  {
    "path": "src/companies/quora.md",
    "content": "---\ntitle: \"Quora\"\nslug: quora\nwebsite: https://www.quora.com\ncareers_url: https://www.quora.com/careers/\nregion: worldwide\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - javascript\n  - nosql\n  - python\n  - sql\naddedAt: 2021-02-08\nupdatedAt: 2021-05-27\n---\n\n## Company blurb\n\nThe heart of Quora is questions — questions that affect the world, questions that explain recent world events, questions that guide important life decisions, and questions that provide insights into why other people think differently. Quora is a place where you can ask questions you care about and get answers that are amazing.\n\nQuora’s mission is to share and grow the world’s knowledge. A vast amount of the knowledge that would be valuable to many people is currently only available to a few — either locked in people’s heads, or only accessible to select groups. We want to connect the people who have knowledge to the people who need it, to bring together people with different perspectives so they can understand each other better, and to empower everyone to share their knowledge for the benefit of the rest of the world.\n\n## Company size\n\n200-300 team members as of 2019\n\n## Remote status\n\nAs of June 2020, Quora has become a \"remote-first\" company.\n\nAll of our positions can be performed remotely from anywhere in the world. (For any rare exceptions that do require work from a specific location, it will be noted explicitly in the individual position's job description)\n\nHowever, because we are building a single, tightly-integrated product, we do value synchronous coordination and need for people to be able to talk to each other in real time. We have designated 9am to 3pm Pacific Time as \"coordination hours\", and most employees will be expected to be available for meetings and impromptu communication during this time, regardless of where they are located.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nC++, Git, JavaScript, MySQL, Python, Redis nginx.\n\n## Office locations\n\nMountain View, California, United States\n\n## How to apply\n\nCare to join us? We don’t always have job openings, but when we do, we'll post them on our [careers page](https://www.quora.com/careers/).\n"
  },
  {
    "path": "src/companies/rackspace.md",
    "content": "---\ntitle: \"Rackspace\"\nslug: rackspace\nwebsite: https://rackspace.com/\ncareers_url: https://github.com/rackspace/rackspace_jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - linux\n  - python\naddedAt: 2016-05-02\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nRackspace is the number one managed cloud company for private, public and\nhybrid clouds, and founder of OpenStack, the open-source operating system for\nthe cloud. We have delivered enterprise-level hosting services to businesses\nof all sizes and kinds around the world since 1998 and have grown to serve\nmore than 205,000 customers. We operate on four continents, and have been\nfeatured on Sunday Times' 100 Best Companies to work for.\n\nWe integrate the industry's best technologies for each customer's specific\nneed. We deliver best-fit solutions by leveraging a portfolio of public\ncloud, private cloud, dedicated servers, container infrastructure, and a\ncombination of platforms. Most importantly, it's all backed by our\naward-winning Fanatical Support.\n\n## Company size\n\n~6,000\n\n## Remote status\n\nWe have multiple distributed teams across the globe. Depending upon which team\nyou are applying for, working remotely is a possibility.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nVaries on the engineering team and project, but usually Python, OpenStack,\norchestration/deployment, virtualization, Linux/Windows, testing.\n\n## Office locations\n\nWe have offices in the following locations:\n\n- San Antonio, TX (global HQ)\n- Austin, TX\n- San Francisco, CA\n- New York City, NY\n- Blacksburg, VA\n- London\n- Zurich\n- Amsterdam\n- Tel Aviv\n- Hong Kong\n- Sydney\n\n## How to apply\n\nMany engineering positions are listed on [Github](https://github.com/rackspace/rackspace_jobs),\nand all others can be found on our [Jobs portal](http://rackspace.jobs/).\n"
  },
  {
    "path": "src/companies/raft.md",
    "content": "---\ntitle: \"Raft\"\nslug: raft\nwebsite: https://goraft.tech\ncareers_url: https://goraft.tech/join/\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - go\n  - java\n  - javascript\n  - nosql\naddedAt: 2020-10-20\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\n[Raft](https://goraft.tech/) is a band of creative technologists who love working on challenging engineering problems. We work with the public and private sector with ownership of the end-to-end stack -- From ethnographic user research down to the network issues in a Kubernetes cluster. We are a CNCF Silver Member and use Cloud Native best practices. We are huge supporters of Open Source and not only do most of our work in the Open Source but contribute back.\n\n## Company size\n\n35+ [Team Raft](https://goraft.tech/about/#team)\n\n## Remote status\n\nRaft is fully remote\n\n## Region\n\nUSA\n\n## Company technologies\n\n* AWS\n* Terraform\n* Kubernetes\n* Kafka\n* Cassandra\n* Docker\n* Microservices\n* Go\n* Java/Scala\n* ReactJS, Node.js, Nginx\n\n## Office locations\n\nRaft's main office is in Reston, VA\n\n## How to apply\n\nVisit our [Join Raft](https://goraft.tech/join/) page on our website.\n"
  },
  {
    "path": "src/companies/railscarma.md",
    "content": "---\ntitle: \"Railscarma\"\nslug: railscarma\nwebsite: https://www.railscarma.com\ncareers_url: https://www.railscarma.com/careers/.\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - infrastructure\n  - javascript\n  - ml\n  - php\n  - ruby\n  - sql\naddedAt: 2023-08-30\nupdatedAt: 2023-08-30\n---\n\n## Company blurb\nRailsCarma, the most trusted Ruby on Rails company, specialize in providing services related to web application development using the Ruby on Rails framework.\n\n## Company size\n\n51-200 employees\n\n## Remote status\n\nThe team is remote and in person, located in USA and 3 other countries.\n\n## Region\n\nBrooklyn, USA, INDIA\n\n## Company technologies\n\nLanguages & Frameworks\nNode.js\nRuby on Rails\nJavaScript\nHTML5\nCSS 3\nPHP\nRuby\n\nDevelopment\nGitHub\nDocker\n\nLibraries\n\nReact\n\nApplication Hosting\n\nHeroku\nNGINX\nAmazon Web Services (AWS)\n\nData Stores\n\nMySQL\nPostgreSQL\n\nAssets and Media\nCloudflare\n\n## How to apply\n\nYou can apply here: https://www.railscarma.com/careers/.\n"
  },
  {
    "path": "src/companies/rainforest-qa.md",
    "content": "---\ntitle: \"Rainforest QA\"\nslug: rainforest-qa\nwebsite: https://www.rainforestqa.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - elixir\n  - go\n  - javascript\n  - linux\n  - nosql\n  - python\n  - ruby\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2020-02-22\n---\n\n## Company blurb\n\nRainforest QA is an on-demand QA solution. It’s our mission to enable\ndevelopment teams to deliver bug-free software while moving at the speed of\ncontinuous delivery. We are truly a global team, allowing us to bring together\nthe best and most diverse talent. Our commitment to the distributed team model\nand to our company values has earned us multiple culture and workplace awards\nand helped us build a diverse team of individuals working toward the same goal:\nchange the way QA is done.\n\n## Company size\n\n~50 people.\n\n## Remote status\n\nWe're a globally distributed team, with engineers working in timezones from Tokyo to San Francisco. The engineering team has been this way for >4 years, so we're very good at making it work.\n\n* The company holds offsites 3 times a year for the whole company so you get to know people and build trust. The location rotates through Asia/America's/Europe so everyone gets to share jet lag\n* Async communication through Slack, Email, PRs, JIRA, and Paper documents is the primary means of communication\n* Video conferencing through Zoom when you have to talk to people - either because you need the nuance or because you're feeling lonely\n* Globally distributed team means no on-call out-of-hours during the week (weekend cover is rotated)\n* Work when you want from where you want - you just have to meet the expectations of your peers\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\n* Ruby On Rails\n* React\n* Elixir\n* Python\n* Go\n* PostgreSQl\n* Redis\n* Linux virtualization\n* Kubernetes on GCP\n* We'll use whatever is the pragmatic choice for a solution\n* CI/CD - merge to master and have your code running in production fully tested in under 20 minutes\n\n## Office locations\n\nWe have a physical office in San Francisco which is mainly populated by our administrative staff.\n\n## How to apply\n\nGo to https://www.rainforestqa.com/jobs/ and apply for the positions you like the look of.\n"
  },
  {
    "path": "src/companies/rakuten-travel-xchange.md",
    "content": "---\ntitle: \"Rakuten Travel Xchange\"\nslug: rakuten-travel-xchange\nwebsite: https://solutions.travel.rakuten.com\ncareers_url: https://solutions.travel.rakuten.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - javascript\n  - nosql\n  - sql\naddedAt: 2022-10-31\nupdatedAt: 2022-10-31\n---\n\n## Company blurb\n\nRakuten Travel Xchange is the hotel wholesale and travel technology division within the Rakuten group. We distribute our global inventory and the directly negotiated rates of Rakuten Travel and Rakuten LIFULL STAY.\n\n## Company size\n\n50-100\n\n## Remote status\n\nAs a company focused on global travel, it makes sense that the bulk of the team is distributed globally.  Work is conducted via Zoom meetings, Slack communication, and a number of other tools to foster collaboration. \n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\nDepending on the product line, technologies include Golang, Node.js, Vue.js, Docker, Kubernetes, Redis, Postgres, Jenkins, Google Cloud Engine, AWS, and Alicloud.\n\n## Office locations\n\nThe headquarters is in Singapore.\n\n## How to apply\n\nhttps://solutions.travel.rakuten.com/jobs\n"
  },
  {
    "path": "src/companies/ramp.md",
    "content": "---\ntitle: \"Ramp\"\nslug: ramp\nwebsite: https://www.ramp.com/\ncareers_url: https://ramp.com/careers\nregion: worldwide\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - elixir\n  - javascript\n  - python\n  - sql\naddedAt: 2022-01-06\nupdatedAt: 2022-01-06\n---\n\n## Company blurb\n\nFounded in 2019 Ramp is building the world's first finance automation platform designed to save businesses time and money. We’re proud to be NYC’s fastest growing startup with a unicorn valuation of $3.9 billion.\n\nMore than 2,000 businesses use Ramp, including fast-growing startups as well as established businesses across the US. Our investors, who have backed us to the tune of $620 million, include Founders Fund, Stripe, Goldman Sachs, Coatue Management, D1 Capital Partners, Redpoint Ventures and Thrive Capital, as well as over 100 angel investors from leading companies. \n\nLed by the same team that built, scaled, and sold Paribus to Capital One, we are part of the Forbes Fintech 50 and Fast Company's Best Workplaces for Innovators program.\n\n## Company size\n\n200+\n\n## Remote status\n\nA remote-friendly culture with many positions that can be remote (although office visits a few times a year are encouraged). Most remote positions prefer a timezone within 4 hours of EST.\n\n## Region\n\nWorldwide, but US-focused.\n\n## Company technologies\n\nReact, TypeScript, Python, PostgreSQL, Elixir.\n\nFor remote communication, Slack and Zoom.\n\n## Office locations\n\nNew York, Miami\n\n## How to apply\n\nRamp openings are listed on the [careers](https://ramp.com/careers) page.\n"
  },
  {
    "path": "src/companies/reaction-commerce.md",
    "content": "---\ntitle: \"Reaction Commerce\"\nslug: reaction-commerce\nwebsite: http://reactioncommerce.com/careers\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - javascript\naddedAt: 2018-07-18\nupdatedAt: 2018-07-18\n---\n\n## Company blurb\n\n[Reaction Commerce](http://reactioncommerce.com/) is the most popular open source, real-time platform that combines the flexibility developers and designers want with the stability and support businesses need. Find us on [GitHub](https://github.com/reactioncommerce/), [Gitter](https://gitter.im/reactioncommerce/reaction), [Twitter](https://x.com/getreaction) and [Instagram](https://www.instagram.com/reactioncommerce/).\n\n## Company size\n\n20 and growing\n\n## Remote status\n\nAll employees have a choice to work remotely or in the office, or a combination of both. The team meets in person at least once a year, paid for by the company, for an All Hands week in Santa Monica. Company meetings are always conducted over Zoom video, recorded for all to view later and documented with notes in a company-wide Google Team Drive.\n\nWe've written about what we've learned in [managing remote teams](https://blog.reactioncommerce.com/lessons-learned-managing-remote-teams/), our daily practice of [pair programming](https://blog.reactioncommerce.com/why-we-pair-program-every-day/), and published our [company manifesto](https://blog.reactioncommerce.com/our-team-manifesto/). Other parts of our culture and policies: we have a [minimum vacation policy](https://blog.reactioncommerce.com/why-were-opting-for-a-minimum-vacation-policy/), [2-3 months of parental leave](https://blog.reactioncommerce.com/new-parent-leave-benefits-everyone/) and a learning stipend.\n\n## Region\n\nWorldwide - The team is distributed around the world, with headquarters in Santa Monica, CA and coworkers in all time zones of the continental United States, Nigeria, Philippines, India and Thailand.\n\n## Company technologies\n\n- Front-end: JavaScript, React, Next.js, ESLint\n- Back-end: GraphQL, MongoDB, Meteor\n- Dev Ops: Docker, CircleCI\n- Project tools: GitHub, ZenHub, Jira\n- Design tools: Sketch, Zeplin\n- Work tools: Slack, Zoom, Google Team Drive, Dashlane\n\n## Office locations\n\nSanta Monica, CA\n\n## How to apply\n\nhttp://reactioncommerce.com/careers\n"
  },
  {
    "path": "src/companies/reactiveops.md",
    "content": "---\ntitle: \"ReactiveOps, Inc.\"\nslug: reactiveops-inc\nwebsite: https://www.reactiveops.com\ncareers_url: https://www.reactiveops.com/careers/site-reliability-engineer/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - ml\naddedAt: 2016-05-02\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nReactiveOps is an open-source enablement company helping companies succeed with Kubernetes and the surrounding cloud-native technologies.\n\nYou can reach us at [https://www.reactiveops.com/](https://www.reactiveops.com/)\n\n## Company size\n\nBetween 20-40, and growing. Self-funded.\n\n## Remote status\n\nWe're a remote ONLY company and are completely distributed throughout the US. We work from home, coworking facilities, the beach - wherever you can be happy, healthy, and productive.\n\n## Region\n\nUS-only - primarily for time zone reasons.\n\n## Company technologies\n\n* AWS, GCP\n* Kubernetes\n* Docker\n* Go\n* Terraform\n* YAML for days\n\n## Office locations\n\nWherever you're working. :)\n\n## How to apply\n\nVisit [https://www.reactiveops.com/careers/](https://www.reactiveops.com/careers/site-reliability-engineer/), check out the job and see if we're a fit. Application instructions are on that page.\n"
  },
  {
    "path": "src/companies/realtimecrm.md",
    "content": "---\ntitle: \"RealtimeCRM\"\nslug: realtimecrm\nwebsite: https://realtimecrm.co.uk/\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\naddedAt: 2018-10-09\nupdatedAt: 2019-02-26\n---\n\n## Company blurb\n\nRealtimeCRM is a simple to use CRM designed for small businesses and startups who have outgrown spreadsheets. We allow you to manage your contacts, enrich your leads and track your opportunities through a sales pipeline as well as schedule appointments, integrate with finance systems like Xero and Mail automation platforms such as MailChimp.\n\nPlus you get support from the people who built it too.\n\n## Company size\n\n<15\n\n## Remote status\n\nWe are now a fully remote team and you can read about our transition from office to fully remote [here](https://realtimecrm.co.uk/posts/how-we-became-a-remote-team/).\n\n## Region\n\nOur employees are based all over the world. Most are in the UK, France and the USA.\n\n## Company technologies\n\nReact, Meteor, NodeJS, MongoDB.\n\n## Office locations\n\nWe do not have an office. As long as you've got an internet connection you can make anywhere an office.\n\n## How to apply\n\nJust send an email to hello@realtimecrm.co.uk.\n"
  },
  {
    "path": "src/companies/rebelmouse.md",
    "content": "---\ntitle: \"RebelMouse\"\nslug: rebelmouse\nwebsite: https://www.rebelmouse.com/\ncareers_url: https://www.linkedin.com/company/rebelmouse/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - mobile\n  - python\naddedAt: 2018-04-24\nupdatedAt: 2019-10-22\n---\n\n## Company blurb\n\n\"Be the best CMS in the world\" - Rebel Mouse is a strategic CMS and agency. The publishing platform seamlessly adapts to every industry.\n\n## Company size\n\n51-200.\n\n## Remote status\n\n100% remote (no physical office!)\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\n* Python\n* Javascript\n* CSS\n* Android and iOS development\n\n## Office locations\n\nNo physical offices, but HQ is in New York, New York.\n\n## How to apply\n\n* View their [jobs](https://www.linkedin.com/company/rebelmouse/jobs/) page.\n* Select a posted job.\n* Click \"apply\".\n"
  },
  {
    "path": "src/companies/reboot-studio.md",
    "content": "---\ntitle: \"Reboot Studio\"\nslug: reboot-studio\nwebsite: https://reboot.studio\nregion: worldwide\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - mobile\n  - sql\naddedAt: 2020-12-22\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nReboot Studio is a Digital Product Studio specialised in product design and development. We work with startups and leader companies building the digital products of the future.\n\n## Company size\n\n0-10\n\n## Remote status\n\nAlmost all of us are remote. We also have an office in Barcelona that everyone is welcome to use when they're in the city.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nReact, React Native, JavaScript, Typescript, Nestjs, PostgreSQL, Next.js, Gatsby, Express\n\n## Office locations\n\nBarcelona\n\n## How to apply\n\nContact in our page: https://reboot.studio/\n"
  },
  {
    "path": "src/companies/recharge.md",
    "content": "---\ntitle: \"ReCharge Payments\"\nslug: recharge-payments\nwebsite: https://rechargepayments.com/\ncareers_url: https://boards.greenhouse.io/recharge\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - python\n  - sql\naddedAt: 2017-04-07\nupdatedAt: 2019-07-15\n---\n\n## Company blurb\n\nOur mission is to empower stores and store owners by making payments easy for everyone.\n\n## Company size\n\nLess than 50\n\n## Remote status\n\nThe best people are everywhere, not just in the radius around our headquarters in Santa Monica, California. That’s why we have expanded our horizons all the way from the Andes in Argentina to the Rockies in Denver, Colorado. We've found that broadening our reach to build a remote team enables us to uncover outstanding talent.\n\nThe ReCharge team maintains a work-life balance approach. It’s not our goal to dash through the sprints, but rather to focus on building the future. We understand that hobbies exist and encourage our employees to pursue them. You’ll find out quickly that our team surfs, hikes, cycles, reads (hardcovers!), and festival hops - all while exceeding performance expectations at work.\n\nAbove all, we realize if you empower people to pursue their passions, they will help change the world.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nJavascript, CSS, MySQL, HTML, Python, Coffee, and Magic\n\n## Office locations\n\nSanta Monica, CA\n\n## How to apply\n\nhttps://boards.greenhouse.io/recharge\n"
  },
  {
    "path": "src/companies/rechat.md",
    "content": "---\ntitle: \"Rechat\"\nslug: rechat\nwebsite: https://rechat.com/\ncareers_url: https://rechat.rippling-ats.com/\nregion: other\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\n  - mobile\naddedAt: 2025-07-23\nupdatedAt: 2025-07-23\n---\n\n## Company blurb\nRechat is an innovative enterprise real estate technology developed exclusively for real estate professionals. Our software platform provides an all-encompassing solution streamlining the entire buying and selling process by integrating everything into one system that engages agents, drives brand consistency, and elevates efficiency. \n\n## Company size\n51-200 employees\n\n## Remote status\nFlexible Work Environment, as Fully Remote.\nWe don’t look at when you log in, log out or how much time you work. We trust you, it’s the only way remote can actually work.\n\n## Company technologies\nRechat uses 18 technology products and services including HTML5, jQuery, and Google Analytics, according to G2 Stack.\nRechat is actively using 21 technologies for its website, according to BuiltWith. These include IPhone / Mobile Compatible, SSL by Default, and Content Delivery Network.\n\n## Office locations\n- US\n\n## How to apply\nCheck out our [careers page](https://rechat.rippling-ats.com/) for information about what it is like to work at Rechat.\n"
  },
  {
    "path": "src/companies/recurly.md",
    "content": "---\ntitle: \"Recurly\"\nslug: recurly\nwebsite: https://recurly.com/\ncareers_url: https://recurly.com/jobs/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - api\n  - javascript\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nRecurly is a subscription building platform for major companies like Twitch, LucidChart, Quizlet, Codecademy, Sling TV, BarkBox, Asana, FabFitFun, Cinemark and Fubo.tv, etc.\n\nFounded in 2009, Recurly uses an open platform approach to easily connect with a broad variety of back-office systems. In addition to enabling lightweight and flexible custom integrations, Recurly also has powerful out-of-the-box integrations with enterprise solutions like Salesforce, NetSuite, and Avalara to provide efficiencies through end-to-end automation of billing events throughout the customer lifecycle.\n\n## Company size\n\n250-500\n\n## Remote status\n\nRecurly is remote-friendly. They mention if remote-work is an option in the job listing itself.\n\n## Region\n\nUSA\n\n## Company technologies\n\nRuby on Rails, Scrum, SaaS, Business Analysis, Business Intelligence, Javascript, API building\n\n## Office locations\n\nheadquarters: San Francisco, CA\nOther locations: Boulder, Colorado, and New Orleans, Louisiana\n\n## How to apply\n\nCheck their [website](https://recurly.com/jobs/) to see the job listings.\n"
  },
  {
    "path": "src/companies/red-hat.md",
    "content": "---\ntitle: \"Red Hat\"\nslug: red-hat\nwebsite: https://www.redhat.com\ncareers_url: https://www.redhat.com/en/jobs\nregion: worldwide\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - linux\naddedAt: 2016-10-19\nupdatedAt: 2022-05-11\n---\n\n## Company blurb\n\nRed Hat, Inc. is an American multinational software company providing open-source software products to the enterprise community.\n\nRed Hat creates, maintains, and contributes to many free software projects. It has acquired several proprietary software product codebases through corporate mergers and acquisitions and has released such software under open source licenses.\n\n## Company size\n\n19,000+ employees (May 2022)\n\n## Remote status\n\nRed Hat has its corporate headquarters in Raleigh, North Carolina, with satellite offices worldwide. Depending on the team, Red Hat employees use email, Google Workspace, IRC, Slack, and various other tools to communicate with their colleagues and other community members.\n\nA sizable portion of Red Hat's workforce works remotely full or part-time.\n\n## Region\n\nWorldwide\n\n## Company technologies\n### [All Red Hat Technologies](https://www.redhat.com/en/technologies)\n- [Red Hat OpenShift](https://www.openshift.com) - Container orchestrator, Kubernetes platform\n- [Red Hat OpenStack Platform](https://www.redhat.com/en/technologies/linux-platforms/openstack-platform) - Cloud Platform, Infrastructure-as-a-Service, Platform-as-a-Service\n- [Red Hat Enterprise Linux (RHEL)](https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux) - Enterprise Linux platform/distribution\n- [Red Hat Ansible](https://www.ansible.com) - Automation platform\n- [Red Hat Application Services](https://www.redhat.com/en/products/middleware) - Middleware (JBoss, Quarkus, OpenJDK, Data Grid, AMQ, ...)\n- [Red Hat Ceph Storage](https://www.redhat.com/en/technologies/storage/ceph) - Scale-out software-defined storage platform\n- [Red Hat Certificate System](https://www.redhat.com/en/technologies/cloud-computing/certificate-system)\n- [Red Hat OpenShift Data Science](https://www.redhat.com/en/technologies/cloud-computing/openshift/openshift-data-science)\n- [Red Hat Directory Server](https://www.redhat.com/en/technologies/cloud-computing/directory-server)\n- [Fedora](https://getfedora.org/)\n- and [many, many more](http://community.redhat.com/software/)\n\n## Office locations\nWe’re in 100+ offices in 40+ countries across the globe. But to us, location doesn’t matter all that much. It’s more about our shared commitment to being open, diverse, and inclusive that brings us together, no matter where we’re located.\n\nLarge office sites include (but not limited to):\n- Raleigh, NC\n- Boston, MA\n- Westford, MA\n- New York, NY\n- Tysons Corner, VA\n- Toronto, ON, Canada\n- Munich, Germany\n- Brno, Czech Republic\n- and [many, many more](https://www.redhat.com/en/about/office-locations)\n\n## How to apply\n\nApply for any of the jobs listed on [our Jobs page](https://www.redhat.com/en/jobs)!\nInformation on Red Hat's [Hiring Process](https://www.redhat.com/en/jobs/info-guide).\n"
  },
  {
    "path": "src/companies/reddit.md",
    "content": "---\ntitle: \"Reddit\"\nslug: reddit\nwebsite: https://www.redditinc.com\ncareers_url: https://www.redditinc.com/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - go\n  - java\n  - javascript\n  - python\naddedAt: 2020-11-01\nupdatedAt: 2020-11-01\n---\n\n## Company blurb\n\n\"The front page of the internet\"\n\n## Company size\n\nApproximately 1000\n\n## Remote status\n\nFlexible work options: fully remote, fully in-office, or somewhere in between.\n\nRead the [announcement on Reddit's Official Blog](https://redditblog.com/2020/10/27/evolving-reddits-workforce/)\n\n## Region\n\nUSA\n\n## Company technologies\n\nPython, Go, Java, Javascript, Node.js, React, Redux\n\n## Office locations\n\nSan Francisco, New York City\n\n## How to apply\n\n[Reddit Careers Site](https://www.redditinc.com/careers)\n"
  },
  {
    "path": "src/companies/redlio-designs.md",
    "content": "---\ntitle: \"Redlio Designs\"\nslug: redlio-designs\nwebsite: https://redliodesigns.com\ncareers_url: https://redliodesigns.com/career\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - javascript\n  - php\naddedAt: 2024-10-28\nupdatedAt: 2024-11-04\n---\n\n## Company blurb\n\n[Redlio Designs](https://redliodesigns.com/) | One of the fastest-growing Web Design & Development Company in India. We design and develop web and SaaS applications for our clients worldwide, focusing on outstanding user experience.\n\nServices we offer :\n- Web Design\n- Web Development\n- UI/UX Design\n- Product Design & Development (ERP, CRM, CMS, SaaS)\n- E-commerce Web Development (Shopify & WordPress)\n- Digital Marketing\n- SEO\n\n## Company size\n\n30+\n\n## Remote status\n\nPossibility to remote work - Get things done - from home or an office.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nNext.js, Node.js, React.js, WordPress, Shopify, WooCommerce, WebFlow, Wix, Framer, Figma\n\n## Office locations\n\n- Ahmedabad, India\n- Jamnagar, India\n\n## How to apply\n\nWe are hiring, visit [Redlio Designs](https://redliodesigns.com/career) or [Linkedin](https://www.linkedin.com/company/redlio-designs/)\n"
  },
  {
    "path": "src/companies/redmonk.md",
    "content": "---\ntitle: \"RedMonk\"\nslug: redmonk\nwebsite: https://redmonk.com\ncareers_url: https://redmonk.com/about/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\naddedAt: 2018-04-24\nupdatedAt: 2020-10-31\n---\n\n## Company blurb\n\nThe developer-focused industry analyst firm - Whether it’s crunching public adoption numbers to make a recommendation to product teams on new programming languages to support, helping marketing craft developer-friendly messaging or helping senior leadership understand emerging developer-led trends and their implications, RedMonk exists to help companies understand and work with developers.\n\n## Company size\n7 team members shown on the team page\n\n## Remote status\nCheck the time zone.\n\n## Region\nWorldwide\n\n## Company technologies\nSoftware ecosystems and convergence, research and technology trends.\n\n## Office locations\nRedMonk\n95 High Street\nSuite 206\nPortland, ME 04101\n\n## How to apply\nWe don’t always have job openings. See the Work at [RedMonk](https://redmonk.com/about/) for more information.\n"
  },
  {
    "path": "src/companies/redox.md",
    "content": "---\ntitle: \"Redox\"\nslug: redox\nwebsite: https://www.redoxengine.com/\ncareers_url: https://www.redoxengine.com/company/careers/\nregion: other\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - search\n  - sql\naddedAt: 2018-10-14\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nAt Redox, our mission is to make healthcare data useful.\n\nWe believe that true change in healthcare depends on technical innovation and that technical innovation will only happen when developers have access to useful healthcare data. The systems that currently store this data are decades old. They exchange data over antiquated, confusing, and inconsistently implemented standards. We are building the data exchange platform, backed by a network of hundreds of health systems and thousands of app developers, that provides consistent, easy access to the developers building the next generation of healthcare technology.\n\nBy eliminating access to healthcare data as a barrier to entry, we are enabling the technical innovation that will allow healthcare providers to better care for patients and for patients to better control their health.\n\n## Company size\n\n70 (as of Oct 2018)\n\n## Remote status\n\nWe are remote-first company. While we have a handful of offices, we believe in working from the places that make us most productive and satisfied.\n\n## Region\n\nCurrently, US-based only \n\n## Company technologies\n\nNode.JS, React, Docker, Kubernetes, AWS, Postgres, ElasticSearch, Vagrant\n\n## Office locations\n\nMadison, Seattle, Portland, Austin, Denver, Chicago\n\n## How to apply\n\nVisit our [Careers Page](https://www.redoxengine.com/company/careers/)\n"
  },
  {
    "path": "src/companies/reducer.md",
    "content": "---\ntitle: \"Reducer\"\nslug: reducer\nwebsite: https://reducer.co.uk\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - java\n  - javascript\naddedAt: 2020-12-22\nupdatedAt: 2020-12-22\n---\n\n## Company blurb\n\nReducer simplifies business price comparison down to a single click.\n\nTraditional price comparison sites don't work, because customers have to find their bills and enter lots of data into web forms. Reducer works differently. We integrate with your cloud accounting platform and analyse the data there. This means we can find your business savings across 8 different spend areas in just one click.\n\n## Company size\n\n15\n\n## Remote status\n\nWe have an office in Central London. We have fully remote staff (mainly developers) as well as staff who work full-time at the office. Employees choose how much they want to work in the office.\n\n## Region\n\nUK-based only \n\n## Company technologies\n\nVueJS, Javascript, Java, Spring, AWS\n\n## Office locations\n\nLondon\n\n## How to apply\n\nVisit [Reducer](https://reducer.co.uk)\n"
  },
  {
    "path": "src/companies/refundid.md",
    "content": "---\ntitle: \"Refundid\"\nslug: refundid\nwebsite: https://refundid.com/au\ncareers_url: https://www.linkedin.com/company/refundid/jobs/\nregion: americas\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - go\n  - javascript\n  - python\n  - sql\naddedAt: 2025-08-20\nupdatedAt: 2025-08-20\n---\n\n## Company blurb\n\nBorn and headquartered in Sydney, Refundid is an Aussie‑founded fintech on a mission to create complete customer confidence. Refundid makes returns instant and effortless, turning previous pain points into moments of loyalty that keep shoppers coming back and retailers growing. Proudly VC‑backed by Touch Ventures (formerly Afterpay's venture arm) and Salesforce Ventures.\n\n## Company size\n\nSmall (0-20 employees)\n\n## Remote status\n\nHybrid, but mainly remote. Refundid offers flexible remote work arrangements while maintaining some office presence for collaboration.\n\n## Region\n\nAustralia, USA\n\n## Company technologies\n\nPython, MySQL, TypeScript, React, Google Cloud Platform (GCP)\n\n## Office locations\n\nSydney, Australia and New York City, USA\n\n## How to apply\n\nVisit our [LinkedIn jobs page](https://www.linkedin.com/company/refundid/jobs/) to view current openings and apply for positions.\n"
  },
  {
    "path": "src/companies/reinteractive.md",
    "content": "---\ntitle: \"reinteractive\"\nslug: reinteractive\nwebsite: https://reinteractive.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nWe build stable, well-tested software, built with Ruby on Rails and Javascript. reinteractive provides a complete solution from project scoping, to UX, design, web and mobile development, through to hosting and maintenance. All driven by our seamless, agile project management processes.\n\nWe are experts at large, complex and fully custom solutions. With over 200 applications built, our team will find an elegant solution for almost any business need.\n\n## Company size\n\n11-50 employees\n\n## Remote status\n\nWe are 100% remote work enabling us to choose the best talent no matter which part of the country they live in. reinteractive is dedicated to making it a great place for any developer to work.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n* Ruby on Rails\n* Salesforce\n\n## Office locations\n\nNAustralia, USA\n\n## How to apply\n\nCheck out our [careers page](https://reinteractive.com/careers)\n"
  },
  {
    "path": "src/companies/remote-garage.md",
    "content": "---\ntitle: \"Remote Garage\"\nslug: remote-garage\nwebsite: http://www.remotegarage.club/\ncareers_url: https://angel.co/company/remotegarage\nregion: asia-pacific\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - api\n  - devops\n  - go\n  - javascript\naddedAt: 2021-02-07\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\n[Remote Garage](http://www.remotegarage.club/) is on a mission to bring out your full potential as a full-stack Go programmer. Sound like a worthy endeavor? Come join us!\n\nWe are a community of gophers, who do programming not because we expect to get paid or get adulation from the public, but because it is fun to program.\n\n## Company size\n\n~10 employees (as of Aug 2020).\n\n## Remote status\n\nWe highly believe in and focus on providing remote employment.\n\n## Region\n\nIndia\n\n## Company technologies\n\nDocker, Kubernetes, React, Golang, GRPC, JavaScript.\n\n## Office locations\n\nThe main offices are located in Bangalore.\n\n## How to apply\n\nVisit our [Contact Page](https://angel.co/company/remotegarage)\n"
  },
  {
    "path": "src/companies/remotebase.md",
    "content": "---\ntitle: \"RemoteBase\"\nslug: remotebase\nwebsite: https://remotebase.com\ncareers_url: https://apply.workable.com/remotebase/\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - javascript\n  - ruby\naddedAt: 2021-10-19\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nRemoteBase provides Internal community of only the top 3% of software engineers.\n\nRemoteBase only hire the top 3% of candidates that apply. This enables us to have a very strong internal community of engineers. Whenever an obstacle arises, the community instantly provides support and removes it, resulting in a far quicker development process. Freedom and flexibility are a core part of a career with RemoteBase. We are a new, fast-growing start-up that is changing the future of work. Committed to providing an inspiring career that will develop your full potential, our team of remotely based software engineers are the power behind some of the most successful start-ups on the US west coast. Playing a key role in driving and accelerating the success of these enterprises, you will have the opportunity to work on challenging projects, share knowledge and learn from fellow RemoteBase colleagues. Our success is driven by yours and working together with a set of common goals and values you will grow with us.\n\n## Company size\n\n50+\n\n## Remote status\n\nWe are a new, fast-growing start-up that is changing the future of work. Committed to providing an inspiring career that will develop your full potential, our team of remotely based software engineers are the power behind some of the most successful start-ups on the US west coast. Playing a key role in driving and accelerating the success of these enterprises, you will have the opportunity to work on challenging projects, share knowledge and learn from fellow RemoteBase colleagues. \n\n## Region\n\nWorld Wide\n\n## Company technologies\n\nVueJS, Javascript, React JS, Full Stack developers, ROR Developers, Frontend Developers & Backend Developers\n\n## Office locations\n\nUnited States\n\n## How to apply\n\nVisit [RemoteBase](https://apply.workable.com/remotebase/)\n"
  },
  {
    "path": "src/companies/remotemore.md",
    "content": "---\ntitle: \"RemoteMore\"\nslug: remotemore\nwebsite: https://remotemore.com\ncareers_url: https://remotemore.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - nosql\n  - python\n  - sql\naddedAt: 2023-10-04\nupdatedAt: 2023-10-09\n---\n\n## Company blurb\nRemoteMore is a remote-hiring marketplace, where we help world-class developers get connected with full time jobs. Our vision of the future is to ensure there's equal access to job opportunities. It is highly embodied\nby our mission to continuously and repeatedly hire people remotely.\n\n## Company size\n20 - 50\n\n## Remote status\nMost teams are partially remote\n\n## Region\nWorldwide\n\n## Company technologies\nCurrent Stack: Node.js, Google Cloud Platform, React JS, Typescript\n\nAlso be familiar with:\n* Python\n* PostgreSQL\n* Node.js\n* Vue JS\n* MongoDB\n* Express JS\n\n## Office locations\nBerlin, Germany\nNew York, United States\n\n\n## How to apply\nCheckout [RemoteMore Careers](https://remotemore.com/careers/)\n\nVisit [LinkedIn](https://www.linkedin.com/company/remotemore/) for updates\n"
  },
  {
    "path": "src/companies/renaissance.md",
    "content": "---\ntitle: \"Renaissance\"\nslug: renaissance\nwebsite: https://www.renaissance.com/\ncareers_url: https://careers.smartrecruiters.com/Renaissance\nregion: other\nremote_policy: remote-friendly\ncompany_size: enterprise\naddedAt: 2023-10-10\nupdatedAt: 2023-10-22\n---\n\n## Company blurb\n\nRenaissance’s solutions help educators analyze, customize, and plan personalized learning paths for students, allowing time for what matters—creating energizing learning experiences in the classroom. More than one-third of U.S. schools use Renaissance solutions to accelerate learning for millions of students.\n\n## Company size\n\n1200+ employees\n\n\n## Region\n\nHeadquartered in the US - Wisconsin Rapids, WI\n[Corporate Office Locations List](https://www.renaissance.com/about-us/contact-us/#office-locations)\n\n## How to apply\n\n[Click Here to apply](https://careers.smartrecruiters.com/Renaissance)\n"
  },
  {
    "path": "src/companies/rendr-software-group.md",
    "content": "---\ntitle: \"Rendr Software Group\"\nslug: rendr-software-group\nwebsite: https://www.rendrhq.com/\ncareers_url: https://www.rendrhq.com/about\nregion: europe\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - devops\n  - go\n  - javascript\naddedAt: 2025-05-22\nupdatedAt: 2025-05-22\n---\n\n## Company blurb\n\nRendr is a software development company that builds custom software for our clients. We're always looking for new people as our team grows, and it's growing fast!\n\n## Company size\n\n10-15 (as of May 2025)\n\n## Remote status\n\nAbout half of our team are remote. We have an offices in Worthington, OH and Riva del Garda, Italy that everyone is welcome to use when they're in town.\n\n## Region\n\nCurrent openings are for remote positions in US, UK, and Italy.\n\n## Company technologies\n\nGo, React, Next.js, Nest.js, TypeScript, Kubernetes, and many others depending on the team.\n\n## Office locations\n\nWorthington, OH and Riva del Garda, Italy\n\n## How to apply\n\nCheck our jobs page: https://www.rendrhq.com/about\n"
  },
  {
    "path": "src/companies/renofi.md",
    "content": "---\ntitle: \"RenoFi\"\nslug: renofi\nwebsite: https://renofi.com/\ncareers_url: https://renofi.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - javascript\n  - ruby\naddedAt: 2019-05-17\nupdatedAt: 2019-05-17\n---\n\n## Company blurb\n\nThe demand for home renovations has never been stronger, yet, it's surprisingly difficult for a new homeowner to renovate. It can take a decade to build up enough home equity and savings to pay for a major renovation. As a result, recent homeowners do a lot of financially-suboptimal things to compensate.\n\nTo meet this need, RenoFi created the first home equity loan purpose-built for renovations!\n\nFor homeowners planning a renovation, RenoFi loans let you borrow the most money at the best possible terms without the need to refinance your primary mortgage. This is because RenoFi uses the expected value of your home post-renovation rather than your home’s current value, increasing your borrowing power.\n\nFor lenders, RenoFi is the only scalable, turn-key channel of renovation loans and provide a cost-effective means of growing your home equity portfolio.\n\nRenoFi is creating a full suite of renovation loan products to better suit the needs of today’s homeowners and we are backed by some of the best startup investors in the world!\n\n## Company size\n\n10+\n\n## Remote status\n\nRenoFi is a fully distributed company with team members in the US and Europe.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRuby, JavaScript, Rails, React.js, Docker, Kubernetes\n\n## Office locations\n\nNone!\n\n## How to apply\n\nhttps://renofi.com/careers/\n"
  },
  {
    "path": "src/companies/replit.md",
    "content": "---\ntitle: \"Replit\"\nslug: replit\nwebsite: https://replit.com\ncareers_url: https://replit.com/site/careers\nregion: worldwide\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - devops\n  - javascript\naddedAt: 2022-10-25\nupdatedAt: 2022-10-25\n---\n\n## Company blurb\n\nWe make programming more accessible by building powerful yet approachable tools and platforms for developers, students, and educators. We want to blur the line between learning and making– a place where you can hang out, tinker with ideas, learn new concepts, and launch a business all in the same day.\n\nReplit is a platform for both newcomers and experts to express themselves. While computers are the most powerful tools to exist in the history of humanity, most people are just consumers of these machines. Our goal is to empower people as creators and give them computer superpowers– where every app, website, and program can be as personal as a home-cooked meal.\n\nCreative empowerment is reflected in our team. We are transparent and open, value collaboration across different fields, and constantly talk to our users. Anyone and everyone (including interns!) can have an enormous impact and product-changing ideas. All you have to do is share.\n\nWe are at a unique point in time to be working on these problems and in a unique position to help solve them. Especially as global connectivity increases, browsers become more sophisticated, and schools begin to understand the need for coding literacy, Replit has a responsibility to help make the world of computing more equitable, powerful, and fun.\n\nNo matter how much we like computers, this all has to get done by people (us)! We celebrate all kinds of backgrounds, all of which inspire our conversations with computer science, education, psychology, design, business, art, literature, biology, and more. Help us expand that list!\n\nTo read more about what we care about, check out our [operating principles](https://blog.replit.com/operating-principles), or read about [reasons not to join Replit.](https://blog.replit.com/reasons-not-to-join-replit)\n\n## Company size\n\n90+\n\n## Remote status\n\nWe have employees all over the world! Replit is a remote-first company with no official headquarters. We only ask that their work day overlap 10am - 4pm Pacific.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Front-end: Javascript, Typescript, React, Next.js\n- Back-end: GraphQL, Node.js, SQL, Go, Rust\n- Dev Ops: Kubernetes, Docker, Semaphore, Datadog, Sentry,\n- Work tools: Slack, Zoom, Asana\n\n## Office locations\n\nWe have offices in San Francisco, CA and New York City.\n\n## How to apply\nhttps://replit.com/site/careers\n"
  },
  {
    "path": "src/companies/research-square.md",
    "content": "---\ntitle: \"Research Square\"\nslug: research-square\nwebsite: https://www.researchsquare.com/\ncareers_url: https://www.researchsquare.com/company/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - java\n  - javascript\n  - ml\n  - nosql\n  - php\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2019-03-25\n---\n\n## Company blurb\n\nAt Research Square, we are committed to making research communication faster, fairer, and more useful. We are home to American Journal Experts, the leader in trusted and ethical author-oriented solutions in the world of academic publishing.\n\nWe believe that we do our best work when we can grow as individuals, enable the success of others, and work collectively toward important goals, while openly acknowledging gaps in knowledge.\n\n## Company size\n\n300+\n\n## Remote status\n\nMost of our employees are 100% remote. We have a small number of employees who work in or around our office in downtown Durham, NC. Three times per year we host an in-person all-hands meeting, which includes company updates, employee awards, and social outings.\n\n## Region\n\nUSA\n\n## Company technologies\n\nOur current toolbox includes: PHP 7, Zend Framework 1 and 3, Doctrine ORM, React, Redux, Webpack, LESS/Sass, Jekyll, Go, Java, Docker, MySQL, Redis, Amazon Web Services, CircleCI, GitHub, Airbrake\n\n## Office locations\n\n601 W. Main St., Ste 102, Durham, NC 27701\n\n## How to apply\n\nTo learn more, see our [Careers and Jobs page](https://www.researchsquare.com/company/careers). We also post jobs on [StackOverflow](https://stackoverflow.com/jobs/companies/research-square).\n"
  },
  {
    "path": "src/companies/revolgy.md",
    "content": "---\ntitle: \"Revolgy\"\nslug: revolgy\nwebsite: https://www.revolgy.com/\ncareers_url: https://www.revolgy.com/career#open-positions\nregion: europe\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - cloud\n  - go\n  - ml\naddedAt: 2022-11-28\nupdatedAt: 2022-11-28\n---\n\n## Company blurb\n\nWe make the cloud work for you. Fast-track to success with flexible on-demand cloud services. We bring you cloud technologies adapted to your needs, with rapid time-to-value and innovative solutions.\n\n## Company size\n\n50-100\n\n## Remote status\n\nRemote-first\n\n## Region\n\nEurope, the Middle East, Africa\n\nEMEA region\n\n## Company technologies\n\nGCP, AWS, Google Workspace, LaceWork, Cast.AI\n\nCheck the full list [here](https://www.revolgy.com/technology).\n\nTech stack at [StackShare](https://stackshare.io/revolgy/revolgy-com).\n\n## Office locations\n\nPrague\n\n## How to apply\n\nLook at our [careers site](https://www.revolgy.com/career#open-positions).\n\nFeel free to [check our hiring process](https://www.revolgy.com/insights/blog/revolgy-hiring-process-revealed).\n"
  },
  {
    "path": "src/companies/revolut.md",
    "content": "---\ntitle: \"Revolut\"\nslug: revolut\nwebsite: https://www.revolut.com/\ncareers_url: https://www.revolut.com/careers/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - devops\n  - java\n  - javascript\n  - python\naddedAt: 2022-10-01\nupdatedAt: 2022-10-01\n---\n\n## Company blurb\n\nOne app for all things money\n\nRevolut is a financial technology company that provides a range of online banking services. It develops a platform offering bank cards, currency exchange, cryptocurrency exchange, insurances and peer-to-peer payments. The company enables users to exchange currencies at interbank rates, send money through social networks, and spend with a multi-currency card.\n\n## Company size\n\n2000+\n\n## Remote status\n\nRevolut is a remote-friendly company. While maintaining offices around the globe, employees (especially in IT) are encouraged to work from home. Revolut allows to work from anywhere within the country of employment and up to 60 days from any point of the globe. Mainly the limit is due to legal reasons, the company itself will try to find a solution for you, if you need to work outside of your country of employment for more than 60 days.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nTypescript, JavaScript, React.js, Docker, Kubernetes, Java, Python\n\n## Office locations\n\nBerlin | Dublin | Krakow | London | Madrid | New York | Porto | Silesia | Toronto | Vilnius\n\n## How to apply\n\nhttps://www.revolut.com/careers/\n"
  },
  {
    "path": "src/companies/roadpass-digital.md",
    "content": "---\ntitle: \"Roadpass Digital\"\nslug: roadpass-digital\nwebsite: https://roadpass.com\ncareers_url: https://roadtrippers.applytojob.com/apply\nregion: americas\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - api\n  - cloud\n  - devops\n  - dotnet\n  - go\n  - java\n  - javascript\n  - linux\n  - nosql\n  - php\n  - ruby\n  - sql\naddedAt: 2023-10-26\nupdatedAt: 2023-10-26\n---\n\n## Company blurb\n\nRoadpass Digital makes those experiences more accessible and more memorable by making it easier than ever to hit the road. They empower travelers and businesses that understand the outdoors are meant to be explored, that roads are meant to be driven, and that your next adventure is right around the corner. Millions of travelers have discovered the benefits of Roadpass Digital brands, helping travelers to more easily own and maintain recreational vehicles as well as discover, book, and navigate road trips.\n\n## Company size\n\n51-200\n\n## Remote status\n\nMost of us are remote. We do have office locations and officially our Headquarters situated at Chicago, Illinois.\n\n## Region\n\nUSA, New Zeland, India, Philippines, Sri Lanka\n\n## Company technologies\n\nLanguages and frameworks:\n\n- Ruby\n- Javascript\n- Java\n- Kotlin\n- PHP\n- Linux\n- c# \n- TypeScript\n- .NET\n\nDevelopment:\n- Kubernetes\n- GitHub\n- Ansible\n- Git\n- Docker\n- Varnish\n\nLibraries:\n\n- React\n- jQuery\n- Moment.js\n- Underscore\n\nApplication Hosting:\n\n- Amazon EC2\n- Google Cloud Platform\n- OpenResty\n- Amazon Web Services\n\nData Stores:\n\n- Amazon S3\n- PostGIS\n- PostgreSQL\n- Redis\n\n## Office locations\n\nChicago, Illinois., Cincinnati, Ohio\n\n## How to apply\n\nYou can find our open jobs and apply directly here: https://roadtrippers.applytojob.com/apply\n"
  },
  {
    "path": "src/companies/roadtrippers.md",
    "content": "---\ntitle: \"Roadtrippers\"\nslug: roadtrippers\nwebsite: https://www.roadtrippers.com\ncareers_url: https://www.roadtrippers.com/careers\nregion: americas\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - infrastructure\n  - javascript\n  - nosql\n  - ruby\n  - sql\naddedAt: 2019-09-17\nupdatedAt: 2019-09-17\n---\n\n## Company blurb\n\nRoadtrippers is the world's No. 1 road trip planning tool. Our content covers the coolest offbeat places to visit and is powered by our own database, which contains millions of the world’s most interesting locations. Roadtrippers streamlines discovery, planning, booking and navigation into an engaging and intuitive process. Since launching in 2012, Roadtrippers has helped users plan more than 25 million trips. Every year, more than 18 million people visit our site to get the inspiration and information they need to hit the road. We’re proud to be a part of the Togo Group, creating the leading technology platform for road-based travel and outdoor tourism.\n\n## Company size\n\n30-50\n\n## Remote status\n\nWe have team members distributed from US west coast to east coast. Our remote team members are given $100/month stipend to make our offices as comfortable as our HQ.\n\nRemote does not mean that your careers will have an invisible ceiling. Our CEO and president work remotely. \n\n## Region\n\nUSA\n\n## Company technologies\n\nBackend:\n\n- Ruby\n- Rails\n- Sidekiq\n\nFrontend:\n- Javascript\n- React\n\nInfrastructure:\n- Amazon Web Services\n- nginx\n- Ansible\n- Packer\n- Docker\n\nDatastores:\n\n- Postgres\n- Redis\n- Memcached\n\n## Office locations\n\nCincinnati, Ohio\n\n## How to apply\n\nYou can find our open jobs and apply directly here: https://www.roadtrippers.com/careers\n\nNote that our third party job listing software has a requirement of city selection, so our remote-eligible positions may have locations listed such as \"Cincinnati, Ohio\".\n"
  },
  {
    "path": "src/companies/rocket-chat.md",
    "content": "---\ntitle: \"Rocket.Chat\"\nslug: rocket-chat\nwebsite: https://rocket.chat\ncareers_url: https://rocket.chat/jobs\nregion: worldwide\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\naddedAt: 2021-10-11\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\n[Rocket.Chat](https://rocket.chat) is an open-source fully customizable communications platform developed in JavaScript for organizations with high standards of data protection.\n\nWe are a MERN based application enabling real-time conversations between colleagues, with other companies or with your customers, regardless of how they connect with you. The result is an increase in productivity and customer satisfaction rates.\n\nEvery day, tens of millions of users in over 150 countries and in organizations such as Deutsche Bahn, The US Navy, and Credit Suisse trust [Rocket.Chat](https://rocket.chat) to keep their communications completely private and secure.\n\n## Company size\n\n[Currently 100-200 Rocketeers](https://rocket.chat/team) and [1500 contributors](https://rocket.chat/company/about-us)\n\n## Remote status\n\nAlmost all of us are remote. We also have an office in Brazil that everyone is welcome to use when they're around Porto Alegre with place to work, dinner and sleep.\n\nExplore our [handbook](https://handbook.rocket.chat/):\n- [Our Culture](https://handbook.rocket.chat/company/our-culture)\n- [Remote Work](https://handbook.rocket.chat/company/our-culture/remote-work)\n- [Our Summit](https://handbook.rocket.chat/departments-operations/people/summit)\n\n## Region\n\nWorldwide. We have Rocketeers on, almost, every continent.\n\n## Company technologies\n\nBased on our [Open Source Organization](https://github.com/RocketChat) the company focuses on JavaScript/TypeScript for the [server / web-client](https://github.com/RocketChat/Rocket.Chat), [mobile](https://github.com/RocketChat/Rocket.Chat.ReactNative) and [desktop](https://github.com/RocketChat/Rocket.Chat.Electron).\n\nWe work with MongoDB as the application's database, GoLang  for our closed source applications, Kubernets and many more.\n\n## Office locations\n\nOur \"Co-Working\" Office is located in Porto Alegre, Rio Grande do Sul, Brazil.\n\n## How to apply\n\nWe are higin, visit [rocket.chat/jobs](https://rocket.chat/jobs)\n"
  },
  {
    "path": "src/companies/roundproxies.md",
    "content": "---\ntitle: \"Roundproxies\"\nslug: roundproxies\nwebsite: https://roundproxies.com\nregion: worldwide\nremote_policy: remote-first\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - go\n  - javascript\n  - nosql\n  - python\naddedAt: 2024-12-29\nupdatedAt: 2025-01-27\n---\n\n## Company blurb\n\nRoundproxies is the first affordable with premium quality proxies.\n\nIt was funded by Carl, Marius and Chiara with some other collegues in 2019. \nThe team developed the idea of a new technology in the proxy market. There are right now many companies but none provide high quality proxies for a fair price. Lets change that together!\n\nWe are an open startup, meaning we take transparency seriously, you can learn more about us here: https://www.crunchbase.com/organization/roundproxies or https://www.wikidata.org/wiki/Q131463777.\n\n## Company size\n\n4+ Team Members (incl. founders)\n\n## Remote status\n\nWe are a remote first company. The full team is working from around the world.\nWe are big fans of GitHub, Notion, Golang, JS and much more.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Golang\n- Node.js\n- Python\n- Redis\n- AWS\n\n## Office locations\n\nWe don't have any offices, the whole team works remotely from wherever they are right now.\n\n## How to apply\n\nIf you want to change the Proxy industry with us together and be able to work with interesting companies from around the world, write us at team@roundproxies.com.\n"
  },
  {
    "path": "src/companies/rtcamp-solutions.md",
    "content": "---\ntitle: \"rtCamp Solutions\"\nslug: rtcamp-solutions\nwebsite: https://rtcamp.com\ncareers_url: https://rtcamp.com/careers/\nregion: asia-pacific\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - infrastructure\n  - javascript\n  - php\naddedAt: 2015-10-15\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\nrtCamp is a web solutions provider company, prominently working on open-source projects.\nThe entrepreneurial spirit, employee friendly work-culture and passion to deliver the best results are the key factors of rtCamp’s growth. With dedication to offer excellent quality and a desire to serve the premier clients, rtCamp has carved a niche in WordPress ecosystem.\n### Vision\nA vision of delivering the value proposition to customers has gradually evolved as a brand today. rtCamp’s key values of transparent business process and delivering rich customer experience is well reflected in its work across different domains.\n## Company size\nAn intellectual team of more than 45 members.\n## Remote status\nOur team is spread across the Indian subcontinent with co-workers operating from Gujarat, Kerala, Surat, Punjab and Maharashtra. We encourage the use of Slack and Google Hangouts for communication, concurrently we are open to any new technology that serves our purpose. We plan an outing every year to celebrate rtCamp's success. We provide remote working status to WordPress Developers.\n## Region\nOur Team is spread all across India.\n## Company technologies\n- HTML, CSS, and Javascript\n- PHP\n- WordPress\n- NGINX\n\n##  Office locations\nPune, India\n\n## How to apply\nSee our [careers page](https://rtcamp.com/careers/) for open positions on the digital team.\n"
  },
  {
    "path": "src/companies/sadapay.md",
    "content": "---\ntitle: \"SadaPay\"\nslug: sadapay\nwebsite: https://sadapay.pk/\ncareers_url: https://sadapay.pk/careers/\nregion: other\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\n  - mobile\n  - ruby\naddedAt: 2022-10-12\nupdatedAt: 2023-08-29\n---\n\n## Company blurb\n\nSadaPay is a Fintech startup that helps you escape conventional banking methods by giving you a digital wallet to shop online and receive and transfer money. \n\n## Company size\n\n51-200 employees\n\n## Remote status\n\nSadaPay offer flexible working hours, a learning and development platform, employee engagement activities during work from home and “Learn & Lunch” sessions to let employees share their knowledge and experience with each other.\n\n## Region\n\n* Karachi\n* Islamabad (Head Office)\n* Lahore\n\n\n## Company technologies\n\nNextJs, Kubernetes, Kotlin, ArgoCD, AWS Aurora, Swift, SpringBoot, and SonarCloud etc.\n\n## Office locations\n* SadaPay Head Office Ufone Tower 9th Floor, Jinnah Avenue, Block F-7/1, Blue Area, Islamabad.\n* SadaPay Lahore Office\nVogue Towers 3rd Floor, MM Alam Rd, Block C2, Gulberg III, Lahore, Punjab, 54000.\n* SadaPay Karachi Office\nMA Tabba Foundation Building, 1st Floor, Gizri Rd, Block 9 Clifton, Karachi, Sindh 75600.\n* SadaPay UAE Office\nFinTech Hive, Gate Avenue, Zone D, Level 1, Dubai Int’l Financial Centre, PO Box 507211, Dubai, UAE.\n\n## How to apply\n\nhttps://sadapay.pk/careers/\n"
  },
  {
    "path": "src/companies/safeguard-global.md",
    "content": "---\ntitle: \"Safeguard Global\"\nslug: safeguard-global\nwebsite: https://www.safeguardglobal.com/\ncareers_url: https://www.safeguardglobal.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - go\n  - javascript\n  - python\n  - sql\naddedAt: 2022-10-25\nupdatedAt: 2022-10-25\n---\n\n## Company blurb\n\nSince 2008, Safeguard Global has helped hundreds of organizations pay and hire workers around the world. Today, with over 900 clients and across 15 global offices, we enable business success through smarter, more efficient payroll, onboarding, time and expense management, and more.\n\nOur centralized global payroll solution gives multinationals comprehensive insights into workforce costs to help make data-driven strategic decisions, and our industry-leading employer of record service, Global Employment Outsourcing, enables expansion into 165+ international markets in as little as two weeks.\n\n## Company size\n\nOver 500\n\n## Remote status\n\nStaff are remote.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nGolang, JavaScript / TypeScript, Node.js, Python, React, MySQL, PostgreSQL, Oracle\n\n## Office locations\n\nWorldwide\n\n## How to apply\n\nSee: https://www.safeguardglobal.com/careers/\n"
  },
  {
    "path": "src/companies/salesforce.md",
    "content": "---\ntitle: \"Salesforce\"\nslug: salesforce\nwebsite: https://www.salesforce.com/\ncareers_url: https://salesforce.wd1.myworkdayjobs.com/External_Career_Site\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - java\n  - javascript\n  - ml\naddedAt: 2018-04-24\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\nIn 1999, we pioneered cloud-based CRM software and have helped 150,000+ companies run their companies more effectively. Now, we're creating an economy that will help millions of people find career satisfaction and enjoy better lives as well.\n\nWe bring companies and customers together on the #1 CRM. Sharing the news, events and innovation you need to change the world for good.\n\n## Company size\n10000++ employees\n\n## Remote status\nWe take advantage of technology to organize virtual events such as webinars for our customers and community.\n\nBesides, we support work-from-home basis.\n\n## Region\nWorldwide (Americas, Europe, Middle East, Africa, Asia Pacific)\n\n## Company technologies\nThe technologies we focus on are Enterprise Cloud Computing and Customer Relationship Management. \nUser Interface: HTML, CSS, JavaScript, jQuery\nDatabase: SOQL, SOSL\nTo write controllers/business logics: Java\n\n## Office locations\nSalesforce Tower\n415 Mission Street, 3rd Floor San Francisco, CA 94105\n\nFor more information on different office locations, please visit https://www.salesforce.com/company/locations/\n\n## How to apply \nPlease visit https://salesforce.wd1.myworkdayjobs.com/External_Career_Site to learn more about our job offers. We post job offers on https://www.linkedin.com/company/salesforce/jobs/ as well.\n"
  },
  {
    "path": "src/companies/sandhills-development.md",
    "content": "---\ntitle: \"Sandhills Development\"\nslug: sandhills-development\nwebsite: https://sandhillsdev.com\ncareers_url: http://sandhillsdev.com/careers/\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - php\naddedAt: 2018-04-18\nupdatedAt: 2018-10-14\n---\n\n## Company blurb\n\nWe're the makers of a number of commercial WordPress plugins including:\n\n- [Easy Digital Downloads](https://easydigitaldownloads.com)\n- [AffiliateWP](https://affiliatewp.com)\n- [Restrict Content Pro](https://restrictcontentpro.com)\n- [Sugar Calendar](https://sugarcalendar.com)\n- [WP Simple Pay](https://wpsimplepay.com)\n\n## Company size\n\n18 full time (as of October 1, 2018).\n\n## Remote status\n\nEntire team is 100% remote.\n\n## Region\n\nTeam is distributed across the United States, Canada, New Zealand, the United Kingdom, Nigeria, and Germany with the highest concentration in the U.S.\n\n## Company technologies\n\n* WordPress\n* PHP\n* Sass\n* Git\n* Javascript\n\n## Office locations\n\nWe have one office / [brewery](https://sandhillsbrewing.com/) located in Hutchinson, Kansas, USA.\n\n## How to apply\n\nNew opportunities are posted on [our careers page](http://sandhillsdev.com/careers/) which is the best place to apply.\n"
  },
  {
    "path": "src/companies/sardine-ai.md",
    "content": "---\ntitle: \"Sardine.ai\"\nslug: sardine-ai\nwebsite: https://sardine.ai\ncareers_url: https://www.sardine.ai/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - infrastructure\n  - javascript\n  - python\naddedAt: 2024-01-25\nupdatedAt: 2024-01-25\n---\n\n## Company blurb\n\nSardine offers a full suite of fraud and compliance solutions designed to detect and stop more fraud upfront, while reducing your false positives. Protect every customer interaction. Banks, retailers, and fintechs use Sardine to detect fraud patterns, prevent money laundering, and stop sophisticated scams.\n\n## Company size\n\n50-100 employees\n\n## Remote status\n\n100% remote\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nGolang, Python, Apache Beam, TypeScript, React, GCP, Docker, Kubernetes\n\n## How to apply\n\nSee https://www.sardine.ai/careers for the list of open jobs.\n"
  },
  {
    "path": "src/companies/scalac.md",
    "content": "---\ntitle: \"Scalac\"\nslug: scalac\nwebsite: https://scalac.io/\ncareers_url: https://scalac.io/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - scala\naddedAt: 2019-10-31\nupdatedAt: 2019-10-31\n---\n\n## Company blurb\n\nBest Scala hAkkers  \nScalac is a software house ready to design & build your solution\n\n## Company size\n\n11-50\n\n## Remote status\n\nFully Remote\n\n## Region\n\n**Worldwide**\n\n\n## Company technologies\n\nScala  \nLightbend Stack\n\n## Office locations\n\nGdansk, Poland  \nNYC, NY, USA\n\n## How to apply\n\nApply for any of the jobs on [our career page](https://scalac.io/careers/)!\n"
  },
  {
    "path": "src/companies/scaloy.md",
    "content": "---\ntitle: \"Scaloy Technology LLP\"\nslug: scaloy-technology-llp\nwebsite: https://scaloy.com/\ncareers_url: https://scaloy.com/contact\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - dotnet\n  - javascript\n  - nosql\n  - php\n  - sql\naddedAt: 2025-02-25\nupdatedAt: 2025-08-26\n---\n\n## Company blurb\nScaloy Technology is an IT services and consulting firm specializing in delivering a range of solutions, including web development, app development, software development, digital marketing, product design and branding, content writing, and UI/UX design. We partner with businesses from startups to enterprises across various industries, helping them achieve their digital transformation goals efficiently and at scale.\n\nScaloy’s vision is to provide groundbreaking and trustworthy web and software solutions that make businesses competitive in the modern market. Our aspiration is to become a trusted partner for those focused on future developments, allowing our clients to gain a competitive advantage in their industry. The connection between Clients and Businesses is critical, as is your online presence, which is why we focus on delivering smooth integrated exceptional services.\n## Company size\nAn intellectual team of more than 10 members.\n## Remote status\nOur team is spread across the Indian subcontinent with co-workers operating from Gujarat. We encourage the use of Slack, Skype and Teams for communication, concurrently we are open to any new technology that serves our purpose. We plan an outing every year to celebrate scaloy's success. We provide remote working status to Developers.\n## Region\n**Worldwide**\n## Company technologies\n- HTML, CSS, Javascript\n- PHP\n- WordPress\n- Shopify\n- ANGULAR\n- REACT\n- NODEJS\n- ExpressJS\n- Mongodb\n- .NET\n- SQL\n\n##  Office locations\nRajkot, Gujarat, India\n\n## How to apply\nhttps://scaloy.com/contact\n"
  },
  {
    "path": "src/companies/scandit.md",
    "content": "---\ntitle: \"Scandit\"\nslug: scandit\nwebsite: https://scandit.com\ncareers_url: https://www.scandit.com/careers/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - devops\n  - javascript\n  - mobile\n  - python\naddedAt: 2020-10-25\nupdatedAt: 2020-10-25\n---\n\n## Company blurb\n\nScandit's technology is a unique machine learning platform combining leading-edge barcode scanning, text recognition (OCR), object recognition and augmented reality (AR) for use on any camera-equipped smart device, from smartphones to drones, wearables and robots. Scandit solutions take cost and time out of operations, and improve employee and customer satisfaction. Organizations across all industries use Scandit to power mobile apps. Many of the world’s most successful companies use Scandit as part of their digital transformation.\n\n## Company size\n\n230+ (as of October 2020)\n\n## Remote status\n\nMost of us are remote. We do have office locations and officially our HQ is based out of Zurich, Switzerland.\n\n## Region\n\nGlobal. We have team members in US, EMEA and APAC. Company-wide meetings are fun! :)\n\n## Company technologies\n\nC++, Javascript, Python, Cross-platform frameworks like React Native, Flutter, Cordova, etc., Gitlab, Docker, \n\n## Office locations\n\nZurich, Boston, London, Tampere, Warsaw\n\n## How to apply\n\nFind out more! https://www.scandit.com/careers/\n"
  },
  {
    "path": "src/companies/schnell-solutions-limited.md",
    "content": "---\ntitle: \"Schnell Solutions Limited\"\nslug: schnell-solutions-limited\nwebsite: https://www.bespokesoftwaredevelopment.com\nregion: europe\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - cloud\n  - dotnet\n  - javascript\n  - mobile\n  - sql\naddedAt: 2024-01-23\nupdatedAt: 2024-01-24\n---\n\n## Company blurb\r\nSchnell Solutions Limited is an award-winning custom software development company in the UK. It develops customized web and mobile software solutions for UK Government, Not-for-profit and UK SMEs.  It has helped several UK local government councils integrate and automate their back office systems. Its Anti-Bullying software has helped 1000+ schools reduce bullying across the UK. Schnell is involved in developing innovative custom software applications for several verticals.\r\n\r\n## Company size\r\n50+ (as of Jan 2024)\r\n\r\n## Remote status\r\nThe company has a remote first policy. All its developers are based remotely in Asia and Europe.\r\n\r\n## Region\r\nLondon, United Kingdom.\r\n\r\n## Company technologies\r\nC#. .NET Framework,.Net Core, Android, iOS, React Native, Flutter, Jquery, Javascript, MS-SQL, Azure Cloud\r\n\r\n## Office locations\r\nLondon, Mumbai & Chandigarh\r\n\r\n## How to apply\r\nSend your CV to jobs@schnellsolutions.com\n"
  },
  {
    "path": "src/companies/scopic-software.md",
    "content": "---\ntitle: \"Scopic Software\"\nslug: scopic-software\nwebsite: https://scopicsoftware.com/\ncareers_url: https://scopicsoftware.com/careers/\nregion: other\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - sql\naddedAt: 2019-02-23\nupdatedAt: 2020-10-25\n---\n\n## Company blurb\nWe create custom solutions for virtually everything! Our passion is developing visually engaging and interactive solutions, custom made to enhance your business. Over a decade of service and 1000+ projects, developing digital products and user-centric software for a wide range of industries and niches including: Manufacturing, Music and film, Fintech, Food and Fitness, Healthcare and Gaming.\n\n## Company size\n200+\n\n## Remote status\nWe are a fully remote company, with our team members located in 30+ countries.\n\n## Region\nAlbania\nArgentina\nArmenia\nBelarus\nBrazil\nBulgaria\nChile\nColombia\nCroatia\nDominican Republic\nEcuador\nGeorgia\nKazakhstan\nKosovo\nKyrgyzstan\nMacedonia\nMoldova\nPeru\nPhilippines\nPoland\nPortugal\nRomania\nRussia (but not Crimea)\nSerbia\nUkraine\nUzbekistan\nVietnam\n\n## Company technologies\n- WEB FRAMEWORKS\nWe turbocharge our development process with state of the art frameworks such as Yii, Django, Symfony, Spring, Java and Node.js.\n\n- RESPONSIVE DESIGN\nAt Scopic we believe it’s not about the size but what you do with it. With technologies like Bootstrap and LESS, there’s not a screen size we don’t love.\n\n- NATIVE/CROSS-PLATFORM SDKS\nWe’re not tied down by a single platform; we like to play the field. We use Xamarin, AdobeAIR, PhoneGAP and Qt to cater to different operating systems.\n\n- OPENGL, DIRECT3D\nWe are experts in standard 3D design. We utilize computer vision libraries such as OpenGL, OpenCV and DirectD3.\n\n- SQL AND NOSQL DATABASES\nScopic has a foot in both worlds. We use tried and true SQL when the fit is right, but aren’t afraid to delve into newer technologies like Hadoop, MongoDB, Dynamo and other applications for big data.\n\n## Office locations\nHeadquarter in Rutland, Massachusetts.\n\n## How to apply\nApply for any of the jobs listed on [our Careers page](https://scopicsoftware.com/careers/)!\n"
  },
  {
    "path": "src/companies/scrapingbee.md",
    "content": "---\ntitle: \"ScrapingBee\"\nslug: scrapingbee\nwebsite: https://scrapingbee.com\nregion: worldwide\nremote_policy: remote-first\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - nosql\n  - python\n  - sql\naddedAt: 2020-04-21\nupdatedAt: 2020-04-21\n---\n\n## Company blurb\n\nScrapingBee is a web scraping API that handle headless browsers are rotate proxies for you.\n\nIt was funded by Pierre de Wulf and Kevin Sahin in 2019. \nPierre and Kevin worked on Web Scraping projects for many years, for startups and bigger companies. We realized we always encountered the same problems. We decided to create an API to solve these problems.\n\nWe are an open startup, meaning we take transparency seriously, you can learn more about us here: https://www.indiehackers.com/product/scrapingninja\n\n## Company size\n\n2 people, Pierre and Kevin\n\n## Remote status\n\nWe are a remote first company. Both Kevin and Pierre work remotely and we plan to hire our first developer remotely! \nWe are big fans of Notion, Slack, Github, Zoom and async communication in general. \n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Python\n- Node.js\n- Postgres\n- Redis\n- Flask\n- AWS\n\n## Office locations\n\nWe don't have any offices, Pierre lives in Paris and Kevin in Toulouse (south of France)\n\n## How to apply\n\nIf you like headless browsers, browser fingerprinting and data extraction your can send us an email at hello@scrapingbee.com.\n"
  },
  {
    "path": "src/companies/scrapinghub.md",
    "content": "---\ntitle: \"Scrapinghub\"\nslug: scrapinghub\nwebsite: https://scrapinghub.com/\ncareers_url: https://apply.workable.com/scrapinghub/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - api\n  - ml\naddedAt: 2018-04-24\nupdatedAt: 2020-10-22\n---\n\n## Company blurb\n\nScrapinghub provides the leading technology and consulting services to deliver successful web crawling and data processing solutions.\n\nOur technology includes:\n • Open source libraries, such as Scrapy, developed mostly by our team\n • A PaaS for running and managing web crawls\n • A service that can automatically extract data based on examples\n • A huge internal software library, including spiders for many websites, custom extractors, data post-processing, proxy management, etc.\n\nWe have a strong reputation and deep domain expertise. Whatever data you need, and however you need it, we're the best team to deliver it!\n\n## Company size\n\n51-200\n\n## Remote status\n\nScrapinghub is a globally distributed team working in over 30 countries, but it offers remote job opportunities.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nWeb crawling, Web scraping, Scraping, Scrapy, and Data Science\n\n## Office locations\n\nWorldwide\n\n## How to apply\n\n[Scrapinghub Careers](https://apply.workable.com/scrapinghub/)\n"
  },
  {
    "path": "src/companies/scylladb.md",
    "content": "---\ntitle: \"ScyllaDB\"\nslug: scylladb\nwebsite: https://scylladb.com/\ncareers_url: https://www.scylladb.com/company/careers/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - linux\n  - python\naddedAt: 2021-02-07\nupdatedAt: 2021-02-07\n---\n\n## Company blurb\n\n[ScyllaDB](https://scylladb.com/) OSS/Enterprise: Real-Time Big Data Database\n[Scylla Cloud](https://cloud.scylladb.com/): Database as a service platform\n[GlassDoor](https://www.glassdoor.com.au/Overview/Working-at-ScyllaDB-EI_IE1622223.11,19.htm)\n\n## Company size\n\n50-100\n\n## Remote status\n\nWe have offices in \n- Palo Alto, CA\n- Herzliya, Israel\n- Warsaw, Poland\n\nMost of our employees are remote and we are from all over the world. We interact mostly using GitHub, Slack, e-mail, and various other tools.\n\n## Region\n\nWorldwide - 13 countries and growing!\n\n## Company technologies\n\n- [SeaStar](http://seastar.io/)\n- C++ \n- Golang \n- Python\n- Linux\n- Devops\n- DBaaS\n\n## Office locations\n\n- San Francisco, CA\n- Herzliya, Israel\n- Warsaw, Poland\n\n## How to apply\n\nApply on [our Careers page](https://www.scylladb.com/company/careers/)!\n"
  },
  {
    "path": "src/companies/seaplane.md",
    "content": "---\ntitle: \"Seaplane\"\nslug: seaplane\nwebsite: https://www.seaplane.io/\ncareers_url: https://careers.smartrecruiters.com/SeaplaneIOInc\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - api\n  - cloud\n  - linux\n  - rust\naddedAt: 2020-07-19\nupdatedAt: 2020-07-19\n---\n\n## Company blurb\r\n\r\nSeaplane is the serverless cloud for modern enterprises. Our customers deploy their Functions Everywhere™ and our service seamlessly moves them across Edge, On-Prem, and multi-Cloud deployments to provide the best performance for their end users. We are backed by Sequoia Capital and - while started in Silicon Valley - are a 100% remote company, committed to growing an inclusive team with the most talented people no matter where you live.\r\n\r\n## Company size\r\n\r\n<5 (as of June 2020)\r\n\r\n## Remote status\r\n\r\nAll of us are remote. No offices. Currently we’re all based in California, but looking anywhere/everywhere for new hires.\r\n\r\n## Region\r\n\r\nWorldwide.\r\n\r\n## Company technologies\r\n\r\nRust, Linux, AWS Firecracker, GRPC, and many others depending on the team.\r\n\r\n## Office locations\r\n\r\nNone. Founding team currently remote across California.\r\n\r\n## How to apply\r\n\r\nVisit our careers site for open positions and to apply: https://careers.smartrecruiters.com/SeaplaneIOInc\n"
  },
  {
    "path": "src/companies/seatgeek.md",
    "content": "---\ntitle: \"SeatGeek\"\nslug: seatgeek\nwebsite: https://seatgeek.com/\ncareers_url: https://seatgeek.com/jobs?departments=softwareengineering&locations=all\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\naddedAt: 2023-10-02\nupdatedAt: 2023-10-02\n---\n\n## Company blurb\nFounded in 2009 by Russell D'Souza, Jack Groetzinger, and Eric Waller, SeatGeek is the go-to platform for event tickets. Based in NYC, we're known for innovation in live entertainment. Partnered with Major League Soccer in 2016, we're your mobile-focused ticket solution for sports, concerts, and theater. Browse, buy, and enjoy hassle-free ticketing on SeatGeek, your gateway to unforgettable experiences.\n\n## Company size\n800+\n\n## Remote status\nAt SeatGeak, we prioritize team connection and innovation. While working remotely, we host frequent virtual team hangs and engaging happy hours. Our commitment to creativity shines through in our company-wide hackathons held 3-4 times a year. Enjoy the flexibility to work on your terms – whether in the office or 100% remote. We've got your home office needs covered with a WFH stipend. Join us and embrace the best of both worlds.\n\n## Region\nArea served - Worldwide.\n\n## Company technologies\nTechnology not specified.\n\n## Office locations\n\nManchester, Haifa, New York\n\n## How to apply\n\nCheck out [careers page](https://seatgeek.com/jobs?departments=softwareengineering&locations=all).\n"
  },
  {
    "path": "src/companies/securityscorecard.md",
    "content": "---\ntitle: \"SecurityScorecard\"\nslug: securityscorecard\nwebsite: https://securityscorecard.com/\ncareers_url: https://securityscorecard.com/company/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - api\n  - cloud\n  - data\n  - devops\n  - go\n  - java\n  - javascript\n  - ml\n  - nosql\n  - python\n  - scala\naddedAt: 2018-04-24\nupdatedAt: 2020-11-01\n---\n\n## Company blurb\n\n[SecurityScorecard](https://securityscorecard.com/) helps companies understand cybersecurity risks, evaluate their own cybersecurity, and find ways to improve their protections against cyberthreats. SecurityScorecard advertises their mission as _To make the world a safer place by transforming the way companies understand, improve and communicate cybersecurity risk to their boards, employees, and vendors._\n\n## Company size\n\nSecurityScorecard lists their company size as 201-500 employees, according to their [LinkedIn](https://www.linkedin.com/company/security-scorecard/) page.\n\n## Remote status\n\nMore than half of SecurityScorecard's employees are remote workers. They view having remote workers as an asset, believing that remote employees make the team stronger by bringing a diversity of experience and insights to the team. They have regular meetings and included remote employees as part of the regular operations. They even have a section of their webpage about _[Life at SecurityScorecard](https://securityscorecard.com/company/careers/working-at-ssc)_ dedicated to remote workers specifically.\n\n## Region\n\nUSA, Argentina, Canada  \nAvailable to work in timezone UTC -3 to -5\n\n## Company technologies\n\nSecurityScorecard offers positions in the following categories: Sales, Accounting and Finance, Customer Success, Tech, Threat Intelligence, and Product.  \nThey list the following keywords when describing what their company specialties are: _Third party security, risk management, vendor risk management, security ratings, Threat Intelligence, Third Party Risk Management, and cybersecurity_.  \nSome of the keywords in their job descriptions include: DevOps, RESTful APIs, React/Redux, Scala, Java, Python, Go, Kafka, Spark, Storm, Apache Flink, Databricks toolkit, Cassandra, AWS services including EMR, S3, Redshift, RDS, software engineer, data science, and machine learning\n\n## Office locations\n\nSecurityScorecard is headquartered in New York, NY. Almost all of their positions are available for remote work.\n\n## How to apply\n\nTo apply for a position, visit SecurityScorecard's [careers webpage](https://securityscorecard.com/company/careers).\n"
  },
  {
    "path": "src/companies/seeq.md",
    "content": "---\ntitle: \"Seeq\"\nslug: seeq\nwebsite: https://www.seeq.com\ncareers_url: https://www.seeq.com/about/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - data\n  - java\n  - nosql\naddedAt: 2020-11-01\nupdatedAt: 2020-11-01\n---\n\n## Company blurb\n\nSeeq is a remote-first startup that makes data analytics software. They have written their own virtual office software [company website](https://qube.work) and they have really good reviews on [GlassDoor](https://www.glassdoor.com/Reviews/Seeq-Reviews-E898633.htm)\n\n## Company size\n\n51-200 employees\n\n## Remote status\n\nSeeq is a remote-only company founded by serial entrepreneurs. \n\n## Region\n\nUSA, Worldwide\n\n## Company technologies\n\nMATLAB, R, Kotlin, Java, Cassandra, Spark, Kafka, Azure, GCE\n\n## Office locations\n\nSeattle, WA (US)\n\n## How to apply\n\n- [Seeq official career page](https://www.seeq.com/about/careers)\n- [Performance-focused](https://seeq.recruiterbox.com/jobs/fk01bfg?source=HackerNews)\n- [General backend](https://seeq.recruiterbox.com/jobs/fk03iwi?source=HackerNews)\n"
  },
  {
    "path": "src/companies/semaphore.md",
    "content": "---\ntitle: \"Semaphore\"\nslug: semaphore\nwebsite: https://semaphoreci.com\ncareers_url: https://semaphoreci.com/about/careers\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - elixir\n  - go\n  - ruby\naddedAt: 2020-03-20\nupdatedAt: 2020-03-20\n---\n\n## Company blurb\nSemaphore is continuous integration and delivery platform powering the world’s best engineering teams.\nOur team is made of smart, creative people who love their craft.  \nWe believe that a great place to work is where we're surrounded by self-managed people who consistently do good work and positively inspire us.\nWe work in a fast-changing environment of a new market, and there are many ways you can make a great impact.\nYou will not be just improving the product or customer experience, but have a voice in shaping the company culture too.\n\n## Company size\nAt the moment our team is 20 plus people, working remotely from all the corners of Europe\n\n## Remote status\nSemaphore is fully remote company, with one local office located in Novi Sad, Serbia, where we sometimes work, meet or just hang out.\n\n## Region\nEurope\n\n## Company technologies\nElixir, Ruby, Go, Docker, Kubernetes\n\n## How to apply\nThe full story and our open roles can be found on Semaphore [Career page](https://semaphoreci.com/about/careers)\n"
  },
  {
    "path": "src/companies/sendwave.md",
    "content": "---\ntitle: \"Sendwave (International Remittance)\"\nslug: sendwave-international-remittance\nwebsite: https://www.sendwave.com/\ncareers_url: https://www.sendwave.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - go\n  - javascript\n  - mobile\naddedAt: 2022-10-08\nupdatedAt: 2022-10-08\n---\n\n## Company blurb\n\nOver 800,000 people trust Sendwave.\nIn just a few short years, Sendwave has gone from a simple idea to becoming one of the world’s leading money senders to Africa.\n\nSendwave's mission is to make sending money as easy and affordable as sending a text. Our app sends transfers securely from North America and Europe to Africa, Asia and the Americas with great rates.\n\n## Company size\n\n387 employees on LinkedIn\n\n## Remote status\n\nBecause we work in a 100% remote environment, we happily hire people from all over the world who share our mission of making sending money as easy as sending a text.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nSendwave uses 17 technology products and services including HTML5, Google Analytics, and jQuery, according to G2 Stack.\n\nSendwave is actively using 25 technologies for its website, according to BuiltWith. These include Viewport Meta, IPhone / Mobile Compatible, and Google Font API.\n\n## Office locations\n\nBoston, Massachusetts, United States\n\n## How to apply\n\n[Click here to apply](https://www.sendwave.com/careers)\n"
  },
  {
    "path": "src/companies/serpapi.md",
    "content": "---\ntitle: \"SerpApi\"\nslug: serpapi\nwebsite: https://serpapi.com/\ncareers_url: https://serpapi.com/careers\nregion: worldwide\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\n  - nosql\n  - python\n  - ruby\naddedAt: 2021-02-11\nupdatedAt: 2025-07-22\n---\n\n## Company blurb\n\n[SerpApi](https://serpapi.com/) is a real-time API to access search engine results. We solve the issues of having to rent proxies, solving captchas, and JSON parsing in an easy to use and integrate API for our customers. We deeply support Google, Google Maps, Google Images, Bing, Yahoo, DuckDuckGo, Baidu, Amazon, eBay, and many, many more.\n\n## Company size\n\n20-50\n\n## Remote status\n\nWe are a remote first company. We do continuous integration, continuous deployments, code reviews, code pairings, profit sharing, and most of communication is async via GitHub and Slack. We also value transparency and are a proud organizational member of the EFF.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRuby, Rails, MongoDB, and React. Additional services in NodeJS, Python, and Go.\n\n## Office locations\n\nHeadquarters are in Austin, TX.\n\n## How to apply\n\nYou can view our open positions here: https://serpapi.com/careers\n"
  },
  {
    "path": "src/companies/server-density.md",
    "content": "---\ntitle: \"Server Density\"\nslug: server-density\nwebsite: https://www.serverdensity.com\ncareers_url: https://www.serverdensity.com/jobs/\nregion: europe\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - infrastructure\n  - javascript\n  - linux\n  - nosql\n  - python\naddedAt: 2016-05-12\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nServer Density is a SaaS product that helps users manage and monitor their infrastructure.\n\n## Company size\n\n20+\n\n## Remote status\n\nServer Density began as a remote company and the majority of team members continue to work remotely. All engineering positions are currently remote but our marketing and support teams work in our London office. We hire remotely for all positions and even the London-based team often work from home. We focus on hiring within Europe to allow easy travel to the London office when needed.\n\n## Region\n\nEurope\n\n## Company technologies\n\nPython, MongoDB, Nginx, Linux, React, Backbone, Coffeescript\n\n## Office locations\n\nLondon\n\n## How to apply\n\nAll open vacancies are on the [jobs page](https://www.serverdensity.com/jobs/).\n"
  },
  {
    "path": "src/companies/servmask.md",
    "content": "---\ntitle: \"ServMask\"\nslug: servmask\nwebsite: https://servmask.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - infrastructure\n  - javascript\n  - php\n  - sql\naddedAt: 2019-05-08\nupdatedAt: 2019-05-08\n---\n\n## Company blurb\n\nWe make [WordPress plugins](https://wordpress.org/plugins/all-in-one-wp-migration/) for site migration and backup.\n\n## Company size\n\n11 at the moment (6 May 2019) and trying to expand\n\n## Remote status\n\nEveryone in the company works remotely. We communicate via [slack](https://www.slack.com) and have a yearly company retreat. Everyone is enjoying a $100/month education budget.\n\n## Region\n\nWorldwide\n\n## Office locations\n\nWorldwide\n\n## Company technologies\n\n* WordPress\n* PHP\n* VueJS\n* Git\n* Docker\n* Nginx and Apache\n* MariaDB and MySQL\n\n## How to apply\n\nSend an email to careers@servmask.com\n"
  },
  {
    "path": "src/companies/session.md",
    "content": "---\ntitle: \"Session\"\nslug: session\nwebsite: https://getsession.com\ncareers_url: https://getsession.com/about\nregion: worldwide\nremote_policy: remote-first\ncompany_size: tiny\ntechnologies:\n  - javascript\naddedAt: 2021-08-10\nupdatedAt: 2021-08-10\n---\n\n## Company blurb\n\nSession is a global online coaching company connecting professionals and companies with business coaches.\n\n## Company size\n\n0-20 (as of August 2021)\n\n## Remote status\n\nSession is made up of a carefully selected group of independent professionals working remotely from all over the world. \nWe are a remote first company with flexible working hours and an entrepreneurial working environment.\n\n## Region\n\nWe have openings for remote positions **worldwide**.\n\n## Company technologies\n\nJavaScript, React, Next.js, FaunaDB, and many others.\n\n## How to apply\n\nCheck out our [about page](https://getsession.com/about), then write an email to jobs@getsession.com.\n"
  },
  {
    "path": "src/companies/shareup.md",
    "content": "---\ntitle: \"Shareup\"\nslug: shareup\nwebsite: https://shareup.app\ncareers_url: https://shareup.app/jobs/\nregion: europe\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - elixir\n  - javascript\n  - mobile\n  - sql\naddedAt: 2022-02-21\nupdatedAt: 2022-02-21\n---\n\n## Company blurb\n\nShareup is the easiest, fastest way to securely share anything with anyone. We help teams collect, organize, and make sense of the myriad of files, links, and services they use to get their work done everyday. Sharing is currently too difficult and stressful! We are obsessed with relieving that stress and anxiety.\n\nWe are a design-led company. We define design as “how it works.” This includes everyone having an overview of the tech fundamentals, understanding the full experience flow for the customer, and contributing to the beautiful details of everything we make—from UIs to code to icons to all the assets and interfaces our customers see and touch.\n\nWe are, at our core, a group of people passionate about building great products for our customers. We think those products require a strong design vision, solid engineering focused on performance and stability, and reacting to customer feedback. More than that, we believe every employee at Shareup has a part to play in making sure we always adhere to those principles.\n\n## Company size\n\n4\n\n## Remote status\n\nShareup is a remote-only company with flexible working hours and generous time off. We understand everyone’s life is different, and people should be allowed to work at the times that best suit them. Additionally, we think people do their best work when they are well-rested and rejuvenated. Every employee of Shareup receives 30 days of paid vacation per year, regardless of where they are based.\n\nGiven our commitment to remote work and flexible working hours, we think it’s important to cultivate a strong culture of writing. We believe this improves the quality of our ideas and work, ensures everyone has equal access to information, and gives newcomers the ability to understand the evolution of Shareup as a company and product. As an example of our culture of writing, we don’t have standup meetings. Instead, everyone writes down daily logs of the goals they have, the work they’ve done, the challenges they’ve experienced, and the solutions they discovered.\n\n## Region\n\nEuropean timezones\n\n## Company technologies\n\nElixir, JavaScript, PostgreSQL, React, Swift, TypeScript\n\nFor remote communication, we prefer asynchronous tools like Craft. For video, we use Zoom. For chat, which we try to use rarely, we currently use Telegram.\n\n## Office locations\n\nNo offices, but most employees are based in Germany\n\n## How to apply\n\nShareup openings are listed on the [jobs](https://shareup.app/jobs/) page.\n"
  },
  {
    "path": "src/companies/shattered-silicon.md",
    "content": "---\ntitle: \"Shattered Silicon\"\nslug: shattered-silicon\nwebsite: https://shatteredsilicon.net\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - dotnet\n  - linux\n  - sql\naddedAt: 2023-03-15\nupdatedAt: 2023-03-15\n---\n\n## Company blurb\n\n[Shattered Silicon](https://shatteredsilicon.net/) is a database consultancy company specialising in MySQL and MariaDB. We enable organisations to augment their database administration and maintenance capabilities. We can do this by leveraging the skills and experience of our highly qualified database experts.\n\nWe are completely vendor-independent, which enables us to provide impartial [MariaDB and MySQL support](https://shatteredsilicon.net/mariadb-mysql-support/) and consultancy services. We provide our clients with the best, most appropriate solution possible for the problem they are solving. Our MySQL consulting experts are available 24/7 to help you increase performance, flexibility and business continuity of your database systems. We provide on-site [MariaDB and MySQL consulting](https://shatteredsilicon.net/postgresql-mariadb-mysql-consulting/) in Europe and remote DBA consulting world-wide.\n\nOur [MySQL experts](https://shatteredsilicon.net/mysql-experts/) recently released [Shattered Silicon Monitoring (SSM)](https://shatteredsilicon.net/mysql-monitoring-ssm/), a fork of Percona Monitoring and Management (PMM) v1. It contains additional features and fixes not present in PMM.\n\n## Company size\n\n5-10\n\n## Remote status\n\nFully remote, flexible timezone, flexible work hours.\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\nMySQL, MariaDB, Linux, Prometheus, Grafana\n<https://github.com/shatteredsilicon>\n<https://shatteredsilicon.net/>\n\n## Office locations\n\nOur HQ is in Bulgaria, but all staff are internationally dispersed.\n\n## How to apply\n\n<contact@shatteredsilicon.net>\n"
  },
  {
    "path": "src/companies/shippabo.md",
    "content": "---\ntitle: \"Shippabo\"\nslug: shippabo\nwebsite: https://shippabo.com\ncareers_url: https://apply.workable.com/shippabo/?lng=en#jobs\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - graphql\n  - javascript\n  - ml\n  - nosql\n  - search\naddedAt: 2022-10-04\nupdatedAt: 2022-10-31\n---\n\n## Company blurb\n\nShippabo is a cloud-based supply chain management platform built by a team of shippers and supported by logistics experts. Through Shippabo, businesses can oversee their supply chain from anywhere, at any time, and on their terms.\n\nWe are committed to empowering everyone along the supply chain by bringing greater transparency, collaboration, and actionable data to the world of shipping and logistics.\n\nWe are a team of shippers, logistics consultants, and technologists who came together to create the change we always wanted to see in the industry. Since Shippabo was founded in 2015, we’ve built a technology platform based on our own lived experience. Shippabo makes shipping faster, more affordable, and more transparent — so companies can ship on their terms.\n\n## Company size\n\nWe are a company of 20-50 employees all working remotely from the various states in the US and provinces in Canada!\n\n## Remote status\n\n💻 Remote: This is a fully remote position. We are in 10+ US states and Canada and are used to working on different time zones. We are big fans of trust, autonomy and asynchronous communications!\n\n## Region\n\n- North America\n\n### North America\n\nWe currently have employees working in various timezones on the west and east coast of North America. Some places our employees are working from:\n\n- California, US\n- Vancouver, BC\n- New York, US\n- Florida, US\n- Colorado, US\n\n## Company technologies\n\n### Frontend\n\n- Full stack TypeScript\n- GraphQL\n- React\n- Tailwind CSS\n\n### Datastores\n\n- Elasticsearch\n- MongoDB\n- Redis\n\n### Infrastructure\n\n- Kubernetes\n- Terraform\n- SWC\n- Vite\n- Google Cloud Platform\n\n## Office locations\n\nNone, but we provide WeWork membership and have optional occasional local meetups.\n\n## How to apply\n\nhttps://apply.workable.com/shippabo/?lng=en#jobs\n"
  },
  {
    "path": "src/companies/shogun.md",
    "content": "---\ntitle: \"Shogun\"\nslug: shogun\nwebsite: https://getshogun.com\ncareers_url: https://angel.co/shogun/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\n  - ruby\naddedAt: 2019-02-20\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nWe make a drag and drop storefront builder and optimization tool for e-commerce websites. We are a tight knit distributed team of talented people who enjoy making delightful software experiences. We take pride in being bootstrapped to profitability, and we are backed by Y-Combinator and Initialized Capital.\n\n## Company size\n\n20-50 (February 2019)\n\n## Remote status\n\nWe've been 100% remote since the beginning, with employees currently working out of the USA, Canada, Brazil, Georgia, India, Australia, Scotland, Taiwan, Portugal, and Spain.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRuby / Rails, Go, JavaScript, React, Node\n\n## Office locations\n\nNo physical offices\n\n## How to apply\n\nFeel free to check our [team page](https://getshogun.com/team) as well as our [AngelList jobs page](https://angel.co/shogun/jobs) to see our current openings.\n\nIf your position isn't listed, create it by emailing [jobs@getshogun.com](mailto:jobs@getshogun.com) and starting a conversation.\n"
  },
  {
    "path": "src/companies/shopify.md",
    "content": "---\ntitle: \"Shopify\"\nslug: shopify\nwebsite: https://www.shopify.com\ncareers_url: https://www.shopify.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - devops\n  - infrastructure\n  - javascript\n  - nosql\n  - ruby\n  - sql\naddedAt: 2020-10-29\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nShopify is a multi-channel commerce platform for small and medium businesses that lets you create a shop and sell products wherever you want: online via web store or social media and offline with a POS card reader. Shopify powers 600K merchants and serves 80K requests per second at peak.\n\n## Company size\n\n5000+\n\n## Remote status\n\nShopify has gone digital by default.\n\nDigital by default represents a digital-first way of thinking, working, and making decisions. It means the freedom to work from anywhere and the opportunity to build solutions that help Shopify’s merchants and partners innovate through chaos and emerge, stronger and more adaptable than ever before.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nBackend:\n\n- Ruby on Rails\n\nFrontend:\n- Javascript\n- React\n- Typescript\n\nInfrastructure:\n- Docker\n- Kubernetes\n- Nginx\n\nDatastores:\n\n- MySQL\n- Redis\n- Memcached\n\n\n## Office locations\n\n- America: San Francisco, New York\n- Canada: Ottawa, Toronto, Waterloo, Vancouver\n- Germany: Berlin\n- Lithuania: Vilnius\n- New Zealand: Wellington\n- Sweden: Stockholm\n\n## How to apply\n\nYou can find our open jobs and apply directly here: https://www.shopify.com/careers\n"
  },
  {
    "path": "src/companies/sigma-defense.md",
    "content": "---\ntitle: \"Sigma Defense\"\nslug: sigma-defense\nwebsite: https://sigmadefense.com\ncareers_url: https://sigmadefense.com/careers/\nregion: americas\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - devops\n  - javascript\n  - python\n  - rust\naddedAt: 2022-10-03\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nSigma Defense is a leading systems integrator serving the Department of Defense\nto provide systems and services for Intelligence Surveillance and\nReconnaissance since 2006. Our software-focused approach to tactical\ncommunications accelerates information collection and sharing for faster\ndecision making and better mission outcomes. Customers turn to Sigma Defense\nfor engineering, program management, and logistics services for technical\nsolutions that encompass ground, air, and space-based systems and sensors and\nnetwork and satellite communications.\n\n## Company size\n\n< 500 employees.\n\n## Remote status\n\nMany positions are available for remote work. Few require a specific location.\nThe company has a remote-first approach for most positions, which focuses online,\nmostly asynchronous communication.\n\n## Region\n\nUSA\n\n## Company technologies\n\nGitlab CI/CD, Ansible, Terraform, Javascript, Python, Rust to name a few.\n\n## Office locations\n\nHeadquarters in Perry, GA. With several satellite locations.\n\n## How to apply\n\n[Company Hiring Page](https://sigmadefense.com/careers/)\n[Direct link to postings](https://apply.workable.com/sigmadefense/?lng=en)\n"
  },
  {
    "path": "src/companies/signeasy.md",
    "content": "---\ntitle: \"SignEasy\"\nslug: signeasy\nwebsite: https://signeasy.com/\ncareers_url: https://signeasy.com/jobs/\nregion: worldwide\nremote_policy: remote-friendly\ntechnologies:\n  - api\n  - cloud\n  - devops\n  - javascript\n  - python\n  - search\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\nSignEasy is a cloud-based, mobile-first solution to electronically sign and fill documents from\nsmartphones, tablets and web. People across industries such as real estate, legal, accounting,\nsales, insurance, human resources, logistics and more from over 180 countries use SignEasy to\nreduce business turnaround times, close deals faster, cut costs and delight customers by eliminating\nthe cycle of printing, scanning and faxing of paperwork.\n\n## Remote status\nRemote-friendly workplace.\n\n## Region\nWorldwide\n\n## Company technologies\n1. SQL\n2. Python\n3. ReactJS\n4. REST API\n5. AWS EC2, Elasticache, S3\n6. Docker and Kubernetes\n\n## Office locations\n1. Dallas, TX, USA\n2. Bangalore, India\n\n## How to apply\nApply here - [https://signeasy.com/jobs/](https://signeasy.com/jobs/)\n"
  },
  {
    "path": "src/companies/silverfin.md",
    "content": "---\ntitle: \"Silverfin\"\nslug: silverfin\nwebsite: https://www.silverfin.com/\ncareers_url: https://www.silverfin.com/careers\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\n  - nosql\n  - ruby\n  - sql\naddedAt: 2021-10-18\nupdatedAt: 2021-10-18\n---\n\n## Company blurb\nSilverfin is the cloud platform that makes accountancy firms more successful. It improves the efficiency, competitiveness and profitability of compliance services, and powers the development and delivery of advisory services.\n \nSilverfin takes financial data directly from client systems and hosts it securely in a single cloud Structured Data Hub. Then templates standardise, and automate, accounting workflows and use the data hub to make compliance easy, fast, and accurate.\n \nBut that’s only half the story. Leading firms use Silverfin to power their advisory services too. Looking at data and trends, right across the client portfolio is easy and automatic alerts warn of risks or identify opportunities to give advice, or sell additional services.\n \nWe call this connected accounting and our customers tell us Silverfin has made their day-to-day business better and given them the data, tools, and time, they need to deliver the advisory services and insights their clients really value. \n\n## Company size\n\n161\n\n## Remote status\nRemote-friendly workplace.\n\n## Region\nWorldwide\n\n## Company technologies\n1. Ruby\n2. Vue.js and \n3. Vanilla JS\n4. jQuery\n5. PostgreSQL\n6. Redis\n7. Kubernetes in Google Cloud\n8. GitLab\n\n\n## Office locations\n1. Ghent, Belgium\n2. London, United Kingdom\n3. Amsterdam, Netherlands\n4. Copenhagen, Denmark\n\n## How to apply\nApply here - [https://www.silverfin.com/careers](https://www.silverfin.com/careers)\n"
  },
  {
    "path": "src/companies/simplabs.md",
    "content": "---\ntitle: \"simplabs\"\nslug: simplabs\nwebsite: https://simplabs.com\ncareers_url: https://x.com/simplabs\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - elixir\n  - javascript\n  - ruby\naddedAt: 2016-01-14\nupdatedAt: 2020-10-28\n---\n\n## Company blurb\n\nOur services include:\n\n### Custom Engineering\n\nsimplabs builds solutions for the web and mobile devices for everyone from small startup to big enterprise. Our solutions are well architected and easy to maintain and extend by our customers once we're gone. We follow agile methodologies and integrate our customers into the development process.\n\n### Consulting\n\nWe also offer consulting services to help you build your own project. Having years of experience with Ruby on Rails, Ember.js, REST interfaces, scalability of large systems etc. we can help you find performance bottlenecks in existing applications, review architectures or design complex client server systems.\n\n### Training\n\nsimplabs offers individual and group training by tutors with extensive experience in the respective technology. From introductory workshops on frameworks like Ruby on Rails or Ember.js to advanced classes on REST API design or systems scalability we can setup coaching sessions that suit the needs of you and your team.\n\n## Company size\n\n5 and growing\n\n## Remote status\n\nMost of the team is in Munich, Germany. One developer is moving soon to Berlin. Another is based in São Paulo, Brazil.\n\nWe currently have clients in Germany and the US.\n\n## Region\n\nWe support working remotely from Europe and the Americas.\n\n## Company technologies\n\nEmberjs, Elixir/Phoenix, Ruby/Rails\n\n## Office locations\n\nsimplabs GmbH\nClaude-Lorrain-Str. 7\nMünchen, 81543 Germany\n\n## How to apply\n\nIf you feel you are a good fit, send us a message to [info@simplabs.com](mailto:info@simplabs.com) or contact us on twitter at [@simplabs](https://x.com/simplabs). Please make sure to include your github account.\n"
  },
  {
    "path": "src/companies/simpletexting.md",
    "content": "---\ntitle: \"SimpleTexting\"\nslug: simpletexting\nwebsite: https://simpletexting.com\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - java\n  - javascript\naddedAt: 2016-06-11\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nSimpleTexting provides Text Message Marketing and SMS Solutions. The company combines their intuitive web-based application with a superior commitment to client support.\n\nSimpleTexting works with organizations in every industry to deliver targeted text messages to consumers who have opted in and are ready to respond. Using the SimpleTexting application, companies are able to distribute text coupons, send appointment reminders, hold text-to-win sweepstakes, and more, all for a nominal monthly fee.\n\n## Company size\n\n10+ employees\n\n## Remote status\n\nRemote-eligible roles are based on the title, requirement and responsibilities of the individual. Majority of the roles are remote and distributed across the globe. Distributed teams rely on a combination of Slack, email, messaging and video applications, as well as voice calls, meetings, and possibly annual on-site weeks at headquarters.\n\n## Region\n\nRemote positions are available globally.\n\n## Company technologies\n\n- Java\n- Meteor\n- JS\n- HTML\n- CSS\n- JavaScript\n- Node.JS\n\n## Office locations\n\n- Miami, FL, USA (Headquarters)\n\n\n## How to apply\n\nEmail jobs @ simpletexting.com\n"
  },
  {
    "path": "src/companies/six-to-start.md",
    "content": "---\ntitle: \"Six to Start\"\nslug: six-to-start\nwebsite: https://sixtostart.com\ncareers_url: http://www.sixtostart.com/workwithus/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2016-10-19\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nFounded in 2007, Six to Start is an independent games developer and entertainment company based in London. We've created games and apps for companies like the BBC, Channel 4, Penguin Books, eBay, and Muse; and we've conducted research and development for Disney Imagineering, CBS Interactive, Microsoft, and the British Museum.\n\nSince 2011, Six to Start has focused on developing original smartphone games including Zombies, Run! and The Walk (co-created with Naomi Alderman).\n\n## Company size\n\n11 employees (October 2016)\n\n## Remote status\n\nSix to Start has its corporate headquarters in London, England, with half the team based out of the home office, and half working from home around the world. Six to Start employees use email, Slack, and various other tools to communicate.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- JavaScript, Python, Swift, Java\n\n## Office locations\n\n- London, UK\n\n## How to apply\n\nApply for any of the jobs listed on [our Jobs page](http://www.sixtostart.com/workwithus/)!\n"
  },
  {
    "path": "src/companies/sketch.md",
    "content": "---\ntitle: \"Sketch\"\nslug: sketch\nwebsite: https://www.sketch.com/\ncareers_url: https://jobs.ashbyhq.com/sketch/3cd3f073-2fae-40be-a072-65d56e89a1dd\nregion: americas-europe\nremote_policy: fully-remote\ncompany_size: medium\naddedAt: 2024-10-20\nupdatedAt: 2024-10-20\n---\n\n## Company blurb\n\nSketch puts the focus back on you and your work. We’re not a do-everything product. We’re a toolkit made by designers, for designers. We’re a close-knit team who \ncare deeply about our craft and the details of everything we do. We’ve already made our mark on the industry, but we’re nowhere near finished. Our mission is to \nhelp everyone design incredible things — and that’s where you come in.\n\n## Company size\n\nSketch employs around 100 to 200 people.\n\n## Remote status\n\nSketch priotizes flexibility in time working and work location, and as such is 100% remote.\n\n## Region\n\nEurope and North America\n\n## Company technologies\n\nMac app, Adobe Illustrator, and Adobe Photoshop\n\n## Office locations\n\nSketch is headquartered in the Netherlands, but has never had an office and aren’t planning to get one! \n\n## How to apply\n\nCheck out our application page: https://jobs.ashbyhq.com/sketch/3cd3f073-2fae-40be-a072-65d56e89a1dd\n"
  },
  {
    "path": "src/companies/skillcrush.md",
    "content": "---\ntitle: \"Skillcrush\"\nslug: skillcrush\nwebsite: https://skillcrush.com\ncareers_url: https://skillcrush.breezy.hr/\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - php\n  - ruby\naddedAt: 2017-10-17\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nHi, we're Skillcrush!\n\nWe believe that technology doesn't have to be so hard.\nSkillcrush is an interactive online learning community for creatives, thinkers, and makers. Looking for a more lucrative and fulfilling job, to design new products, or even to kickstart a new venture? You’ve come to the right place.\n\nWe’re here to demystify technology and help you completely transform your career. Even better, we believe that learning digital skills should be entertaining, delightful, and approachable. How will digital skills change you?\n\n## Company size\n\n20-50 Skillcrushers\n\n## Remote status\n\nWe are a 100% remote team! Get your digital nomad on or work from home! \n\n## Region\n\nSkillcrush is located in the US but we are open to candidates from all around the world.\n\n## Company technologies\n\nWordpress, Ruby, Rails, JavaScript, jQuery, HTML, CSS\n\n## Office locations\n\nHeadquarters are in New York but everyone is 100% remote. \n\n## How to apply\n\nYou can apply at different sites usually:\n[https://skillcrush.breezy.hr/](https://skillcrush.breezy.hr/)\n[https://angel.co/skillcrush-2/jobs/](https://angel.co/skillcrush-2/jobs/)\n[https://remoteok.io/remote-companies/skillcrush](https://remoteok.io/remote-companies/skillcrush)\n"
  },
  {
    "path": "src/companies/skillshare.md",
    "content": "---\ntitle: \"Skillshare\"\nslug: skillshare\nwebsite: https://www.skillshare.com/teach\ncareers_url: https://jobs.lever.co/skillshare?location=Anywhere\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\naddedAt: 2018-04-24\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\nSkillshare is an online learning community with thousands of classes for creative and curious people, on topics including illustration, design, photography, video, freelancing, and more. On Skillshare, millions of members come together to find inspiration and take the next step in their creative journey.\n\n## Company size \n\n500\n\n## Remote status\n\nThere is no information on how the remote culture works at Skillshare. As of October 2020 there are two remote job positions available.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nThere is no information on what technologies are used.\n\n## Office locations\n\nNew York City, New York, U.S.\n\n## How to apply\n\nhttps://jobs.lever.co/skillshare?location=Anywhere\n"
  },
  {
    "path": "src/companies/skyrocket-ventures.md",
    "content": "---\ntitle: \"Skyrocket Ventures\"\nslug: skyrocket-ventures\nwebsite: https://www.skyrocketventures.com/\ncareers_url: https://www.linkedin.com/jobs/view/jr-to-lead-backend-software-engineer-productivity-startup-at-skyrocket-ventures-1959922824/?utm_campaign=google_jobs_apply&utm_source=google_jobs_apply&utm_medium=organic\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\naddedAt: 2020-10-31\nupdatedAt: 2020-10-31\n---\n\n## Company blurb\n\nSkyrocket Ventures is a leading recruiting firm for high growth technology companies that range from industry leaders to top-tier startups. They aim to bring the best companies and candidates together. \n\nWhy Employers Work With Us\nCompanies we work with consistently pull ahead of the competition. Even in the face of challenges such as aggressive competitors, a difficult economy, and industry volatility, companies we work with are much more likely than others to reach their goals, whether they be increasing shareholder value, market share, going public, or getting acquired.\n\nWhy Candidates Work With Us\nMost recruiting firms only try to fill jobs, whereas Skyrocket Ventures also places candidates. There’s a subtle difference between the two. So if one of our recruiters is in touch with you, we will want to get to know you and understand both your short-term and long-term goals, so that we can accelerate your career advancement.\n\n[More information here](https://www.skyrocketventures.com/).\n\n## Company size \n\n50\n\n## Remote status\n\nSkyrocket Ventures is currently hiring remote engineering positions such as Jr. to Lead Backend Software Engineers. All positions are currently remote.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nThere is no information on what technologies are used.\n\n## Office locations\n\nWestlake Village, CA\n\n## How to apply\n\nhttps://www.linkedin.com/jobs/view/jr-to-lead-backend-software-engineer-productivity-startup-at-skyrocket-ventures-1959922824/?utm_campaign=google_jobs_apply&utm_source=google_jobs_apply&utm_medium=organic\n"
  },
  {
    "path": "src/companies/slack.md",
    "content": "---\ntitle: \"Slack\"\nslug: slack\nwebsite: https://slack.com/careers\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - java\n  - php\n  - go\n  - javascript\n  - mobile\n  - sql\n  - nosql\n  - search\n  - cloud\n  - devops\naddedAt: 2026-01-17\nupdatedAt: 2026-01-17\n---\n\nSlack is a business communication platform that enables teams to collaborate through real-time messaging, file sharing, and integrations with thousands of third-party applications. Now part of Salesforce, Slack connects millions of users worldwide and has become a central hub for workplace productivity. The platform is built on a sophisticated distributed architecture handling billions of messages daily.\n"
  },
  {
    "path": "src/companies/smartcash.md",
    "content": "---\ntitle: \"SmartCash\"\nslug: smartcash\nwebsite: https://smartcash.cc\nregion: other\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - dotnet\n  - go\n  - java\n  - javascript\n  - mobile\n  - sql\naddedAt: 2020-04-21\nupdatedAt: 2020-04-21\n---\n\n## Company blurb\n\nSmartCash is a peer-to-peer digital currency that can be used without having to trust a third party,\nwhich makes it possible to be your own bank.\nSmartCash is meant to be a currency and our vision is to replace centralized fiat currencies.\nSmartCash is an easy to use, fast, and secure cryptocurrency that supports everyday use such as\nbusiness payments. SmartCash has a unique decentralized governance system and technologies\nsuch as SmartNodes, InstantPay locked transactions in about a second, send by SMS and email, a\nproject treasury with private key voting, SmartMining security, SmartCard, and it's Point of Sale\napp called SmartPay.\n\n## Company size\n\n300+\n\n## Remote status\n\nWe only work remotely. We use GitHub, Trello, Ryver and Telegram for tasks and communication.\n\n## Region\n\nAll over the globe\n\n## Company technologies\n\nJava, JavaScript, NodeJs, HTML, CSS, JQuery, SQL, Postgres, Swift, Kotlin, C++, C#, Angular, MongoDB.\n\n## Office locations\n\nOnline\n\n## How to apply\n\nhello@smartcash.cc\nenriquesouza@smartcash.cc\n"
  },
  {
    "path": "src/companies/smile.md",
    "content": "---\ntitle: \"Smile.io\"\nslug: smile-io\nwebsite: https://smile.io\ncareers_url: https://smile.io/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - javascript\n  - nosql\n  - ruby\n  - search\n  - sql\naddedAt: 2021-04-13\nupdatedAt: 2021-04-13\n---\n\n## Company blurb\n\nSmile.io is the world’s largest loyalty platform, providing easy-to-use reward programs that help scaling e-commerce brands transform one-time sales into repeat, loyal customers. Over 60,000 brands use Smile to turn transactional purchasers into passionate repeat shoppers. We’re helping small businesses around the world grow sustainably so they can lead more passionate lives. And we’d like your help.\n\nWe’re celebrating explosive growth and need your help empowering every entrepreneur to grow their brand and build lasting relationships with their customers. We are a remote-first company, and we believe you should be able to work from anywhere. We have team members working from home offices across the globe, and our team has never been more connected. Tell us where you'd like to work when you apply!\n\n## Company size\n\n50+\n\n## Remote status\n\nWe are 100% remote, and worldwide today. \n\nOur philosophy regarding working remotely is an asynchronous first mindset.  We have team members spread across the globe lets try to keep this in mind when working together.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nSoftware Stack:\n\n- Ruby on Rails\n- Ruby\n- Javascript\n- React\n- Ember.js\n\nInfrastructure:\n- AWS\n- Kubernetes\n- Gruntworks.io\n\nDatastores:\n\n- Postgres\n- Redis\n- Kafka\n- Elasticsearch\n\n\n## Office locations\n\n- None - 100% Remote\n\n## How to apply\n\nYou can find our open jobs and apply directly here: https://smile.io/careers\n"
  },
  {
    "path": "src/companies/smmile-digital.md",
    "content": "---\ntitle: \"Smmile Digital\"\nslug: smmile-digital\nwebsite: https://smmile.com\ncareers_url: https://smmile.com/career-digital-marketing-agency-singapore/\nregion: other\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - php\n  - python\n  - sql\naddedAt: 2022-10-27\nupdatedAt: 2022-10-27\n---\n\n## Company blurb\n\nSince 2012, SMMILE has been empowering businesses with creative marketing strategies and digital solutions optimised for sales. As a leading creative marketing agency based in Singapore, we pride ourselves as being a fast and responsive team that not only understands our customers’ requirements and also execute projects efficiently and professionally. With strong motivation and desire for customer success, our experienced digital marketing consulting team brings upon years of creative marketing, design and digital solutions to support you on your integrated marketing needs.\nIn 2022, SMMILE began offering Web3 services to help customers be at the forefront of technology.\n\n## Company size\n\nWeb2/3 agency headquartered in Singapore with a strength of 15-25 people across the globe.\n\n## Remote status\n\nThey offer on location positions as well as remote positions.\n\n## Region\n\nSingapore\n\n## Company technologies\n\nPython, PHP, Unity, MYSQL, React, Nodejs, Solidity, Css, Javascript, AWS\n\n## Office locations\n\nHeadquarters: Singapore\n\n## How to apply\n\nPlease apply at the career portal [Smmile Digital Careers](https://smmile.com/career-digital-marketing-agency-singapore/)\n"
  },
  {
    "path": "src/companies/smugmug.md",
    "content": "---\ntitle: \"SmugMug\"\nslug: smugmug\nwebsite: https://www.smugmug.com/\ncareers_url: https://jobs.smugmug.com/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - dotnet\n  - java\n  - javascript\n  - linux\n  - ml\n  - mobile\n  - php\naddedAt: 2018-04-24\nupdatedAt: 2019-11-22\n---\n\n## Company blurb\n\nWe're a family owned & operated, bootstrapped, private, Silicon Valley tech company. We're likely the only one in the world.\n\nWe love photography! We own and operate [SmugMug](https://www.smugmug.com/) and [Flickr](https://www.flickr.com/), both huge photo sharing platforms, which makes us the largest photographer-focused community in the world. We care for tens of billions of happy photos, millions of paying customers, and billions of photography-loving visitors.\n\nWe started in 2002, so after more than 17 years, we're here to stay. We hope you'll join us.\n\n## Company size\n\nWe have more than 200 employees, most of whom are remote and work out of their houses, all over the world.\n\n## Remote status\n\nMost of SmugMug has been remote since our very first few years. It wasn't intentional, we just wanted to work with the very best people, many of whom weren't in Silicon Valley. So we hired them wherever they lived. It's worked out fantastically. \n\nMore than 10% of our workforce has worked with us for more than a decade and most of them are remote.\n\nAlmost all roles, including senior leadership & executive roles in every department, are eligible for remote work.\n\nWork out of your house or at a local co-working space of your choosing, whatever works best for the way you work.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\n- AWS (since 2005, literally their first customer)\n- PHP\n- JavaScript\n- Swift\n- Java\n- C#\n- React\n- AI (including ML & CV)\n- GPU (including CUDA/GPGPU)\n- Linux\n\n## Office locations\n\n- Mountain View, CA, USA\n- San Francisco, CA, USA\n\n## How to apply\n\n- [SmugMug's Jobs Page](https://jobs.smugmug.com/)\n- [Flickr's Jobs Page](https://www.flickr.com/jobs/)\n"
  },
  {
    "path": "src/companies/socket-supply-co.md",
    "content": "---\ntitle: \"Socket Supply Co\"\nslug: socket-supply-co\nwebsite: https://socketsupply.co\ncareers_url: https://socketsupply.co/jobs/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - mobile\n  - rust\naddedAt: 2022-02-22\nupdatedAt: 2022-02-22\n---\n\n## Company blurb\n\nSocket Supply Co. is how web developers use cloud computing services like AWS. Our lean, fast, local-first software helps developers be more productive, collaborate in real-time and deploy the web.\n\n## Company size\n\n6\n\n## Remote status\n\nSocket Supply Co. is a mostly remote company with offices in Berlin and New York.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nJavaScript, HTML, CSS, C++, Objective-C++ Cocoa, GTK, Win32, Rust, Git, Discord, IRC\n\n## Office locations\n\nBerlin, New York\n\n## How to apply\n\nSocket Supply co. openings are listed on the [jobs](https://socketsupply.co/jobs/) page.\n"
  },
  {
    "path": "src/companies/softwaremill.md",
    "content": "---\ntitle: \"SoftwareMill\"\nslug: softwaremill\nwebsite: https://softwaremill.com/\ncareers_url: https://softwaremill.com/join-us\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - java\n  - scala\naddedAt: 2018-04-24\nupdatedAt: 2019-07-26\n---\n\n## Company blurb\n\nAt SoftwareMill we write custom software. Our focus is on delivering value to our clients with the help of high-quality development. We are based in Poland and believe our small focused teams can efficiently solve your problems. We will be your one and only team.\n\n## Company size\n\n20-50.\n\n## Remote status\n\nWe all work from our homes, co-working offices or sometimes even from Bieszczady Mountains.\n\nPolish language is *strictly* required, as internally we are a Polish speaking company\n\n## Company technologies\n\n- Java\n- Scala\n\n## How to apply\n\n- https://softwaremill.com/join-us\n"
  },
  {
    "path": "src/companies/sommo.md",
    "content": "---\ntitle: \"Sommo\"\nslug: sommo\nwebsite: https://www.sommo.io\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\naddedAt: 2021-12-07\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\n[Sommo](https://www.sommo.io) is a no-code / low-code development studio that helps you build, launch and grow 10x faster with no-code approach.\n\nOur clients are startups and enterprise companies who want to launch an MVP, build the first version of the product, validate an idea or streamline business processes with internal tools. \n\nOur skilled team of no-coders hires for remote or hybrid positions all over the world, for roles such as Bubble.io developer, Webflow developer, Designer, PM, Sales, and Marketing.\n\nJoin our dynamic and vibrant team and be at the crest of the new innovative no-code wave that changes how software products are made. Be a pioneer and join our team! \n\n## Company size\n\n20 people as of 2022 and growing quickly.\n\n## Remote status\n\nOur team is fully remote/hybrid (offices in Kyiv, Ukraine, optional to visit). Most of the team members are from different cities in Ukraine, Poland, Germany, Georgia, US. We communicate via Slack / Google Meet on a regular basis.\n\n## Region\n\n🌎 Worldwide\n\n## Company technologies\n\n🖥 No-code Developer: Bubble.io, Webflow, Glide, WeWeb\n\n🎨 Design: UX/UI design\n\n## Office locations\n\n🌍 Kyiv, Ukraine\n\n## How to apply\n\n👉 Leave your message on [Sommo website](https://www.sommo.io)\n"
  },
  {
    "path": "src/companies/sonatype.md",
    "content": "---\ntitle: \"Sonatype\"\nslug: sonatype\nwebsite: https://www.sonatype.com\ncareers_url: https://www.sonatype.com/company/careers\nregion: worldwide\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\naddedAt: 2023-10-18\nupdatedAt: 2023-10-18\n---\n\n## Company blurb\n\n[Sonatype](https://www.sonatype.com) is the software supply chain management company. We're on a mission to change how the world innovates by making software development easier. From running the world's largest repository of Java open source components (Maven Central), to inventing componentized software development, and then software supply chain management, to creating the only solution that stops malicious open source malware in its tracks, we're constantly leading the industry, while helping thousands of customers manage open source every day.\n\nAlready used by 15 million developers, we have lofty goals for our technology to be in the hands of every engineering team. And, we need you to do that.\n\nThe Sonatype platform empowers speed and security in open source development. It gives organizations total control of their SDLC for more confidence in every piece of open source code, source code, and containerized code.\n\n2000 enterprise customers served\n\nWe unite software developers, application security professionals, operators, engineering leaders, and legal teams to manage their open source components safely so that they can focus on innovation.\n\n15 million software developers served\n\nOur intelligence engine combines machine learning and nearly 100 in-house expert data researchers to create faster, more in-depth and accurate information about open source than available anywhere else.\n\n100 million open source components analyzed\n\n## Company size\n\n501-1000\n\n## Remote status\n\nAs a remote-first company, trust is foundational to the success of our business. At Sonatype, Trust = Transparency + Accountability. We strive for transparency through clear communications across functions and levels. We hold ourselves accountable to the promises we make to our employees, investors, and customers.\n\nOur varied experiences, locations, ethnicities, genders, and sexual orientations, make us a better company. That's why we're committed to bringing different backgrounds and perspectives into our organization.\n\n## Region\n\nWorldwide\n\nWhile we have offices in the US in Maryland and Virginia, and also in London and Sydney, our growing and talented team lives and works anywhere and everywhere.\n\n## Company technologies\n\nJavaScript, HTML, CSS, Java, DevOps, SaaS and cloud technologies\n\n## Office locations\n\n**Headquarters**\n\n8161 Maple Lawn Blvd #250\nFulton, MD 20759\nUnited States of America\n\n**European Office**\n\n168 Shoreditch High Street\nLondon E1 6HU\nUnited Kingdom\n\n**APAC Office**\n\n60 Martin Place Level 1\nSydney, NSW 2000\nAustralia\n\n## How to apply\n\nVisit https://www.sonatype.com/company/careers to see open positions.\n\n[1]: https://www.sonatype.com/\n"
  },
  {
    "path": "src/companies/soostone.md",
    "content": "---\ntitle: \"Soostone\"\nslug: soostone\nwebsite: https://soostone.com\ncareers_url: http://www.soostone.com/contact\nregion: americas\nremote_policy: remote-friendly\ntechnologies:\n  - data\n  - javascript\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\nSoostone is a specialized technology company that combines innovative software with data science to provide high-impact solutions to a diverse corporate clientele around the world.\n\n## Region\nUSA\n\n## Company technologies\n### As Data Engineer\n- SQL\n- Hadoop\n- RDBMSs\n\n### As Systems Engineer\n- RDBMSs\n- NoSQL databases\n- websockets\n- DSL/EDSLs\n\n## Office locations\nSoostone, Inc\n25 Broadway, 9th Floor\nNew York, NY, 10004\n+1 917 725 0849 (Office)\n\n## How to apply\n[Data Engineer & Systems Engineer]\nTo apply, please email us at jobs@soostone.com with:\n\n1. your resume, CV or similar\n2. a link to your open source projects, if applicable\n3. your GitHub or Bitbucket account, if applicable\n4. a short description of your interest in working with us\n\nhttp://www.soostone.com/contact\n"
  },
  {
    "path": "src/companies/soshace.md",
    "content": "---\ntitle: \"Soshace, LLC.\"\nslug: soshace-llc\nwebsite: https://www.soshace.com/\ncareers_url: https://soshace.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - java\n  - javascript\n  - python\naddedAt: 2018-07-20\nupdatedAt: 2018-07-20\n---\n\n## Company blurb\n\nSoshace is an online platform that joins IT professionals and companies. We provide verified Angular, React, Vue.js, Node.js, Python, Java developers to modern businesses which are ready to work with professionals all over the world.\nWe generally work with startups and digital agencies from the US, Australia, the UK.\nOur developers absolutely love big and complex projects and do only those things they are capable to do.\n\n## Company size\n\n50-100\n\n## Remote status\n\nSoshace are fully remote\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nJavascript, React, Angular, Vue.js, Node, Python, Java\n\n## Office locations\n\nWherever you're working. :)\n\n## How to apply\n\nhttps://soshace.com/careers\n\n [1]: https://soshace.com/\n"
  },
  {
    "path": "src/companies/sourcegraph.md",
    "content": "---\ntitle: \"Sourcegraph\"\nslug: sourcegraph\nwebsite: https://sourcegraph.com/careers\nregion: worldwide\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\n  - rust\n  - sql\n  - devops\n  - cloud\n  - search\naddedAt: 2026-01-17\nupdatedAt: 2026-01-17\n---\n\nSourcegraph is a code intelligence platform that empowers developers and AI agents to search, understand, and automate changes across large codebases. Their products include deep code search, batch changes for large-scale cross-repository modifications, and code insights for analytics across repositories. Major clients include Uber, Stripe, Dropbox, and Indeed.\n"
  },
  {
    "path": "src/companies/spoqa.md",
    "content": "---\ntitle: \"Spoqa, Inc.\"\nslug: spoqa-inc\nwebsite: https://spoqa.co.kr/\ncareers_url: https://spoqa.co.kr/careers/#recruit\nregion: asia-pacific\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - java\n  - javascript\n  - ml\n  - mobile\n  - python\naddedAt: 2015-10-15\nupdatedAt: 2022-08-20\n---\n\n## Company blurb\n\nSpoqa provides a tablet-based membership application named [Dodo Point][1]. Also, Spoqa has a partnership with [Carry Protocol][2].\n\n## Company size\n\n50-100\n\n## Remote status\n\nWe are now providing full remote system for employees. If you want to work remotely, just share your plan to your team and it's ok. Every information should be shared by online (Slack, Jira, and Confluence) so that you can do every tasks remotely.\n\n## Region\n\nRepublic of Korea, Japan\n\n## Company technologies\n\nPython, Swift, Kotlin, React, HTML5, SCSS, Solidity\n\n## Office locations\n\n### Seoul, Republic of Korea\n(06193) 127 Teheran-ro 4F, Gangnam-gu, Seoul 1670-6463\n\n### Busan, Republic of Korea\n(48058) 30 Centum seo-ro #2404 KNN Tower, Haeundae-gu, Busan 1670-6463\n\n### Tokyo, Japan\n(151-0053) Ohashi Building 6F, Yoyogi1-59-1, Shibuya, Tokyo 03-6869-3610\n\n## How to apply\n\nhttps://spoqa.co.kr/careers/#recruit\n\n [1]: https://www.dodopoint.com/\n [2]: https://www.carryprotocol.io/\n"
  },
  {
    "path": "src/companies/spotify.md",
    "content": "---\ntitle: \"Spotify\"\nslug: spotify\nwebsite: https://www.spotify.com/\ncareers_url: https://www.lifeatspotify.com/jobs\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - nosql\n  - scala\naddedAt: 2022-05-10\nupdatedAt: 2022-05-10\n---\n\n## Company blurb\n\n\"Spotify transformed music listening forever when it launched in 2008. Discover, manage and share over 82 million tracks, including more than 4 million podcast titles, for free, or upgrade to Spotify Premium to access exclusive features for music including improved sound quality and an on-demand, offline, and ad-free music listening experience. Today, Spotify is the world’s most popular audio streaming subscription service with 422m users, including 182m subscribers, across 183 markets.\"[^1]\n\n[^1]: Source: https://newsroom.spotify.com/company-info/\n\n## Company size\n\n8,230 (March 2022)\n\n## Remote status\n\n\"We believe in offering our people the freedom to choose where they work. This means that for the majority of roles you can choose to work from home or in the office. You may even be able to work in a different city or country than your team as long as you’re based in the same region and it makes sense for your role. We’ll discuss your options with you before you join. In the meantime, you can see a list of our regions [here](https://www.lifeatspotify.com/work-by-region).\"[^2]\n\n[^2]: Source: https://www.lifeatspotify.com/being-here/work-from-anywhere\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Scala\n- Cassandra\n- GCP\n\n## Office locations\n\n- Stockholm, Sweden\n- New York City, New York, USA\n- London, UK\n- Amsterdam, The Netherlands\n- Milan, Italy\n- and [many, many more](https://www.lifeatspotify.com/locations)\n\n## How to apply\n\nVisit https://www.lifeatspotify.com/jobs to see open positions.\n"
  },
  {
    "path": "src/companies/spreaker.md",
    "content": "---\ntitle: \"Spreaker\"\nslug: spreaker\nwebsite: https://spreaker.com/\ncareers_url: https://careers.spreaker.com/opportunities/\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - devops\n  - javascript\naddedAt: 2022-03-10\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nSince 2010 [Spreaker](https://www.spreaker.com/)  has been striving for technical and customer service excellence. Within the last years we have moved from being a podcast hosting and distribution platform to expanding and innovating how content producers monetize and hone their craft. \n\nOur global podcast hosting network delivers more than 300 million listens per month across 4 continents, enabling more than 50 thousand podcast producers to get heard and create successful podcasts. We ensure to bridge the gap between creativity and passion to profitable businesses.\n\nSince late 2020 Spreaker is part of [iHeartMedia](https://www.iheartmedia.com/). \n\n## Company size\n\n~50 \n\n## Remote status\n\nWe are a full remote company since 2016. You can choose to work wherever you like, being your home, a cafeteria, a co-working, you name it.\n\nThe company provides an annual personal budget for buying home equipment or for paying a co-working.\n\nConnecting and empathising with colleagues in a remote environment is challenging. During the years we learned to create moments in the day-by-day work to ease this. Just to give you an idea we have: \n- Donuts: opt-in, random, 1-to-1 chat about all topics but work\n- Monthly Trivia: where teams challenge each other like in a TV show quiz\n\nSeveral people are located in Italy and sometimes people who live nearby meet and work together for a day. \n\nOnce a year we gather together for a company retreat, usually in Europe.\n\n## Region\n\nWe are both in US and Europe. Tech team is all located in Europe (more or less between CET-2 and CET +2)\n\n## Company technologies\n\nIn order to provide our service we maintain several application, using a wide range of technologies, just to name a few: \n- Kubernetes, Lambda, SQS, Postgres, Redis, Prometheus\n- PHP, Javascript, Typescript, Scala, Android, Swift, Kotlin\n\n## Office locations\n\nThe internet. \n\n## How to apply\n\nYou can find all open positions here: https://careers.spreaker.com/opportunities/\n"
  },
  {
    "path": "src/companies/spreedly.md",
    "content": "---\ntitle: \"Spreedly\"\nslug: spreedly\nwebsite: https://spreedly.com/\ncareers_url: https://spreedly.com/jobs\nregion: other\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - elixir\n  - ruby\naddedAt: 2016-06-09\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nSpreedly delivers a service to our customers that does just three things: collects payment data (mostly credit cards) on their behalf, keeps that payment data safe, and lets them make use of it however they'd like. The complicating factor in all that is PCI-DSS and more security more generally, and taking on the hard work of keeping all that data safe through each step of the process is what our customers pay us for. Further, because of all the backends we integrate with, we think \"distributed system first\" and are already hitting all kinds of interesting scaling challenges.\n\n## Company size\n\nAs of the summer of 2016 we're on the low end of 20-50 employees, but we're growing pretty quickly.\n\n## Remote status\n\nWe've had a semi-distributed culture from day one, with the founders working out of their respective houses initially, and for the last few years we've had the company working 2 days/week out of our Durham office, and 3 days/week working from wherever individuals like. We've also had full-time remote sales folks from really early on.\n\nAs of the summer of 2016, we're taking the next step which is to start hiring full-time remote engineers and technical support reps and transition to a fully distributed team. We'll still have plenty of people working out of our Durham office, but we're embracing the idea that once there are full-time remote employees, the whole team needs to think of itself as distributed.\n\n## Region\n\nAs of the summer of 2016, we're focused on US-friendly timezones - you should be able to easily overlap at least 5 hours of your work day with the US Eastern time zone.\n\n## Company technologies\n\nWe have a lot of Ruby, two very well-written and up-to-date Rails apps, and are starting most greenfields development in Elixir.\n\n## Office locations\n\nDurham, NC, USA\n\n## How to apply\n\nCheck out https://spreedly.com/jobs to see what's listed and apply, and note that some positions may not be open to remote (yet).\n"
  },
  {
    "path": "src/companies/spruce.md",
    "content": "---\ntitle: \"Spruce\"\nslug: spruce\nwebsite: https://getspruce.com/\ncareers_url: https://getspruce.com/careers/\nregion: americas\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - javascript\n  - python\naddedAt: 2021-10-02\nupdatedAt: 2021-10-02\n---\n\n## Company blurb\n\nAt [Spruce](https://getspruce.com), our mission is to build relationships and technology that empower local businesses to serve our residents. From full housekeeping to a quick tidy up or a dog walk for your furry friend, Spruce is available to residents on-demand. For the property manager, Spruce reduces the growing burden of managing multiple vendors and provides security and oversight for the entire property. Spruce helps local businesses build economies of scale in their operations and tech-enable their business so they can compete in the modern economy.\n\n## Company size\n 100+ \n\n## Remote status\n\nSpruce is a remote-first organization. What that means for us is that we do not have any in-office requirements and conduct all company activities assuming a significant portion of participants will be remote. \n\nWe also recently terminated the lease on our headquarters office in Austin, TX in favor of a \"floating\" headquarters that is adaptable to our company's current needs. As a rapidly growing startup, this helps us remain free of the constraints of a physical location and adaptable to the changes that are inherent to a young, growing company.\n\n## Region\n\nOur team is spread-out across North America and Latin America. We're location-agnostic as long as there is 5+ hours of overlap with Central timezone and adequate access to stable, high-speed internet. \n\n## Company technologies\n\nPrimary: Node.js | React | TypeScript | GraphQL | Kubernetes | Docker | AWS\n\nSecondary: Go | Python | Terraform\n\n## Office locations\n\nAustin, TX, USA\n\n## How to apply\n\nVisit https://getspruce.com/careers/ to see open positions.\n"
  },
  {
    "path": "src/companies/stack-exchange.md",
    "content": "---\ntitle: \"Stack Exchange\"\nslug: stack-exchange\nwebsite: https://stackexchange.com/\ncareers_url: http://stackexchange.com/work-here\nregion: worldwide\nremote_policy: hybrid\ncompany_size: medium\naddedAt: 2015-10-13\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe help millions of people find expert answers and amazing jobs every day. Join us.\n\nWe’re committed to making the internet a better place. Our products aim to enrich the lives of developers as they grow and mature in their careers.\n\n## Company size\n\n200+ employees in the [team](http://stackexchange.com/about/team)\n\n## Remote status\n\nFor many teams and openings, we also offer remote work.\nWe strongly believe that diverse experience contributes to a broader collective perspective that will consistently lead to better products. We’re continuously working hard to increase the diversity of our team wherever we can. We actively encourage all candidates to get to know us and consider becoming part of our team. We believe teams perform their best when people enjoy their jobs and the people they work with. We offer multiple ways for team members to interact with each other after-hours, whether you work in the office or remotely.\n\n## Region\n\nWorldwide - \"Work Where You Want\"\n\n## Company technologies\n\nThe tools and technologies used to build the Stack Exchange network are listed in a questions on [meta.stackexchange.com](http://meta.stackexchange.com/questions/10369/which-tools-and-technologies-are-used-to-build-the-stack-exchange-network)\n\n## Office locations\n\nWe have offices in New York, London, and Denver.\n\n## How to apply\n\n[Work here](http://stackexchange.com/work-here) at Stack Exchange\n"
  },
  {
    "path": "src/companies/stairlin.md",
    "content": "---\ntitle: \"Stairlin\"\nslug: stairlin\nwebsite: https://www.stairlin.com/\ncareers_url: https://stairlin.com/jobs.html\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - ml\n  - nosql\naddedAt: 2017-08-03\nupdatedAt: 2022-10-18\n---\n\n## Company blurb\n\nStairlin is building a marketplace for anyone to easily start or run their business online; and to offer their customers a seamless experience to find, book and pay for their services in 15 seconds or less.\n\n## Company size\n\n6 team members\n\n## Remote status\n\nStairlin is set up to work remotely and half of the team works remotely every day. All our team members work on the GTM+2 time zone, but we are open to have people from different time zones as long as our working hours overlap for our daily stand-up.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n### Frontend\n\n - React, Redux, Saga\n - HTML, SCSS\n - Webpack\n\n### Backend\n\n - Go\n - Microservices\n - Couchbase, InfluxDB, Consul\n - Docker, Swarm\n\n## Office locations\n\nStairlin has an office in Zürich (Switzerland) and Lausanne (Switzerland) - GMT+2\n\n## How to apply\n\nIf your desire is to surround yourself with smart people that you will learn from – in an open, collaborative, transparent environment – and simultaneously contribute to that knowledge then you just might be what we're looking for: [Current Openings](https://stairlin.com/jobs.html)\n"
  },
  {
    "path": "src/companies/status.md",
    "content": "---\ntitle: \"Status\"\nslug: status\nwebsite: https://www.status.im/\ncareers_url: https://status.im/open-positions.html\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\naddedAt: 2018-02-28\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nA mobile Ethereum OS. [Status](https://status.im/) lets you browse, chat and make payments securely on the decentralized web.\n\n## Company size\n\nA remote team of 40 people scattered around the globe.\n\n## Remote status\n\nEveryone at Status works from a location of their choosing - and we all meet up twice a year to strategize and strengthen our relationships.\n\n## Region\n\nWorldwide\n\n## Office locations\n\n* Zug, Switzerland\n\n## How to apply\n\nCheck [current job openings](https://status.im/open-positions.html).\n"
  },
  {
    "path": "src/companies/stencil.md",
    "content": "---\ntitle: \"Stencil\"\nslug: stencil\nwebsite: https://getstencil.com\nregion: other\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - ml\naddedAt: 2017-10-06\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nRidiculously simple image creation for social media marketers, bloggers and small businesses.\n\n## Company size\n\n0-5\n\n## Remote status\n\nOur HQ is in Toronto but we're a fully remote team. We live on Slack! \n\n## Region\n\nWe'd prefer continental US and Canadian employees in Eastern Standard Time, but we're totally open to international employees if the fit is right.\n\n## Company technologies\n\nJavascript, Canvas, HTML5, AWS\n\n## Office locations\n\nToronto, Canada\n\n## How to apply\n\nTo apply please send us an email at hello@getstencil.com with the subject \"Remote Customer Support Specialist Position\"\n"
  },
  {
    "path": "src/companies/sticker-mule.md",
    "content": "---\ntitle: \"Sticker Mule\"\nslug: sticker-mule\nwebsite: https://www.stickermule.com/\ncareers_url: https://www.stickermule.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\n  - devops\n  - dotnet\n  - go\n  - graphql\n  - javascript\n  - nosql\n  - python\n  - ruby\n  - sql\naddedAt: 2022-10-05\nupdatedAt: 2022-10-05\n---\n\n## Company blurb\n\nWe aim to build an incredible experience for ordering custom products.\nWasting time sucks. That’s why we relentlessly focus on making it fast and easy to order custom products. Order in seconds and get your products in days. Free proofs, free artwork help, free shipping and fast turnaround are why people love us.\n\n## Company size\n\n500-1000\n\n## Remote status\n\nWe are powered by a remote team across 17 countries.\n\nOur team comes from diverse backgrounds and 17 countries, but we’re all united by a shared set of values. We happily work from the United States, Argentina, Bosnia & Herzegovina, Brazil, Canada, Croatia, Finland, France, Germany, Guatemala, India, Italy, Poland, Slovakia, Spain, Sweden, and the UK.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nReact, Next.js, TypeScript, Node.js, Ruby on Rails, .NET, Python, C#, Go, PostgreSQL, Redis, GraphQL, Kubernetes, Docker, AWS\n\n## Office locations\n\n336 Forest Ave\nAmsterdam, NY 12010\nUnited States\n\n## How to apply\n\nCheck our jobs page: [careers page](https://www.stickermule.com/careers)\n"
  },
  {
    "path": "src/companies/stitch-fix.md",
    "content": "---\ntitle: \"Stitch Fix\"\nslug: stitch-fix\nwebsite: https://www.stitchfix.com\ncareers_url: https://www.stitchfix.com/careers/jobs\nregion: americas\nremote_policy: remote-friendly\ntechnologies:\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2020-10-20\n---\n\n## Company blurb\n\nWith clothing hand selected by our expert stylists for your unique size & style, you’ll always look and feel your best. No subscription required, delivered straight to your door.\n\n## Remote status\n\nCollaborate closely with engineers, data scientists & marketing partners using synchronous communication tools (video, Slack) and asynchronous tools (Google Docs, Github PR reviews).\n\nOpportunity to travel and meet with your team in person four times per year.\n\n## Region\n\nUSA\n\n## Company technologies\n\nRuby (Rails) and JavaScript (ReactJS)\n\n## Office locations\n\n- San Francisco (HQ), CA, USA\n- Austin, TX. USA\n- Bethlehem, PA. USA\n- Dallas, TX. USA\n- Phoenix, AZ. USA\n- Pittsburgh, PA. USA\n- Cleveland, OH. USA\n- Lithia Springs, GA. USA\n- London, UK\n\n## How to apply\n\nJoin the team by visiting our [job openings page](https://www.stitchfix.com/careers/jobs)!\n"
  },
  {
    "path": "src/companies/stoneco.md",
    "content": "---\ntitle: \"StoneCo\"\nslug: stoneco\nwebsite: https://www.stone.co/\ncareers_url: https://www.stone.co/careers.html\nregion: other\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - dotnet\n  - elixir\naddedAt: 2020-07-20\nupdatedAt: 2020-07-20\n---\n\n## Company blurb\n\n[StoneCo](https://www.stone.co/) is a leading provider of financial technology solutions that empower merchants and integrated partners to conduct electronic commerce seamlessly across in-store, online, and mobile channels. Stone has developed a deep client-centric culture that seeks to delight our clients rather than to simply provide them with a solution or service. Stone serves clients of all sizes and types that transact online, offline or have an omni-channel sales approach. Stone also serves many integrated partners, which use or embed Stone’s solutions into their own offerings to enable their customers to conduct commerce more conveniently.\n\nOur purpose is clear: changing the way the payment system works. To do so, we work hard to provide an equal playing field for entrepreneurs.\n\n## Company size\n\n4000+ employees and constantly growing to innovate and bring solutions to our reason for existing: the customer.\n\n## Remote status\n\nFor many teams we offer fully remote options, and for the rest you can work either in offices around Brazil or partially remote depending on your team and position.\n\n## Region\n\nBrazil\n\n## Company technologies\n\nTools and technologies at StoneCo generally are decided by each squad and vary according to the solutions needed. Depending on your squad, you can work with: C#, Elixir, Kubernetes, Docker, RabbitMQ, GCP, Azure, Ansible, Terraform and many more. You can check the job description to know more about a specific stack.\n\n## Office locations\n\nThe main offices are located in São Paulo and Rio de Janeiro, but we have more around Brazil.\n\n## How to apply\n\n[Careers page](https://www.stone.co/careers.html) at StoneCo website.\n"
  },
  {
    "path": "src/companies/stormx.md",
    "content": "---\ntitle: \"StormX\"\nslug: stormx\nwebsite: https://stormx.io/\ncareers_url: https://stormx.io/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - javascript\n  - mobile\naddedAt: 2021-10-04\nupdatedAt: 2021-10-25\n---\n\n## Company blurb\n\nStormX is an app and a browser extension that allows users to earn crypto while shopping online. We pride ourselves on being a fast-moving, passionate and enthusiastic group of like-minded individuals. With 1,000+ stores in over 180 countries, our company is rapidly expanding, and we’re on a constant lookout for fresh talent to join our team!\n\n## Company size\n\n25+ (as of September 2021)\n\n## Remote status\n\nFully remote with people all over the world.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nReact, React Native, TypeScript, Node.js, Microservices, Kubernetes, Docker, Serverless, Craft CMS\n\n## Office locations\n\nAnywhere on the mother Earth with internet access.\n\n## How to apply\n\nCheck our jobs page: [https://stormx.io/careers](https://stormx.io/careers)\n"
  },
  {
    "path": "src/companies/strapi.md",
    "content": "---\ntitle: \"Strapi\"\nslug: strapi\nwebsite: https://strapi.io/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - graphql\n  - javascript\n  - sql\naddedAt: 2021-08-25\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nStrapi is the leading open-source headless CMS. It’s 100% JavaScript, fully customizable and developer-first.\n\n## Company size\n\n40-50\n\n## Remote status\n\nThe Strapi team is fully remote. However, many Strapiers enjoy working from a public co-working space. Our remote budget is dedicated to cover this cost.\n\nWe also have a free private co-working space in Paris (formerly our office).\n\n## Region\n\nWe're hiring globally! Some job offers require to be located in a certain timezone (engineers: CET +/- 2H).\n\n## Company technologies\n\nNode.js, React, PostgreSQL, MySQL, GraphQL, Apollo, Docker\n\n## Office locations\n\nOfficial Co-working Space (formerly our office) is located at:\n131 Rue Saint-Denis, \n75001 Paris, \nFrance\n\nCoworking Spaces all over the world.\n\n## How to apply\n\nStrapi list all open job offers on their [careers page](https://strapi.io/careers).\n"
  },
  {
    "path": "src/companies/streamnative.md",
    "content": "---\ntitle: \"StreamNative\"\nslug: streamnative\nwebsite: https://streamnative.io/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - dotnet\n  - go\n  - java\naddedAt: 2022-01-09\nupdatedAt: 2022-02-05\n---\n\n## Company blurb\n\n[StreamNative](https://streamnative.io/) is enabling organizations to build the next generation of messaging and event streaming applications. Leveraging Apache Pulsar and BookKeeper, we optimize for scalability and resiliency while reducing the overhead management and complexity required by incumbent technologies. We do this by offering Pulsar and StreamNative’s ‘products as a service’. \n\nStreamNative is building a world-class team that is passionate about building amazing products and committed to customer success.\n\n\n## Company size\n\n50-100 employees worldwide.\n\n## Remote status\n\nThe whole company are working remotely. Our teams are distributed. Some positions may have a region limit, but most (esp. engineering ones) are hiring globally.\n\nOur recruitment process and onboarding process are all remote. StreamNative will also be held employee exchange event regularly in every region to provide an opportunity for employees to match avatars to real faces and meet everyone.\n\nTeams heavily rely on different forms of asynchronous (Github, Google Spreadsheets/Docs, Google Groups, email) and synchronous (Slack, Zoom) communication where necessary and appropriate.\n\n## Region\n\nStreamNative is interested in hiring worldwide.Currently our employees are located in the following countries:\n\n* US\n* China\n* France\n* Greece\n* Ireland\n\n## Company technologies\n\n* Go\n* C#\n* Java\n\n## How to apply\n\nApply at https://streamnative.io/careers/\n"
  },
  {
    "path": "src/companies/stripe.md",
    "content": "---\ntitle: \"Stripe\"\nslug: stripe\nwebsite: https://stripe.com/\ncareers_url: https://stripe.com/jobs\nregion: europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - data\n  - javascript\n  - nosql\n  - ruby\n  - sql\naddedAt: 2015-11-04\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nStripe is the best way to accept payments online and in mobile apps. We handle billions of dollars every year for forward-thinking businesses around the world.\n\n## Company size\n\n200+\n\n## Remote status\n\nThere are remote employees across a [range of roles](https://www.quora.com/Does-Stripe-allow-or-look-for-remote-only-workers).\n\n## Region\n\nStripe support remote working, according to [Cristina Cordova - BD @ Stripe](https://www.quora.com/Does-Stripe-hire-telecommuters?srid=3NK&share=1) \"From Seattle to New York to Europe\".\n\n## Company technologies\n\nRuby, CoffeeScript, Backbone.js, Sinatra, PostgreSQL, hadoop, redis, AWS\n\n## Office locations\n\nHeadquarters are:\n3180 18th St\nSan Francisco, CA 94110\n\n## How to apply\n\nStripe list all open vacancies on their [jobs page](https://stripe.com/jobs).\n"
  },
  {
    "path": "src/companies/studysoup.md",
    "content": "---\ntitle: \"StudySoup\"\nslug: studysoup\nwebsite: https://studysoup.com/\ncareers_url: https://studysoup.com/apply\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - go\n  - javascript\n  - ruby\n  - sql\naddedAt: 2016-01-06\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\n[StudySoup](https://studysoup.com) is a peer-to-peer marketplace that enables students to buy and sell the study materials they need to succeed.\n\n## Company size\n\n0-20 full-time employees\n2,000+ student note-takers\n\n## Remote status\n\nStudySoup has headquarters in San Francisco, but only two full-time employees work there regularly.\nThe rest of us work from various parts of California, Utah, Oregon, and Toronto.\nOn top of that, we have thousands of student note-takers spread across campuses nationwide.\n\n## Region\n\nBoth full-time employees and student note-takers are spread worldwide.\n\n## Company technologies\n\n###For Remote Working:\n\nSlack\nGoogle Docs\nGoogle Hangouts\n\n###Other:\n\nRuby-on-Rails\nMySQL\nJavascript/jQuery\nZoho\nStripe\nSendWithUs\n\n## Office locations\n\n1381 9th Ave, San Francisco, CA 94122\n\n## How to apply\n\nhttps://studysoup.com/apply\n"
  },
  {
    "path": "src/companies/superplayer-and-co.md",
    "content": "---\ntitle: \"Superplayer & Co\"\nslug: superplayer-co\nwebsite: https://superplayer.company\nregion: americas\nremote_policy: remote-first\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - devops\n  - dotnet\n  - go\n  - java\n  - javascript\n  - mobile\n  - nosql\n  - search\n  - sql\naddedAt: 2019-09-20\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nSuperplayer & Co is a leader in B2B music digital solutions in Brazil.\nWe offer a full spectrum of services to help businesses innovate through music and technology. We develop custom white label solutions, background music service for businesses and trans media music content.\nSuperplayer & Co was globally accelerated by Google and is part of the Movile Group, leader in mobile marketplaces in Latin America, with services like iFood, largest food delivery service in Latin America; PlayKids, world's top video streaming service focused in kids; Sympla, biggest ticketing platform for independent events in Brazil, and many others.\n\n\n## Company size\n\n1-20 (proud Superplayers).\n\n## Remote status\n\nWe are a remote first company with team members spread across many cities in Brazil (also in London).\nWe offer Home Office and co-working allowances for remote members like a service subscription that gives them access on many co-work spaces in the main cities in Brazil.\nOur team is from different regions of Brazil and, as Brazil is a continental country, have a lot of cultural differences that makes our team unique!\n\n\n## Region\n\nBrazil (Brasil), Latin America.\n\nWe hire mainly from Brazil, but we are open to people from our neighbors like Argentina, Uruguay, Chile and other Latin America countries. In the past we had interns on student exchange from Colombia and Peru and it was awesome!\n\n## Company technologies\n\nJavaScript, Node.js, React, Electron, Kotlin, Swift, MongoDB, Elasticsearch, PostgreSQL, .NET, C#, Docker, Kubernetes, Google Cloud Platform, Amazon Web Services\n\n## Office locations\n\nPorto Alegre, Brazil.\n\n## How to apply\n\nSend an e-mail to [jointheband@superplayer.company](mailto:jointheband@superplayer.company).\n"
  },
  {
    "path": "src/companies/surevine.md",
    "content": "---\ntitle: \"Surevine\"\nslug: surevine\nwebsite: https://www.surevine.com/\ncareers_url: https://www.surevine.com/jobs/\nregion: europe\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - cloud\n  - java\n  - javascript\n  - linux\n  - ml\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\n[Surevine](https://www.surevine.com/) is a cybersecurity company that was founded in 2008. From their website:  \n_Surevine builds secure, scalable collaboration solutions for the most security conscious organisations; joining people up and enabling collaboration on their most highly sensitive information._  \n\n## Company size\n\nAccording to their [LinkedIn](https://www.linkedin.com/company/surevine/) profile, Surevine has 11-50 employees.\n\n## Remote status\n\nSurevine has been a fan of allowing employees to work remotely since 2013. They even have a blog post about it [here](https://www.surevine.com/distributed-not-disengaged/). They have some physical offices, allow employees to work remotely, and have \"Surevine hubs\" - co-working spaces for remote employees who want to work with their teammates in certain occasions, but choose not to go into one of the main offices (for a variety of reasons). Surevine chooses to trust their employees and defends remote work as a way to maximize productivity in their employees - each employee is able to work in the environment that best suits their needs.\n\n## Region\nUnited Kingdom\n\n## Company technologies\n\nSecure information sharing, Collaboration, Real-time, Cyber security technology, Open source, and Secure collaboration environments, Java, Spring Boot, AWS, Linux, \"HMG security standards, control objectives and best practice controls from NCSC\", SQL and NoSQL, Agile, React, Angular, Vue, SSO, SAML, LDAP, SSL/TLS\n\n## Office locations\n\nSurevine is headquartered in Guildford, Surrey, Great Britain. They also have an office in London.\n\n## How to apply\n\nIn order to view Surevine's open positions and apply, visit their webpage for [jobs](https://www.surevine.com/jobs/). Job postings will have a **Location(s)** section, and, if the position is open to remote work, it will be specified there.\n"
  },
  {
    "path": "src/companies/suse.md",
    "content": "---\ntitle: \"SUSE\"\nslug: suse\nwebsite: https://www.suse.com/\ncareers_url: https://jobs.suse.com\nregion: worldwide\nremote_policy: remote-first\ncompany_size: enterprise\naddedAt: 2018-04-24\nupdatedAt: 2020-10-26\n---\n\n## Company blurb\n\nSUSE works with an ecosystem of partners and communities to deliver enterprise-grade, open source software-defined infrastructure and application delivery solutions backed by superior service and support.\n\n## Company size\n\n1500-2000\n\n## Remote status\n\nOpensuse is not remote first, but more 'remote enabled'\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nopenSUSE Project, OpenStack, Ceph, OpenNFV, OpenHPC\n\n## Office locations\n\nSUSE Software Solutions Germany GmbH\nMaxfeldstrasse 5\n90409 Nürnberg\nGermany\n\nRegistration Number: HRB 36809 (AG Nürnberg) Managing Director: Felix Imendörffer, Mary Higgins, Sri Rasiah VAT-ID: DE 192 167 791 Legal Venue: Nürnberg\nContact: Felix Imendörffer\nEmail: crc@suse.com\nTel: +49-(0)911-740-53-0\n\n[More locations available here](https://www.suse.com/contact/)\n\n## How to apply\n\nGo to [jobs website](https://jobs.suse.com)\n"
  },
  {
    "path": "src/companies/sutherland-cloudsource.md",
    "content": "---\ntitle: \"Sutherland CloudSource\"\nslug: sutherland-cloudsource\nwebsite: https://www.sutherlandcloudsource.com\ncareers_url: https://www.sutherlandglobal.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\naddedAt: 2018-04-24\nupdatedAt: 2022-08-21\n---\n\n## Company blurb\n\nAs a digital transformation company, Sutherland rethinks and rebuilds processes for the digital age by combining the speed and insight of design thinking with the scale and accuracy of data analytics. Sutherland have been helping customers, across industries from financial services to healthcare, achieve greater agility through transformed and automated customer experiences. \n\n## Company size\n\n40,812 employees\n\n## Remote status\n\nSutherland Remote Engagement services match the skills and interests of professionals with the right job opportunities. With deep experience across industries and geographies, Sutherland help people across the globe find work that provides them the flexibility they want and the benefits they need.\n\nThe majority of Sutherland remote positions are part time opportunities with an emphasis in customer service. That means that occasionally Sutherland may have the need to hire for full-time roles as well. Most of Sutherland management positions are often filled by internal work at home employees who demonstrate the level of dedication and flexibly required of a manager. \n\n## Region\n\nWorldwide\n\n## Company technologies\n\nGoogle Cloud, Analytics\n\n## Office locations\n\n\n### Corporate offices\n\nNew York\n1160 Pittsford-Victor Road\nPittsford, NY 14534\n+1-585-586-5757\n\nSan Francisco\n128 Spear Street, Third Floor\nSan Francisco, CA 94105\n+1-415-541-4901\n\nLondon\n30 St Mary Axe Floor 33\nLondon EC3A 8EP\n+44-207-1380920\n\n### Other offices\n\n[Bulgaria, Canada, China, Colombia, Dubai, Egypt, Estonia, India, Jamaica, Kosovo, Malaysia, Mexico, Philippines, Sweden, United Kingdom, United States](https://www.sutherlandglobal.com/locations/our-offices)\n\n## How to apply\n\nGo to [job website](https://www.sutherlandglobal.com/careers)\n"
  },
  {
    "path": "src/companies/svix.md",
    "content": "---\ntitle: \"Svix\"\nslug: svix\nwebsite: https://www.svix.com/\ncareers_url: https://www.svix.com/careers/\nregion: americas-europe\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - rust\naddedAt: 2023-01-31\nupdatedAt: 2023-01-31\n---\n\n## Company blurb\n\nSvix makes it easy for everyone to build a state-of-the-art webhooks solution in minutes and unleash the power of webhooks without the hassle.\n\n## Company size\n\n5+\n\n## Remote status\n\nWe are fully remote and have onsite gatherings a few times a year.\n\n## Region\n\nUSA and Europe\n\n## Company technologies\n\nRust\n\n## Office locations\n\nWe are fully remote.\n\n## How to apply\n\nGo to out [careers page](https://www.svix.com/careers/)\n"
  },
  {
    "path": "src/companies/sweetrush.md",
    "content": "---\ntitle: \"SweetRush\"\nslug: sweetrush\nwebsite: https://www.sweetrush.com\ncareers_url: https://www.sweetrush.com/join-us/\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - ml\n  - mobile\naddedAt: 2018-04-24\nupdatedAt: 2020-10-23\n---\n\n## Company blurb\n\nSweetRush is an e-learning company founded in 2001 providing virtual classroom and gamification solutions. \nSweetRush specializes in end-to-end solutions for the design and development of custom blended learning initiatives.\n\nTheir deliverables span from analysis and curriculum mapping to the creation of blended training products, including live and virtual classroom and the full gamut of custom-developed eLearning modalities.\n\n## Company size\n\n150 - 250\n\n## Remote status\n\nSweet Rush is remote-friendly and offers work from home job opportunities as they decided to go virtual in 2019.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nGame development, Mobile app development, Artificial Intelligence, Augmented Reality & Virtual Reality.\n\n## Office locations\n\nSan Francisco, California.\n\n## How to apply\n\nCheck their [website](https://www.sweetrush.com/join-us/) to see the job listings. If you cannot find the job you're looking for there, apply [here](https://apply.jobadder.com/17073/114680/tt4hvddyiiduzervvaptkkk6ti?site=us1).\n"
  },
  {
    "path": "src/companies/swif-ai.md",
    "content": "---\ntitle: \"Swif.ai\"\nslug: swif-ai\nwebsite: https://www.ycombinator.com/companies/swif-ai/jobs\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - aws\n  - azure\n  - cloud\n  - linux\n  - ml\naddedAt: 2026-01-17\nupdatedAt: 2026-01-17\n---\n\n## Company blurb\n\nSwif.ai is a modern, AI-powered unified endpoint management (UEM) and compliance automation platform. It centralizes device management across macOS, Windows, Linux, and Android, automates security policy enforcement, and continuously maintains compliance with frameworks like SOC 2, ISO 27001, and HIPAA. Organizations use Swif.ai to secure every device, discover Shadow IT, automate evidence collection, and stay audit-ready with minimal effort.\n\n## Company size\n\n10-50\n\n## Remote status\n\nSwif.ai operates as a remote-friendly company with a distributed workforce. The organization's internal processes—including access control, monitoring, and incident response—are designed to support secure operations regardless of employee location. Teams collaborate using cloud-based tools, with strong emphasis on secure remote access controls, continuous monitoring and compliance, and clear communication channels.\n\n## Region\n\nNorth America (primarily), but supports distributed roles globally as long as security and compliance requirements can be met.\n\n## Company technologies\n\nAzure, AWS, Linux/Ubuntu, Google Workspace, Jira, Vanta/Drata integrations, AI-driven policy automation & Shadow IT detection.\n\n## Office locations\n\nSunnyvale, California (HQ) - primarily operates remotely\n\n## How to apply\n\n- [YC Jobs Board](https://www.ycombinator.com/companies/swif-ai/jobs)\n"
  },
  {
    "path": "src/companies/swiggy.md",
    "content": "---\ntitle: \"Swiggy\"\nslug: swiggy\nwebsite: https://www.swiggy.com\ncareers_url: https://careers.swiggy.com/#/\nregion: other\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - go\n  - java\n  - javascript\n  - mobile\n  - nosql\n  - python\n  - rust\n  - scala\n  - search\n  - sql\naddedAt: 2023-10-01\nupdatedAt: 2023-10-01\n---\n\n## Company blurb\n\nSwiggy is an Indian online food ordering and delivery platform. Founded in 2014, Swiggy is headquartered in Bangalore and operates in more than 500 Indian cities as of September 2021. Besides food delivery, the platform also provides on-demand grocery deliveries under the name Instamart, and same-day package delivery service called Swiggy Genie.\n\n## Company size\n\n6,000+\n\n## Remote status\n\nSwiggy announced permanent work-from-anywhere for majority of its roles. The decision was arrived at based on team needs and feedback from several managers and employees who vouched for the flexibility and increased productivity working from home has given them in the last two years. Today, Swiggsters are working out of 487 cities in 27 States and 4 UTs across the country.\n\n## Region\n\nSwiggy support remote working, according to [Girish Menon - HR Head @ Swiggy](https://blog.swiggy.com/2022/07/29/swiggy-announces-permanent-work-from-anywhere-policy/).\n\n## Company technologies\n\nBackend: Java, Scala, Python, Go, Rust, NodeJS\n\nFrontend: ReactJS\n\nApp: Kotlin (Android), Swift(iOS)\n\nIAAS: AWS\n\nDBs: MySQL, Postgres, ScyllaDB\n\nCaches: Redis, Aerospike\n\nSearch: Solr, Elasticsearch\n\nCI/CD: Custom built tool over Jenkins\n\n## Office locations\n\nHeadquarters are:\n\nBengaluru, India\n\n## How to apply\n\nSwiggy list all open vacancies on their [jobs page](https://careers.swiggy.com/#/).\n"
  },
  {
    "path": "src/companies/swimlane.md",
    "content": "---\ntitle: \"Swimlane\"\nslug: swimlane\nwebsite: https://www.swimlane.com\ncareers_url: https://swimlane.com/about/careers/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - dotnet\n  - javascript\naddedAt: 2021-09-02\nupdatedAt: 2021-09-02\n---\n\n## Company blurb\n\nSwimlane is a rapidly growing, innovative startup in the Denver metro area with a passionate team focused on improving the lives of security practitioners through security automation and orchestration. We’re looking for dedicated, ambitious problem solvers who thrive in a fast-paced work environment to join our team. At Swimlane, you’ll have the opportunity to be a pioneer working with a cutting-edge technology stack to create and distribute products that empower SecOps teams to automate time consuming and repetitive tasks, letting them focus on the advanced security activities that get the most use out of their training.\n\n## Company size\n\n150-200\n\n## Remote status\n\nWe’re headquartered in the Denver, CO metro area, but our employees span 23 states and 6 countries.\n\n## Region\n\nUSA\n\n## Company technologies\n\nKubernetes (EKS, AKS, GKE), Node.js, Angular, .Net Core, C#, AWS, GCP, Azure.\n\n## Office locations\n\nDenver, CO\n\n## How to apply\n\n[Apply online at our careers page!](https://swimlane.com/about/careers/)\n"
  },
  {
    "path": "src/companies/syde.md",
    "content": "---\ntitle: \"Syde\"\nslug: syde\nwebsite: https://syde.com/\ncareers_url: https://syde.com/career/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - php\naddedAt: 2024-10-03\nupdatedAt: 2024-10-20\n---\n\n## Company blurb\nWelcome to the bright Syde!\n- We are Europe’s biggest WordPress agency.\n- We build world-class web solutions for forward-thinking enterprises.\n- We li(o)ve WordPress, we li(o)ve OpenSource, we li(o)ve quality.\n\nWhy work at Syde?\n* 100% Remote Work: We work worldwide and 100% remotely! You don’t need to commute to an office and can flexibly arrange your workplace.\n* Professional environment: We work with the latest technologies and always find the best ideas in a joint exchange.\n* Training & Development: We allow you to participate in workshops and trainings, for your professional development.\n* Sydebar & Donut Meetings: We love working with people from different cultures and countries and maintain regular exchanges.\n* Hardware Budget: Each Syder has a hardware budget that can be used for hardware and office equipment.\n* WordCamps: We support you in attending WordCamps and other conferences.\n* Team Meetings: With a team meeting every 12-18 months, we bring all Syders together in one place for a great week of networking and workshops.\n\n## Company size\n130 Syders are already waiting for you!\n\n## Remote status\nWe work 100% remotely.\n\n## Region\nWe work worldwide.\n\n## Company technologies\n* WordPress\n* Webpack\n* Encore\n* SASS\n* React\n* NodeJS/Deno\n* Javascript\n\n## Office locations\nSyde GmbH\nAm Reselager Bach 5\n49401 Damme\nGermany\n\n## How to apply\n1) [The Syde career website](https://syde.com/career/) has a list of all the open vacancies.\n2) Click on one of the open vacancies.\n3) Fill in the application form and send your application.\n"
  },
  {
    "path": "src/companies/sysdig.md",
    "content": "---\ntitle: \"Sysdig\"\nslug: sysdig\nwebsite: https://sysdig.com/jobs\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - data\n  - devops\n  - python\naddedAt: 2018-04-24\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\nSysdig is a company aims to improve the DevOps production. This is done by analyzing the potential vulnerabilities and alert hazardous behaviours of containers.\n\n## Company size\nApproximately 210 employees\n\n## Remote status\nPartially remote for some roles (source: Glassdoor)\n\n## Region\nNorth America (USA) and Europe\n\n## Company technologies\nStandard DevOps tools, such as Docker, Kubernetes, Rkt, etc.\nAlso uses other technologies such as Python, Kafka, etc.\n\n## Office locations\nSan Francisco, CA, USA\n\n## How to apply\nSince each role has different requirements (and application process depending on location), please refer to each position [here](https://sysdig.com/jobs/).\n"
  },
  {
    "path": "src/companies/tag1-consulting.md",
    "content": "---\ntitle: \"Tag1 Consulting\"\nslug: tag1-consulting\nwebsite: https://tag1consulting.com/\ncareers_url: https://www.linkedin.com/company/tag1consulting/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - php\n  - python\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2021-10-21\n---\n\n## Company blurb\n\nTag1 has built a reputation on elevating projects and teams across the globe. With architecture oversight, audit, gatekeeping, and rescue services, we ensure your company's website performs at its \"peak\"—always.\n\n## Company size\n\n20-50\n\n## Remote status\n\nWe are performance engineers and project managers spread across the globe, connected through experience architecting and optimizing web infrastructure and Drupal websites, working with governments, large corporations and nonprofits. We work with the best – wherever they are.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nDrupal, Backdrop, WordPress; Frameworks such as Symfony, Laravel, Django, Flask; and have worked on projects in many languages including C, PHP, Python and Ruby.\n\n## Office locations\n\nTag1 is a virtual company.\n\n## How to apply\n\nhttps://www.linkedin.com/company/tag1consulting/jobs/\n"
  },
  {
    "path": "src/companies/taledo.md",
    "content": "---\ntitle: \"Taledo\"\nslug: taledo\nwebsite: https://taledo.com/\ncareers_url: https://www.taledo.com/careers\nregion: europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\n  - ml\n  - ruby\n  - search\n  - sql\naddedAt: 2021-07-01\nupdatedAt: 2021-07-01\n---\n\n## Company blurb\n\nTaledo is a curated All-in-One Suite for Talent Acquisition & Relations connecting the top 10% of candidates with top companies in the digital ecosystem. \n\nCandidates can sign up for free in a few clicks, and are put in touch with one of our Talent Managers. Talent Managers guide candidates throughout the complete application process - from initial contact with recruiters to signing the contract and beyond.\n\nEmployers get access to curated candidates via a dedicated Account Manager and to the current talent pool via our platform, thus expediting the recruiting process.\n\nTaledo was founded in 2015 by Berlin-based entrepreneurs with experience at BCG, Google, Rocket Internet, and HitFox, and is now serving clients ranging from DAX corporations to early stage startups.\n\n## Company size\n\n51-100\n\n## Remote status\n\nTaledo is remote-friendly. They mention if remote-work is an option in the job listing itself.\n\n## Region\n\n* Europe\n\n## Company technologies\n\nRuby on Rails, React, PostgrSQL, ElasticSearch, Machine Learning, AI\n\n## Office locations\n\n* Berlin\n\n## How to apply\n\nCheck their [website](https://www.taledo.com/careers) to see the job listings.\n"
  },
  {
    "path": "src/companies/taplytics.md",
    "content": "---\ntitle: \"Taplytics\"\nslug: taplytics\nwebsite: https://taplytics.com/\ncareers_url: https://jobs.lever.co/taplytics\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - data\n  - go\n  - javascript\n  - ml\n  - nosql\n  - python\n  - search\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2020-10-23\n---\n\n## Company blurb\n\nTaplytics lets modern Engineering, Product, and Marketing teams optimize any platform while never having to compromise the privacy and security of their customers’ data.\nThey help clients create, deliver and optimize incredible customer experiences with Customer Experience Automation solutions.\n\n## Company size\n\n51-100\n\n## Remote status\n\nTapyltics is remote-friendly. They mention if remote-work is an option in the job listing itself.\n\n## Region\n\n* USA\n* Canada\n\n## Company technologies\n\nNode.js, GO, Python, MongoDB, Redis, Kafka, PostgreSQL, TensorFlow, ElasticSearch, Feature flagging, A/B Testing, Real-Time Analytics, & Marketing Automation\n\n## Office locations\n\n* Palo Alto, California\n* Toronto, Ontario\n\n## How to apply\n\nCheck their [website](https://jobs.lever.co/taplytics) to see the job listings.\n"
  },
  {
    "path": "src/companies/taskade.md",
    "content": "---\ntitle: \"Taskade\"\nslug: taskade\nwebsite: https://taskade.com/\ncareers_url: https://www.taskade.com/contact\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - nosql\n  - sql\naddedAt: 2018-04-14\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nTaskade is a real-time collaboration app for teams. Create notes, checklists, outlines, and edit with your team in real-time.\n\n## Company size\n\n5+\n\n## Remote status\n\nRemote-friendly, open to candidates Worldwide. \n\n## Region\n\nWorldwide\n\n## Company technologies\n\nReact, Postgres, Redis, JavaScript, CSS\n\n## Office locations\n\nAstoria, NY\n\n## How to apply\n\nContact us [here](https://www.taskade.com/contact)\n"
  },
  {
    "path": "src/companies/tatvasoft.md",
    "content": "---\ntitle: \"TatvaSoft\"\nslug: tatvasoft\nwebsite: https://www.tatvasoft.com/\ncareers_url: https://www.tatvasoft.com/career\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - cloud\n  - dotnet\n  - java\n  - javascript\n  - mobile\n  - nosql\n  - php\n  - ruby\n  - sql\naddedAt: 2021-08-31\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nTatvaSoft is a versatile software development service provider headquartered in India. This company is focused in serving almost all types of software development needs such as Application Development and Maintenance, Product development Services, Enterprise Application Services, custom software development, independent Testing and several other services.\n\nThe company is strongly rooted on the principles of authenticity and honesty. Their team of highly skilled professionals includes Project Managers, Business Analysts, Software developers, and Software testers to cater to all the needs from various industries and domains.They provide end-to-end software development services as well as software outsourcing services to almost all the geographies.\n\nTatvaSoft augments businesses through its provision of employing a dedicated development team at remote locations without any hassle. With a strong business acumen, our  IT staff applies a transparent approach and strongly communicates problems in real time through reports,status updates, emails and calls. \n\nWe work as a strong backbone to clients to efficiently resolve their complex business challenges with a planned and managed roadmap and strategy. As a top software development company, our team of IT specialists have helped many businesses transform their business ideas into leading-edge technology solutions. [Read more about TatvaSoft.com](https://www.tatvasoft.com).\n\n## Company size\n1000-5000\n\n## Remote status\n\nWork from Home.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n* Java\n* PHP\n* .NET\n* SQL Server\n* SharePoint\n* Android\n* Angular\n* iOs\n* Ruby\n* NodeJS\n* ReactJS\n* React Native\n* MySQL\n* mongoDB\n* AWS\n* Laravel\n* Vue\n* Xamarin\n* Magento\n* Shopify\n\n## Office locations\n\n* Dallas, United States\n* London, United Kingdom\n* Sydney, Australia\n* Melbourne, Australia\n* Toronto, Canada\n* Ahmedabad, India\n\n## How to apply\n\nVisit [TatvaSoft Careers page](https://www.tatvasoft.com/career) for information on how to apply.\n"
  },
  {
    "path": "src/companies/taxjar.md",
    "content": "---\ntitle: \"TaxJar\"\nslug: taxjar\nwebsite: https://www.taxjar.com\ncareers_url: https://www.taxjar.com/jobs/\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - elixir\n  - javascript\n  - nosql\n  - ruby\n  - sql\naddedAt: 2018-02-28\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nTaxJar makes sales tax easier for more than 10,000 online sellers and developers across the world.\n\n## Company size\n\n25+\n\n## Remote status\n\n100% remote and fully distributed throughout the US.\n\n## Region\n\nTaxJar is currently hiring developers in the United States.\n\n## Company technologies\n\nRuby, Rails, Elixir, Phoenix, PostgreSQL, Redis, Vue.js, Heroku, AWS\n\n## Office locations\n\nHeadquartered in Boston, MA\n\n## How to apply\n\nCheck out the [jobs page](https://www.taxjar.com/jobs/) for open positions.\n"
  },
  {
    "path": "src/companies/teamflow.md",
    "content": "---\ntitle: \"Teamflow\"\nslug: teamflow\nwebsite: https://www.teamflowhq.com/\ncareers_url: https://teamflowhq.notion.site/Teamflow-Job-Board-225515ad0f824ef8920e9a4db7c7abbf?utm_source=remoteintech\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - javascript\naddedAt: 2021-10-28\nupdatedAt: 2021-10-28\n---\n\n## Company blurb\n\n[Teamflow](https://www.teamflowhq.com/?utm_source=remoteintech) is a virtual office for your team to hang out in. Bring back the presence of being in the office, the energy of working in the same room, the spontaneity of hallway conversations — the joy of feeling like a team.\n\n## Company size\n\n20-30\n\n## Remote status\n\nWe are a fully remote company, with people working remotely from more than eight countries.\n\nWe also have open positions for non-engineering roles, all remote. :)\n\n## Region\n\nAnywhere in the world if you can work most of your working hours within UTC-8 and UTC+0\n\n## Company technologies\n\nThe backend is written on Node.js using TypeScript. The frontend is a mix of PixiJS and React, all written in TypeScript. WebRTC is a fundamental part of the application, if you have experience with that it is a **huge** plus. The primary cloud provider we use is GCP. Almost everything is in a single monorepo.\n\n## Office locations\n\nWe have our own office at https://www.teamflowhq.com/ where we hang out ;)\n\n## How to apply\n\n[https://teamflowhq.notion.site/Teamflow-Job-Board-225515ad0f824ef8920e9a4db7c7abbf](https://teamflowhq.notion.site/Teamflow-Job-Board-225515ad0f824ef8920e9a4db7c7abbf?utm_source=remoteintech)\n"
  },
  {
    "path": "src/companies/teamsnap.md",
    "content": "---\ntitle: \"TeamSnap\"\nslug: teamsnap\nwebsite: https://www.teamsnap.com\ncareers_url: https://www.teamsnap.com/company/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - elixir\n  - javascript\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2020-02-24\n---\n\n## Company blurb\n\nThe easiest way to manage your team or sports organization. TeamSnap's mission is to take the work out of play\n\n## Company size\n\n100-200\n\n## Remote status\n\n95% remote employees. Communication is done through Slack, Zoom, Email, and a variety of other tools.\n\n## Region\nUSA\n\n## Company technologies\n\nRuby/Rails, React, TypeScript, GCP, Elixir\n\n## Office locations\n\nBoulder, CO\n\n## How to apply\n\nhttps://www.teamsnap.com/company/careers\n"
  },
  {
    "path": "src/companies/teamultra.md",
    "content": "---\ntitle: \"TeamUltra - an Elite ServiceNow Partner\"\nslug: teamultra-an-elite-servicenow-partner\nwebsite: https://www.computacenter.com/\ncareers_url: https://www.computacenter.com/en-gb/careers\nregion: europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\naddedAt: 2019-10-14\nupdatedAt: 2022-10-17\n---\n\n## Company blurb\n\nTeamUltra work with the ServiceNow Platform to create IT Service Management and Business Process automation for customers from global companies to medium enterprises. The work is 100% remote, based in the UK, with regular team meetups and a sense of family.\n\n(It has since been acquired by Computacenter: https://www.computacenter.com/docs/librariesprovider8/press-releases/uk_press-release_teamultra.pdf)\n\n## Company size\n\n65 people, and always on the look out for talented people in the web development world to move across to this exciting platform.\n\n## Remote status\n\nTeamUltra have had people working across the UK from the start. It's in the nature of being the first ServiceNow partner in the UK, we've always been Cloud Based.\n\n## Region\n\nUK\n\n## Company technologies\n\nJavascript, AngularJS, Bootstrap and the power of the NowPlatform...\n\n## Office locations\n\nAll based remote in the UK, but with some offices we can use across the country.\n\n## How to apply\n\nCheck out our [careers page](https://www.computacenter.com/en-gb/careers) and send an email to careers@teamultra.net.\n"
  },
  {
    "path": "src/companies/ted.md",
    "content": "---\ntitle: \"TED\"\nslug: ted\nwebsite: https://www.ted.com/\ncareers_url: https://tedconferencesllc.applytojob.com/apply\nregion: americas\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - javascript\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2019-08-07\n---\n\n## Company blurb\n\nTED is a nonpartisan nonprofit devoted to spreading ideas, usually in the form of short, powerful talks. TED began in 1984 as a conference where Technology, Entertainment and Design converged, and today covers almost all topics — from science to business to global issues — in more than 110 languages. Meanwhile, independently run TEDx events help share ideas in communities around the world.\n\n## Company size\n\n200-300\n\n## Remote status\n\nTED is a distributed company. We organize events all over the world and have employees across the globe. Many team members work out of our offices, but many (> 25%, including members of the C-level team) are full-time remote employees. We travel about three times per year for ~4 days at a time.\n\n## Region\n\n* USA\n* Canada\n* Brazil\n* other possibilities\n\n## Company technologies\n\n* Ruby on Rails\n* React.js\n* Node.js\n\n## Office locations\n\n* New York, NY, USA\n* Vancouver, BC, CA.\n\n## How to apply\n\nhttps://tedconferencesllc.applytojob.com/apply\n"
  },
  {
    "path": "src/companies/teleport.md",
    "content": "---\ntitle: \"Teleport\"\nslug: teleport\nwebsite: https://teleport.org\nregion: europe\nremote_policy: remote-friendly\ncompany_size: small\naddedAt: 2018-04-24\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nTeleport builds software to move you to the best place to live and work.  Explore the best cities based on your personal preferences, and we’ll lend you a hand with preparing and executing the move.\n\n## Company size\n\n20-50\n\n## Remote status\n\nCurrently there are no remote work openings.\n\n## Region\n\nCurrently have employees in the U.S. and in several European countries.\n\n## Company technologies\n\nLocation-Based Services,Digital Signage,Search Engine,Software etc.\n\n## Office locations\n\nTeleport has its headquarters in San Francisco Bay Area, Silicon Valley, West Coast.\n\n## How to apply\n\ncontact@teleport.org\n"
  },
  {
    "path": "src/companies/telerik.md",
    "content": "---\ntitle: \"Telerik\"\nslug: telerik\nwebsite: https://www.telerik.com/\ncareers_url: https://www.progress.com/company/careers\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - dotnet\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2020-11-02\n---\n\n## Company blurb\n\nTelerik is a Bulgarian company offering software tools for web, mobile, desktop application development, tools and subscription services for cross-platform application development.Founded in 2002 as a company focused on .NET development tools, Telerik now also sells a platform for web, hybrid and native app development.\n\nOn October 22, 2014 Progress Software announced its acquisition of Telerik. The acquisition was finalized on December 1, 2014.\n\n## Company size\n\nTelerik was acquired by [Progress](https://www.progress.com/). Progress offers the leading platform for developing and deploying strategic business applications and has over 1001-5000 employees worldwide.\n\n## Remote status\n\nTelerik offers flexible working hours and remote facilities, communication of your team with Slack and Github.\n\n## Region\n\n**North America** **Europe** **Asia** **Oceania**\n\n## Company technologies\n\nJavascript, .NET, React, Angular, Jquery, Vue.\n\n## Office locations\n\nOur main headquarter is situated in Mladost, Sofia, Bulgaria. Our other locations include United States, Australia, Germany, India, Denmark and United Kingdom.\n\n## How to apply\n\nCheck out our [careers page](https://www.progress.com/company/careers), which includes more information and open positions.\n"
  },
  {
    "path": "src/companies/telestax.md",
    "content": "---\ntitle: \"Telestax Inc.\"\nslug: telestax-inc\nwebsite: https://telestax.com/\ncareers_url: https://telestax.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - java\n  - javascript\naddedAt: 2018-05-19\nupdatedAt: 2018-05-19\n---\n\n## Company blurb\n\nWe build [Restcomm](https://restcomm.com), the biggest FOSS project for a Communications Platform acting as the middleware \nenabling Programmable Voice and Messaging. \n\n## Company size\n\n50-100\n\n## Remote status\n\nWe are a fully distributed company, with our 3 founders living & working across 3 continents, \nand with employees in over 20 countries. Everyone \"gets\" remote, all the way to the top. \n\n## Region\n\nWorldwide. \n\n## Company technologies\n\nBackend on Java stack, with a mix of Spring, Akka and J2EE across the various projects. \n\nFrontend on Angular, Bootstrap, Node.js. \n\n## Office locations\n\nN/A (because fully distributed ; )  )\n\n## How to apply\n\nhttps://telestax.com/careers/\n"
  },
  {
    "path": "src/companies/tenable.md",
    "content": "---\ntitle: \"Tenable\"\nslug: tenable\nwebsite: https://www.tenable.com/\ncareers_url: https://careers.tenable.com/search/jobs/in/remote\nregion: americas\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - cloud\n  - data\n  - go\n  - linux\n  - search\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\n[Tenable](https://www.tenable.com/) is a cybersecurity company. It was founded in 2002 and has more than 30,000 customers worldwide. More than half of the companies in the Fortune 500, and more than 30% of the Global 2000, use Tenable to evaluate where they are vulnerable to cyber attacks, where their greatest risks are, if their vulnerability is decreasing over time, and how they compare to their peers. Tenable prides itself on enabling its customers, both large and small, to be able to answer these four questions at all times.\n\n## Company size\n\nAccording to Tenable's [LinkedIn](https://www.linkedin.com/company/tenableinc/) page, they have 1,000 - 5,000 employees.\n\n## Remote status\n\nTenable does not display any information specific to workplace culture support for remote employees. With a presence in over twenty countries, and multiple offices in some countries, Tenable must have the infrastructure to support inter-office communication. More in-depth information on the culture and work-place support will need to come from questions in job interviews.\n\nThere are remote positions in the USA and Ireland\n\n## Region\n\n - Canada\n - France\n - Ireland\n - Israel\n - Germany\n - Japan\n - Singapore\n - South Africa\n - UK\n - United Arab Emirates\n - USA\n\nPlease note: Most remote positions are in the United States, but they do occasionally offer remote positions elsewhere.\n\n## Company technologies\n\n - AWS\n - C/C++\n - Elasticsearch\n - GoLang\n - Kafka\n - Knowledge of Cyber Security\n - Linux\n - SQL\n\n## Office locations\n\nTenable's headquarters are in Columbia, Maryland, United States. Their international headquarters are in Dublin, Ireland, and they have offices in over 20 countries [Source](https://static.tenable.com/press/media/Tenable-Corporate-FactSheet-091820.pdf).\n\n## How to apply\n\nTo view Tenable's available remote jobs, go to their job's page and select \"Remote\" for the city. This will filter all of their [available jobs open to remote] work(https://careers.tenable.com/search/jobs/in/remote). From here, you can select the job in question to view a detailed description and its requirements. This is also where you will apply for the positions.\n"
  },
  {
    "path": "src/companies/teravision-technologies.md",
    "content": "---\ntitle: \"Teravision Technologies\"\nslug: teravision-technologies\nwebsite: https://teravisiontech.com/\ncareers_url: https://www.teravisiontech.com/careers/results\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - graphql\n  - java\n  - javascript\n  - nosql\n  - php\n  - python\n  - ruby\n  - sql\naddedAt: 2022-10-19\nupdatedAt: 2022-10-19\n---\n\n## Company blurb\n\nWe are a Nearshore Software outsourcing company with over 160 professionals, with offices in Venezuela, Colombia and USA, and over 15 years of experience in the design, development and quality assurance of custom solutions for a wide range of industries in the USA, Europe and Latin America.\n\nWe create innovative and bold products while also ensuring deadlines is our secret sauce for success. Our dedicated software development teams make the difference. Teravision has a talented, honest, and result driven team working in an Agile environment.\n\n## Company size\n\n150+\n\n## Remote status\n\nWork from home options available.\n\n## Region\n\nLatin America\n\n## Company technologies\n\nAWS, Docker, Serverless, Java, Python, JavaScript, PHP, NodeJS, Angular, React, Vue, Ruby, Postgres, MySQL, MongoDB, Redis, DynamoDB, GraphQL, among others.\n\n## Office locations\n\n* Headquarters: Florida, USA\n* Bogota, Colombia\n* Caracas, Venezuela\n\n## How to apply\n\nCheck out our [Careers page](https://www.teravisiontech.com/careers/results) or [open positions in LinkedIn](https://www.linkedin.com/company/teravision-technologies/jobs/).\n"
  },
  {
    "path": "src/companies/test-double.md",
    "content": "---\ntitle: \"Test Double\"\nslug: test-double\nwebsite: https://testdouble.com/\ncareers_url: https://testdouble.recruiterbox.com/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - elixir\n  - javascript\n  - ml\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nTest Double is a consulting agency whose top-tier developers are deployed as remote additions to our clients' teams. Our agents not only deliver quality software quickly, we help our clients improve in ways that will last long after we've left. You can read more about us here: http://www.testdouble.com/agency\n\nDoes your team need more senior developer talent? Let's talk! https://testdouble.com/contact\n\nWant to improve how the world writes software? We're hiring! https://testdouble.com/join\n\n## Company size\n\n11-50\n\n## Remote status\n\nCurrently offers remote positions for US and Canada\n\n## Region\n\nNorth America\n\n## Company technologies\n\nTest-Driven Development, Software Delivery, Mentoring and Training, Ruby on Rails, Agile, JavaScript, Node.js, React, Ember, Vue, Angular, Elixir, and Clojure\n\n## How to apply\n\n[Jobs at Test Double](https://testdouble.recruiterbox.com/)\n"
  },
  {
    "path": "src/companies/testgorilla.md",
    "content": "---\ntitle: \"TestGorilla\"\nslug: testgorilla\nwebsite: https://www.testgorilla.com/\ncareers_url: https://www.testgorilla.com/careers/\nregion: americas-europe\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - nosql\n  - python\n  - sql\naddedAt: 2022-08-11\nupdatedAt: 2022-08-11\n---\n\n## Company blurb\n\n[TestGorilla](https://www.testgorilla.com/) works. CVs don’t. We’re putting people in dream jobs with pre-employment testing that identifies the best candidates at the start of the recruitment process.\nUsing TestGorilla, our customers save valuable time, make hiring decisions objectively, and avoid expensive mis-hires.\nWe started in 2020 and recently procured [$70m in Series A funding](https://techcrunch.com/2022/06/13/testgorilla-scores-70m-for-skills-tests-aiming-to-replace-the-recruitment-resume-dump/) from the venture-capital firms Atomico and Balderton Capital, and our growth is on target to continue exponentially.\n\n## Company size\n\n80+\n\n## Remote status\n\nFully remote and flexible working hours.\n\n## Region\n\nWe work remotely, spread across the Americas, Europe, Asia, and Africa.\nWe’re currently in more than 30 countries. Go to our [career page](https://www.testgorilla.com/careers/) to see the map.\n\n## Company technologies\n\nMain languages\n\n- Python\n- Javascript\n- Typescript\n\nMain stack\n\n- Python\n- Django\n- Celery\n- MySQL\n- Docker\n- Redis\n- Localstack\n- AWS\n- Angular\n- RxJS\n- Angular Material\n\nMain tools\n\n- Visual Studio Code (or similar)\n- PyCharm + SubmileText (or similar)\n- GitHub\n- CircleCI\n- Slack\n- Jira\n- Confluence\n\n## Office locations\n\nNo office; we’re fully remote. We meet once a year IRL for Whoop!, our week-long offsite.\n\n## How to apply\n\nhttps://www.testgorilla.com/careers/\n"
  },
  {
    "path": "src/companies/the-crafters-lab.md",
    "content": "---\ntitle: \"The Crafters Lab\"\nslug: the-crafters-lab\nwebsite: https://thecrafterslab.eu\nregion: worldwide\nremote_policy: remote-first\ncompany_size: tiny\ntechnologies:\n  - javascript\naddedAt: 2022-09-06\nupdatedAt: 2022-09-06\n---\n\n## Company blurb\n\n[The Crafters Lab](https://thecrafterslab.eu/) is a high performance software engineering team for next-gen organizations. Our main priority is the delivery of quality throughout the whole development cycle.\n\n## Company size\n\n1-10\n\n## Remote status\n\nWe are a remote first company.\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\nTypeScript, JavaScript, Node.js, React\n\n## Office locations\n\n**None**\n\n## How to apply\n\nSend us an email at hi@thecrafterslab.eu\n"
  },
  {
    "path": "src/companies/the-ghost-foundation.md",
    "content": "---\ntitle: \"The Ghost Foundation\"\nslug: the-ghost-foundation\nwebsite: https://ghost.org/\ncareers_url: https://ghost.workable.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2015-11-30\nupdatedAt: 2018-07-20\n---\n\n## Company blurb\n\nGhost is a design-led Open Source project. We're focused on the details. The end user. The experience from start to finish. We believe that free and open don't need to be synonymous with \"clunky\". We're creating a sustainable Open Source company with a full time team dedicated to enabling beautiful publishing around the world.\n\nHere are just a few of the perks of working with us:\n• Work with a world-class team of designers, developers & writers.\n• Choose where you work and how you work. It's entirely up to you.\n• We don't count hours. Take flexible time off when you need it.\n• Conferences, books, and memberships covered\n• Remote office costs covered\n• Retreats abroad a few times a year with the entire company\n\n[The Ghost Foundation](https://ghost.org/about/) oversees the Ghost project and and run the hosted platform for Ghost(Pro).\n\n## Company size\n\nLess than 20 employees.\n\n## Remote status\n\nOur headquarters is the internet. If you have a wifi connection, we have an office near you. We're a distributed team working online from all corners of the planet. We don't care about counting the number of hours you spend in a chair at a desk in a small room each week. You can live wherever you want, and work however you like. As long as you're online, you can be \"at work\".\n\n## Region\n\nWorldwide (See above)\n\n## Company technologies\n\nEmber.js, node.js, Grunt,\n\n## Office locations\n\nNo physical office.\n\nThe Ghost foundation is a Not for Profit Organisation registered in the United Kingdom (company number 8540663), who can be contacted by post at the following address:\n\nGhost Foundation\n145 - 157 St John Street\nLondon\nEC1V 4PW\nUnited Kingdom\n\n## How to apply\n\nJobs with The Ghost Foundation are listed on the [careers](https://ghost.workable.com) page.\n"
  },
  {
    "path": "src/companies/the-home-depot.md",
    "content": "---\ntitle: \"The Home Depot\"\nslug: the-home-depot\nwebsite: https://careers.homedepot.com/career-areas/technology/\nregion: americas\nremote_policy: fully-remote\ncompany_size: large\naddedAt: 2024-08-21\nupdatedAt: 2024-08-21\n---\n\n## Company blurb\n\nThe Home Depot, the world’s largest home improvement specialty retailer, values and rewards dedicated, knowledgeable, and experienced professionals.\n\nWe operate more than 2,300 retail stores in all 50 states, the District of Columbia, Puerto Rico, the U.S. Virgin Islands, Guam, Canada, and Mexico. All of our associates have one thing in mind — helping our customers build and improve their homes.\n\nJoin The Home Depot team today and see for yourself why we are consistently ranked as a top Fortune 500 company.\n\n## Company size\n\n1000-5000\n\n## Remote status\n\nFully remote\n\n## Region\n\nUSA\n\n## Office locations\n\nAtlanta, GA\n\n## How to apply\n\nhttps://careers.homedepot.com/career-areas/technology/\n"
  },
  {
    "path": "src/companies/the-planet-group.md",
    "content": "---\ntitle: \"The Planet Group\"\nslug: the-planet-group\nwebsite: https://theplanetgroup.com\nregion: americas\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - javascript\n  - ruby\n  - sql\naddedAt: 2022-10-06\nupdatedAt: 2023-08-29\n---\n\n## Company blurb\n\nThe Planet Group purposely addresses the professional service needs of leading companies in the life sciences, diversified energy, engineering, financial, healthcare, IT, and digital marketing sectors.\n\n## Company size\n\n1001-5000\n\n## Remote status\n\nThe Planet Group is an organization that strengthens the employer-employee dynamic by connecting clients with talent, ultimately making our process more personal and creating enduring, valuable relationships.\n\n## Region\n\nChicago, United States\n\n## Company technologies\n\n React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery\n \n## How to apply\n\nVisit https://theplanetgroup.com/\n"
  },
  {
    "path": "src/companies/the-publisher-desk.md",
    "content": "---\ntitle: \"The Publisher Desk\"\nslug: the-publisher-desk\nwebsite: https://www.publisherdesk.com\ncareers_url: https://www.linkedin.com/company/publisher-desk/jobs/\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - go\naddedAt: 2018-04-24\nupdatedAt: 2020-11-01\n---\n\n## Company blurb\nWe help businesses to increase their advertising revenues and reduce operational costs. Our team can provide the proper resources, direction, operations, technology, and support for your digital businesses.\n\n## Company size\n11-50 employees\n\n## Remote status\nWe offer remote working positions for those who are seeking for job opportunities and prefer to work remotely.\n\n## Region\nAmerica \n\n## Company technologies\nOur specialties are audience development, digital revenues, digital strategy, ad tech, advertising sales, growth, programmatic, publishers, websites, monetisation, Adops, DFP, DMP, Data, Google Ad Manager, Header Bidding, Prebid, AdX, SSP, and Video\n\n## Office locations\n12 East 49th St 11th Floor New York, NY 10017 (347).566.3085\n\n## How to apply \nVisit here for job offers https://www.linkedin.com/company/publisher-desk/jobs/ and https://www.publisherdesk.com/careers/\n"
  },
  {
    "path": "src/companies/the-scale-factory.md",
    "content": "---\ntitle: \"The Scale Factory\"\nslug: the-scale-factory\nwebsite: https://www.scalefactory.com/\ncareers_url: http://www.scalefactory.com/team/careers\nregion: other\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - devops\n  - ruby\naddedAt: 2017-07-31\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWe're a DevOps and cloud infrastructure consultancy based in London, UK.\n\n## Company size\n\n0-20\n\n## Remote status\n\nWhilst we have an office in London itself, most of the team work remotely\neither from client sites or from home. We make use of Slack, Hangouts and\nother collaboration tools to keep in touch.\n\n## Region\n\nWe're only looking for people who are resident in, and eligible to work in\nthe UK.\n\n## Company technologies\n\nWe work heavily with Amazon Web Services, Terraform and Puppet.  A lot of\nour internal tooling is in Ruby, and we work with customers across a range\nof languages and technology stacks.\n\n## Office locations\n\nWe have an office on [Borough High Street, London, SE1\n1NP](https://www.google.co.uk/maps/place/The+Scale+Factory/@51.503708,-0.0933892,17z/data=!3m1!4b1!4m5!3m4!1s0x48760359ccd42b4b:0x6a97c8ef4c88c0a9!8m2!3d51.503708!4d-0.0912005)\n\n## How to apply\n\nMore information and links to an application form can be found on our\n[Work With Us](http://www.scalefactory.com/team/careers) page.\n"
  },
  {
    "path": "src/companies/the-wirecutter.md",
    "content": "---\ntitle: \"The Wirecutter\"\nslug: the-wirecutter\nwebsite: https://thewirecutter.com/\ncareers_url: https://thewirecutter.com/jobs/\nregion: americas\nremote_policy: hybrid\naddedAt: 2017-12-29\nupdatedAt: 2018-08-12\n---\n\n## Company blurb\n\nWirecutter is a list of the best gear and gadgets for people who want to save\nthe time and stress of figuring out what to buy. Whatever sort of thing you\nneed—tableware or TV or air purifier—we make shopping for it easy by telling\nyou the best one to get. The site was founded in September 2011 and was\nacquired by The New York Times Company in October 2016.\n\n## Remote status\n\nSome employees work full-time from our office in New York City and some work\nremotely from other parts of the US.\n\n## Region\n\nUnited States.\n\n## Office locations\n\nNew York City\n\n## How to apply\n\nhttps://thewirecutter.com/jobs/\n"
  },
  {
    "path": "src/companies/theoremone.md",
    "content": "---\ntitle: \"TheoremOne\"\nslug: theoremone\nwebsite: https://theoremone.co/\ncareers_url: https://jobs.lever.co/theoremonellc\nregion: other\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - dotnet\n  - go\n  - javascript\n  - ruby\naddedAt: 2019-06-07\nupdatedAt: 2022-10-14\n---\n\n## Company blurb\n\nDo you enjoy collaborating in a consultative environment and guiding people using best practices to achieve great results? Do you want to influence and contribute to the growth of a high performing, quality focused team? If so, [TheoremOne](https://theoremone.co) wants to know more about you!\n\n[TheoremOne](https://theoremone.co) is a software consultancy that believes in simplicity in software design. We deliver solutions for startups and enterprises - You can see our [portfolio](https://theoremone.co/results) to learn more about the results we've delivered for our clients.\n\n## Company size\n\n400-450\n\n## Remote status\n\nWe are a remote first company. We do have offices across the world but most of our team works 100% remotely.\n\n## Region\n\nWe target timezones from GMT-10 to GMT+2.\n\n* Africa\n* Caribbean\n* Europe\n* Latin America\n* North America\n\n## Company technologies\n\n* Ruby (Off Rails)\n* Go\n* C#\n* JavaScript\n  * React\n  * NodeJS\n\n## Office locations\n\nSee our full list of locations on https://theoremone.co/about/locations.\n\n## How to apply\n\nYou can apply directly [on our careers page](https://jobs.lever.co/theoremonellc).\n"
  },
  {
    "path": "src/companies/thinkful.md",
    "content": "---\ntitle: \"Thinkful\"\nslug: thinkful\nwebsite: https://www.thinkful.com/\ncareers_url: https://www.thinkful.com/about/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - python\naddedAt: 2018-02-28\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nThinkful is a new type of school which provides 1-on-1 learning with industry experts to bring high growth tech careers to ambitious people everywhere.\n\n## Company size\n\n50-100\n\n## Remote status\n\nThinkful gives all of our employees the freedom to work from anywhere they want.\n\n## Region\n\nWorldwide! The US region has the majority of employees, but we have a presence in Europe and Latin America as well.\n\n## Company technologies\n\n- React\n- Angular\n- Vue.js\n- Python\n\n## Office locations\n\n55 Prospect St, Brooklyn, NY 11201\n\n## How to apply\n\nVisit our [career page](https://www.thinkful.com/about/careers/)\n"
  },
  {
    "path": "src/companies/third-iron.md",
    "content": "---\ntitle: \"Third Iron\"\nslug: third-iron\nwebsite: https://thirdiron.com/\ncareers_url: https://thirdiron.com/careers/\nregion: europe\nremote_policy: remote-first\ncompany_size: small\ntechnologies:\n  - java\n  - javascript\naddedAt: 2019-11-22\nupdatedAt: 2019-11-22\n---\n\n## Company blurb\n\nCreating innovative technologies that help libraries and the researchers they support\n\n## Company size\n\n25 employees, devoted to creating, supporting and selling exceptional software for academic, hospital, corporate, and government libraries\n\n## Remote status\n\nRemote-first since our company began in 2011\n\n## Region\n\nUS-based company with employees in the US and UK - currently interested in future teammates with US work authorization\n\n## Company technologies\n\n* NodeJS, Postgres, CouchDB, TypeScript, AWS, Heroku, Elasticsearch for web front-end and back-end\n* Swift + Obj-C for our native iOS app, and Java for our native Android app\n* [See our entire stack on StackShare](https://stackshare.io/third-iron/third-iron)\n\n## Office locations\n\nNone! Unless you count each of our homes :blush:\n\n## How to apply\n\nCheck out our careers page: https://thirdiron.com/careers/\n\nIf you don't see an opening, always feel free to email careers@thirdiron.com\n"
  },
  {
    "path": "src/companies/thorn.md",
    "content": "---\ntitle: \"Thorn\"\nslug: thorn\nwebsite: https://thorn.org/\ncareers_url: https://www.thorn.org/careers/\nregion: americas\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - sql\naddedAt: 2020-10-25\nupdatedAt: 2020-10-25\n---\n\n## Company blurb\n\nWorking at [Thorn](https://thorn.org) gives you the opportunity to apply your skills, expertise, and passion to directly impact the lives of vulnerable children.\n\nOur team tackles dynamic, quickly evolving problems with our diverse network of partners. We innovate cutting-edge technology, work directly with service organizations, and build engaged communities, all with the children we serve as our center.\n\nWe are a fully distributed organization backed by a dedicated and growing network of supporters. If you’re able to bring clarity to complexity and lightness to heavy problems, you might be a great fit for our team.\n\nLearn more about our mission and what it's like to work at Thorn at [thorn.org](https://thorn.org/)!\n\n## Company size\n\n70+ full-time staff across engineering, data science, product, research, programs, policy, development, marketing, operations, sales, support, etc.\n\n## Remote status\n\n100% remote team, distributed throughout the United States.\n\nWe share the [lessons we've learned](https://www.thorn.org/blog/thorn-tips-working-from-home-remote/) from working remotely since 2012, our tips for [building a strong and effective engineering team](https://www.thorn.org/blog/working-remotely-building-a-strong-effective-engineering-team-while-distributed/), and our experiences [hosting virtual team summits](https://www.thorn.org/blog/virtual-team-meeting/).\n\n## Region\n\nUSA\n\n## Company technologies\n\n- **Languages**: Typescript, Node, React, GraphQL, Python\n- **Data**: Elasticsearch, PostgreSQL, MemSQL, Redshift\n- **Ops**: Docker, Kubernetes, Terraform, Nomad, Consul\n- **Cloud**: AWS, Google Cloud\n\n## Office locations\n\nNone; our remote-first team has the flexibility to work from home, their favorite co-working space, or wherever best suits their needs.\n\n## How to apply\n\nView open positions and apply at [thorn.org/careers](https://www.thorn.org/careers/)!\n"
  },
  {
    "path": "src/companies/three-movers.md",
    "content": "---\ntitle: \"Three Movers\"\nslug: three-movers\nwebsite: https://threemovers.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - api\n  - infrastructure\n  - javascript\n  - ml\n  - php\n  - sql\naddedAt: 2025-06-23\nupdatedAt: 2025-06-23\n---\n\n## Company blurb\n\n> Three Movers is a trusted name in local, long-distance, and international moving services. We're on a mission to combine high-quality logistics with smart technology to deliver stress-free relocation experiences across the globe.\n\n_**Reliable. Affordable. Everywhere.**_\n\nThree Movers is a full-service moving company offering residential, commercial, auto, and international relocation services. Known for transparent pricing, fast service, and customer-first practices, we operate with a commitment to reliability and innovation.\n\nWe believe that logistics and technology go hand in hand. That’s why we’ve begun to invest in building and sharing digital tools that streamline moving operations, enhance customer experience, and create more efficient backend systems.\n\nWe’re building more than just moves — we’re building the future of relocation logistics. Follow us to stay up to date with new tools, open-source projects, and digital innovations in the moving industry.\n\n_**Move Smarter, Together.**_\n\n- Website: [threemovers.com](https://threemovers.com)\n- Email: [info@threemovers.com](mailto:info@threemovers.com)\n- X/Twitter: [@3moversofficial](https://x.com/3moversofficial)\n- LinkedIn: [3moversofficial](https://www.linkedin.com/company/3moversofficial/)\n- Facebook: [3moversofficial](https://www.facebook.com/3moversofficial/)\n- Instagram: [3moversofficial](https://www.instagram.com/3moversofficial/)\n- Google Play App: [Three Movers](https://play.google.com/store/apps/details?id=com.tolm.threemovers&hl=en)\n- YouTube: [@threemovers4183](https://www.youtube.com/@threemovers4183)\n- Pinterest: [threemoversofficial](https://www.pinterest.com/threemoversofficial/)\n- TikTok: [@threemovers](https://www.tiktok.com/@threemovers)\n\n## Company size\n\n50-75+\n\n## Remote status\n\n**Tech Workers:** We're always looking for collaborators, engineers, and logistics tech enthusiasts who want to solve real-world challenges in the moving industry. Feel free to explore our platform and propose new ideas.\n\n**App-based Drivers:** We’re also looking for experienced independent contractor drivers to join our team of nationwide and international movers. If you have at least 100k miles of experience as a transport professional or have undergone a certified professional training program, contact us to learn about our available opportunities!\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Laravel Framework (PHP)\n- Vue.js (Javascript)\n- Tailwind (CSS)\n- MYSQL, Redis\n- NGINX, S3\n\nWe use GitHub as a central place for:\n\n- **Real-Time Tracking:** Tools for GPS-enabled driver and truck tracking.\n- **API Integrations:** Booking, quotes, and movement tracking systems for partners and affiliates.\n- **Estimator Tools:** Cost calculation engines and sample UI components for embedding quote forms.\n- **Analytics Dashboards:** Operations and customer service data visualization tools for internal use.\n\n## Office locations\n\n- Elk Grove, CA, USA\n- Wallis, TX, USA\n\n## How to apply\n\nTo learn more about the positions we currently have available, please get in touch with us by emailing [info@threemovers.com](mailto:info@threemovers.com)\n\n_Please do not contact us by telephone regarding job opportunities._\n"
  },
  {
    "path": "src/companies/thrive-market.md",
    "content": "---\ntitle: \"Thrive Market\"\nslug: thrive-market\nwebsite: https://thrivemarket.com/\ncareers_url: https://thrivemarketjobs.com/\nregion: other\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - go\n  - javascript\n  - mobile\naddedAt: 2023-12-17\nupdatedAt: 2024-01-05\n---\n\n## Company blurb\nThrive Market was founded in 2014 with a mission to make healthy living easy and affordable for everyone. As an online, membership-based market, we deliver the highest quality healthy and sustainable products at member-only prices, while matching every paid membership with a free one for someone in need. \n\n## Company size\n501-1000\n\n## Remote status\nAt Thrive Market, our goal is to be a diverse and inclusive workplace that is representative, at all job levels, of the members we serve and the communities we operate in. We’re proud to be an inclusive company and an Equal Opportunity Employer and we prohibit discrimination and harassment of any kind. We believe that diversity and inclusion among our teammates is critical to our success as a company, and we seek to recruit, develop and retain the most talented people from a diverse candidate pool.\nIts fully Remote\n\n## Region\n- US\n\n## Company technologies\nThrive Market uses 40 technology products and services including HTML5, jQuery, and Google Analytics, according to G2 Stack.\nThrive Market is actively using 75 technologies for its website, according to BuiltWith. These include Viewport Meta, IPhone / Mobile Compatible, and SPF.\n\n## Office locations\n- US\n\n## How to apply\nCheck out our [careers page](https://thrivemarketjobs.com/) for information about what it is like to work at Thrive.\n"
  },
  {
    "path": "src/companies/tide.md",
    "content": "---\ntitle: \"Tide\"\nslug: tide\nwebsite: https://www.tide.co/\ncareers_url: https://www.tide.co/careers/#jobs\nregion: europe\nremote_policy: remote-first\ncompany_size: enterprise\ntechnologies:\n  - data\n  - devops\n  - javascript\n  - python\n  - ruby\naddedAt: 2024-02-20\nupdatedAt: 2024-04-03\n---\n\n## Company blurb\n\nAt Tide, we are building a finance & admin platform designed to save small businesses time and money. We provide our members with business accounts and related banking services, but also a comprehensive set of connected administrative solutions from invoicing to accounting.\nLaunched in 2017, Tide is now the leading business financial platform in the UK with 575,000 SME members (10% market share) and more than 250,000 SMEs in India. Headquartered in London, Tide has over 1,600 Tideans across the UK, Bulgaria, India, Serbia, Romania, Ukraine and Germany.\nTide is rapidly growing, expanding into new markets and always looking for passionate and driven people. Join us in our mission to empower small businesses and help them save time and money.\n\nFind out more at [tide.co](https://www.tide.co/)\n\n## Company size\n\n~1600 employees\n\n## Remote status\n\nWe are remote first, but when you do want to meet new people, collaborate with your team or simply hang out with your colleagues, our offices are always available and equipped to the highest standard. We offer flexible working hours and trust our employees to do their work well, at times that suit them and their team.\n\n## Region\n\nGMT to GMT +5:30 we are present in the UK, Bulgaria, Serbia and India and we're welcoming engineers in Romania and Ukraine as we continue to grow.\n\n## Company technologies\n\n- Python, Java, Spring Boot and JOOQ to build the RESTful APIs of our microservices (but we also welcome people who are used to any strongly typed general purpose programming language!)\n- Angular 2+, and React on Web, Flutter for Mobile\n- Event-driven architecture with messages over SNS+SQS and Kafka to make them reliable\n- Primary datastores is PostgreSQL via Aurora (we are heavy AWS users)\n- Docker, Terraform, ECS and Kubernetes, DataDog used by the Cloud team to run the platform\n- GitHub with GitHub actions and solid JUnit/Pact testing to power the CI/CD pipelines (new joiners are encouraged to have something deployed to production in their first 2 weeks)\n\n## Office locations\n\nOur offices are London, Sofia, Belgrade, Hyderabad, Bangalore and Delhi\n\n## How to apply\n\nSee our job listings at [https://www.tide.co/careers/#jobs](https://www.tide.co/careers/#jobs)\n"
  },
  {
    "path": "src/companies/timespot.md",
    "content": "---\ntitle: \"TimeSpot\"\nslug: timespot\nwebsite: https://timespothq.com/\ncareers_url: https://timespothq.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - javascript\n  - python\n  - sql\naddedAt: 2017-11-27\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nTime tracking and scheduling for employees.\n\n## Company size\n\n10-20\n\n## Remote status\n\nFully remote\n\n## Region\n\nOpen to worldwide employees provided that they can do some timezone\noverlap with US business hours.\n\n## Company technologies\n\nReact.js, Django, Postgres, Docker, Fabric.\n\n## Office locations\n\nNo physical office location.\n\n## How to apply\n\n[https://timespothq.com/careers/](https://timespothq.com/careers/)\n"
  },
  {
    "path": "src/companies/tipe.md",
    "content": "---\ntitle: \"Tipe\"\nslug: tipe\nwebsite: https://tipe.io\ncareers_url: https://angel.co/tipe/jobs\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - graphql\naddedAt: 2018-10-26\nupdatedAt: 2018-10-28\n---\n\n## Company blurb\n\nAt Tipe, we're set out to change how teams manage content for all their applications. We're constantly building and experimenting with new designs to solve challenging problems that enable collaboration and visual editing experiences. \n\nWe're a YC startup founded by open source engineers. The tech we use is mostly bleeding edge and we move fast. Most importantly, we do everything together, and everyone has a voice. From playing exploding kittens to design sprints, we like to hangout. We're solving problems around how teams manage content for today's apps. There are big challenges from dev tools to decoupled content editors.\n\n## Company size\n\n10-20\n\n## Remote status\n\nFlexible remote working options\n\n## Region\n\nUSA\n\n## Company technologies\n\nGenerate an API-first CMS from a GraphQL schema with offline prototyping\n\n## Office locations\n\nSan Francisco\n\n## How to apply\n\nhttps://angel.co/tipe/jobs\n"
  },
  {
    "path": "src/companies/toast.md",
    "content": "---\ntitle: \"Toast\"\nslug: toast\nwebsite: https://pos.toasttab.com/\ncareers_url: https://careers.toasttab.com/\nregion: other\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - java\n  - javascript\naddedAt: 2020-10-23\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nAt Toast we power successful restaurants of all sizes. By combining point of sale, front of house, back of house, and guest-facing technology with an unrivaled commitment to customer success we enable our community of restaurateurs to delight their guests, do what they love, and thrive.\n\n## Company size\n\n1,400 Toasters (that's what we call ourselves) across the US and even in Dublin, Ireland.\n\n## Remote status\n\nSome employees work full-time from our offices and some work\nremotely from other parts of the US and Ireland.\n\n\n## Region\n\nUS-based company with employees in the US and Ireland. Headquartered in Boston, MA.\n\n## Company technologies\n\n* Backend services following microservice architecture in Java 8 and DropWizard\n* Frontend development in React, Angular, and ES6\n* Android application development written in Java and Kotlin\n\n\n## Office locations\n\nHeadquarters in Boston, MA.\nUSA Offices in Portland, OR; Omaha, NE; and Chicago, IL.\nInternational Office in Dublin, Ireland.\n\n## How to apply\n\nCheck out our careers page: https://careers.toasttab.com/\n"
  },
  {
    "path": "src/companies/toggl.md",
    "content": "---\ntitle: \"toggl\"\nslug: toggl\nwebsite: https://toggl.com/\ncareers_url: http://jobs.toggl.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - go\n  - sql\naddedAt: 2015-11-07\nupdatedAt: 2022-10-22\n---\n\n## Company blurb\n\nToggl is a leading online time tracking tool, which is extremely popular among freelancers, consultants, and small companies. It allows users to track the time spent on various projects and analyze productivity. It’s internet-based and can be up and running from scratch in less than a minute. Toggl has real time sync with the web application, desktop apps, mobile apps and browser extensions for Chrome and Firefox.\n\n## Company size\n\n51-100\n\n## Remote status\n\nWe believe great people will make awesome stuff anywhere. New York, São Paulo, or a quiet village near Florence. No need to move for your dream job. We hire globally. You work locally. You'll get an allowance for your home office setup and monthly coworking space expense. Main communication is via Slack and we use Zoom or Hangouts for meetings. We have two company retreats and two team retreats each year.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nWebpack, Babel, Emotion, Docker, Go, PostgreSQL\n\n## Office locations\n\nHQ in Estonia, but all teams are distributed worldwide.\n\n## How to apply\n\nJobs and information can be found on the [jobs page](http://jobs.toggl.com)\n"
  },
  {
    "path": "src/companies/toptal.md",
    "content": "---\ntitle: \"Toptal\"\nslug: toptal\nwebsite: https://www.toptal.com/\ncareers_url: https://www.toptal.com/careers\nregion: other\nremote_policy: fully-remote\ntechnologies:\n  - go\n  - javascript\n  - ml\n  - ruby\naddedAt: 2015-11-13\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nWe created Toptal to solve an extremely difficult, real-world problem: the talent shortage. Toptal's distinct working environment is one of novelty. We've created a culture that prides itself on extreme innovation — continuously pushing the boundaries of what's possible in both software and business.\nToptal is a large and rapidly growing network comprised of the most thoroughly screened, talented freelance engineers and designers in the world. Hire Toptal freelancers to build advanced custom software and design projects and see how Toptal is different.\n\n## Remote status\n\nToptal are fully remote\n>No offices, no useless meetings, no mandatory hours. You’re recognized for what you do, not your time in a chair.\n\n>Being fully remote allows us to work with the best people from around the globe with unparalleled flexibility. Check out a few of the places where we’re [currently working.](https://www.toptal.com/careers#remote-team)\n\n\n## Region\n\nToptal employees are spread throughout the world.\n\n## Company technologies\n\nRoR, JavaScript, CoffeeScript, Sass, Haml, Slim, Underscore.js, Backbone.js, React.js, Google Closure, Cucumber, Waiter, PhantomJS,\n\n## Office locations\n\nToptal are 100% remote.\n\n## How to apply\n\nToptal careers page list any [open vacancies](https://www.toptal.com/careers) but also advise if [\"...you feel you have what it takes, send us an email, and tell us why you’d be a good fit.\"](mailto:join@toptal.com)\n"
  },
  {
    "path": "src/companies/tower.md",
    "content": "---\ntitle: \"Tower\"\nslug: tower\nwebsite: https://www.git-tower.com/\ncareers_url: https://www.git-tower.com/company/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - mobile\n  - ruby\naddedAt: 2021-03-26\nupdatedAt: 2021-03-26\n---\n\n## Company blurb\n\nTower is a small software team originally based in Germany, fully remote since 2015. Founded in 2010, we set out to create software that matters.\n\nOur product, the Tower Git client, helps over 100,000 customers in companies like Apple, Google, Amazon, and Twitter to easily & productively work with the Git version control system.\n\n## Company size\n\n9 (as of October 2020)\n\n## Remote status\n\nWe are strong believers in freedom & flexibility. Therefore, you can work from wherever you want. In order to keep in touch, however, we meet in person at least once every quarter.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nRuby, Rails, Swift, Objective-C, Cocoa, etc.\n\n## How to apply\n\nhttps://www.git-tower.com/company/jobs/\n"
  },
  {
    "path": "src/companies/tractionboard.md",
    "content": "---\ntitle: \"TractionBoard\"\nslug: tractionboard\nwebsite: https://tractionboard.io\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - go\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nTractionboard is an online analytics tool to measure marketing ROI and business traction for SaaS Companies.\n\n## Company size\n\n1-10\n\n## Remote status\n\nThere is no information on how the remote culture works at TractionBoard.\n\n## Region\n\nUSA\n\n## Company technologies\n\nTractionboard uses 16 technology products and services including HTML5, Google Analytics, and jQuery, according to G2 Stack.\nTractionboard is actively using 4 technologies for its website, according to BuiltWith. These include SPF, Google Apps for Business, and OSS CDN.\n\n## Office locations\n\nGreater Miami Area, East Coast, Southern US\n\n## How to apply\n\nhttps://tractionboard.io/\n"
  },
  {
    "path": "src/companies/transfeera.md",
    "content": "---\ntitle: \"Transfeera\"\nslug: transfeera\nwebsite: https://transfeera.com/\ncareers_url: https://transfeera.com/carreiras/\nregion: other\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - sql\naddedAt: 2023-10-25\nupdatedAt: 2023-10-25\n---\n\n## Company blurb\n\n### Who we are\nThe fintech Transfeera was founded in 2017 with the mission of making the daily lives of those working with payments simpler and more secure. Without friction or surprises when paying and receiving, you focus on what really matters: your business.\n\n### What we do\nWe automate the financial routine of companies, reducing the possibilities of errors, operational costs, and the time spent on manual and complex tasks.\n\n### How we do it\nWe are an electronic money issuing payment institution. Our clients have payment solutions where they make payments — individually or in batches — and collect payments via Pix, with the certainty that the money will reach the right person.\n\n## Company size\n\n30-50 employees.\n\n## Remote status\n\nAs a remote-friendly company, Transfeera prioritize flexibility, enabling the employees to achieve work-life balance while delivering exceptional results from the comfort of their preferred locations.\n\n## Region\n\nBrazil\n\n## Company technologies\n\nWe utilize a comprehensive technology stack that includes Node.js for our server-side operations, AWS for our cloud infrastructure, Terraform for efficient infrastructure management, and PostgreSQL for our robust database solutions.\n\n## Office locations\n\nÁgora Tech Park - Prédio MOB - Estr. Dona Francisca, 8300 - Sala 401 - Distrito Industrial, Joinville - SC, 89219-600\n\n## How to apply\n\nIf you are interested in applying, please visit our careers page at https://transfeera.com/carreiras/ and follow the instructions on the form provided.\n"
  },
  {
    "path": "src/companies/transition-technologies-advanced-solutions.md",
    "content": "---\ntitle: \"Transition Technologies - Advanced Solutions\"\nslug: transition-technologies-advanced-solutions\nwebsite: http://www.tt.com.pl/\ncareers_url: https://kariera.tt.com.pl/\nregion: other\nremote_policy: hybrid\ncompany_size: enterprise\naddedAt: 2020-11-01\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nTTSA is a child company of one of the biggest IT consulting corporations in Poland. It got multiple awards for the enormous positive impact of Polish utility companies.\n\n## Company size\n\n[1600+](http://kimjestesmy.tt.com.pl/en/)\n\n## Remote status\n\nEmployees are able to work from office or from home - as they wish. If they want to work remotely, there is a possibility to occasionally visit the offices.\n\n## Region\n\nPoland\n\n## Office locations\n\nWrocław, Warsaw, Białystok\n\n\n## How to apply\n\nJust fill in a form here:\n\n[TTAS Jobs Page](https://kariera.tt.com.pl/)\n"
  },
  {
    "path": "src/companies/transloadit.md",
    "content": "---\ntitle: \"Transloadit\"\nslug: transloadit\nwebsite: https://transloadit.com/\ncareers_url: https://x.com/transloadit\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\naddedAt: 2015-10-17\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nTransloadit is a file uploading & encoding service. Launched by 3 developers who met through open source in 2009, customers have loved our clever API and top-notch support ever since.\n\nWe're the company that has been running Node.js in production the longest. As such we had to invent a few wheels. Wheels we shared with the world. Most notably: node-mysql, node-formidable, and node-retry. These are modules that are now industry standards for dealing with MySQL, file uploads, and networked/unreliable systems. We also contributed to Node.js itself a lot.\n\nOur latest open source project is 'tus'. tus is our most ambitious open source project yet: its goal is to change how the world does file uploading. tus is an open standard for resumable file uploads that has been started by Transloadit, and collaborated on by employees at Google, Yahoo, the director of engineering at Vimeo, an author of HTTP/1.1, and the creator of ZeroMQ. We're writing implementations of this protocol for all popular languages, so that developers around the globe can have drop-in reliable uploads for their projects.\n\nStrongly rooted in the open source community, we try to give back in as many ways we can:\n\n - Open sourcing our juicy bits\n - Talking on conferences and sponsoring them\n - Giving away free tickets to conferences on Twitter every month\n - Sharing our tech in articles\n - Contributing back (cash & code) to the giants whose shoulders we're standing on, such as ImageMagick, Node.js, and tus.io.\n \nWorking for Transloadit means no deadlines, no shortcuts, working on open source for 80% of the time, being\nflexible with your hours, and getting really excited about new tech we push out.\n\n## Company size\n\n0-10 Employees\n\n## Remote status\n\nOur two co-founders Tim & Kevin live in Berlin and Amsterdam. \nThe rest of the team mostly consists of freelancers and part-timers and are spread across the globe.\nThis means there is no shared office space outside of Slack, Basecamp, Skype.\n\nWe meet up for company sponsored drinks & hacks in real life about 4 times a year.\n\n## Region\n\nWork from anywhere in the world : )\n\n## Company technologies\n\n- JavaScript\n- Node.js\n- CoffeeScript\n- Ubuntu\n- AWS\n\n## Office locations\n\n- Berlin, Germany\n- Amsterdam, The Netherlands\n\n## How to apply\n\nSend your GitHub profile to [@transloadit](https://x.com/transloadit)!\n"
  },
  {
    "path": "src/companies/travis-ci.md",
    "content": "---\ntitle: \"Travis CI\"\nslug: travis-ci\nwebsite: https://travis-ci.org/\ncareers_url: https://www.linkedin.com/company/travis-ci/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - api\n  - cloud\n  - javascript\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2020-10-22\n---\n\n## Company blurb\n\nTest and Deploy with Confidence\nEasily sync your projects with Travis CI and you’ll be testing your code in minutes!\n\n## Company size\n\n11-50 employees \n\n## Region\nWorldwide\n\n## Company technologies\n\nRuby,Javascript,API,AWS and more\n\n## Office locations\n\nBerlin\n\n## How to apply\n\n[LinkedIn](https://www.linkedin.com/company/travis-ci/jobs/)\n"
  },
  {
    "path": "src/companies/travis.md",
    "content": "---\ntitle: \"Travis\"\nslug: travis\nwebsite: https://travistravis.co\ncareers_url: https://www.travistravis.co/career\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - devops\n  - javascript\naddedAt: 2020-10-28\nupdatedAt: 2020-10-28\n---\n\n## Company blurb\n\n[Travis](https://travistravis.co) is a platform for people around the world to create, share, discover and save authentic travel stories and local experiences. We make user-generated travel content actionable.\n\n## Company size\n\nEarly-stage startup counting less than 10 team members.\n\n## Remote status\n\nOur team is 100% distributed and operating remotely. You can work from where you work best, as long as you have a good internet connection.\n\n## Region\n\nDiversity and travel are at the core of what we do, so we are considering **Worldwide** applicants.\n\nPlease note that we require a minimum of 3 to 4 hours overlap with Melbourne/Australia business hours, where the majority of our team is currently located.\n\n## Company technologies\n\n- **Client-side:** Vue.js / Html5 / JavaScript / TailwindCSS / GSAP\n- **Server-side:** Node.js / TypeScript / GraphQL / Prisma / Jest / MySQL\n- **Infrastructure & Ops:** Amazon AWS (100% Serverless) / AWS CDK / Github Actions\n- **On the roadmap:** PixiJS / WebAssembly / Rust\n\n## How to apply\n\nVisit [travistravis.co/career](https://www.travistravis.co/career) to see current openings.\n"
  },
  {
    "path": "src/companies/treehouse.md",
    "content": "---\ntitle: \"Treehouse\"\nslug: treehouse\nwebsite: https://teamtreehouse.com/\ncareers_url: https://teamtreehouse.com/jobs\nregion: americas\nremote_policy: hybrid\ncompany_size: medium\naddedAt: 2015-11-02\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nTreehouse creates affordable technology education. We're out to revolutionize how people learn web design, web development, and iOS development taking students from [zero to job-ready.](https://teamtreehouse.com/stories)\n\n## Company size\n\n[~100 men and women work on Treehouse.](https://teamtreehouse.com/about)\n\n## Remote status\n\nCertain positions are remote friendly within the United States. Everyone gets the same benefits including [4 day (32 hour) work weeks](http://www.theatlantic.com/video/index/396527/case-32-hour-workweek/), home office set-up budget, co-working allowance, annual education budget (for conferences, books, classes, etc.), phone allowance, and free lunch.\n\n## Region\n\nUnited States\n\n## Office locations\n\n* Portland, OR\n* Orlando, FL\n\n## How to apply\n\nCheck [Careers at Treehouse](https://teamtreehouse.com/jobs) for current openings.\n"
  },
  {
    "path": "src/companies/treez.md",
    "content": "---\ntitle: \"Treez\"\nslug: treez\nwebsite: https://treez.io/\ncareers_url: https://www.treez.io/careers\nregion: americas\nremote_policy: remote-first\ncompany_size: medium\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - javascript\n  - nosql\n  - python\n  - sql\naddedAt: 2025-07-03\nupdatedAt: 2025-07-03\n---\n\n## Company blurb\n\nTreez is a US-based startup building a compliant Point of Sale and Payment solutions for regulated industries. We power high-throughput transaction workflows for hundreds of retail businesses, enabling seamless, secure, and scalable financial operations. Our engineering team focuses on reliability, clean abstractions, and thoughtful product delivery.\n\n## Company size\n\n100–200\n\n## Remote status\n\nTreez is a remote-first company with engineering and product teams distributed across the US, India and Brazil. We operate asynchronously with minimal meetings, invest in documentation and context-sharing, and support flexible work hours within overlapping time zones.\n\n## Region\n\nAsia, North America, South America\n\nWe primarily hire in India and the United States, with an emphasis on timezone overlap between IST and PST.\n\n## Company technologies\n\nNode.js, Python, Postgres, MySQL, AWS, Docker, GitLab, Redis, dbt, Snowflake\n\n## Office locations\n\nEverywhere! Fully remote.\n\n## How to apply\n\nCheck out our [careers page](https://www.treez.io/careers).\n"
  },
  {
    "path": "src/companies/trello.md",
    "content": "---\ntitle: \"Trello\"\nslug: trello\nwebsite: https://trello.com/\ncareers_url: https://www.atlassian.com/company/careers/trello#job-list\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - data\n  - graphql\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2019-10-21\n---\n\n## Company blurb\n\nTrello is a visual project management system. The Company provides a collaborative web and mobile-based application that helps teams and individuals stay organized and communicate on projects. Trello has a variety of work and personal uses including real estate management, software project management, school bulletin boards, lesson planning, and law office case management.\n\n## Company size\n\n100-200\n\n## Remote status\n\nMore about our benefits:\n\nWhether you work in an office or a distributed team, Atlassian is highly collaborative and yes, fun! To support you at work (and play) we offer some fantastic perks: ample time off to relax and recharge, flexible working options, five paid volunteer days a year for your favourite cause, an annual allowance to support your learning & growth, unique ShipIt days, a company paid trip after five years and lots more.\n\nMore about Atlassian (Parent Company):\n\nCreating software that empowers everyone from small startups to the who’s who of tech is why we’re here. We build tools like Jira, Confluence, Bitbucket, and Trello to help teams across the world become more nimble, creative, and aligned—collaboration is the heart of every product we dream of at Atlassian. From Amsterdam and Austin, to Sydney and San Francisco, we’re looking for people who want to write the future and who believe that we can accomplish so much more together than apart. At Atlassian, we’re committed to an environment where everyone has the autonomy and freedom to thrive, as well as the support of like-minded colleagues who are motivated by a common goal to: Unleash the potential of every team.\n\nAdditional Information:\n\nWe believe that the unique contributions of all Atlassians is the driver of our success. To make sure that our products and culture continue to incorporate everyone's perspectives and experience we never discriminate on the basis of race, religion, national origin, gender identity or expression, sexual orientation, age, or marital, veteran, or disability status.\n\n## Region\n\nAsia, Europe, North America, Oceania\n\n## Company technologies\n\nReact and TypeScript, GraphQL and Apollo, Kafka, Backbone and CoffeeScript\n\n## Office locations\n\nNew York, USA\n\n## How to apply\n\nTrello lists open vacancies on their [jobs page](https://www.atlassian.com/company/careers/trello#job-list).\n"
  },
  {
    "path": "src/companies/tribe.md",
    "content": "---\ntitle: \"Tribe\"\nslug: tribe\nwebsite: https://www.tribexyz.com\ncareers_url: https://www.tribexyz.com/careers\nregion: europe\nremote_policy: fully-remote\ncompany_size: medium\n---\n\n## Company blurb\n\nRemote-first recruiting team embedded within European tech companies. 100+ fully remote staff across Europe and South Africa.\n\n## Remote status\n\nFully remote with no physical offices. Legal entity based in Prague. All roles are remote by default and staff work across Europe and South Africa.\n\n## How to apply\n\nVisit https://www.tribexyz.com/careers\n"
  },
  {
    "path": "src/companies/truelogic.md",
    "content": "---\ntitle: \"Truelogic\"\nslug: truelogic\nwebsite: https://www.truelogicsoftware.com/\ncareers_url: https://boards.greenhouse.io/truelogic\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - dotnet\n  - javascript\n  - ruby\naddedAt: 2020-10-17\nupdatedAt: 2020-10-17\n---\n\n## Company blurb\n\nTruelogic Software, an Inc. 5000 company,  is an innovative technology services company that specializes in custom web and mobile software development firm that leverages global facilities, senior engineers, more than 10 years of experience and methodologies to help you reduce operating costs and shorten timelines.\n\nTruelogic has developed more than 1000 projects for well-known multinationals such as McAfee, Sony, Nissan, The Television Academy (The Emmys), The New York Times, Manpower, Panasonic, Honda, and Verizon as well start-ups and medium-sized businesses alike. \n\nWe are proud to have a wide range of clients of all sizes, reflecting our flexibility and versatility, always finding the right balance that each particular client seeks.\n\nTruelogic offers a cost-effective blended model making use of its Development centers in New York and Latin America.\n\nWe only work with software engineers, with at least 5 years of experience. Our proprietary database of 40,000 active candidates allows us to create a team composed by only the Top 1% Software Engineers.\n\nTruelogic provides nearshore Software Engineering Services to companies in the United States. \n\nOur Services:\n- Nearshore Software Development\n- Staff Augmentation Services & Dedicated Agile Teams\n- Mobile Product Development\n- Software Maintenance\n- Data Engineering\n- QA Automation & Testing\n- Project Management\n- DevOps\n\n## Company size\n\n100-200\n\n## Remote status\n\nCertain positions are remote friendly, you can work from anywhere in Latin America.\n\n## Region\n\nLatin America\n\n## Company technologies\n\nReact, Node, .Net, Ruby Rails and Java\n\n## Office locations\n\n- New York, USA\n- Buenos Aires, Argentina\n\n## How to apply\n\nhttps://boards.greenhouse.io/truelogic\n"
  },
  {
    "path": "src/companies/trussworks.md",
    "content": "---\ntitle: \"TrussWorks\"\nslug: trussworks\nwebsite: https://truss.works\ncareers_url: https://truss.works/jobs\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\n  - ml\n  - mobile\n  - python\n  - ruby\naddedAt: 2019-06-26\nupdatedAt: 2020-05-05\n---\n\n## Company blurb\n\nTruss works side by side with our clients to design, build, and scale modern software that exceeds standards for speed and security. We often work with private sector, civic tech, healthcare, and U.S. government organizations.\n\n## Company size\n\nAbout 100 folks as of May 2020.\n\n## Remote status\n\nWe are a distributed organization! We have folks in every US mainland timezone working from many states.\n\n## Region\n\nUSA only; many of our contracts with the US government and with US healthcare providers require that work is done in the US.\n\n## Company technologies\n\nLots, to be honest. Our clients tend to use languages like Python, Ruby, and JavaScript. We tend to use languages like Go, Python, and modern JavaScript and build infrastructure in AWS with Terraform. Our projects are often web applications deployed into cloud environments, and not always; we've done data processing pipelines, native mobile applications, and various kinds of workshop training (design and engineering) as well.\n\n## Office locations\n\nWe have a small office in San Francisco; however, it's effectively a co-working space for some of the SF based folks. All meetings, systems, processes, and tools are designed for use from anywhere with a reliable network connection and a working computer.\n\n## How to apply\n\nRead our [jobs page](https://truss.works/jobs) and see if anything there is interesting to you!\n"
  },
  {
    "path": "src/companies/tuft-and-needle.md",
    "content": "---\ntitle: \"Tuft & Needle\"\nslug: tuft-needle\nwebsite: https://www.tuftandneedle.com/\ncareers_url: https://careers.tn.com/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - cloud\n  - devops\n  - javascript\n  - ml\n  - ruby\n  - sql\naddedAt: 2019-04-22\nupdatedAt: 2019-04-22\n---\n\n## Company blurb\n\nYou won’t lose sleep on a Tuft & Needle mattress, and you won’t lose sleep when you work with us either.\nT&N (tn.com) revolutionized the mattress space by turning the focus to the customer with always-honest pricing, an insistence on high-quality products, a world-class customer experience.\nT&N quickly became the most disruptive and innovative company in the e-commerce bedding space.\nContinuing to deliver on its mission in even bigger ways, we merged with Serta Simmons Bedding in September 2018, to expand the overall improvement to the industry.\nAs a result, more and more people are resting easier every day.\n\n## Company size\n\n100+\n\n## Remote status\n\nWe have remote developers all over the country.\n\n## Region\n\nU.S. citizens, non-citizens who are nationals of the U.S., or people who have been admitted to the U.S. for permanent residence and hold a valid green card.\n\n## Company technologies\n\nOur stack consists primarily of Ruby, JavaScript, Rails, React.js, PostgreSQL, and is deployed to Heroku, S3, and Now.\nWe use RSpec and Cypress for testing, CircleCI for continuous integration, and believe strongly in continuous deployment.\nRefactor without fear and ship daily! We also believe in leveraging quality APIs and tools.\n\n## Office locations\n\nPhoenix, Arizona and Jacksonville, Florida\n\n## How to apply\n\nVisit https://careers.tn.com/ for our currently open positions.\n"
  },
  {
    "path": "src/companies/turing.md",
    "content": "---\ntitle: \"Turing\"\nslug: turing\nwebsite: https://www.turing.com/\ncareers_url: https://careers.turing.com/\nregion: worldwide\nremote_policy: fully-remote\naddedAt: 2022-10-05\nupdatedAt: 2024-10-28\n---\n\n## Company blurb\n\nWe are a data-science-driven deep jobs platform helping companies spin up their engineering teams in the cloud at the push of a button. Based in Palo Alto, California, we are a fully remote company of 900+ people who help connect world-class remote software engineers with world-class companies. \nWe make the remote hiring journey easy and rewarding for both companies and developers. With Turing, companies can hire pre-vetted, Silicon Valley-caliber remote software talent across 100+ skills in 3-5 days. We also democratize opportunities for remote developers from around the world by offering them high-quality software jobs with top US firms. \nOur Intelligent Talent Cloud uses AI to source, vet, match, and manage over 2 million developers worldwide. This, in turn, helps organizations save valuable time and resources as they build their dream engineering team in a matter of days.\n\n## Remote status\n\n100% remote jobs.\n\n## Region\n\nWorldwide\n\nCompany technologies\n\nai,genai,llm training , data science and etc\n\n## Office locations\n\n1900 Embarcadero Road Palo Alto, CA, 94303\n\n## How to apply\n\nCheck out our [careers page](https://careers.turing.com/)\n"
  },
  {
    "path": "src/companies/turtlemint.md",
    "content": "---\ntitle: \"Turtlemint\"\nslug: turtlemint\nwebsite: https://careers.turtlemint\ncareers_url: https://careers.turtlemint.com/jobs\nregion: asia-pacific\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - cloud\n  - go\n  - java\n  - javascript\n  - python\n  - scala\n  - sql\naddedAt: 2026-01-17\n---\n\n## Company blurb\nTurtlemint is an insurtech / fintech startup based in India, that aims to simplify the insurance buying process by making insurance understandable, transparent, and accessible. They offer comparison tools, smart recommendations, and support via advisors (chat, phone) to help customers choose and buy insurance products\n\n\n## Company size\n* Employee count (Tech + Non Tech) in India is approximately 1,000–5,000. \n* Tech team is approximately 100-200\n* Founded in ~2015\n\n\n## Remote status\n* Hybrid policy: Employees work 3 days in office per week and can take up to 4 work-from-home days per month.\n\n* Work-from-anywhere (WFA) policy: Employees can work from any location for up to 30 days per year.\n\n\n## Region\n\nIndia\n\n## Company technologies\nBackend: Java (Spring Boot, Play Framework), Nodejs, Python (Django, Flask) \n\nFrontend: React, Angular\n\nDatabase: MongoDB, PostgreSQL\n\nInfrastructure: AWS, Azure\n\n## Office locations\n\nHead Office: The ORB – Sahar, 4B, 1st Floor, A Wing, Marol Village, Andheri (East), Mumbai – 400099, Maharashtra, India. \nTurtlemint\n\nTech offices in Pune and Goa\n\n## How to apply\n\n* https://careers.turtlemint.com/jobs\n* https://www.turtlemint.com/careers/\n"
  },
  {
    "path": "src/companies/twilio.md",
    "content": "---\ntitle: \"Twilio\"\nslug: twilio\nwebsite: https://www.twilio.com/\ncareers_url: https://www.twilio.com/company/jobs\nregion: worldwide\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - devops\n  - go\n  - java\n  - python\naddedAt: 2021-10-29\nupdatedAt: 2021-10-29\n---\n\n## Company blurb\n\nTwilio powers the future of business communications. Enabling phones, VoIP, and messaging to be embedded into web, desktop, and mobile software.\n\n## Company size\n\n6000+\n\n## Remote status\n\nHistorically Twilio has been focused around a few offices but there is a conscious effort going on to move towards more remote work. Currently there are remote employees all over the world.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nKubernetes, GoLang, Python, Java. Twilio is a polyglot environment so depending on the team there will be different tech stacks.\n\n## Office locations\n\nThere are 26 [offices](https://www.twilio.com/company) in 17 countries currently.\n\n## How to apply\n\n[Job Board](https://www.twilio.com/company/jobs)\n"
  },
  {
    "path": "src/companies/two.md",
    "content": "---\ntitle: \"Two\"\nslug: two\nwebsite: https://www.two.ai/\ncareers_url: https://www.two.ai/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\naddedAt: 2022-10-01\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nTwo is an Artificial Reality company lead by Pranav Mistry (creator of SixthSense, the world’s first wearable computer) and a team of world-class technologists, Two is creating a new category of immersive AI experiences that are more natural, more intuitive, and more expressive than text and voice.\n\n## Company size \n\nStarted less than 1 year ago in Silicon Valley.\n\n## Remote status\nThe positions are available remote and on-site in Silicon Valley,USA. \nThere's no information about India and Korea Locations. \n\n## Region\n\nHeadquartered in Silicon Valley, California, USA.\npositions open in all three places (US, India, Korea)\n\n## Company technologies\n\nplease visit career pages for openings and technologies\n\n## Office locations\n\nUS, India and Korea.\n\n## How to apply\n\nhttps://www.two.ai/joinus\n"
  },
  {
    "path": "src/companies/udacity.md",
    "content": "---\ntitle: \"Udacity\"\nslug: udacity\nwebsite: https://www.udacity.com/\ncareers_url: https://www.udacity.com/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - java\n  - javascript\n  - python\n  - ruby\n  - scala\naddedAt: 2016-05-02\nupdatedAt: 2018-05-25\n---\n\n## Company blurb\n\nUdacity is an online education platform that leads to meaningful skills and gainful employment.\n\nAt Udacity, our mission is to empower our students to not just advance their education, but to land their dream job in technology through a relevant 21st century education.\n\n\n## Company size\n\n200+ (50+ on Engineering/Product/Design)\n\n## Remote status\n\nWe believe in working however suits you best; not in measuring productivity by how often you come into the office. Whether you prefer our main office in Mountain View, our co-working space in San Francisco, a home office on the East Coast or a beach cafe in some tropical paradise, we'll make sure you're able to productively collaborate and communicate with the rest of your team via Slack, Hangouts and GitHub.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nMuch like *where* we work, we believe *how* we work should be dictated by productivity and fit for the task at hand. Our team uses a number of technologies (React/GraphQL, Ruby on Rails, Go, Scala, Python, Angular, Java and Objective-C to name a few), but you're welcome to use whatever language/framework/dev environment will let you do your best work.\n\n## Office locations\n\nOur Main Office is in Mountain View, CA. We have additional offices in San Francisco and Shanghai, with more on the way.\n\n## How to apply\n\n[Open positions](https://www.udacity.com/jobs)\n\n[Video about Udacity Engineering](https://vimeo.com/135723573)\n"
  },
  {
    "path": "src/companies/uhuru.md",
    "content": "---\ntitle: \"Uhuru\"\nslug: uhuru\nwebsite: https://uhurunetwork.com/\ncareers_url: https://uhurunetwork.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\naddedAt: 2020-10-31\nupdatedAt: 2020-10-31\n---\n\n## Company blurb\n\nFundamentally, the core of [Uhuru](https://uhurunetwork.com/culture/) is built upon overhauling the way an agency normally does business. We thrive because we’re never afraid to say there’s a better way.\n\n## Company size\n\n20-50\n\n## Remote status\n\nRead more about our company remote culture https://uhurunetwork.com/remote-companies/\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nMongoDB / PostgreSQL, React, Node.js / NextJS / Express.\n\n## Office locations\n\nAustin, Texas, USA\n\nSan Francisco, California, USA\n\n## How to apply\n\nVisit https://uhurunetwork.com/careers/ for open positions.\n"
  },
  {
    "path": "src/companies/uncapped.md",
    "content": "---\ntitle: \"Uncapped\"\nslug: uncapped\nwebsite: https://weareuncapped.com/\ncareers_url: https://www.weareuncapped.com/careers\nregion: americas-europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - java\n  - javascript\n  - sql\naddedAt: 2021-12-14\nupdatedAt: 2021-12-14\n---\n\n## Company blurb\n\nFounded in 2019, Uncapped is the fastest, most affordable way for growing online businesses to fund marketing and inventory. The company was born out of frustration with the limited financing options available for UK and European entrepreneurs to finance growth.\n\nUncapped provides business advances of between £10k and £5m without credit checks, personal guarantees, warrants, equity, or compounding interest and makes money by charging a low flat fee that is paid back from future sales revenue.\n\nUncapped has raised $120 million from investors including Lakestar, Mouro Capital, Global Founders Capital, White Star Capital, Seedcamp, and All Iron Ventures.\n\n## Company size\n\n50-100 (Dec 2021)\n\n## Remote status\n\nRemote from day one \n\n## Region\n\nEurope, USA \n\n## Company technologies\n\nBackend:\n- Java\n- Spring Boot/Cloud\n- PostgreSql\n- Microservices\n\nFrontend:\n- Typescript\n- React\n\nInfrastructure:\n- Docker\n- Kubernetes (GKE)\n- GCP\n- Terraform\n\nOther tools\n- Visual Studio Code\n- Intellij Idea\n- Slack\n- GitLab\n- FluxCD\n- Jira\n- Figma\n\n\n## Office locations\n\nN/A\n\n## How to apply\n\nhttps://www.weareuncapped.com/careers\n"
  },
  {
    "path": "src/companies/upcell.md",
    "content": "---\ntitle: \"upcell\"\nslug: upcell\nwebsite: https://www.upcell.io/\ncareers_url: https://www.upcell.io/about\nregion: americas\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - go\n  - java\n  - javascript\naddedAt: 2025-06-26\nupdatedAt: 2025-06-26\n---\n\n## Company blurb\n\nupcell was founded in 2023 as a boostrapped B2B Sales Platform to create simple and effective solutions to solve problems for GTM teams.\n\nupcell was founded by industry veterans looking to improve the B2B prospecting for sales teams of all sizes. For more information, please visit [our website](https://www.upcell.io).\n\n## Company size\n\n(as of June 2025)\n3 employees\n\n## Remote status\n\n100% remote\nWe are all remote and will always remain a remote-first company! We ensure all employees are equipped with tools to effectively collaborate online.\n\nWe also get together as a team at least twice per year to celebrate milestones!\n\n## Region\n\nCurrent openings are for remote positions in the USA.\n\n## Company technologies\n\nGo, Java, React, Google Cloud\n\n## Office locations\n\nNone, fully remote!\n\n## How to apply\n\nCheck our about us page: https://www.upcell.io/about\n"
  },
  {
    "path": "src/companies/upwork-pro.md",
    "content": "---\ntitle: \"Upwork Pro\"\nslug: upwork-pro\nwebsite: https://www.upwork.com\ncareers_url: https://careers.upwork.com/jobs/search\nregion: americas\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - javascript\n  - mobile\n  - ruby\naddedAt: 2018-04-24\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nThe Upwork story begins over two decades ago when the tech lead of a Silicon Valley startup realized his close friend in Athens would be perfect for a web project. The team agreed he was the best choice, but were concerned about working with someone halfway around the globe.\n\nIn response, the two friends created a new web-based platform that brought visibility and trust to remote work. It was so successful the two realized other businesses would also benefit from reliable access to a larger pool of proven talent, while workers would enjoy freedom and flexibility to find jobs online. Together they decided to start a company that would deliver on the promise of this technology. Fast-forward to today, that technology is the foundation of Upwork — the leading flexible talent solution. With millions of jobs posted on Upwork annually, independent professionals are earning money by providing companies with over 5,000 skills across more than 70 categories of work.\n\nUpwork Pro is an exclusive group that gives the best freelance professionals access to clients and projects not accessible to the entire marketplace. Qualifying freelancers will receive an invitation to join the group.\n\n## Company size\n\n570 employees (dEC 2019)\n\n## Remote status\n\nRemote work has risen rapidly as a result of the pandemic, with more than half of the American workforce currently working from home.\n\nThe shift to more remote work could also eliminate many of the challenges that come with having a traditional, in-the-office workforce. As leaders in the remote workspace for nearly two decades, Upwork has seen first hand and helped companies and freelancers embrace the benefits of flexibility.\n\nRemote-eligible roles are based on the title, requirement and responsibilities of the individual.Distributed teams rely on a combination of  email, messaging and video applications, as well as voice calls and meetings.\n\n## Region\n\nNorth America\n\n## Company technologies\n\nHTML, CSS, JavaScript, Android, Reactjs, React-Native, IOS, Ruby etc\n\n## Office locations\n\n- 2625 Augustine Dr., Suite 601,Santa Clara, CA 95054\n- 475 Brannan Street, Suite 430 ,San Francisco, CA 94107\n- 525 W. Van Buren, Suite 1100, Chicago IL 60607\n\n## How to apply\n\nhttps://careers.upwork.com/jobs/search\n"
  },
  {
    "path": "src/companies/upworthy.md",
    "content": "---\ntitle: \"Upworthy\"\nslug: upworthy\nwebsite: https://www.upworthy.com/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - javascript\n  - mobile\naddedAt: 2018-04-24\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\n**Upworthy is a social impact company with a mass audience.** Started in 2012, by Eli Pariser, the former executive director of [MoveOn](https://front.moveon.org/), and Peter Koechley, former managing editor of [The Onion](https://www.theonion.com/), upworthy works with brands and communities to create participatory campaigns and shareable stories that drive powerful results across business and society. \n\nAs of 2017, Upworthy is now under the umbrella of Good Worldwide and collectively they reach 100 million on a monthly basis!\n\nTheir business plan is as follows:\n- activate people around big issues and bold endeavors\n- amplify stories and ideas that inspire and uplift\n- help brands unlock their purpose to drive impact and ROI (return on investment)\n\n## Company size\n\n51-200 employees \n\n## Remote status\n\nAll of their employees work remotely!\n\n## Region\n\nWorldwide\n\n## Company technologies\nUpworthy uses 40 technology products and services including HTML5, Google Analytics, and jQuery, according to G2 Stack.\nUpworthy is actively using 186 technologies for its website, according to BuiltWith. These include Viewport Meta, IPhone / Mobile Compatible, and SPF.\n\n## Office locations\n\n- Headquarters: Los Angeles, CA 90048, US\n\n## How to apply\n\nThey are not currently hiring but are always on the lookout for talent: jobs@goodinc.com\n\nFor more info: https://goodinc.com/Contact\n\n[Company website](https://www.upworthy.com/) [LinkedIn](https://www.linkedin.com/company/upworthy/)\n"
  },
  {
    "path": "src/companies/usaa.md",
    "content": "---\ntitle: \"USAA\"\nslug: usaa\nwebsite: https://usaa.com\ncareers_url: https://www.usaajobs.com/\nregion: americas\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - java\n  - javascript\naddedAt: 2021-10-17\nupdatedAt: 2021-10-17\n---\n\n## Company blurb\n\nAt USAA we know the best way to serve our members is by building the best team. So, we seek out talented people to fill roles all across our company - from claims to finance to tech and beyond. But it's not just skill sets and impressive resumes we're looking for. It's the unique qualities that everyone at USAA shares. That means values like service, honesty, loyalty, and integrity, put into practice every single day as we do the most for our members.\n\n## Company size\n\nAround 32,000 employees.\n\n## Remote status\n\nOur headquarters is located in San Antonio, TX, but we have employees all over the country. We communicate through Slack, e-mail, Zoom, and our own internal portal.\n\n## Region\n\nUSA\n\n## Company technologies\n\n- Java\n- JavaScript\n- Spring\n- JavaEE\n- React\n- Git\n\n## Office locations\n\n- San Antonio, TX\n- Plano, TX\n- Phoenix, AZ\n- Colorado Springs, CO\n- Tampa, FL\n\n## How to apply\n\nApply for any of the jobs listed on [our Jobs page](https://www.usaajobs.com/)\n"
  },
  {
    "path": "src/companies/ushahidi.md",
    "content": "---\ntitle: \"Ushahidi\"\nslug: ushahidi\nwebsite: https://www.ushahidi.com\ncareers_url: https://ushahidi.workable.com/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - infrastructure\n  - javascript\n  - php\n  - python\n  - sql\naddedAt: 2016-08-22\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nUshahidi is a non-profit technology company that builds open source platforms to help citizens,\njournalists, organizations, governments, and others gather, manage, analyze, and visualize\ncrowdsourced data. Our tools have been used by tens of thousands of individuals and\norganizations fighting for social causes in over 159 countries — whether for monitoring\ncorruption in Zimbabwe, gathering real-time data on local poverty issues, or giving\npeople a voice in the Syrian crisis.\n\nUshahidi started as an ad-hoc group of Kenyan bloggers hammering out code in a couple\nof days from various locations, trying to figure out a way to gather more and better\ninformation about the 2008 post-election violence in Kenya.\n\n## Company size\n\n~30 employees. All listed on the [about page](https://www.ushahidi.com/about).\n\n## Remote status\n\n- We don’t care where you live. As long as you have Internet access, live wherever you want. Ushahidi team members currently live all over the world:  Kenya, United States, Canada, Hungary, New Zealand and more.\n- We have an office in Nairobi, but most people work from their own home or a co-working space (we have an allowance for co-working).\n\n## Region\n\nWorldwide - we have team members in many different countries and timezones.\n\n## Company technologies\n\nPHP, Javascript, AngularJS, Laravel, Nginx, MySQL, Ansible, Docker, Python, RabbitMQ.\n\n## Office locations\n\nWe have an office in Nairobi, Kenya.\n\n## How to apply\n\nAny job openings will appear on our [Workable page](https://ushahidi.workable.com/)\n"
  },
  {
    "path": "src/companies/uship.md",
    "content": "---\ntitle: \"uShip\"\nslug: uship\nwebsite: https://www.uship.com\ncareers_url: https://about.uship.com/careers/\nregion: americas\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - cloud\n  - dotnet\n  - javascript\naddedAt: 2021-10-06\nupdatedAt: 2021-10-06\n---\n\n## Company blurb\n\nuShip is a marketplace for bulky shipping solutions\n\n## Company size\n\n100-200 employees\n\n## Remote status\n\nHybrid/remote. Working in office is optional\n\n## Region\n\n **USA**\n\n## Company technologies\n\n  - JavaScript\n  - TypeScript\n  - C#\n  - AWS\n  - .NET\n  - React.js\n  - React Native\n  - etc...\n\n## Office locations\n\nAustin, TX\n\n## How to apply\n\nhttps://about.uship.com/careers/\n"
  },
  {
    "path": "src/companies/v0-report.md",
    "content": "---\ntitle: \"v0 report\"\nslug: v0-report\nwebsite: https://v0.report\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2024-02-18\nupdatedAt: 2024-02-18\n---\n\n## Company blurb\n\nGo beyond email marketing with true marketing automation\n\n## Company size\n\n11-50\n\n## Remote status\n\nFull Stack Developer (Contract); ML Engineer\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nOur technology utilizes web scraping and ai to automate and streamline the creation of insightful reports, transforming complex data into strategic decisions with ease.\n\n## How to apply\n\nEmail team@v0.report\n"
  },
  {
    "path": "src/companies/valimail.md",
    "content": "---\ntitle: \"Valimail\"\nslug: valimail\nwebsite: https://www.valimail.com/\ncareers_url: https://www.valimail.com/careers/\nregion: americas\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - go\n  - ml\n  - ruby\naddedAt: 2021-10-04\nupdatedAt: 2021-10-04\n---\n\n## Company blurb\n\nValimail was founded to bring trust back to communications. Without trust, communications are ineffective, deceptive, and can lead to catastrophic losses. By centering around authenticating the sender, we’ve created automated, standards based solutions, starting with email. IoT is next.\n\n## Company size\n\n100+ employees\n\n## Remote status\n\n100% remote\n\n## Region\n\nUSA\n\n## Company technologies\n\nGolang\nRuby on Rails\nCircleCI\nKubernetes\nHotwire/Turbo/Stimulus\nTailwindCSS\n\n## Office locations\n\n100% remote, no offices\n\n## How to apply\n\nhttps://www.valimail.com/careers/\n"
  },
  {
    "path": "src/companies/varnish-software.md",
    "content": "---\ntitle: \"Varnish Software\"\nslug: varnish-software\nwebsite: https://www.varnish-software.com/about-us\ncareers_url: https://www.varnish-software.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - linux\n  - python\naddedAt: 2018-04-24\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\n\nVarnish Software is a pioneer in high-performance content delivery. Powered by a uniquely flexible caching technology, our solutions are the indispensable common denominator among the world’s most popular brands, such as Nikon, Sky, Emirates and Tesla. We are the company behind Varnish Cache, a caching technology trusted by more than 10+ million websites worldwide.\n\n## Company size\n\n50-100\n\n## Remote status\n\nRemote work not specified on site or careers page.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nLinux\nGolang\nPython\nCircleCI\n\n## Office locations\n\nUSA:\nFloor 17, Office 16\n85 Broad Street\nNew York, NY 10004\n\nVarnish Software\n6060 Center Dr\nLos Angeles, CA 90045\nUnited States\n\nUK:\nWeWork c/o Varnish Software\n30 Stamford Street\nLondon, SE1 9LQ\n\nSweden:\nWeWork c/o Varnish Software AB,\nMalmskillnadsgatan 32,\n111 51, Stockholm\n\nNorway:\nGjerdrumsvei 14\n0484 Oslo\n\nJapan:\nVarnish Software K. K.\nc/o Business Sweden Japan\n1-10-3-200 Roppongi,\nMinato-ku 106-0032 Tokyo\n\nSingapore:\n260 Orchard Road\nThe Heeren #07-01/05\nSingapore 238855\n\n## How to apply\n\nhttps://www.varnish-software.com/careers/\n"
  },
  {
    "path": "src/companies/vast-limits.md",
    "content": "---\ntitle: \"vast limits\"\nslug: vast-limits\nwebsite: https://vastlimits.com\ncareers_url: https://vastlimits.com/#jobs\nregion: other\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - data\n  - javascript\n  - python\n  - search\naddedAt: 2020-07-03\nupdatedAt: 2020-07-03\n---\n\n## Company blurb\n\nvast limits is the company behind uberAgent, the innovative user experience monitoring and endpoint security analytics product. Our customer list includes organizations from industries like finance, healthcare, professional services, and education, ranging from medium-sized businesses to global enterprises. vast limits’ network of qualified solution partners ensures best-in-class service and support anywhere in the world.\n\n## Company size\n\n11-20 (as of June 2020)\n\n## Remote status\n\nWe're fully remote and don't even have an office.\n\n## Region\n\nGermany\n\n## Company technologies\n\n### Programming languages\n\nC++ with a little bit of JavaScript, PowerShell, Python and other languages on the side.\n\n### Platforms\n\nWindows, macOS, Splunk, Elasticsearch, Apache Kafka, Azure Monitor.\n\n### Technologies\n\nSystem services and drivers (Windows), daemons and Endpoint Security Framework (macOS), browser extensions (Chrome, Edge, Firefox, Internet Explorer).\n\n## Office locations\n\nNo office, all of us are fully remote. However, we sometimes have get-together events in Cologne, Germany.\n\n## How to apply\n\nCheck our jobs page: https://vastlimits.com/#jobs\n"
  },
  {
    "path": "src/companies/veeva.md",
    "content": "---\ntitle: \"Veeva Systems\"\nslug: veeva-systems\nwebsite: https://www.veeva.com/\ncareers_url: https://careers.veeva.com\nregion: worldwide\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - javascript\n  - ml\naddedAt: 2024-10-10\nupdatedAt: 2024-10-20\n---\n\n## Company blurb\n\nVeeva Systems Inc. is a leader in cloud-based software solutions specifically designed for the global life sciences industry. The company provides a range of software, data, and business consulting services that support research and development, quality management, and commercial operations. Veeva is committed to innovation and product excellence, striving to be a strategic partner to life sciences organizations worldwide.\n\n## Company size\n\n7000+\n\n## Remote status\n\nVeeva Systems has adopted a \"Work Anywhere\" policy, allowing employees the flexibility to work from home or the office as best suits their needs. This policy aims to foster productivity and innovation by trusting employees to choose their optimal work environment.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nVeeva uses a variety of technologies to support its cloud-based solutions. While specific technologies are not detailed in the sources provided, the company focuses on software as a service (SaaS) solutions tailored for the life sciences industry.\n\n## Office locations\n\nThere are 15 [offices](https://www.veeva.com/contact-us/).\n\n## How to apply\n\n[careers page](https://careers.veeva.com).\n"
  },
  {
    "path": "src/companies/vercel.md",
    "content": "---\ntitle: \"Vercel\"\nslug: vercel\nwebsite: https://vercel.com/\ncareers_url: https://vercel.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\naddedAt: 2020-10-19\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\n\nVercel combines the best developer experience with an obsessive focus on end-user performance.\nOur platform enables frontend teams to do their best work.\n\n## Company size\n\n32 (as of October 2020)\n\n## Remote status\n\nJoin Us. From Anywhere.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nReact.js, Next.js.\n\n## Office locations\n\nSan Francisco, California, United States.\n\n## How to apply\n\nCheck our jobs page: https://vercel.com/careers\n"
  },
  {
    "path": "src/companies/verve-systems.md",
    "content": "---\ntitle: \"Verve Systems\"\nslug: verve-systems\nwebsite: https://www.vervesys.com/company/contact-us/\nregion: other\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - javascript\n  - python\n  - php\n  - dotnet\n  - react\n  - angular\n  - vue\n  - nodejs\n  - flutter\n  - aws\n  - azure\n  - cloud\n  - ml\naddedAt: 2026-01-17\nupdatedAt: 2026-01-17\n---\n\n## Company blurb\n\nVerve Systems helps businesses move faster with custom software, mobile apps, and smart AI solutions. We work with startups, big enterprises, and global brands, giving them the tools to innovate, automate, and grow without hesitation. Our team cares about quality, performance, and using tech that's built for the future. Whether you want to improve how your customers interact with your brand or see real results for your business, we create digital products that actually make a difference.\n\n## Company size\n\n50-100\n\n## Remote status\n\nAt Verve Systems, we tap into a strong network of remote developers to build top-notch software, no matter where you are. Our team knows their stuff—full-stack web, mobile, AI—you name it. They work together across different time zones, so things move fast.\n\n## Region\n\nUSA and Asia (including Indian Subcontinent)\n\n## Company technologies\n\nHTML, CSS, JavaScript, React, Angular, Vue, Node.js, Python, PHP (Laravel, WordPress, Magento), .NET & ASP.NET MVC, AI & Machine Learning, Mobile Apps (Flutter, iOS, Android), Cloud (AWS, Azure, Google Cloud), SaaS Development, ERP & CRM Solutions, GIS/GPS Development, Game & Multimedia Development\n\n## Office locations\n\nAhmedabad, India\n\n## How to apply\n\n- [Contact page](https://www.vervesys.com/company/contact-us/)\n- Email: jobs@vervesys.com\n- Phone: +1 (732) 436-5435\n"
  },
  {
    "path": "src/companies/veryfi.md",
    "content": "---\ntitle: \"Veryfi\"\nslug: veryfi\nwebsite: https://veryfi.com/about\ncareers_url: https://angel.co/company/veryfi/jobs\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - java\n  - javascript\n  - ml\n  - mobile\n  - python\n  - sql\naddedAt: 2021-02-07\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nWe are a remote company, building Next Generation Data Extraction & Transformation Platform. We solve bookkeeping.\n\n## Company size\n\n10\n\n## Remote status\n\nWe are remote. Betting on holacracy culture, we believe it's up to you to choose how you gonna help us.\n\n## Region\n\nAt the moment we work from Australia, Belarus, Chile, Colombia, Russia and USA, but we are worldwide.\n\n## Company technologies\n\nJavaScript (React), MySQL, Python (Django, Tensorflow, Pytorch), AWS, GCP, Swift, Android (Java, Kotlin, C++), iOS (Objective-C, Swift, C++), C++.\n\n## Office locations\n\nWe have no official physical office.\n\n## How to apply\n\nCome and [work with us](https://angel.co/company/veryfi/jobs) or write directly to valeriy@veryfi.com\n"
  },
  {
    "path": "src/companies/vgs.md",
    "content": "---\ntitle: \"VGS\"\nslug: vgs\nwebsite: http://verygoodsecurity.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - java\n  - javascript\n  - python\naddedAt: 2026-01-17\n---\n\n## Company blurb\n\nFounded in 2015, VGS is the world's leader in payment tokenization and trusted credential management platform, depended on by Fortune 500 companies, merchants, fintechs, and banks alike. Our mission is to revolutionize the way sensitive data is stored and secured, enabling organizations to manage information across cards, bank accounts, and digital wallets with ease.\n\nVGS stores sensitive data and tackles critical payment acceptance challenges such as multi-PSP management, card issuance, payment orchestration enablement, PCI compliance, and the protection of personally identifiable information (PII). We provide our clients with complete ownership, control, and insights into their payment data, driving growth and enhancing user experiences across industries.\n\nVGS offers a comprehensive suite of solutions, including a composable Card Management Platform, a PCI-compliant Vault, and advanced network value-added services such as Network Tokens, Account Updater, and Card Attributes. Our innovative technologies empower businesses to boost revenue through higher authorization rates, reduce fraud, and streamline operations—all while seamlessly integrating with existing tech stacks.\n\nAt VGS, we're not just securing payments—we're empowering businesses to unlock new possibilities in the ever-evolving payment landscape.\n\n## Company size\n\nMedium, 100-500.\n\n## Remote status\n\nOur headquarters is located in San Francisco, CA, but we have employees all over the country and around the World. We communicate through Slack, e-mail, GMeet and Jira.\n\n## Region\n\nUSA, Worldwide\n\n## Company technologies\n\n- Java\n- Python\n- Terraform/Terragrunt\n- React\n- Git\n- CircleCI\n\n\n## Office locations\n\n- San Francisco, CA\n\n## How to apply\n\nApply for any of the jobs listed on [our Careers page](http://verygoodsecurity.com/careers)\n"
  },
  {
    "path": "src/companies/viperdev.md",
    "content": "---\ntitle: \"Viperdev\"\nslug: viperdev\nwebsite: https://viperdev.io\ncareers_url: https://viperdev.io/en/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - javascript\n  - php\naddedAt: 2020-10-31\nupdatedAt: 2020-10-31\n---\n\n## Company blurb\n\nWe develop quality software by software engineers with vast experience in developing software for a variety of mobile platforms and browsers. We want you to be pleased with your purchase from us. We stand by our solutions with a 100% satisfaction guarantee. If our product does not meet the earlier agreed specification, then you do not pay.\n\n## Company size\n\n15 - 20\n\n## Remote status\n\nJoin Us. From Anywhere.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nPHP, Laravel, JavaScript.\n\n## Office locations\n\nGermany.\n\n## How to apply\n\nCheck our jobs page: https://viperdev.io/en/jobs/\n"
  },
  {
    "path": "src/companies/virta-health.md",
    "content": "---\ntitle: \"Virta Health\"\nslug: virta-health\nwebsite: https://www.virtahealth.com\ncareers_url: https://www.virtahealth.com/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - go\n  - javascript\n  - mobile\n  - python\naddedAt: 2022-10-21\nupdatedAt: 2022-10-21\n---\n\n## Company blurb\nVirta Health is the first company with a clinically-proven treatment to reverse type 2 diabetes without the use of medications or surgery. Our innovations in nutritional biochemistry, data science and digital tools combined with our clinical  expertise are shifting the diabetes treatment paradigm from management to reversal. Our mission: reverse type 2 diabetes in 100 million people by 2025.\n\n## Company size\n\n250-500 employees\n\n## Remote status\n\nMost engineering roles are remote from within the USA.\n\n## Region\n\nUSA\n\n## Company technologies\n\nPython, Go, React, React Native, Google Cloud Platform, and many others\n\n## How to apply \n\nYou can visit https://www.virtahealth.com/careers\n"
  },
  {
    "path": "src/companies/vivo.md",
    "content": "---\ntitle: \"Vivo\"\nslug: vivo\nwebsite: https://www.vivo.com.br/para-voce\ncareers_url: https://vivo.gupy.io\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - go\n  - javascript\n  - mobile\n  - python\naddedAt: 2023-10-11\nupdatedAt: 2023-11-14\n---\n\n## Company blurb\nWe are a Telefônica Group company, leader in telecommunications in Brazil. We work with the purpose of Digitalization to Bring People, Business and Society Together, building a more connected nation and transforming the lives of Brazilians. We seek to expand our customers’ autonomy, personalization and real-time choices, putting them in charge of their digital lives, with security and reliability – all with the quality that only Vivo has.\n\n## Company size\n\n50+\n\n## Remote status\n\nHybrid\n\n## Region\n\nBRAZIL\n\n## Company technologies\n\nPython, Go, React, React Native, Google Cloud Platform, and many others\n\n## How to apply \n\nYou can visit https://vivo.gupy.io / https://www.vivo.com.br/para-voce\n"
  },
  {
    "path": "src/companies/vmware.md",
    "content": "---\ntitle: \"VMware\"\nslug: vmware\nwebsite: https://www.vmware.com/in.html\ncareers_url: https://careers.vmware.com/main/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - devops\n  - ml\naddedAt: 2022-10-05\nupdatedAt: 2022-10-21\n---\n\n## Company blurb\n\nVMware offers a breadth of digital solutions that powers apps, services, and experiences which enable organizations to deliver the best customer service and empower employees.\n\n## Company size\n\n30,000++ employees\n\n## Remote status\n\nWe take advantage of technology to organize virtual events such as webinars for our customers and community.\nBesides, we support work-from-home basis.\n\n## Region\n\nWorldwide (Americas, Europe, Middle East, Africa, Asia Pacific)\n\n## Company technologies\n\nDisruptive technologies like edge computing, artificial intelligence, blockchain, machine learning, Kubernetes and more–to define the digital foundation that will accelerate the next wave of innovation.\n\n## Office locations\n\nWorld Headquarters VMware, Inc\n3401 Hillview Ave\nPalo Alto, CA 94304\nUSA\nFor more information on different office locations, please visit https://www.vmware.com/in/company/office_locations.html\n\n## How to apply \n\nPlease visit https://careers.vmware.com/main/ to learn more about our job offers.\n"
  },
  {
    "path": "src/companies/voiio.md",
    "content": "---\ntitle: \"voiio\"\nslug: voiio\nwebsite: https://voiio.de\ncareers_url: https://voiio.de/karriere/\nregion: europe\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - cloud\n  - go\n  - javascript\n  - ml\n  - python\naddedAt: 2022-02-14\nupdatedAt: 2026-01-17\n---\n\n## Company blurb\n\nvoiio is closing the gap between having to manage your job and private life. We are a German based B2B employee service provider, always creating new services that have a meaningful impact on people's every day lives.\n\n## Company size\n\n50\n\n## Remote status\n\nUp to 6 weeks per year fully remote within EU is possible. However, we have a nice office in Berlin and value personal collaboration, which is why we ask your employees to come to the office at least twice a week.\n\n## Region\n\nEurope\n\n## Company technologies\n\nPython, JavaScript, Django.\nGood chefs keep their knifes sharp. We believe the same is true for software engineers, which is why we always aim to use the best tools available and don't mind investing into our setup.\n\nYou can find our full tech stack on [stackshare.io/voiio](https://stackshare.io/voiio/).\n\n## Office locations\n\nBerlin\n\n## How to apply\n\n- [Careers page](https://voiio.de/karriere/)\n- [Philosophy and hiring process](https://code.voiio.de/)\n"
  },
  {
    "path": "src/companies/vox-media.md",
    "content": "---\ntitle: \"Vox Media (Product Team)\"\nslug: vox-media-product-team\nwebsite: https://www.voxmedia.com/\ncareers_url: https://www.voxmedia.com/pages/careers-jobs\nregion: europe\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - go\naddedAt: 2018-04-24\nupdatedAt: 2020-10-22\n---\n\n## Company blurb\n\nOur editorial networks ignite conversations and influence culture through journalism, storytelling and commentary on current events, lifestyle, entertainment, sports, dining, technology, and shopping. Across digital, podcasts, TV, streaming, live events, and print, we tell stories that affect our audience's daily lives and entertain as much as they inform.\n\nOur portfolio features the most relevant and respected editorial properties across the biggest consumer categories, including: **Vox, New York Magazine, The Verge, The Cut, Eater, Vulture, The Strategist, Polygon, SB Nation, Intelligencer, Curbed, Grub Street and Recode.** Off-platform, the Vox Media Podcast Network is one of the largest collections of popular podcasts spanning technology, news, pop culture, futurism, everything women are talking about, and more. And Vox Media Studios is the award-winning nonfiction production and distribution studio for multiple TV and streaming partners.\n\n## Company size\n\n836\n\n## Remote status\n\nThe majority of the Vox Product team is remote and primarily communicate via Slack and Zoom. Most incoming engineers also are going to be working remote as well as most editing and producing positions.\n\n## Company technologies\n\nAdobe Creative Suite, Sketch, Google Suite, Dropbox, Github, Asana, Jira\n\n## Region\n\nUSA, UK\n\n## Office locations\n\nLA, NY, DC, London\n\n## How to apply\n\nYou can find our job listings [here](https://www.voxmedia.com/pages/careers-jobs)\n"
  },
  {
    "path": "src/companies/voxy.md",
    "content": "---\ntitle: \"Voxy\"\nslug: voxy\nwebsite: https://jobs.lever.co/voxy\nregion: other\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - cloud\n  - javascript\n  - nosql\n  - python\n  - sql\naddedAt: 2020-07-19\nupdatedAt: 2025-05-04\n---\n\n## Company blurb\nVoxy is a NYC-based company that is changing the way the world learns English. Our proprietary personalization technology and exclusive partnerships with leading content publishers enable us to deliver a one-of-a-kind solution to over 2.5 million English learners across the globe. Our mobile and web applications make it possible for individuals to learn from the world around them, turning everyday experiences and content into fun, game-like activities. Our custom-built, live one-on-one tutoring platform brings the necessary human element front and center, and is a core piece of our methodology. Voxy’s disruption of the $80B market for English language education has been recognized by leading education investors and the company has been deemed a pioneer by The New York Times, CNN Money, Fast Company, Mashable, Univision, Veja (Brazil), Venturebeat, and others.\n\n## Company size\n\n100+ (as of July 2020)\n\n## Remote status\n\nThe most of engineering and product team are fully remote. However, we have office in NY and São Paulo.\n\nWe have two engineering offices in NYC and São Paulo, but have always been remote friendly for engineering and product.\n\n## Region\n\n- Brazil.\n- USA.\n\n## Company technologies\n\nPython, Django, DRF, VueJS, Postgres, Redis, and a lot of AWS.\n\n\n## Office locations\n\n- São Paulo - Brazil\n- New York - United States\n\n## How to apply\n\nCheck our jobs page: https://jobs.lever.co/voxy\n"
  },
  {
    "path": "src/companies/vshn.md",
    "content": "---\ntitle: \"VSHN AG\"\nslug: vshn-ag\nwebsite: https://vshn.ch/jobs\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - devops\n  - go\n  - linux\n  - python\naddedAt: 2021-07-20\nupdatedAt: 2021-07-20\n---\n\n## Company blurb\n\nVSHN automates the operation of applications in the cloud or on-premise, so that our partners as software developers can have peace of mind and build their awesome application. VSHN is the Ops in DevOps, together with our partners.\n\n## Company size\n\n40-50\n\n## Remote status\n\nYou will be employed by VSHN AG in Zurich, but in general you can work remotely as often as you want. The decision to hire someone for remote only is ultimately up to the team you would be working in. We expect our employees to show up at the office from time to time or at least attend the 4-5 annual company events for socializing.\n\nYou can read more about working at VSHN and especially about working remotely in our [handbook](https://handbook.vshn.ch/hb/remote_working.html).\n\nCurrently, we can only hire people remote-only who live in Switzerland.\n\n## Region\n\nSwitzerland\n\n## Company technologies\n\nKubernetes, OpenShift, GitLab, Puppet, Go, Python, Linux\n\n## Office locations\n\nVSHN AG, Neugasse 10, 8005 Zurich, Switzerland\n\n## How to apply\n\nhttps://vshn.ch/jobs\n"
  },
  {
    "path": "src/companies/wallethub.md",
    "content": "---\ntitle: \"WalletHub\"\nslug: wallethub\nwebsite: https://wallethub.com/jobs\nregion: americas\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - java\n  - python\n  - sql\naddedAt: 2019-10-15\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nWalletHub’s initial focus was in the credit card space, and we quickly became the go-to credit card resource for consumers and industry professionals alike. Not only did the nonprofit group Consumer Action rate WalletHub as the best credit card website, but our industry research and expert opinions are featured in the national media far more often than any other company in the space.\n\nWalletHub is now aggressively expanding into the rest of the personal finance market – from everyday banking and insurance to mortgages and investing. We already boast the largest directory of financial companies and professionals on the Web, and our goal is to ultimately change the way people think about money.\n\n## Company size\n\n51-200 (source - Glassdoor)\n\n## Remote status\n\nThere are some remote positions open. Remote positions require overlap with EST business hours.\n\n## Region\n\nThe company is based in Washington, DC USA.\n\n## Company technologies\n\n- Java\n- Spring Framework\n- MySQL\n- Python\n\n## Office locations\n\nEvolution Finance, Inc.\n818 18th Street, NW, Suite 420\nWashington, DC 20006\n\n## How to apply\n\nClick here for [all available positions](https://wallethub.com/jobs/)\n\nReady to Apply?\n\nSend a copy of your latest resume at: jobs@wallethub.com\n"
  },
  {
    "path": "src/companies/webdevstudios.md",
    "content": "---\ntitle: \"WebDevStudios\"\nslug: webdevstudios\nwebsite: https://webdevstudios.com/\ncareers_url: https://webdevstudios.com/careers/\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - php\naddedAt: 2018-04-24\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nA full service WordPress shop, WebDevStudios is a website design and development agency that creates quality-driven, user-friendly experiences for startups to large enterprise projects.\n\n## Company size\n\n20-50.\n\n## Remote status\n\n100% remote\n\n## Region\n\n**USA**\n\n## Company technologies\n\n* Wordpress\n\n## Office locations\n\n* Philadelphia, PA\n* Wall, NJ\n* Milkwaukee, WI\n\n## How to apply\n\nGo to [this](https://webdevstudios.com/careers/) page on the company website, scroll down to open jobs and click \"APPLY NOW\" on the job of your choice.\n"
  },
  {
    "path": "src/companies/webfx.md",
    "content": "---\ntitle: \"WebFX\"\nslug: webfx\nwebsite: https://www.webfx.com\ncareers_url: https://www.webfx.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - ml\n  - php\naddedAt: 2019-02-14\nupdatedAt: 2019-02-14\n---\n\n## Company blurb\n\nWebFX is a digital marketing agency from Harrisburg, PA, but hires remote employees all over the world. We work with companies to help them grow by providing digital marketing services that drive real results.\n\n## Company size\n\n200-250.\n\n## Remote status\n\nEmployees can work from anywhere in the world and we offer flexible working hours.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nHTML, CSS, JavaScript, WordPress, Magento, Joomla\n\n## Office locations\n\n- Harrisburg, PA (HQ)\n- NYC\n- Boston\n- DC\n\n## How to apply\n\n[Visit our WebFX careers page](https://www.webfx.com/careers/)\n"
  },
  {
    "path": "src/companies/webikon.md",
    "content": "---\ntitle: \"Webikon\"\nslug: webikon\nwebsite: https://www.webikon.sk/en/\ncareers_url: http://www.webikon.sk/pracovne-pozicie/\nregion: other\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - devops\n  - infrastructure\n  - javascript\n  - nosql\n  - php\n  - search\naddedAt: 2016-02-10\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\n* We Love WordPress\n* We Do WordPress\n* We Live WordPress\n\nCreating web apps, modern WordPress solutions and responsive themes. Open source is what we do and how we work together.\n\n## Company size\n\nSmall team, up to 10 people right now. Still looking for a passionate colleges.\n\n## Remote status\n\nCan you use Slack and Hangouts? If the answer is \"yes\", you are quite ready to work with us. We organize the meetups and team-buildings regularly, so don't worry, we aren't just the voice in your computer.\n\n## Region\n\nWe are company from Slovakia (EU).\n\n## Company technologies\n\n* WordPress\n* PHP\n* Sass\n* React\n* Git\n* Vagrant/Docker\n* Nginx\n* Redis/Memcache\n* Solr\n\n## Office locations\n\nNone; or everywhere!\n\n## How to apply\n\nCheck out our [job opportunities](http://www.webikon.sk/pracovne-pozicie/) and/or send an email to jobs@webikon.sk.\n"
  },
  {
    "path": "src/companies/webrunners.md",
    "content": "---\ntitle: \"Webrunners GmbH\"\nslug: webrunners-gmbh\nwebsite: https://www.webrunners.de/en/\ncareers_url: https://www.webrunners.de/jobs/\nregion: europe\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - devops\n  - javascript\naddedAt: 2022-11-09\nupdatedAt: 2022-11-09\n---\n\n## Company blurb\n\nAs a software development & IT consulting agency, Webrunners stands for agile web development and software development, implementation of complex web applications, individual software solutions, IT consulting and programming services since 2005.\n\n[Webrunners](https://www.webrunners.de/en/) is the right contact when it comes to agile software development, business software, software modernization and high security standards. In order to make the various work processes in a company faster and more effective, we design and develop modern IT solutions and business software.\n\nIn doing so, we like to rely on the latest, but proven standards, both technologically and methodically. But we also like to try out new things as a team, for example in joint hackathons in our creative space here in Cologne, together with our remote employees, who are always involved. \n\nWhen working with remote colleagues, it is important to us that they can contribute on an equal footing with the team. That's why the entire infrastructure is designed for remote working and accessible from anywhere. We like to make meetings in the whole team all-remote, so that the same conditions exist for everyone.\n\nIf, for example, hybrid meetings are required for a hackathon or workshops, we try our best with appropriate equipment to make all external employees as comfortable as possible.\n\n## Company size\nWe are a team of about 10 permanent employees, some part-time freelancers and a techie CEO and founder. Since the beginning in 2005 we like to work a lot with remote employees and international freelancers.\n\n## Remote status\n\nThe whole team, including the employees in Cologne usually work \"remotely\". This means that we meet online for most of the meetings, since the conditions are the same for everyone, and we use online tools for these meetings. For example, messenger and video conferencing for coordination, online whiteboards for visualization and issue trackers like Gitlab and Jira for project work. We try to work as much as possible aysnchronously, so that everyone can organize their own times outside of the core working hours as freely as possible.\n\nEmployees are often in home offices. Nevertheless, we have two locations in Cologne, Germany, which are available to all employees. A chic and large office with meeting room in the center within walking distance from the main train station. This is very good for client meetings if needed.\nAnd then there is our CreativeSpace in the north of Cologne, with 3D printing, workshop area and our own workshop, well equipped with tools.\n\n## Region\n\nGermany and European Union (due to legal reasons)\n\n## Company technologies\n\n**Programming:** Python, Django, REACT, GraphQL, Javascript/Typescript\n\n**DevOps:** Docker, Git, AWS\n\n**Business tools:** GitLab, Atlassian Stack, Slack, Zoom/Talk\n\n## Office locations\n\nCome by for a coffee and visit us at the \nVon-Werth-Str. 37, 50670 Cologne, Germany\n\n## How to apply\n\nFeel free to apply initatively or check out our [careers page](https://www.webrunners.de/jobs/)<sup>\\[1\\]</sup> for open positions.\n\n---\n\n\\[1\\]: https://www.webrunners.de/en/jobs/\n"
  },
  {
    "path": "src/companies/webscrapinghq.md",
    "content": "---\ntitle: \"WebScrapingHQ\"\nslug: webscrapinghq\nwebsite: https://www.webscrapinghq.com\nregion: asia-pacific\nremote_policy: hybrid\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - python\naddedAt: 2024-11-29\nupdatedAt: 2024-11-29\n---\n\n## Company blurb\n\nWebScrapingHQ is a fully remote company that offers comprehensive web scraping services tailored to diverse business needs. Their offerings include managed data extraction, automated tools, and industry-specific solutions, ensuring clients receive high-quality, structured data for informed decision-making.\n\n## Company size\n\n0-20\n\n## Remote status\n\nEvery team member works remotely and there is no physical office. We all collaborate over Slack and have a flexible working hours policy. \n\n## Region\n\nIndia\n\n## Company technologies\n\nPython, Typescript, React.js\n\n## Office locations\n\nWe do not have an office location\n\n## How to apply\n\nYou can send a contact us message on https://www.webscrapinghq.com or send email to harsh@webscrapinghq.com\n"
  },
  {
    "path": "src/companies/wells-fargo.md",
    "content": "---\ntitle: \"Wells Fargo\"\nslug: wells-fargo\nwebsite: https://www.wellsfargo.com/\ncareers_url: https://www.wellsfargo.com/about/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - dotnet\n  - java\n  - javascript\n  - ml\n  - sql\naddedAt: 2020-10-20\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\nWells Fargo & Company is an American multinational financial services company headquartered in San Francisco, California, with managerial offices throughout the United States and overseas. \nIt is the world's fourth-largest bank by market capitalization and the fourth largest bank in the US by total assets.\n\n## Company size\nAround 300k members worldwide.\n\n## Remote status\nWe allow remote working.\n\n## Region\nWorldwide Company.\n\n## Company technologies\nReact Js, Angular Js, Node.js, CSS, HTML 5, Java, SQL, .NET\n\n## Office locations\nWe have offices in US, India, Philippines.\n\n## How to apply\nApply directly on the [career](https://www.wellsfargo.com/about/careers/) portal.\n"
  },
  {
    "path": "src/companies/wemake-services.md",
    "content": "---\ntitle: \"wemake.services\"\nslug: wemake-services\nwebsite: https://wemake.services/\ncareers_url: https://wemake.services/meta/job-application\nregion: other\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - javascript\n  - ml\naddedAt: 2017-12-21\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\n[wemake.services](https://wemake.services/) is a group of technology evangelists and simply those who love to write beautiful code.\nWe are dedicated to deliver products of high quality basing on best practices, broad experience and a good portion of common sense.\nWe focus on large, both public-sector and commercial projects with complicated infrastructure, and we care about what we do.\n\nWe love Python and Elixir. We use JavaScript.\n\n## Company size\n\nWe try to keep our team small (~10).\n\n## Remote status\n\nWe work remote **only**. That's a part of our culture.\nAre you interested in how do we work?\nWe have all our processes written down. [Check it out](https://github.com/wemake-services/meta).\n\n## Region\n\nOur headquarter is in Moscow, Russia.\n\n## Company technologies\n\nOur main stack is `django` + `vue`. We also love `elixir`.\n[Here's](https://stackshare.io/kotenkov_a/wemake-services) our detailed stack.\n\n## Office locations\n\nWe don't have any offices! It is awesome, isn't it?\n\n## How to apply\n\n1. Read https://wemake.services/meta/job-application\n2. Apply! http://bit.ly/wemake-jobs\n"
  },
  {
    "path": "src/companies/wemakemvp.md",
    "content": "---\ntitle: \"WeMakeMVP\"\nslug: wemakemvp\nwebsite: https://wemakemvp.com\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\naddedAt: 2022-06-29\nupdatedAt: 2022-07-02\n---\n\n## Company blurb\n\n### About us\n\nWe build web/mobile apps using the no-code platform bubble.io. \n\n### Our mission\n\nEmpower entrepreneurs by implementing their ideas despite the technical barriers. \n\n## Company size\n\nThe core team consists of 5 specialists.\n\n## Remote status\n\nFully-remote\n\n## Region\n\nWorldwide, but founders are based in Ukraine.\n\n## Company technologies\n\nBubble.io\n\n## Office locations\n\nKyiv, Ukraine\n\n## How to apply\n\nWrite an email to [hi@wemakemvp.com](mailto:hi@wemakemvp.com)\n"
  },
  {
    "path": "src/companies/whitecap-seo.md",
    "content": "---\ntitle: \"Whitecap SEO\"\nslug: whitecap-seo\nwebsite: https://www.whitecapseo.com/\ncareers_url: https://www.whitecapseo.com/careers\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - go\n  - php\naddedAt: 2018-04-24\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nWhitecap Digital, LLC (\"Whitecap SEO\") is a digital marketing agency that focuses on search engine strategy and implementation for targeted organic traffic generation. Whitecap SEO has helped e-commerce brands with a niche focus on improving organic traffic. Whitecap SEO continues to help companies of all sizes rank for competitive keywords throughout a variety of industries. \n\n## Company size\n\n0-20\n\n## Remote status\n\nRemote working environment. Must be available during standard US (East Coast) business hours.\n\n## Region\n\nUSA\n\n## Company technologies\n\nGoogle Analytics\nSearch engine algorithms\nShopify/Shopify Plus\nMagento\nBigCommerce\n\n## Office locations\n\n300 S. Biscayne Blvd\nSuite 1810, Miami FL 33131\n\n## How to apply\n\nhttps://www.whitecapseo.com/careers\n"
  },
  {
    "path": "src/companies/whitespectre.md",
    "content": "---\ntitle: \"Whitespectre\"\nslug: whitespectre\nwebsite: https://www.whitespectre.com\ncareers_url: https://www.glassdoor.com/Reviews/Whitespectre-Reviews-E1575846.htm\nregion: worldwide\nremote_policy: remote-first\ncompany_size: medium\naddedAt: 2018-04-24\nupdatedAt: 2018-07-03\n---\n\n## Company blurb\n\nWe are a globally distributed Software Development Consultancy. We partner closely with our clients to provide long-term embedded expertise as an integral part of their product/engineering team. Our focus is product excellence, Rails platform and mobile application development.\n\nWe're driven by a constant need to improve, learn, and share- whether that's a new skill, a new technology, or a new way of seeing. We have offices in Barcelona and team members located across 15 countries around the world.\n\n## Company size\n\nWe are a globally distributed team of around 65 people.\n\n## Remote status\n\nWe are a remote-first company. \n\n## Region\n\nWorldwide Company.\n\n## Office locations\n\nWe have offices in Barcelona.\n\n## How to apply\n\nWe know that big ideas and big results only happen when you have the right people, working together smartly - whether that’s across the room or across the globe.  We make the work fun and rewarding. Want to know more? Check out www.whitespectre.com and we're proud of what people are saying about us on [Glassdoor](https://www.glassdoor.com/Reviews/Whitespectre-Reviews-E1575846.htm).\n"
  },
  {
    "path": "src/companies/wikihow.md",
    "content": "---\ntitle: \"WikiHow\"\nslug: wikihow\nwebsite: https://www.wikihow.com/wikiHow:About-wikiHow\ncareers_url: https://www.wikihow.com/wikiHow:Jobs\nregion: americas\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - infrastructure\n  - javascript\n  - linux\n  - ml\n  - mobile\n  - php\n  - python\n  - sql\naddedAt: 2018-04-24\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\n\nWikiHow is a worldwide collaboration of thousands of people focused on one goal: teaching anyone in the world how to do anything.\n\nEverything you read on wikiHow was written by someone who wanted to help someone else.\n\n## Company size\n\n0 to 25\n\nwikiHow is a worldwide collaboration of thousands of people focused on one goal: teaching anyone in the world how to do anything.\n\n## Remote status\n\nWork from Home Wednesdays\n\n## Region\n\nUSA\n\n## Company technologies\n\nPHP, MediaWiki, MySQL, Bash, JavaScript, HTML/CSS, Python, C++, Memcache, Varnish, Nginx, Linux, iOS, Android\n\n## Office locations\n\nPalo Alto, CA\n\n## How to apply\n\nJob openings [Jobs](https://www.wikihow.com/wikiHow:Jobs). Other jobs may be available. Apply by sharing your resume and cover letter over Google Drive to jobs@wikiHow.com.\n"
  },
  {
    "path": "src/companies/wikimedia-foundation.md",
    "content": "---\ntitle: \"Wikimedia Foundation\"\nslug: wikimedia-foundation\nwebsite: https://wikimediafoundation.org\ncareers_url: https://wikimediafoundation.org/wiki/Work_with_us#Wikimedia_Careers\nregion: other\nremote_policy: remote-friendly\ncompany_size: medium\ntechnologies:\n  - data\n  - devops\n  - infrastructure\n  - java\n  - nosql\n  - php\n  - sql\naddedAt: 2015-10-13\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nWork with the foundation that supports Wikipedia and its sister projects in more than 285 languages\nSome of our favorite reasons to work for the Wikimedia Foundation\n - Influence hundreds of millions of readers all over the globe\n - Work with talented, mission-driven people\n - Support the 5th-most visited web properties in the world\n - Collaborate in an open, transparent environment\n - Innovate solutions to problems that impact millions of people\n - Do work that actually makes the world a better place\n - Work in small teams on huge and important projects\n - Interact with a global community with diverse cultures\n\n## Company size\n\n200 - 500 employees. All listed on the [Staff and contractors page](https://wikimediafoundation.org/wiki/Staff_and_contractors), per teams.\n\n## Remote status\n\nNot all jobs are available to remote, however the posting will advise this.\n\n## Region\n\nFrom the Work with us [FAQ](https://wikimediafoundation.org/wiki/Work_with_us#Frequently_asked_questions)\n\n[Can international applicants apply for positions with the Wikimedia Foundation?](https://wikimediafoundation.org/wiki/Work_with_us#Can_international_applicants_apply_for_positions_with_the_Wikimedia_Foundation.3F)\nWe are a global organization and welcome international applicants for positions with the Wikimedia Foundation. Please see our [“Pluralism, internationalism, and diversity” policy](https://wikimediafoundation.org/wiki/Pluralism,_internationalism,_and_diversity_policy).\n\n## Company technologies\n\nPHP, Varnish, Nginx, Hadoop, R, Java, and Bayesian Analysis, MariaDB, MySQL, NoSQL, Puppet\n\n## Office locations\n\nThe Wikimedia Foundation's head office is in San Francisco\n\n## How to apply\n\nAny job openings will appear on the [Work with us page](https://wikimediafoundation.org/wiki/Work_with_us#Wikimedia_Careers)\n"
  },
  {
    "path": "src/companies/wildbit.md",
    "content": "---\ntitle: \"Wildbit\"\nslug: wildbit\nwebsite: https://wildbit.com/\ncareers_url: http://wildbit.com/jobs\nregion: other\nremote_policy: hybrid\ncompany_size: small\ntechnologies:\n  - dotnet\n  - ruby\n  - search\n  - sql\naddedAt: 2016-02-06\nupdatedAt: 2018-04-16\n---\n\n## Company blurb\n\nA small software company, focusing on three popular and profitable web products: [Beanstalk](http://beanstalkapp.com/), [Postmark](https://postmarkapp.com/), and [DeployBot](http://deploybot.com/).\n\n## Company size\n\n20-30 employees\n\n## Remote status\n\nWildbit have been doing the “remote thing” for 15 years. About half of the team works out at the Philadelphia office, with the rest spread around the globe. Culture, communication process and strategy is specifically tailored around a remote team.\n\n## Region\n\nMost of the team work out at the office in Old City, Philadelphia, and others spread from Arizona to Serbia.\n\n## Company technologies\n\nRuby on Rails, .NET MVC, RabbitMQ, MySQL, ElasticSearch, etc.\n\n## Office locations\n\nHeadquarters in Philadelphia, USA.\n\n## How to apply\n\n[Jobs site](http://wildbit.com/jobs)\n"
  },
  {
    "path": "src/companies/willings-inc.md",
    "content": "---\ntitle: \"Willings Inc\"\nslug: willings-inc\nwebsite: https://willings.co.jp/en/\ncareers_url: https://willings.co.jp/en/join-us\nregion: asia-pacific\nremote_policy: remote-friendly\ncompany_size: tiny\ntechnologies:\n  - api\n  - cloud\n  - go\n  - java\n  - javascript\n  - ml\n  - python\n  - ruby\n  - sql\naddedAt: 2023-10-14\nupdatedAt: 2023-10-26\n---\n\n## Company blurb\nEnhancing the Presence of Japanese Companies in the Digital Society\n\nEstablished : 11th January 2018\n\n## Company size\n\n2-10 employees\n\nSource : https://www.linkedin.com/company/willingsinc/about/\n\n## Remote status\n\nStudents from India pursuing their bachelors/masters from IITs are eligible to apply\n\n## Region\n\nJapan\n\n## Company technologies\nFront-end Engineer:\nHTML, CSS, JavaScript,Angular,AJAX, RESTful API,Responsive Design,Version Control (e.g., Git),Testing (e.g., Jasmine, Karma).\n\nSales:\nCommunication,Negotiation,Relationship Management,Market Understanding,Presentation Skills,Goal Setting.\n\nBackend Developer:\nServer-side Languages (Java, Python, Ruby, Node.js),Database Management (SQL, NoSQL),RESTful API,Server Deployment,Frameworks (e.g., Spring, Flask, Express),Authentication, Authorization.\n\nFull Stack Developer:\nFront-end (HTML, CSS, JavaScript),Back-end (Server-side Languages),Database Management,API Development,Version Control (e.g., Git),Containerization, Cloud Services.\n\nSoftware Development Engineer (SDE):\nProgramming Languages (Java, Python, C++),Data Structures, Algorithms,Problem-solving,Object-oriented Design,SDLC Understanding,Version Control (e.g., Git),Testing and Debugging,Software Architecture, Design Patterns\n\n## Office locations\n\n5F STbuilding, 2-1-30 Ecchujima, Koto-ku, Tokyo 135-0044\n\n## How to apply\n\nVisit https://willings.co.jp/en/join-us to see open positions.\n"
  },
  {
    "path": "src/companies/wingify.md",
    "content": "---\ntitle: \"Wingify\"\nslug: wingify\nwebsite: https://wingify.com/\ncareers_url: https://wingify.com/careers\nregion: asia-pacific\nremote_policy: remote-first\ncompany_size: large\ntechnologies:\n  - javascript\naddedAt: 2023-10-14\nupdatedAt: 2023-10-14\n---\n\n## Company blurb\n\nWingify is an India based, fast-growing software company that makes globally admired technology products. There flagship product VWO Experience Optimization Platform is loved by thousands of businesses and users across 90+ countries, and the customer list includes brands like Microsoft, Lenovo, Walt Disney, Target, eBay, and Ubisoft.\n\n## Company size\n\n201-500\n\n## Remote status\n\nWingify is a remote first organisation.  Work is conducted via Google meet, Slack communication, and a number of other tools to foster collaboration. \n\n## Region\n\nCurrent openings are for remote positions in India\n\n## Company technologies\n\nDepending on the product line, technologies include Javascript,Cash.js,Angular\n\n## Office locations\n\nThe headquarters is in Delhi.\n\n## How to apply\n\nhttps://wingify.com/careers\n"
  },
  {
    "path": "src/companies/wipro.md",
    "content": "---\ntitle: \"Wipro\"\nslug: wipro\nwebsite: https://www.wipro.com/\ncareers_url: https://careers.wipro.com/careers-home/\nregion: asia-pacific\nremote_policy: hybrid\ncompany_size: medium\ntechnologies:\n  - data\n  - javascript\n  - php\naddedAt: 2022-10-15\nupdatedAt: 2022-10-15\n---\n\n## Company blurb\n\nWipro Limited (formerly, Western India Palm Refined Oils Limited) is an Indian multinational corporation that provides information technology, consulting and business process services. Thierry Delaporte is serving as CEO and managing director of Wipro from July 2020.\n\n## Company size\n\n200k to 300k\n\n## Remote status\n\nWipro's annual report stated that the company had triggered its business continuity plans to quickly enable remote working as the pandemic broke out, and less than three per cent of its global workforce was working from the office. \"We have settled well into this new way of working and have continued to make our customers successful.\n\n## Region\n\nIndia\n\n## Company technologies\n\nRedshift, Hadoop, MongoDB JavaScript, PHP, Underscore, Backbone, and many more\n## Office locations\n\nWipro Enterprises (P) Ltd. 'Wipro House', No. 8, 7th Main. 80 Feet Road, Koramangala, 1st Block. Bangalore-560034. Karnataka, India.\n\n## How to apply\n\nThe full story and roles overview is on the Wipro https://careers.wipro.com/careers-home/\n"
  },
  {
    "path": "src/companies/wirefuture.md",
    "content": "---\ntitle: \"WireFuture\"\nslug: wirefuture\nwebsite: https://wirefuture.com/\ncareers_url: https://wirefuture.com/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - dotnet\n  - javascript\n  - php\n  - python\naddedAt: 2024-03-19\nupdatedAt: 2024-03-19\n---\n\n## Company blurb\nTop Rated .NET development company. Based in the vibrant heart of India's technology scene, our agency is a melting pot of creativity, experience & innovation. WireFuture is aware that being ahead in the technology community involves being willing, nimble, and flexible to take risks with the brand new at any chance. We are a team of digitally - minded problem - solvers and visionary thinkers - all with a passion for pushing the envelope and benchmarks. Our comprehensive suite of services is designed to meet the diverse needs of our clients, ensuring excellence and innovation at every step.\n\n## Company size\n11-50 employees\n\n## Remote status\nFully remote available.\n\n## Region\nIndia, USA\n\n## Company technologies\n.NET, PHP, Python, Angular, React, Wordpress\n\n## Office locations\nUSA, India\n\n## How to apply\nFind job openings here: https://wirefuture.com/careers\n"
  },
  {
    "path": "src/companies/wizeline.md",
    "content": "---\ntitle: \"Wizeline\"\nslug: wizeline\nwebsite: https://www.wizeline.com/\ncareers_url: https://www.wizeline.com/careers/open-roles/\nregion: worldwide\nremote_policy: hybrid\ncompany_size: large\ntechnologies:\n  - dotnet\n  - go\n  - java\n  - javascript\n  - mobile\n  - php\n  - python\naddedAt: 2020-10-14\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\n[Wizeline](https://www.wizeline.com/) was founded in 2014 on the notion that access to data unlocks better decision making. Today, nearly 800 Wizeliners bring a data-driven, design-centric, and cloud-native approach to building exceptional products for our customers.\n\nWe are the secret weapon of global enterprises and trusted ally of high-growth startups. Our teams have mastered remote collaboration and have built strong community ties around our office locations in the U.S., Mexico, Vietnam, Thailand, Australia, and Spain.\n\n## Company size\n\n775 and growing, spread across Academy, Business Operations, Delivery, Design, Engineering, Legal, People Operations, Sales, Solutions, Technical Writing and Trainee programs...\n\n## Remote status\n\nEmployees can work from anywhere in the world and we offer flexible working hours.\n\n## Region\n\nRemote Worldwide and On-Site positions in any of the offices.\n\n## Company technologies\n\n- .Net\n- Android\n- NodeJS\n- PHP\n- iOS\n- Go\n- ReactJS\n- Python\n- React Native\n- Java\n- Go\n\n\n## Office locations\n\n- San Francisco HQ\n- New York City\n- Guadalajara, Mexico\n- Mexico City, Mexico\n- Querétaro, Mexico\n- Ho Chi Minh City, Vietnam\n- Bangkok, Thailand\n- Singapore\n- Barcelona, Spain\n- Sydney soon...\n\n## How to apply\n\n[Visit our Wizeline careers page](https://www.wizeline.com/careers/open-roles/)\n"
  },
  {
    "path": "src/companies/wolfram.md",
    "content": "---\ntitle: \"Wolfram\"\nslug: wolfram\nwebsite: https://www.wolfram.com\ncareers_url: https://www.wolfram.com/company/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\naddedAt: 2016-01-22\nupdatedAt: 2018-06-24\n---\n\n## Company blurb\n\nOver the past quarter of a century, Wolfram has established itself as a powerhouse of technical innovation and a unique organization respected and admired for its products, people, and long-term strategic vision. Building on its technology and achievements, Wolfram has today reached a position of remarkable opportunity and is poised for major growth and transformation.\n\n## Company size\n\n~700\n\n## Remote status\n\n> Whether it's remote working, flexible schedules, or modern project management, Wolfram has long been a pioneer in employee-oriented workplace practices...More than two decades ago, Wolfram was already a pioneer in geographically distributed teams. Today, some positions require being based at one of our corporate locations around the world, but many have full geographic flexibility after an initial training period.\n\n## Region\n\n[Worldwide](https://www.wolfram.com/company/careers/) -\n> Work anywhere\n> More than two decades ago, Wolfram was already a pioneer in geographically distributed teams. Today, some positions require being based at one of our corporate locations around the world, but many have full geographic flexibility after an initial training period.\n\n## Office locations\n\n- London, UK\n- Champaign, United States\n- Boston, United States\n- Paris, France\n- Tokyo, Japan\n- Lima, Peru\n- Linköping, Sweden\n- Bangalore, India\n\n## How to apply\n\n[Wolfram careers page](https://www.wolfram.com/company/careers/) lists features opportunities and details about the company.\n"
  },
  {
    "path": "src/companies/wolverine-trading.md",
    "content": "---\ntitle: \"Wolverine Trading\"\nslug: wolverine-trading\nwebsite: https://www.wolve.com/\ncareers_url: http://wolve.com/open-positions\nregion: americas\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - dotnet\n  - javascript\n  - python\n  - sql\naddedAt: 2022-11-04\nupdatedAt: 2022-11-04\n---\n\n## Company blurb\n\nWolverine is a diversified financial institution specializing in proprietary trading, asset management, order execution services, and technology solutions. We are recognized as a market leader in derivatives valuation, trading, and value-added order execution across global equity, options, and futures markets. Our focus on innovation, achievement, and integrity serves the interests of our clients and colleagues.\n\nIntership opportunities at Wolverine Trading.\n\n## Company size\n\n201-500 employees\n\n## Remote status\n\nElgible for remote, depending on the position.\n\n## Region\n\nUSA\nUK\n\n## Company technologies\n\n- C++\n- C#\n- C#\n- SQL\n- PYTHON\n- MISC (Java, Ruby, JS, VBA, XML, Lua, Bash)\n\n## Office locations\n\nChicago, IL (Headquaters)\n\nBranch offices in:\n\n- New York City\n- San Francisco\n- London\n\n## How to apply\n\nAt Company website. See open positions [here](http://wolve.com/open-positions).\n"
  },
  {
    "path": "src/companies/wombat-security.md",
    "content": "---\ntitle: \"Wombat Security Technologies\"\nslug: wombat-security-technologies\nwebsite: https://www.wombatsecurity.com/\ncareers_url: https://proofpoint.wd5.myworkdayjobs.com/ProofpointCareers/6/refreshFacet/318c8bb6f553100021d223d9780d30be\nregion: americas\nremote_policy: hybrid\ncompany_size: large\naddedAt: 2018-04-24\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nToday the company name is Proofpoint Security Awareness Training. In March 2018, Wombat Security Technologies realized an exciting milestone: our acquisition by Proofpoint, a leading next-generation security and compliance company. Now we’ve reached another landmark moment: the evolution of the Wombat brand to Proofpoint Security Awareness Training.\n\nBut Wombat was born from research at the world-renowned Carnegie Mellon University (CMU). Our company was founded in June 2008 by Drs. Norman Sadeh, Jason Hong, and Lorrie Cranor — all faculty members at the CMU School of Computer Science.\n\n## Company size\n\n1,000 - 5,000 (source - Glassdoor)\n\n## Remote status\n\nSome employees work full-time from our offices and some work remotely anywhere in the US or near our other offices (England, France, Netherlands, Madrid and Italy).\n\n## Region\n\nOffices in USA (Pittsburgh and Denver) and London.\n\n## Office locations\n\nPittsburgh, USA\n\n## How to apply\n\n[Jobs site](https://proofpoint.wd5.myworkdayjobs.com/ProofpointCareers/6/refreshFacet/318c8bb6f553100021d223d9780d30be)\n"
  },
  {
    "path": "src/companies/wp-media.md",
    "content": "---\ntitle: \"WP-Media\"\nslug: wp-media\nwebsite: https://wp-media.me/\ncareers_url: https://apply.workable.com/wp-media/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - php\naddedAt: 2021-10-11\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\nWP Media is a bootstrapped, remote startup of 35 people based all around the world. We are mostly focused on the WordPress market.\n\n## Company size\n\n35\n\n## Remote status\n\nYou choose where you want to work: from home, from an office, from a co-working, or your rocket ship. It makes no difference to us.\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\nWordPress, WP Rocket, Imagify, PHP, SaaS\n\n## Office locations\n\nLyon, Auvergne-Rhône-Alpes 69002, France\n\n## How to apply\n\nhttps://apply.workable.com/wp-media/\n"
  },
  {
    "path": "src/companies/wyeworks.md",
    "content": "---\ntitle: \"Wyeworks\"\nslug: wyeworks\nwebsite: https://www.wyeworks.com/\ncareers_url: https://www.wyeworks.com/careers\nregion: americas\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - elixir\n  - javascript\n  - ruby\naddedAt: 2024-10-13\nupdatedAt: 2024-10-13\n---\n\n## Company blurb\nWyeworks is a Uruguayan-based software development company founded in 2009. Specializing in Ruby on Rails and Elixir, Wyeworks has built a reputation for creating high-quality software products, offering tailored solutions to clients across the globe. They focus on collaborating closely with their partners to deliver exceptional results in a range of industries. The company's expertise lies in web development, mobile applications, and UX/UI design.\n\n## Company size\n51-200 employees.\n\n## Remote status\nWyeworks has embraced remote work, allowing employees the flexibility to work from anywhere. While their headquarters are in Montevideo, Uruguay, they offer a hybrid model, supporting both in-office and fully remote work setups.\n\n## Region\nNorth America, Latin America.\nKeep in mind that all of Wyeworks' clients are based in the United States, so working in a suitable timezone (overlapping with U.S. time zones) is recommended.\n\n## Company technologies\n- Ruby on Rails\n- React\n- JavaScript\n- Elixir\n- TypeScript\n\n## Office locations\n- Montevideo, Uruguay\n\n## How to apply\nTo explore job opportunities and submit applications, visit their [careers page](https://www.wyeworks.com/careers) or follow their [LinkedIn](https://uy.linkedin.com/company/wyeworks) page for updates on open positions. The company looks for passionate developers eager to join a collaborative and innovative team.\n"
  },
  {
    "path": "src/companies/x-team.md",
    "content": "---\ntitle: \"X-Team\"\nslug: x-team\nwebsite: https://x-team.com/\ncareers_url: https://x-team.com/join-application/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - go\n  - java\n  - javascript\n  - ml\n  - php\n  - python\naddedAt: 2018-04-24\nupdatedAt: 2019-10-25\n---\n\n## Company blurb\n\nSince 2006, X-Team has provided trusted, motivated developers to companies looking to scale their teams.\n\n## Company size\n\n100-200\n\n## Remote status\n\n100% Remote\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nTaken from their [fb](https://www.facebook.com/x.team/) page:\n_\"X-Teamers work with just about every at least semi-mainstream stack. Generally speaking, a majority of the projects we’re working on have React as the frontend, with the backend running on Node, or to a lesser degree Laravel or Symfony. Of course, there have also been projects with Vue, Angular, and even a rare Elm frontend. On the backend, Golang, Java, and Python also aren’t unheard of. Android and iOS are also in the mix, both natively and through cross-platform tech like Xamarin and React Native. And who could get anything done in 2018 without Docker and AWS?\"_\n\n## Office locations\n\nThey doesn't have any HQ, but it was founded in Melbourne, Australia.\n\n## How to apply\n\nFill up [this](https://x-team.com/join-application/) form.\n"
  },
  {
    "path": "src/companies/xapo.md",
    "content": "---\ntitle: \"Xapo\"\nslug: xapo\nwebsite: https://xapo.com/\ncareers_url: https://xapo.com/en/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - graphql\n  - java\n  - javascript\n  - ml\n  - mobile\n  - nosql\n  - python\n  - sql\naddedAt: 2019-11-04\nupdatedAt: 2019-12-13\n---\n\n## Company blurb\n\nAt Xapo, we’re building a way for users all over the world to send, receive, spend, and store their money globally and safely. We're firm believers that no matter who you are or where you're from, you deserve easy access to digital financial services. \n\nLaunched in 2014 by Wences Casares (CEO) & Federico Murrone (COO), Xapo has made an unparalleled investment in security infrastructure, assembled a renowned advisory board, and raised $40M from top venture capital firms in Silicon Valley & the world.\n\nAt Xapo, we embrace our differences and actively foster an inclusive environment where we all can thrive. We’re a flexible, family friendly environment, and we recognize that everyone has commitments outside of work. We welcome applications from all qualified candidates, including women and minorities. Diversity is not a tagline at Xapo; it is our foundation.\n\nCompany website: https://xapo.com\n\n## Company size\n\n250+ Xapiens working from 50+ countries.\n\n## Remote status\n\nXapo is a fully distributed company. We made the strategic decision to transition from on-site to remote in 2015. Being remote gives us invaluable access to top talent and diverse perspectives from all over the world.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n* Python\n* MongoDB\n* Cassandra 2.0\n* Redis\n* Bitbucket\n* Android (Kotlin)\n* iOS (Swift/Objective-C)\n* Machine Learning frameworks\n* ReactJS\n* Redux\n* Firebase\n* MVVM\n* Kafka\n* Spark\n* Redshift\n* GraphQL\n* Elm\n* Javascript\n* HTML\n* CSS\n* Docker\n* Django\n* PostgreSQL\n* NodeJS\n* AWS\n\n## Office locations\n\nXapo serves the world from Gibraltar. However, our team is 100% remote, and fully distributed around the globe \n\n## How to apply\n\nVisit our [Careers page](https://xapo.com/en/careers) to learn more about working at Xapo! You’ll also find a list of our current openings and how to apply. We update our postings frequently, so check back often!\n\nFollow us on social media to be the first to know about company updates and job opportunities.\n"
  },
  {
    "path": "src/companies/xp-inc.md",
    "content": "---\ntitle: \"XP Inc.\"\nslug: xp-inc\nwebsite: https://www.xpi.com.br/\ncareers_url: https://www.xpi.com.br/carreiras/\nregion: europe\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - dotnet\n  - java\n  - mobile\naddedAt: 2021-02-13\nupdatedAt: 2021-02-13\n---\n\n## Company blurb\n\nXP Inc.'s purpose is to transform the financial market to improve people's lives. We started in 2001, as a small office for independent investment agents in Porto Alegre. We got here with the dedication of talented people who, through our culture of Big Dream, Open Mind and Entrepreneurial Spirit, had the autonomy and freedom they needed to transform the financial market.\n\n## Company size\n\n1001-5000\n\n## Remote status\n\n100% Remote\n\n## Region\n\nBrazil, USA, UK, Switzerland\n\n## Company technologies\n\n.NET, Swift, Kotlin/Java, Azure, Kubernetes, etc\n\n## Office locations\n\nBrazil, USA\n\n## How to apply\n\n[XP Inc. website](https://www.xpi.com.br/carreiras/) has all the info you need about current job openings.\n"
  },
  {
    "path": "src/companies/xwp.md",
    "content": "---\ntitle: \"XWP\"\nslug: xwp\nwebsite: https://xwp.co/\ncareers_url: https://www.linkedin.com/company/xwp/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - php\naddedAt: 2022-10-08\nupdatedAt: 2023-09-30\n---\n\n## Company blurb\n\n[XWP](https://xwp.co/) We build world-class web solutions for enterprise media and technology companies\n\n## Company size\n\n51-200 employees\n\n## Remote status\n\nFully remote company.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nWordPress\n\n## Office locations\n\nChelsea, Victoria, Australia\n\n## How to apply\n\nYou can check the job openings from their linkedin profile (https://www.linkedin.com/company/xwp/jobs/)\n"
  },
  {
    "path": "src/companies/yahoo.md",
    "content": "---\ntitle: \"Yahoo!\"\nslug: yahoo\nwebsite: https://www.yahooinc.com/\ncareers_url: https://www.yahooinc.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: enterprise\ntechnologies:\n  - data\n  - devops\n  - javascript\n  - ml\n  - nosql\naddedAt: 2023-10-01\nupdatedAt: 2023-10-04\n---\n\n## Company blurb\n\nYahoo is a global media and tech company that connects people to their passions,\nIt is a web services provider that offers both a search engine and a directory of World Wide Web pages organized in a hierarchy of topic categories,\nWhile the Yahoo web portal started off as a web directory, it soon added other services such as email, news and finance. \n\n## Company size\n\n8,600 employees\n\n## Remote status\n\nWill help you work where you need to, when you need to. \n\n## Region\n\n Worldwide\n\n## Company technologies\n\n- HTML5\n- JavaScript\n- React\n- Hadoop\n- Kafka\n- Node.js\n- Jenkins\n- Redis\n- Docker, K8s\n\n## Office locations\n\nAustralia, Brazil, Germany, Ireland, India, Japan, New Zealand, Taiwan, UK and USA.\n\n## How to apply\n\n[Yahoo! careers page](https://www.yahooinc.com/careers/)\n"
  },
  {
    "path": "src/companies/yandex.md",
    "content": "---\ntitle: \"Yandex\"\nslug: yandex\nwebsite: https://yandex.com/\ncareers_url: https://yandex.com/jobs/\nregion: other\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - java\n  - javascript\n  - python\naddedAt: 2020-10-29\nupdatedAt: 2022-10-10\n---\n\n## Company blurb\n\nYandex is a Russian multinational corporation providing Internet-related products and services, including transportation, search and information services, e-commerce, navigation, mobile applications, and online advertising. They provide over 70 services.\n\n## Company size\n\n+10000 (as of January 2020)\n\n## Remote status\n\nIn 2020, many employees worked from home, because the situation in the world is not stable. There are vacancies that are positioned as remote work.\n\n## Region\n\nThe firm is incorporated in the Netherlands, but The company founders and most of the team members are located in Russia. \n\n## Company technologies\n\nYandex develops a large number of services. Many programming languages are used, for example, Java, C++, JavaScript (Typescript), Python.\n\n## Office locations\n\nYandex has offices in 17 countries.\n\n## How to apply\n\nCheck jobs page: https://yandex.com/jobs/\n"
  },
  {
    "path": "src/companies/yazio.md",
    "content": "---\ntitle: \"YAZIO\"\nslug: yazio\nwebsite: https://www.yazio.com/en/jobs\nregion: europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - javascript\n  - nosql\n  - php\n  - search\naddedAt: 2021-02-07\nupdatedAt: 2021-02-07\n---\n\n## Company blurb\n#### [About Us](https://www.yazio.com/en/about-us)\nWith millions of users, YAZIO is one of the most successful nutrition apps in the world.\n#### Our Mission\nOur mission is to help as many people as possible live healthier lives through better nutrition.\n## Company size\n~40 currently (12/2020) and growing\n## Remote status\nOver 70% of company works remote. We communicate via [slack](https://www.slack.com) and [zoom] (https://www.zoom.us) and have company retreats twice per year. We also provide a learning budget to help you grow and develop.\n## Region\nEurope\n## Company technologies\nBackend: \nSymfony 5, AWS, Apache Spark, Elastic, Redis etc.\nFrontend: \nSymfony 5, React, JavaScript\nDevops: \nGitlab\n## Office locations\nErfurt (Germany)\n## How to apply\n[YAZIO careers page](https://www.yazio.com/en/jobs)\n"
  },
  {
    "path": "src/companies/yodo1.md",
    "content": "---\ntitle: \"Yodo1\"\nslug: yodo1\nwebsite: https://www.yodo1.com/en/\ncareers_url: https://www.yodo1.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - devops\n  - java\n  - mobile\n  - python\naddedAt: 2020-10-19\nupdatedAt: 2021-10-30\n---\n\n## Company blurb\n\nYodo1 is a gaming services company dedicated to one goal: giving talented developers the platform to turn their games into scalable businesses. We are helping thousands of studios around the world market, monetize, and manage their games to better serve a player base of 1.5 billion and growing.\n\nWe're always looking for new people as our team grows, and it's growing fast!\n\n## Company size\n\n200+ (as of January 2020)\n\n## Remote status\n\nWe are working full remote.\n\n## Region\n\nWorldwide.\n\n## Company technologies\n\nPython, Java, Swift, Obj-C, Kubernetes, and many others depending on the team.\n\n## Office locations\n\nBeijing, China\n\n## How to apply\n\nCheck our jobs page: https://www.yodo1.com/careers\n"
  },
  {
    "path": "src/companies/yonder.md",
    "content": "---\ntitle: \"Yonder\"\nslug: yonder\nwebsite: https://www.yonder.io\ncareers_url: https://www.linkedin.com/company/yonder.io/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\naddedAt: 2018-04-24\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\n\nWe consult and provide mentorship and services for business leaders hoping to benefit from a more flexible workforce and tap into the vast talent pool beyond their local area.\nWe're creating products and services to help these companies be more efficient and communicate better. We’re painting a picture of a world without commutes, where employers value trust and autonomy, and where companies maximize efficiency and culture, regardless of geographic location.\n\n## Company size\n\n0-20\n\n## Remote status\n\nYonder’s mission is to redefine workplace and inspire employment nirvana. We believe that free-range work is the future and that both large and small businesses will benefit by creating a more flexible workforce. We are remote work advocates and experts. We run conferences, workshops, and a popular podcast. \n\n## Region\n\nWorldwide\n\n## Company technologies\n\nTechnology not specified.\n\n## Office locations\n\nNo office. Fully distributed team that works remotely.\n\n## How to apply\n\nNo specific career page. Can reach out by contact form: https://www.yonder.io/contact or LinkedIn: https://www.linkedin.com/company/yonder.io/jobs/\n"
  },
  {
    "path": "src/companies/you-are-launched.md",
    "content": "---\ntitle: \"You are launched\"\nslug: you-are-launched\nwebsite: https://urlaunched.com\nregion: europe\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - java\n  - javascript\n  - mobile\n  - ruby\naddedAt: 2022-08-31\nupdatedAt: 2022-09-01\n---\n\n## Company blurb\n\nYou are launched (urlaunched.com) - is a top-rated Ukrainian custom app development partner who knows what to do with ideas, MVPs, and how to launch startups in just 3 months.\n\n## Company size\n\n24 people in 4 countries (Aug 2022)\n\n## Remote status\n\nFully remote\n\n## Region\n\nUkraine, Poland\n\n## Company technologies\n\nSwift, Kotlin, Ruby, React/Next.js\n\n## How to apply\n\nEmail i@urlaunched.com or contact us at https://www.urlaunched.com\n"
  },
  {
    "path": "src/companies/you-need-a-budget.md",
    "content": "---\ntitle: \"You Need A Budget\"\nslug: you-need-a-budget\nwebsite: https://www.youneedabudget.com/\ncareers_url: https://www.youneedabudget.com/careers/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - ruby\n  - sql\naddedAt: 2020-10-29\nupdatedAt: 2020-10-29\n---\n\n## Company blurb\n\nAlso known as YNAB (pronounced Y-nab). An award-winning budgeting software company whose application centers around their Four Rules for Successful Budgeting.\n\n## Company size\n\n51-200\n\n## Remote status\n\n> Live Where You Want\n> We’re a distributed team, so you can live and work wherever you want. Proximity doesn’t influence productivity. Taylor, our CTO, was traveling who-knows-where for a couple of years before he bought a farm. Up and move to France for a year? Sure, Todd did that. Don’t like France? How about London, where Janelle trotted off to. Tulsa Remote? Can do. Or if you just love LA or Baltimore or Buenos Aires, we’ve got people there, too. Not all of us move around, but the fact that these folks have is totally okay because we’re all adults. Just make sure you have a reliable internet connection.\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\nEmber, PostgreSQL, Ruby, Typescript\n\n## How to apply\n\n[YNAB Careers site](https://www.youneedabudget.com/careers/) has all the info you need about current job openings.\n"
  },
  {
    "path": "src/companies/youcanbook-me.md",
    "content": "---\ntitle: \"YouCanBook.me Ltd\"\nslug: youcanbook-me-ltd\nwebsite: https://youcanbook.me\ncareers_url: https://youcanbook.me/jobs/\nregion: europe\nremote_policy: remote-friendly\ncompany_size: small\ntechnologies:\n  - devops\n  - java\n  - javascript\naddedAt: 2018-04-24\nupdatedAt: 2020-10-19\n---\n\n## Company blurb\n\nYouCanBook.me provides online scheduling solutions for entrepreneurs, small businesses and big companies all over the world. Self funded and profitable, with more than 20 million bookings processed to date, we have a remote team who are distributed around the globe.\n\nOur customers include Box, Slack, Shopify, Hubspot, Uber, Insightly Freshbooks and Rovio.\n\n## Company size\n\n15-20 people \n\n## Remote status\n\nHere's what the team likes most about what their employees like most about the [remote culture](https://youcanbook.me/journal/postcards-from-a-remote-team/).\n\n## Region\n\nThey do not specifically exclude any countries or time zones but currently have employees from USA, UK and Spain.\n\n\n## Company technologies\n\n* Jira\n* Java \n* Javascript\n* Selenium\n* Junit\n* CodeBuild\n* Terraform\n\n## Office locations\n\nBedford, UK\n\n## How to apply\n\n[Apply on the YouCanBook website.](https://youcanbook.me/jobs/)\n"
  },
  {
    "path": "src/companies/zamp.md",
    "content": "---\ntitle: \"ZAMP\"\nslug: zamp\nwebsite: https://zamp.com.br/\ncareers_url: https://zamp.com.br/Carreiras-ZAMP/\nregion: other\nremote_policy: remote-friendly\ncompany_size: enterprise\naddedAt: 2022-09-16\nupdatedAt: 2022-09-16\n---\n\n## Company blurb\n\n[ZAMP](https://zamp.com.br/) is a Brazilian restaurant operator that has brands of fast food chains such as **Burger King** and **Popeyes Lousiana Kitchen** in its portfolio. In the corporate team, we use technology to bring more agility and autonomy to employees and get to know each customer in a customized and segmented way.\n\n## Company size\n\n16000+ ZAMPers\n\n## Remote status\n\nFor the corporate team, most positions are eligible for remote work.\n\n## Region\n\nBrazil\n\n## Office locations\n\nBarueri, Sao Paulo\n\n## How to apply\n\nhttps://zamp.com.br/Carreiras-ZAMP/\n"
  },
  {
    "path": "src/companies/zaneffi.md",
    "content": "---\ntitle: \"Zaneffi\"\nslug: zaneffi\nwebsite: https://zaneffi.com/\ncareers_url: https://zaneffi.com/career\nregion: worldwide\nremote_policy: remote-first\ncompany_size: tiny\ntechnologies:\n  - cloud\n  - javascript\n  - mobile\n  - nosql\n  - sql\naddedAt: 2024-09-25\nupdatedAt: 2024-09-25\n---\n\n## Company blurb\n\nAt Zaneffi, we are more than just a software development agency; we are a dedicated team of innovators and problem-solvers. Specializing in both developing new software projects and maintaining existing ones, we manage the entire lifecycle from the initial design phase to the final, polished product. Our passion drives us to deliver exceptional software solutions that not only meet but exceed our clients' expectations.\n\nWe thrive on creativity and collaboration, ensuring each project is infused with both technical excellence and a human touch. Our approach is personal—we treat every project as our own, ensuring we deliver only the best. Join us in shaping the digital future!\n\n## Company size\n\n5-10 employees\n\n## Remote status\n\nZaneffi is a remote-first company, allowing team members to work from anywhere in the world. We emphasize flexibility and collaboration through digital tools, ensuring a cohesive work environment regardless of location.\n\n## Region\n\nEurope, with remote options available worldwide.\n\nOur team works across various time zones, but most of our client-facing roles require availability during European working hours. We are open to hiring globally as long as the time zone difference does not impede effective collaboration.\n\n## Company technologies\n\n- React\n- React Native\n- NestJS\n- AWS\n- GCP\n- Azure\n- Supabase\n- PostgreSQL\n- Redis\n- BullMQ\n\n## Office locations\n\nBucharest, Romania\n\n## How to apply\n\nInterested candidates can apply through our [careers page](https://zaneffi.com/career) or send their application to careers@zaneffi.com. Learn more about us at [https://zaneffi.com](https://zaneffi.com).\n"
  },
  {
    "path": "src/companies/zapier.md",
    "content": "---\ntitle: \"Zapier\"\nslug: zapier\nwebsite: https://zapier.com/\ncareers_url: https://zapier.com/jobs/\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - infrastructure\n  - javascript\n  - nosql\n  - python\n  - sql\naddedAt: 2015-11-25\nupdatedAt: 2020-10-21\n---\n\n## Company blurb\n\nWe're a 100% distributed team living and working all over the world to help you automate the most tedious parts of your day to day job.\n\nWe believe that there are jobs that a computer is best at doing and that there are jobs that a human is best at doing. We want to empower businesses everywhere to create processes and systems that let computers do what they are best at doing and let humans do what they are best at doing.\n\n## Company size\n\n300+ team members listed on the [about page](https://zapier.com/about/)\n\n## Remote status\n\nWe're a team of people living and working remotely in 13 countries. We're working hard to build a diverse and collaborative team that can empathize with each other to solve hard problems and build a product we can be proud of.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nBackend:\n\n- Python\n- Django\n- Celery\n- Node.js\n\nFrontend:\n- Javascript\n- React\n\nInfrastructure:\n- Amazon Web Services\n- AWS Lambda\n- nginx\n- Gunicorn\n- Ansible\n- Packer\n\nDatastores:\n\n- MySQL\n- Redis\n- Memcached\n- ZooKeeper\n\nQueues:\n\n- RabbitMQ\n- Kafka\n\n## Office locations\n\n**None**\n\n## How to apply\n\nYou can find our open jobs and apply directly here: https://zapier.com/jobs/\n"
  },
  {
    "path": "src/companies/zeit-io.md",
    "content": "---\ntitle: \"Zeit.io\"\nslug: zeit-io\nwebsite: https://zeit.io/\ncareers_url: https://zeit.io/en/blog\nregion: other\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - elixir\n  - javascript\n  - ruby\n  - sql\naddedAt: 2015-10-15\nupdatedAt: 2022-07-21\n---\n\n## Company blurb\n\nZeit.io creates amazing software with modern, battle-approved technologies.\n\n## Company size\n\n0-20 employees.\n\n## Remote status\n\nWe are working almost 100% remotely. We use Slack, Google Hangouts, Skype,\nGithub, Jira and Trello to communicate.\n\n## Region\n\nWe have offices in Göttingen and Hamburg in Germany.\n\n## Company technologies\n\nRuby, Rails, Node.js, Elixir, C/C++, PostgreSQL and more...\n\n## Office locations\n\n### Göttingen, Germany\nWeender Landstraße  \n3-7, 37073 Göttingen  \ninfo@zeit.io  \n+49 1523 3587 203  \n\n## How to apply\n\nCurrently we don't have available positions. We might post about job\nopportunities in [our blog](https://zeit.io/en/blog).\n"
  },
  {
    "path": "src/companies/zemoso.md",
    "content": "---\ntitle: \"Zemoso\"\nslug: zemoso\nwebsite: https://www.zemosolabs.com/\ncareers_url: https://www.zemosolabs.com/open-positions\nregion: americas\nremote_policy: fully-remote\ncompany_size: large\ntechnologies:\n  - cloud\n  - data\n  - devops\n  - javascript\n  - ml\n  - python\naddedAt: 2022-12-15\nupdatedAt: 2022-12-19\n---\n\n## Company blurb\n\nWe offer innovation-as-a-service. Our entrepreneurial customers have raised over $1.4 billion in funding and enterprise customers have seen a 4x increase in valuations. \n\nWe were featured as one of Deloitte's Fastest 50 Growing Tech Companies from India thrice (2016, 2018, and 2019). We were also featured in Deloitte Technology Fast 500 Asia Pacific both in 2016 and 2018. Our engineering studio has won O'Reilly's Architectural Katas event as well (Spring, 2022).\n\nWe solve complex design, build, and/or growth problems end-to-end for product introductions and expansions. We do design-thinking-led, agile, and scrum-led executions to quickly, iteratively solve build-from-scratch, re-engineering, project rescue, and prototyping challenges. \n\nWe're outcome-driven, and will release prototypes in 4-6 weeks, MVPs in 4-6 months, and enable new capability launches quarterly (complete with design, build, and integrations). \n\n## Company size\n\n500+ and growing rapidly\n\n## Remote status\n\nWe are a 100% remote organization with employees working out of India, U.S.A., Canada, and the U.K. \n\n## Region\n\nUS, Canada and India\n\n## Company technologies\n\n- Frontend - React, Angular, Microfrontends\n- Backend - Java, Golang, Python, Microservices\n- AI/ML - NLP, Tensorflow\n- Ops - Platform Engineering, Terraform, Kubernetes, CloudOps, MLOps\n- Cloud - AWS, GCP\n- Data - Spark, Snowflake\n\n\n## Office locations\n\n- Dallas, USA\n- Waterloo, Canada\n- London, UK\n- Hyderabad, India\n\n\n## How to apply\n\nVisit our [website](https://www.zemosolabs.com/careers) for current job openings.\n"
  },
  {
    "path": "src/companies/zenrows.md",
    "content": "---\ntitle: \"ZenRows\"\nslug: zenrows\nwebsite: https://zenrows.com\nregion: worldwide\nremote_policy: remote-first\ncompany_size: tiny\ntechnologies:\n  - devops\n  - go\n  - javascript\n  - nosql\n  - php\n  - sql\naddedAt: 2022-08-31\nupdatedAt: 2022-08-31\n---\n\n## Company blurb\n\n[ZenRows](https://www.zenrows.com/) handles rotating proxies, headless browsers and CAPTCHAs for you. Easily collect content from any website with a simple API call. We're always looking for great people!\n\n## Company size\n\n1-10\n\n## Remote status\n\nWe are a remote first company.\n\n## Region\n\n**Worldwide**\n\n## Company technologies\n\nGo, Javascript, Vue.js, PHP, Kubernetes, Redis, MySQL\n\n## Office locations\n\n**None**\n\n## How to apply\n\nShoot us an email at contact@zenrows.com\n"
  },
  {
    "path": "src/companies/zignaly.md",
    "content": "---\ntitle: \"Zignaly\"\nslug: zignaly\nwebsite: https://zignaly.io/\ncareers_url: https://discord.com/invite/r5qRXDJ\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: small\ntechnologies:\n  - cloud\n  - devops\n  - infrastructure\n  - javascript\n  - nosql\n  - php\n  - sql\naddedAt: 2020-10-30\nupdatedAt: 2022-08-21\n---\n\n## Company blurb\n\nOne Crypto Trading Platform for everybody.\n\nFrom ZERO to experts, Zignaly have different automation levels to let you choose the one that suits you better.\n\n## Company size\n\n14+ team members and growing.\n\n## Remote status\n\nWe're a team of people living and working remotely around the world. We like to use the most trending frameworks and tools to make our live easier as a remote team.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\nBackend:\n\n- PHP\n- Node.js\n\nFrontend:\n- Javascript\n- React\n\nInfrastructure:\n- Digital Ocean\n- Leaseweb\n- Amazon Web Services\n- AWS Lambda\n- nginx\n- Ansible\n\nDatastores:\n\n- Redis\n- Mongo\n- PostgreSql\n\nQueues:\n\n- RabbitMQ\n- Redis\n\n## Office locations\n\n**None**\n\n## How to apply\n\nCurrently we don't have available positions. But coming soon :) Join our [discord](https://discord.com/invite/r5qRXDJ)\n"
  },
  {
    "path": "src/companies/zip-co.md",
    "content": "---\ntitle: \"Zip Co\"\nslug: zip-co\nwebsite: https://zip.co/us/\ncareers_url: https://zip.co/us/about#careersection\nregion: americas\nremote_policy: remote-friendly\ncompany_size: enterprise\ntechnologies:\n  - cloud\n  - devops\n  - dotnet\n  - javascript\n  - linux\n  - mobile\n  - sql\naddedAt: 2021-10-11\nupdatedAt: 2022-10-02\n---\n\n## Company blurb\n\nThe payment platform for everyone\nZip, gives savvy shoppers more freedom and flexibility to pay later anywhere with its buy now pay later platform.\n\n## Company size\n\n1100+ Globally\n\n## Remote status\n\nMost positions are eligible for remote work.\n\n## Region\n\nUSA\nCanada\n\n## Company technologies\n\n* React\n* VueJS\n* C#\n* .Net Core\n* Event Store\n* Azure\n* React Native\n* Kubernetes\n* Microservices\n* Linux\n* SQL Server\n\n## Office locations\n\nNew York City (US HQ)\nToronto, CA (Canada HQ)\nMexico City, Mx (Mexico HQ)\n\n## How to apply\n\nhttps://zip.co/us/about#careersection\n"
  },
  {
    "path": "src/companies/zolar.md",
    "content": "---\ntitle: \"Zolar\"\nslug: zolar\nwebsite: https://www.zolar.de/\ncareers_url: https://www.zolar.de/karriere/stellenangebote\nregion: other\nremote_policy: remote-friendly\ncompany_size: large\ntechnologies:\n  - cloud\n  - devops\n  - graphql\n  - infrastructure\n  - java\n  - javascript\n  - nosql\n  - sql\naddedAt: 2022-10-30\nupdatedAt: 2022-10-30\n---\n\n## Company blurb\n\nWe are convinced that a livable earth for all people can only be created with the help of renewable energies. For this reason we put all our strength, knowledge and experience into our vision. \n\nBy building a solar system on every roof in the world, we want to make the use of renewable energy as easy as possible for everyone. With the aim that in the future everyone can benefit from the advantages of decentralized power supply thanks to the smart investment in a solar system.\n\n\n## Company size\n\n201 to 500 Employees and growing.\n\n## Remote status\n\nWe're a team of people living and working remotely around the world. We like to use the most trending frameworks and tools to make our live easier as a remote team.\n\n## Region\n\nGermany\n\n## Company technologies\n\nBackend:\n\n- Java\n- Node.js\n- Apollo GraphQL\n\nFrontend:\n- Javascript\n- React\n- Next.js\n\nInfrastructure:\n- Amazon Web Services\n- AWS Lambda\n- nginx\n- Ansible\n\nDatastores:\n\n- Redis\n- Mongo\n- PostgreSql\n\nQueues:\n\n- RabbitMQ\n- Redis\n\n## How to apply\n\nYou can find our open jobs and apply directly here: https://www.zolar.de/karriere/stellenangebote\n"
  },
  {
    "path": "src/companies/zootools.md",
    "content": "---\ntitle: \"ZooTools\"\nslug: zootools\nwebsite: https://zootools.co/\ncareers_url: https://zootools.notion.site/Careers-at-ZooTools-2e2815794b14415daca297506c54cb69\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: tiny\ntechnologies:\n  - go\n  - javascript\naddedAt: 2023-10-06\nupdatedAt: 2023-11-14\n---\n\n## Company blurb\n\nZooTools is an all-in-one growth platform for marketers to improve user acquisition, engagement, and retention. It works seamlessly with your favorite tools and offers even more power when used as a full suite. It is the SAAS Growth platform with email and referral marketing for small and medium sized businesses to grow organically.\n\n## Company size\n\n2-10\n\n## Remote status\n\nWe empower freedom and autonomy. Work anywhere in the world that makes you happy and productive.\n\n## Region\n\nWorldwide\n\n## Company technologies\n\n- Frontend: React with Next.js, Firebase for Auth, and ZooTools-UI Kit.\n- Backend: Node.JS\n- Google Cloud: functions: App Engine, Storage: Firestore.\n\n## How to apply\n\n[Click Here to apply](https://zootools.notion.site/Careers-at-ZooTools-2e2815794b14415daca297506c54cb69)\n"
  },
  {
    "path": "src/companies/zup.md",
    "content": "---\ntitle: \"Zup\"\nslug: zup\nwebsite: https://zup.com.br/\ncareers_url: https://boards.greenhouse.io/zupinnovation\nregion: other\nremote_policy: hybrid\ncompany_size: enterprise\ntechnologies:\n  - devops\n  - go\n  - java\n  - mobile\naddedAt: 2021-10-24\nupdatedAt: 2022-10-03\n---\n\n## Company blurb\n\n[Zup](https://zup.com.br) | We create technology! We develop products to improve the developer experience, reducing the time between an idea and a commit. Thus, we help companies become tech companies and evolve the experience of those inside and outside. Far beyond ready-made products, we deliver strategy, culture and exponential growth.\n\nWe know that our great dream is, in fact, ambitious: to transform Brazil into a global technology creator!\n\nHere, no matter what your field, we want to provide constant learning and development environments. The idea is that testing, making mistakes, and learning will lead us to innovate and, consequently, create environments of exponential growth.\n\nFurthermore, we believe in freedom! With this, zuppers can work from wherever they want, whether it's a home office, in our offices or a hybrid model.\n\nOpen Source Projects\n\n[Beagle - Server-driven UI](https://usebeagle.io/)\n[Charles CD - Circle deploy](https://charlescd.io/)\n[Hoursec - Security Analysis Tool](https://horusec.io/site/)\n[Ritchie - Noops pelo CLI](https://ritchiecli.io/)\n\n\n## Company size\n\nCurrently 3500-4000 Zuppers\n\n## Remote status\n\nWe believe in freedom! With this, zuppers can work from wherever they want, whether it's a home office, in our offices or a hybrid model.\n\n[Careers](https://www.zup.com.br/carreiras)\n\n## Region\n\nBrazil.\n\n## Company technologies\n\n- Kotlin/Java\n- Spring\n- Kubernetes\n- Go\n- Swift\n\n## Office locations\n\nOur offices are located in\n\nBelo Horizonte, Minas Gerais, Brazil\nJoinville, Santa Catarina, Brazil.\nSao Paulo, Sao Paulo, Brazil\nUberlandia, Minas Gerais, Brazil\n\n## How to apply\n\nWe are hiring, visit [GreenHouse](https://boards.greenhouse.io/zupinnovation) or [Linkedin](https://www.linkedin.com/company/zupinnovation/jobs/)\n"
  },
  {
    "path": "src/pages/about.md",
    "content": "---\ntitle: About\npermalink: /about/index.html\ndescription: 'About Remote In Tech - a list of semi to fully remote-friendly companies in tech'\nlayout: page\n---\n\nRemote In Tech is fundamentally **a list of semi to fully remote-friendly companies in tech**. The project maintains this roster as a GitHub repository with detailed company information.\n\n## Purpose & Scope\n\nThe core resource is the [company list](/) you see on this site. Beyond the primary listing, the [blog](/blog/) provides supplementary content including advice, tips, and occasional interviews.\n\n## Target Audience\n\nThe initiative serves professionals seeking workplace flexibility—those who prefer not to work in traditional office settings or maintain conventional 9-to-5 schedules. Remote positions accommodate various lifestyles beyond just digital nomadism.\n\n## Leadership & History\n\nJessica founded the project, with Doug currently leading efforts. James previously contributed to the initiative.\n\n## Get Involved\n\nIf you see a company missing, or notice that some company information has changed, please [contribute to the project](/contributing/).\n\nThis list is maintained by the community. Every company listed has been added by a contributor like you.\n\nThe maintainers accept contributions through [GitHub Sponsors](https://github.com/sponsors/dougaitken).\n\n### Key Links\n\n- X: [@RemoteInTechCo](https://x.com/RemoteInTechCo)\n- GitHub repository: [github.com/remoteintech/remote-jobs](https://github.com/remoteintech/remote-jobs)\n\nThe site emphasizes that remote work represents a legitimate career choice offering autonomy and flexibility rather than merely a lifestyle trend.\n\n"
  },
  {
    "path": "src/pages/blog.njk",
    "content": "---\nlayout: base\ntitle: Blog\npermalink: /blog/index.html\ndescription: 'Remote work advice, tips, and updates from the Remote In Tech community'\n---\n\n<div class=\"wrapper flow region\">\n  <header class=\"flow\">\n    <h1 class=\"gradient-text\">Blog</h1>\n    <p class=\"text-step-1\">\n      Remote work advice, tips, and updates from the Remote In Tech community.\n    </p>\n  </header>\n\n  <div class=\"region\">\n    {% if collections.allPosts.length > 0 %}\n      <ul class=\"post-list flow\" role=\"list\">\n        {% for post in collections.allPosts %}\n          <li class=\"post-list-item\">\n            <article>\n              <h2>\n                <a href=\"{{ post.url }}\">{{ post.data.title }}</a>\n              </h2>\n              <p class=\"meta\">\n                <time datetime=\"{{ post.date | toIsoString }}\">\n                  {{ post.date | formatDate('MMMM D, YYYY') }}\n                </time>\n                {% if post.data.author %}\n                  <span>by {{ post.data.author }}</span>\n                {% endif %}\n              </p>\n              {% if post.data.excerpt %}\n                <p>{{ post.data.excerpt }}</p>\n              {% endif %}\n              {% if post.data.tags.length > 0 %}\n                <p class=\"tags\">\n                  {% for tag in post.data.tags %}{% if tag != \"blog\" %}\n                    <a class=\"button\" href=\"/tags/{{ tag | slugify }}/\" data-small-button>{{ tag }}</a>\n                  {% endif %}{% endfor %}\n                </p>\n              {% endif %}\n            </article>\n          </li>\n        {% endfor %}\n      </ul>\n    {% else %}\n      <p>No blog posts yet. Check back soon!</p>\n    {% endif %}\n  </div>\n</div>\n\n{%- css \"local\" -%}\n  .post-list {\n    --flow-space: var(--space-l-xl);\n    list-style: none;\n    padding: 0;\n  }\n\n  .post-list-item {\n    padding-block-end: var(--space-l);\n    border-bottom: 1px solid var(--color-bg-accent);\n  }\n\n  .post-list-item:last-child {\n    border-bottom: none;\n  }\n\n  .post-list-item h2 {\n    margin-block-end: var(--space-2xs);\n    line-height: 1.2;\n  }\n\n  .post-list-item h2 a {\n    text-decoration: none;\n    color: var(--color-text);\n  }\n\n  .post-list-item h2 a:hover {\n    color: var(--color-primary);\n  }\n\n  .post-list-item .meta {\n    font-size: var(--size-step--1);\n    color: var(--color-text-accent);\n    margin-block-end: var(--space-xs);\n  }\n\n  .post-list-item .meta time {\n    font-weight: var(--font-bold);\n  }\n\n  .post-list-item .meta span::before {\n    content: \" • \";\n  }\n\n  .post-list-item .tags {\n    margin-block-start: var(--space-xs);\n  }\n\n  .post-list-item .tags .button {\n    margin-inline-end: var(--space-2xs);\n  }\n{%- endcss -%}\n"
  },
  {
    "path": "src/pages/changelog.njk",
    "content": "---\nlayout: base\ntitle: Changelog\npermalink: /changelog/index.html\ndescription: 'Version history and changelog for Remote In Tech'\n---\n\n<div class=\"wrapper flow region\">\n  <header class=\"flow\">\n    <h1 class=\"gradient-text\">Changelog</h1>\n    <p class=\"text-step-1\">\n      What changed and when. Currently on v{{ pkg.version }}.\n    </p>\n    <p class=\"changelog-convention\">\n      <strong>Versioning:</strong> company additions and blog posts bump the minor version, edits and fixes bump the patch.\n    </p>\n  </header>\n\n  <div class=\"region\">\n    {% for entry in changelog %}\n      <article class=\"changelog-entry flow\">\n        <header class=\"changelog-entry__header cluster\">\n          <h2 id=\"v{{ entry.version | replace('.', '-') }}\">v{{ entry.version }}</h2>\n          <time class=\"changelog-entry__date\" datetime=\"{{ entry.date }}\">\n            {{ entry.date | formatDate('MMMM D, YYYY') }}\n          </time>\n        </header>\n        {% if entry.summary %}\n          <p class=\"changelog-entry__summary\">{{ entry.summary }}</p>\n        {% endif %}\n        <ul class=\"changelog-entry__changes\" role=\"list\">\n          {% for change in entry.changes %}\n            <li>\n              <span class=\"changelog-badge\" data-type=\"{{ change.type }}\">{{ change.type }}</span>\n              {{ change.description }}\n            </li>\n          {% endfor %}\n        </ul>\n      </article>\n    {% endfor %}\n  </div>\n</div>\n\n{%- css \"local\" -%}\n  .changelog-convention {\n    font-size: var(--size-step--1);\n    color: var(--color-text-accent);\n  }\n\n  .changelog-entry {\n    padding-block-end: var(--space-l);\n    border-bottom: 1px solid var(--color-bg-accent);\n  }\n\n  .changelog-entry:last-child {\n    border-bottom: none;\n  }\n\n  .changelog-entry__header {\n    align-items: baseline;\n    --gutter: var(--space-s);\n  }\n\n  .changelog-entry__header h2 {\n    margin: 0;\n    font-size: var(--size-step-2);\n  }\n\n  .changelog-entry__date {\n    font-size: var(--size-step--1);\n    color: var(--color-text-accent);\n    font-weight: var(--font-bold);\n  }\n\n  .changelog-entry__summary {\n    color: var(--color-text-accent);\n  }\n\n  .changelog-entry__changes {\n    list-style: none;\n    padding: 0;\n  }\n\n  .changelog-entry__changes li {\n    padding-block: var(--space-2xs);\n    display: flex;\n    align-items: baseline;\n    gap: var(--space-xs);\n  }\n\n  .changelog-badge {\n    display: inline-block;\n    padding: 0.1em 0.5em;\n    border-radius: var(--border-radius-small, 0.25em);\n    font-size: var(--size-step--2);\n    font-weight: var(--font-bold);\n    text-transform: uppercase;\n    letter-spacing: 0.05em;\n    flex-shrink: 0;\n  }\n\n  .changelog-badge[data-type=\"added\"] {\n    background: color-mix(in oklch, var(--color-primary) 20%, transparent);\n    color: var(--color-primary);\n  }\n\n  .changelog-badge[data-type=\"changed\"] {\n    background: color-mix(in oklch, #f59e0b 20%, transparent);\n    color: #b45309;\n  }\n\n  .changelog-badge[data-type=\"fixed\"] {\n    background: color-mix(in oklch, #10b981 20%, transparent);\n    color: #047857;\n  }\n\n  .changelog-badge[data-type=\"removed\"] {\n    background: color-mix(in oklch, #ef4444 20%, transparent);\n    color: #dc2626;\n  }\n{%- endcss -%}\n"
  },
  {
    "path": "src/pages/companies.njk",
    "content": "---\nlayout: base\npermalink: /companies/index.html\ntitle: 'All Companies | Remote In Tech'\ndescription: 'Browse all remote-friendly companies in tech. Filter by region or tech stack.'\n---\n\n{% from \"partials/company-card.njk\" import companyCard %}\n\n<div class=\"wrapper flow region\">\n  <header class=\"flow\">\n    <h1 class=\"gradient-text\">All Companies</h1>\n    <p class=\"companies-intro\">\n      <strong>{{ collections.companies.length }}</strong> remote-friendly companies in tech\n    </p>\n  </header>\n\n  {# Search #}\n  <div class=\"companies-search\">\n    <div id=\"companies-search-container\"></div>\n  </div>\n\n  {# Filter Controls #}\n  <div class=\"filter-controls cluster\">\n    <div class=\"filter-group\">\n      <label for=\"region-filter\">Region:</label>\n      <select id=\"region-filter\" class=\"filter-select\">\n        <option value=\"\">All Regions</option>\n        <option value=\"worldwide\">Worldwide</option>\n        <option value=\"americas\">Americas</option>\n        <option value=\"europe\">Europe</option>\n        <option value=\"americas-europe\">Americas & Europe</option>\n        <option value=\"asia-pacific\">Asia Pacific</option>\n        <option value=\"other\">Other</option>\n      </select>\n    </div>\n  </div>\n\n  {# Company Grid #}\n  <div class=\"company-cards-grid\" id=\"companies-list\">\n    {% for company in collections.companies %}\n      <div class=\"company-item\"\n           data-region=\"{{ company.data.region | default('other') }}\"\n           data-name=\"{{ company.data.title | lower }}\">\n        {{ companyCard(company) }}\n      </div>\n    {% endfor %}\n  </div>\n\n  <p class=\"companies-count\" id=\"company-count\">\n    Showing {{ collections.companies.length }} companies\n  </p>\n</div>\n\n<script>\n  window.addEventListener('DOMContentLoaded', function() {\n    // Initialize Pagefind\n    if (typeof PagefindUI !== 'undefined') {\n      new PagefindUI({\n        element: \"#companies-search-container\",\n        showSubResults: true,\n        showImages: false,\n        excerptLength: 15,\n        placeholder: \"Search companies...\"\n      });\n    }\n\n    // Client-side filtering\n    const regionFilter = document.getElementById('region-filter');\n    const companiesList = document.getElementById('companies-list');\n    const companyCount = document.getElementById('company-count');\n\n    function filterCompanies() {\n      const selectedRegion = regionFilter.value;\n      const items = companiesList.querySelectorAll('.company-item');\n      let visibleCount = 0;\n\n      items.forEach(function(item) {\n        const itemRegion = item.dataset.region;\n        let show = true;\n\n        if (selectedRegion && itemRegion !== selectedRegion) {\n          show = false;\n        }\n\n        item.style.display = show ? '' : 'none';\n        if (show) visibleCount++;\n      });\n\n      companyCount.textContent = 'Showing ' + visibleCount + ' companies';\n    }\n\n    regionFilter.addEventListener('change', filterCompanies);\n\n    // Check URL params for initial filter\n    var params = new URLSearchParams(window.location.search);\n    var regionParam = params.get('region');\n    if (regionParam) {\n      regionFilter.value = regionParam;\n      filterCompanies();\n    }\n  });\n</script>\n\n{%- css \"local\" -%}\n.companies-intro {\n  font-size: var(--size-step-1);\n  color: var(--color-text-accent);\n}\n\n.companies-intro strong {\n  color: var(--color-primary);\n}\n\n.companies-search {\n  margin-block: var(--space-m);\n}\n\n.filter-controls {\n  margin-block-end: var(--space-m);\n  padding: var(--space-s);\n  background: var(--color-bg-accent);\n  border-radius: var(--border-radius-medium);\n}\n\n.filter-group {\n  display: flex;\n  align-items: center;\n  gap: var(--space-xs);\n}\n\n.filter-group label {\n  font-size: var(--size-step--1);\n  font-weight: var(--font-bold);\n}\n\n.filter-select {\n  padding: var(--space-2xs) var(--space-s);\n  background: var(--color-bg);\n  border: 1px solid var(--color-bg-accent-2);\n  border-radius: var(--border-radius-small);\n  color: var(--color-text);\n  font-size: var(--size-step--1);\n  cursor: pointer;\n}\n\n.filter-select:focus {\n  outline: 2px solid var(--color-primary);\n  outline-offset: 2px;\n}\n\n.companies-count {\n  margin-block-start: var(--space-m);\n  text-align: center;\n  color: var(--color-text-accent);\n  font-style: italic;\n}\n\n/* Pagefind UI overrides */\n.companies-search .pagefind-ui__search-input {\n  background-color: var(--color-bg) !important;\n  border-color: var(--color-bg-accent-2) !important;\n  color: var(--color-text) !important;\n}\n\n.companies-search .pagefind-ui__search-input::placeholder {\n  color: var(--color-text-accent) !important;\n}\n\n.companies-search .pagefind-ui__search-input:focus {\n  border-color: var(--color-primary) !important;\n}\n\n.companies-search .pagefind-ui__drawer {\n  background-color: var(--color-bg) !important;\n}\n\n.companies-search .pagefind-ui__result-link {\n  color: var(--color-text) !important;\n}\n\n.companies-search .pagefind-ui__result-excerpt {\n  color: var(--color-text-accent) !important;\n}\n\n.companies-search mark {\n  background-color: var(--color-tertiary) !important;\n  color: var(--color-dark) !important;\n}\n{%- endcss -%}\n"
  },
  {
    "path": "src/pages/contact.md",
    "content": "---\ntitle: Contact\npermalink: /contact/index.html\ndescription: 'Get in touch with Remote In Tech'\nlayout: page\n---\n\n## Get in Touch\n\nHave questions, suggestions, or feedback about Remote In Tech? We'd love to hear from you!\n\n### Social Media\n\nFollow us on X at [@RemoteInTechCo](https://x.com/RemoteInTechCo) for updates, remote work tips, and community highlights.\n\n### GitHub\n\nPost a GitHub issue at our repository: [github.com/remoteintech/remote-jobs](https://github.com/remoteintech/remote-jobs/issues)\n\n### Contributing\n\nThe best way to help improve Remote In Tech is to [contribute directly on GitHub](/contributing/). You can add new companies, update existing information, or improve the site.\n\n### Community\n\nRemote In Tech is a community-maintained project. We welcome contributions from everyone who wants to help make remote work more accessible and transparent.\n"
  },
  {
    "path": "src/pages/contributing.md",
    "content": "---\ntitle: Contributing\npermalink: /contributing/index.html\ndescription: 'How to contribute to Remote In Tech'\nlayout: page\n---\n\n## How to Contribute\n\nWe welcome contributions from everyone! Here's how you can help improve Remote In Tech.\n\n### Adding a New Company\n\n1. Fork the [Remote In Tech repository](https://github.com/remoteintech/remote-jobs)\n2. Create a new markdown file in `src/companies/` named `company-name.md`\n3. Use this template for your company profile:\n\n```yaml\n---\ntitle: \"Company Name\"\nslug: company-name\nwebsite: https://company.com\ncareers_url: https://company.com/careers\nregion: worldwide\nremote_policy: fully-remote\ncompany_size: medium\ntechnologies:\n  - javascript\n  - python\n---\n\n## Company blurb\n\nA brief description of what the company does.\n\n## Company size\n\nNumber of employees or team size.\n\n## Remote status\n\nDescribe the company's remote work policy in detail.\n\n## Region\n\nGeographic regions where the company hires.\n\n## Company technologies\n\nTechnologies and programming languages used.\n\n## Office locations\n\nList physical office locations, or \"None\" if fully remote.\n\n## How to apply\n\nLink to careers page or application instructions.\n```\n\n4. Fill in all sections with accurate, up-to-date information\n5. Run `npm run build:11ty` to verify the build passes\n6. Submit a pull request\n\n### Valid Frontmatter Values\n\n**region**: `worldwide`, `americas`, `europe`, `americas-europe`, `asia-pacific`, `other`\n\n**remote_policy**: `fully-remote`, `remote-first`, `hybrid`, `remote-friendly`\n\n**company_size**: `tiny` (1-10), `small` (11-50), `medium` (51-200), `large` (201-1000), `enterprise` (1000+)\n\n**technologies**: `javascript`, `python`, `ruby`, `go`, `java`, `php`, `rust`, `dotnet`, `elixir`, `scala`, `cloud`, `devops`, `mobile`, `data`, `ml`, `sql`, `nosql`, `search`\n\n### Updating Existing Information\n\nIf you notice outdated information about a company:\n\n1. Navigate to the company's profile page\n2. Click the \"Edit this company profile on GitHub\" button at the bottom\n3. Make your changes\n4. Submit a pull request\n\n### Guidelines\n\n- **Be accurate**: Only add companies you can verify are remote-friendly\n- **Be respectful**: Provide factual information without bias\n- **Be current**: Ensure all information is up-to-date\n- **Be complete**: Fill in all sections of the template\n- **Be clear**: Use clear, concise language\n\n### Questions?\n\nIf you have questions about contributing, please [open an issue](https://github.com/remoteintech/remote-jobs/issues) on GitHub.\n"
  },
  {
    "path": "src/pages/index.njk",
    "content": "---\nlayout: base\npermalink: /index.html\ntitle: 'Remote In Tech'\ndescription: 'Discover remote-friendly companies in tech. Browse 850+ companies hiring remotely worldwide.'\n---\n\n{% from \"partials/company-card.njk\" import companyCard %}\n\n<div class=\"wrapper flow region\">\n  {# Hero Section #}\n  <header class=\"hero flow\">\n    <h1 class=\"gradient-text\">Remote In Tech</h1>\n    <p class=\"hero__tagline\">\n      Discover <strong>{{ collections.companies.length }}+</strong> remote-friendly companies in tech.\n    </p>\n    <div class=\"hero__actions cluster\">\n      <a href=\"/companies/\" class=\"button\" data-button-variant=\"primary\">Browse All Companies</a>\n      <a href=\"/contributing/\" class=\"button\" data-button-variant=\"outline\">Add a Company</a>\n    </div>\n  </header>\n\n  {# Featured Companies #}\n  <section class=\"home-section region\">\n    <div class=\"home-section__header repel\">\n      <h2>Featured Companies</h2>\n      <a href=\"/companies/\" class=\"home-section__link\">View all &rarr;</a>\n    </div>\n    <div class=\"company-cards-grid\">\n      {% for company in collections.featuredCompanies %}\n        {{ companyCard(company) }}\n      {% endfor %}\n    </div>\n  </section>\n\n  {# Recently Added #}\n  <section class=\"home-section region\">\n    <div class=\"home-section__header repel\">\n      <h2>Recently Added</h2>\n    </div>\n    <div class=\"company-cards-grid\">\n      {% for company in collections.recentCompanies %}\n        {% if loop.index <= 6 %}\n        {{ companyCard(company) }}\n        {% endif %}\n      {% endfor %}\n    </div>\n  </section>\n\n  {# Browse by Region #}\n  <section class=\"home-section region\">\n    <div class=\"home-section__header\">\n      <h2>Browse by Region</h2>\n    </div>\n    <div class=\"region-cards\">\n      {% set regionData = [\n        {key: 'worldwide', label: 'Worldwide'},\n        {key: 'americas', label: 'Americas'},\n        {key: 'europe', label: 'Europe'},\n        {key: 'asia-pacific', label: 'Asia Pacific'},\n        {key: 'americas-europe', label: 'Americas & Europe'}\n      ] %}\n      {% for region in regionData %}\n        {% if collections.companiesByRegion[region.key] and collections.companiesByRegion[region.key].length > 0 %}\n        <a href=\"/companies/?region={{ region.key }}\" class=\"region-card\">\n          <h3 class=\"region-card__title\">{{ region.label }}</h3>\n          <p class=\"region-card__count\">{{ collections.companiesByRegion[region.key].length }} companies</p>\n        </a>\n        {% endif %}\n      {% endfor %}\n    </div>\n  </section>\n\n  {# Browse by Tech Stack #}\n  <section class=\"home-section region\">\n    <div class=\"home-section__header\">\n      <h2>Browse by Tech Stack</h2>\n    </div>\n    <div class=\"tech-tags cluster\">\n      {% set techData = [\n        {key: 'javascript', label: 'JavaScript'},\n        {key: 'python', label: 'Python'},\n        {key: 'ruby', label: 'Ruby'},\n        {key: 'go', label: 'Go'},\n        {key: 'rust', label: 'Rust'},\n        {key: 'java', label: 'Java'},\n        {key: 'php', label: 'PHP'},\n        {key: 'mobile', label: 'Mobile'},\n        {key: 'devops', label: 'DevOps'},\n        {key: 'cloud', label: 'Cloud'},\n        {key: 'ml', label: 'ML/AI'}\n      ] %}\n      {% for tech in techData %}\n        {% if collections.companiesByTech[tech.key] and collections.companiesByTech[tech.key].length > 0 %}\n        <a href=\"/companies/?tech={{ tech.key }}\" class=\"tech-tag\">\n          <span class=\"tech-tag__name\">{{ tech.label }}</span>\n          <span class=\"tech-tag__count\">{{ collections.companiesByTech[tech.key].length }}</span>\n        </a>\n        {% endif %}\n      {% endfor %}\n    </div>\n  </section>\n\n  {# Call to Action #}\n  <section class=\"home-cta region\">\n    <h2>Know a remote company?</h2>\n    <p>Help others discover great places to work. Add a company to the list.</p>\n    <a href=\"/contributing/\" class=\"button\" data-button-variant=\"secondary\">Contribute on GitHub</a>\n  </section>\n</div>\n\n{%- css \"local\" -%}\n/* Hero Section */\n.hero {\n  text-align: center;\n  padding-block: var(--space-xl-2xl);\n}\n\n.hero__tagline {\n  font-size: var(--size-step-1);\n  color: var(--color-text-accent);\n  max-width: 40ch;\n  margin-inline: auto;\n}\n\n.hero__tagline strong {\n  color: var(--color-primary);\n  font-weight: var(--font-bold);\n}\n\n.hero__actions {\n  justify-content: center;\n  margin-block-start: var(--space-l);\n}\n\n/* Home Sections */\n.home-section {\n  --region-space: var(--space-l-xl);\n}\n\n.home-section__header {\n  margin-block-end: var(--space-m);\n  align-items: baseline;\n}\n\n.home-section__header h2 {\n  font-size: var(--size-step-2);\n  margin: 0;\n}\n\n.home-section__link {\n  font-size: var(--size-step--1);\n  color: var(--color-secondary);\n}\n\n/* Region Cards */\n.region-cards {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));\n  gap: var(--space-m);\n}\n\n.region-card {\n  background: var(--color-bg-accent);\n  padding: var(--space-m);\n  border-radius: var(--border-radius-medium);\n  text-align: center;\n  text-decoration: none;\n  color: var(--color-text);\n  border: 2px solid transparent;\n  transition: border-color var(--transition-duration) var(--transition-timing);\n}\n\n.region-card:hover {\n  border-color: var(--color-primary);\n}\n\n.region-card__title {\n  font-size: var(--size-step-0);\n  margin-block-end: var(--space-2xs);\n}\n\n.region-card__count {\n  font-size: var(--size-step--1);\n  color: var(--color-text-accent);\n  margin: 0;\n}\n\n/* Tech Tags */\n.tech-tags {\n  --gutter: var(--space-xs);\n}\n\n.tech-tag {\n  display: inline-flex;\n  align-items: center;\n  gap: var(--space-2xs);\n  padding: var(--space-xs) var(--space-s);\n  background: var(--color-bg-accent);\n  border: 1px solid var(--color-bg-accent-2);\n  border-radius: var(--border-radius-small);\n  text-decoration: none;\n  color: var(--color-text);\n  font-size: var(--size-step--1);\n  transition: border-color var(--transition-duration) var(--transition-timing),\n              background-color var(--transition-duration) var(--transition-timing);\n}\n\n.tech-tag:hover {\n  border-color: var(--color-primary);\n  background: var(--color-bg);\n}\n\n.tech-tag__count {\n  background: var(--color-primary);\n  color: var(--color-light);\n  padding: 0.15em 0.5em;\n  border-radius: var(--border-radius-small);\n  font-size: var(--size-step--2);\n  font-weight: var(--font-bold);\n}\n\n/* Home CTA */\n.home-cta {\n  --region-space: var(--space-xl-2xl);\n  text-align: center;\n  background: var(--color-bg-accent);\n  padding: var(--space-xl);\n  border-radius: var(--border-radius-medium);\n}\n\n.home-cta h2 {\n  font-size: var(--size-step-2);\n  margin-block-end: var(--space-xs);\n}\n\n.home-cta p {\n  color: var(--color-text-accent);\n  margin-block-end: var(--space-m);\n}\n{%- endcss -%}\n"
  },
  {
    "path": "src/pages/privacy.md",
    "content": "---\ntitle: Privacy Policy\ndiscover:\n  title: Privacy Policy\npermalink: /privacy/index.html\ndescription: We respect your privacy. This policy explains how we handle data and use privacy-focused analytics.\nlayout: page\n---\n\nWe respect the EU General Data Protection Regulation (GDPR) and this policy document explains how we collect and handle any information you provide to us.\n\n## Analytics\n\nThis website uses [Fathom Analytics](https://usefathom.com/), a privacy-focused analytics tool. Fathom is designed to be GDPR, CCPA, ePrivacy, and PECR compliant.\n\n**What Fathom collects:**\n- Page views (which pages are visited)\n- Referrer information (where visitors come from)\n- Browser and device type (aggregated, not individual)\n- Country-level location (not precise location)\n\n**What Fathom does NOT collect:**\n- No cookies are used\n- No personal data is collected\n- No cross-site tracking\n- IP addresses are not stored\n\nFathom generates anonymous, aggregate statistics only. Individual visitors cannot be identified. You can read more about [Fathom's privacy compliance](https://usefathom.com/compliance).\n\n## Data Collection\n\nBeyond the anonymous analytics described above, this website does not collect any personal data. There are no sign-up forms, no accounts, and no cookies.\n\n## Website Security\n\nThis website transmits itself using HTTPS, encrypting all data between the browser and the server. Your network provider can still see that you are downloading assets from this site, but not its content. This also protects you from third parties intercepting data, for example, while browsing on public WiFi, or from network providers injecting advertisements on this site.\n\n## Third-Party Links\n\nThis site contains links to company career pages and external resources. We are not responsible for the privacy practices of these external sites. We encourage you to review their privacy policies.\n\n## Contact\n\nIf you have any questions about this privacy policy, please [contact us](/contact/).\n\n## Changes to This Policy\n\nIf we change the content of this policy, those changes will be effective at the time we post them here.\n\n*Last updated: January 2025*\n"
  },
  {
    "path": "src/pages/search.njk",
    "content": "---\ntitle: Search\npermalink: /search/index.html\ndescription: 'Search Remote In Tech for companies, technologies, and more'\nlayout: page\n---\n\n<div class=\"search-page\">\n  <div id=\"search-results\"></div>\n</div>\n\n{%- css \"local\" -%}\n  .search-page {\n    min-height: 60vh;\n  }\n\n  /* Pagefind UI overrides for search page */\n  .search-page .pagefind-ui {\n    --pagefind-ui-scale: 1;\n    --pagefind-ui-primary: var(--color-primary);\n    --pagefind-ui-text: var(--color-text);\n    --pagefind-ui-background: var(--color-bg);\n    --pagefind-ui-border: var(--color-bg-accent-2);\n    --pagefind-ui-tag: var(--color-bg-accent);\n    --pagefind-ui-border-width: 1px;\n    --pagefind-ui-border-radius: var(--border-radius-small);\n    --pagefind-ui-font: inherit;\n  }\n\n  .search-page .pagefind-ui__search-input {\n    font-size: var(--size-step-0) !important;\n    padding: var(--space-s) !important;\n  }\n\n  .search-page .pagefind-ui__result {\n    padding: var(--space-s) !important;\n    border-bottom: 1px solid var(--color-bg-accent) !important;\n  }\n\n  .search-page .pagefind-ui__result:hover {\n    background-color: var(--color-bg-accent) !important;\n  }\n\n  .search-page .pagefind-ui__result-link {\n    font-size: var(--size-step-1) !important;\n    font-weight: var(--font-bold) !important;\n    color: var(--color-text) !important;\n  }\n\n  .search-page .pagefind-ui__result-link:hover {\n    color: var(--color-primary) !important;\n  }\n\n  .search-page .pagefind-ui__result-excerpt {\n    margin-block-start: var(--space-2xs) !important;\n    color: var(--color-text-accent) !important;\n  }\n\n  .search-page .pagefind-ui__result-title {\n    display: flex;\n    align-items: center;\n    gap: var(--space-xs);\n  }\n\n  .search-page .pagefind-ui__button {\n    background-color: var(--color-primary) !important;\n    color: white !important;\n    border: none !important;\n    padding: var(--space-xs) var(--space-m) !important;\n    border-radius: var(--border-radius-small) !important;\n    cursor: pointer;\n  }\n\n  .search-page .pagefind-ui__button:hover {\n    opacity: 0.9;\n  }\n\n  .search-page .pagefind-ui__message {\n    color: var(--color-text-accent) !important;\n    padding: var(--space-m) 0 !important;\n  }\n{%- endcss -%}\n\n{%- js \"defer\" -%}\n(function() {\n  // Initialize Pagefind UI\n  const searchUI = new PagefindUI({\n    element: \"#search-results\",\n    showSubResults: true,\n    showImages: false,\n    pageSize: 10,\n    excerptLength: 30,\n    placeholder: \"Search companies, technologies, regions...\"\n  });\n\n  // Check for query parameter and trigger search\n  const urlParams = new URLSearchParams(window.location.search);\n  const query = urlParams.get('q');\n  if (query) {\n    // Set the search input value and trigger search\n    const input = document.querySelector('.pagefind-ui__search-input');\n    if (input) {\n      input.value = query;\n      input.dispatchEvent(new Event('input', { bubbles: true }));\n    }\n  } else {\n    // Auto-focus if no query\n    setTimeout(() => {\n      const input = document.querySelector('.pagefind-ui__search-input');\n      if (input) input.focus();\n    }, 100);\n  }\n})();\n{%- endjs -%}\n"
  },
  {
    "path": "src/pages/tag.njk",
    "content": "---\npagination:\n  data: collections.companyTags\n  size: 1\n  alias: tag\npermalink: /browse/{{ tag.slug }}/index.html\nlayout: base\neleventyComputed:\n  title: \"{{ tag.label }} Companies | Remote In Tech\"\n  description: \"{{ tag.count }} remote companies {{ tag.description | lower }}. Browse all {{ tag.label }} companies.\"\n---\n\n{% from \"partials/company-card.njk\" import companyCard %}\n\n<div class=\"wrapper flow region\">\n  <header class=\"tag-header flow\">\n    <a href=\"/browse/\" class=\"tag-header__back\">&larr; Browse All</a>\n    <h1 class=\"gradient-text\">{{ tag.label }}</h1>\n    <p class=\"tag-header__meta\">\n      <span class=\"tag-header__count\">{{ tag.count }} companies</span>\n      <span class=\"tag-header__type\">{{ tag.typePlural }}</span>\n    </p>\n    <p class=\"tag-header__desc\">{{ tag.description }}</p>\n  </header>\n\n  {# Related Tags #}\n  <section class=\"related-tags\">\n    <h2>Related {{ tag.typePlural }}</h2>\n    <div class=\"tags-row cluster\">\n      {% for otherTag in collections.companyTags %}\n        {% if otherTag.type == tag.type and otherTag.slug != tag.slug %}\n        <a href=\"/browse/{{ otherTag.slug }}/\" class=\"tag-pill {% if otherTag.type == 'region' %}tag-pill--region{% elif otherTag.type == 'remote-policy' %}tag-pill--policy{% endif %}\">\n          {{ otherTag.label }}\n          <span class=\"tag-pill__count\">{{ otherTag.count }}</span>\n        </a>\n        {% endif %}\n      {% endfor %}\n    </div>\n  </section>\n\n  {# Company List #}\n  <section class=\"tag-companies\">\n    <h2>All {{ tag.label }} Companies</h2>\n    <div class=\"company-cards-grid\">\n      {% for company in tag.companies %}\n      <article class=\"company-card\">\n        <h3 class=\"company-card__name\">\n          <a href=\"/companies/{{ company.slug }}/\">{{ company.title }}</a>\n        </h3>\n        {% if company.region %}\n        <p class=\"company-card__region\">{{ labels.region[company.region] or company.region }}</p>\n        {% endif %}\n        {% if company.website %}\n        <p class=\"company-card__website\">\n          <a href=\"{{ company.website }}\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"external-link\" data-track-outbound=\"{{ company.title }}\">\n            {{ company.website | replace(\"https://\", \"\") | replace(\"http://\", \"\") | truncate(35) }}\n          </a>\n        </p>\n        {% endif %}\n      </article>\n      {% endfor %}\n    </div>\n  </section>\n</div>\n\n{%- css \"local\" -%}\n.tag-header {\n  margin-block-end: var(--space-l);\n}\n\n.tag-header__back {\n  font-size: var(--size-step--1);\n  color: var(--color-text-accent);\n  text-decoration: none;\n}\n\n.tag-header__back:hover {\n  color: var(--color-primary);\n}\n\n.tag-header__meta {\n  display: flex;\n  gap: var(--space-m);\n  align-items: center;\n  font-size: var(--size-step-0);\n}\n\n.tag-header__count {\n  font-weight: var(--font-bold);\n  color: var(--color-primary);\n}\n\n.tag-header__type {\n  color: var(--color-text-accent);\n  font-size: var(--size-step--1);\n  padding: 0.2em 0.6em;\n  background: var(--color-bg-accent);\n  border-radius: var(--border-radius-small);\n}\n\n.tag-header__desc {\n  color: var(--color-text-accent);\n}\n\n.related-tags {\n  margin-block-end: var(--space-xl);\n  padding-block-end: var(--space-l);\n  border-block-end: 1px solid var(--color-bg-accent);\n}\n\n.related-tags h2 {\n  font-size: var(--size-step-0);\n  margin-block-end: var(--space-s);\n  color: var(--color-text-accent);\n}\n\n.tags-row {\n  --gutter: var(--space-2xs);\n}\n\n.tag-pill {\n  display: inline-flex;\n  align-items: center;\n  gap: var(--space-2xs);\n  padding: var(--space-2xs) var(--space-xs);\n  background: var(--color-bg-accent);\n  border-radius: var(--border-radius-small);\n  text-decoration: none;\n  color: var(--color-text);\n  font-size: var(--size-step--1);\n  transition: background-color var(--transition-duration) var(--transition-timing);\n}\n\n.tag-pill:hover {\n  background: var(--color-bg-accent-2);\n}\n\n.tag-pill--region {\n  border-left: 3px solid var(--color-highlight);\n}\n\n.tag-pill--policy {\n  border-left: 3px solid var(--color-secondary);\n}\n\n.tag-pill__count {\n  font-size: var(--size-step--2);\n  color: var(--color-text-accent);\n}\n\n.tag-companies h2 {\n  font-size: var(--size-step-1);\n  margin-block-end: var(--space-m);\n}\n{%- endcss -%}\n"
  },
  {
    "path": "src/pages/tags.njk",
    "content": "---\nlayout: base\npermalink: /browse/index.html\ntitle: 'Browse Companies | Remote In Tech'\ndescription: 'Browse remote companies by technology, region, or remote work policy.'\n---\n\n<div class=\"wrapper flow region\">\n  <header class=\"flow\">\n    <h1 class=\"gradient-text\">Browse Companies</h1>\n    <p class=\"tags-intro\">\n      Filter companies by technology stack, hiring region, or remote work policy.\n    </p>\n  </header>\n\n  {# Technologies #}\n  <section class=\"tags-section\">\n    <h2>Technologies</h2>\n    <p class=\"tags-section__desc\">Find companies using specific technologies</p>\n    <div class=\"tags-grid\">\n      {% for tag in collections.companyTags %}\n        {% if tag.type == 'technology' %}\n        <a href=\"/browse/{{ tag.slug }}/\" class=\"tag-card\">\n          <span class=\"tag-card__name\">{{ tag.label }}</span>\n          <span class=\"tag-card__count\">{{ tag.count }}</span>\n        </a>\n        {% endif %}\n      {% endfor %}\n    </div>\n  </section>\n\n  {# Regions #}\n  <section class=\"tags-section\">\n    <h2>Regions</h2>\n    <p class=\"tags-section__desc\">Find companies hiring in specific regions</p>\n    <div class=\"tags-grid\">\n      {% for tag in collections.companyTags %}\n        {% if tag.type == 'region' %}\n        <a href=\"/browse/{{ tag.slug }}/\" class=\"tag-card tag-card--region\">\n          <span class=\"tag-card__name\">{{ tag.label }}</span>\n          <span class=\"tag-card__count\">{{ tag.count }}</span>\n        </a>\n        {% endif %}\n      {% endfor %}\n    </div>\n  </section>\n\n  {# Remote Policies #}\n  <section class=\"tags-section\">\n    <h2>Remote Policies</h2>\n    <p class=\"tags-section__desc\">Find companies by their remote work approach</p>\n    <div class=\"tags-grid\">\n      {% for tag in collections.companyTags %}\n        {% if tag.type == 'remote-policy' %}\n        <a href=\"/browse/{{ tag.slug }}/\" class=\"tag-card tag-card--policy\">\n          <span class=\"tag-card__name\">{{ tag.label }}</span>\n          <span class=\"tag-card__count\">{{ tag.count }}</span>\n        </a>\n        {% endif %}\n      {% endfor %}\n    </div>\n  </section>\n</div>\n\n{%- css \"local\" -%}\n.tags-intro {\n  font-size: var(--size-step-1);\n  color: var(--color-text-accent);\n}\n\n.tags-section {\n  margin-block-start: var(--space-xl);\n}\n\n.tags-section h2 {\n  font-size: var(--size-step-2);\n  margin-block-end: var(--space-2xs);\n}\n\n.tags-section__desc {\n  color: var(--color-text-accent);\n  font-size: var(--size-step--1);\n  margin-block-end: var(--space-m);\n}\n\n.tags-grid {\n  display: flex;\n  flex-wrap: wrap;\n  gap: var(--space-xs);\n}\n\n.tag-card {\n  display: inline-flex;\n  align-items: center;\n  gap: var(--space-2xs);\n  padding: var(--space-xs) var(--space-s);\n  background: var(--color-bg-accent);\n  border: 1px solid var(--color-bg-accent-2);\n  border-radius: var(--border-radius-small);\n  text-decoration: none;\n  color: var(--color-text);\n  font-size: var(--size-step--1);\n  transition: border-color var(--transition-duration) var(--transition-timing),\n              background-color var(--transition-duration) var(--transition-timing);\n}\n\n.tag-card:hover {\n  border-color: var(--color-primary);\n  background: var(--color-bg);\n}\n\n.tag-card--region {\n  border-color: var(--color-highlight);\n}\n\n.tag-card--region:hover {\n  border-color: var(--color-primary);\n}\n\n.tag-card--policy {\n  border-color: var(--color-secondary);\n}\n\n.tag-card--policy:hover {\n  border-color: var(--color-primary);\n}\n\n.tag-card__count {\n  background: var(--color-primary);\n  color: var(--color-light);\n  padding: 0.15em 0.5em;\n  border-radius: var(--border-radius-small);\n  font-size: var(--size-step--2);\n  font-weight: var(--font-bold);\n}\n{%- endcss -%}\n"
  },
  {
    "path": "tailwind.config.js",
    "content": "/* © Andy Bell - https://github.com/Set-Creative-Studio/cube-boilerplate */\n\nimport plugin from 'tailwindcss/plugin';\nimport postcss from 'postcss';\nimport postcssJs from 'postcss-js';\n\nimport {clampGenerator} from './src/_config/utils/clamp-generator.js';\nimport {tokensToTailwind} from './src/_config/utils/tokens-to-tailwind.js';\n\n// Raw design tokens\nimport colorTokens from './src/_data/designTokens/colors.json';\nimport borderRadiusTokens from './src/_data/designTokens/borderRadius.json';\nimport fontTokens from './src/_data/designTokens/fonts.json';\nimport spacingTokens from './src/_data/designTokens/spacing.json';\nimport textSizeTokens from './src/_data/designTokens/textSizes.json';\nimport textLeadingTokens from './src/_data/designTokens/textLeading.json';\nimport textWeightTokens from './src/_data/designTokens/textWeights.json';\nimport viewportTokens from './src/_data/designTokens/viewports.json';\n\n// Process design tokens\nconst colors = tokensToTailwind(colorTokens.items);\nconst borderRadius = tokensToTailwind(borderRadiusTokens.items);\nconst fontFamily = tokensToTailwind(fontTokens.items);\nconst fontSize = tokensToTailwind(clampGenerator(textSizeTokens.items));\nconst fontWeight = tokensToTailwind(textWeightTokens.items);\nconst lineHeight = tokensToTailwind(textLeadingTokens.items);\nconst spacing = tokensToTailwind(clampGenerator(spacingTokens.items));\n\nexport default {\n  content: ['./src/**/*.{html,js,md,njk,liquid,webc}'],\n  presets: [],\n  theme: {\n    screens: {\n      ltsm: {max: `${viewportTokens.sm}px`},\n      sm: `${viewportTokens.sm}px`,\n      md: `${viewportTokens.md}px`,\n      ltnavigation: {max: `${viewportTokens.navigation}px`},\n      navigation: `${viewportTokens.navigation}px`\n    },\n    colors,\n    borderRadius,\n    spacing,\n    fontFamily,\n    fontSize,\n    fontWeight,\n    lineHeight,\n    backgroundColor: ({theme}) => theme('colors'),\n    textColor: ({theme}) => theme('colors'),\n    margin: ({theme}) => ({\n      auto: 'auto',\n      ...theme('spacing')\n    }),\n    padding: ({theme}) => theme('spacing')\n  },\n  variantOrder: [\n    'first',\n    'last',\n    'odd',\n    'even',\n    'visited',\n    'checked',\n    'empty',\n    'read-only',\n    'group-hover',\n    'group-focus',\n    'focus-within',\n    'hover',\n    'focus',\n    'focus-visible',\n    'active',\n    'disabled'\n  ],\n\n  // Disables Tailwind's reset etc\n  corePlugins: {\n    preflight: false,\n    textOpacity: false,\n    backgroundOpacity: false,\n    borderOpacity: false\n  },\n\n  // Prevents Tailwind's core components\n  blocklist: ['container'],\n\n  // Prevents Tailwind from generating that wall of empty custom properties\n  experimental: {\n    optimizeUniversalDefaults: true\n  },\n\n  plugins: [\n    // Generates custom property values from tailwind config\n    plugin(function ({addComponents, config}) {\n      let result = '';\n\n      const currentConfig = config();\n\n      const groups = [\n        {key: 'colors', prefix: 'color'},\n        {key: 'borderRadius', prefix: 'border-radius'},\n        {key: 'spacing', prefix: 'space'},\n        {key: 'fontSize', prefix: 'size'},\n        {key: 'lineHeight', prefix: 'leading'},\n        {key: 'fontFamily', prefix: 'font'},\n        {key: 'fontWeight', prefix: 'font'}\n      ];\n\n      groups.forEach(({key, prefix}) => {\n        const group = currentConfig.theme[key];\n\n        if (!group) {\n          return;\n        }\n\n        Object.keys(group).forEach(key => {\n          result += `--${prefix}-${key}: ${group[key]};`;\n        });\n      });\n\n      addComponents({\n        ':root': postcssJs.objectify(postcss.parse(result))\n      });\n    }),\n\n    // Generates custom utility classes\n    plugin(function ({addUtilities, config}) {\n      const currentConfig = config();\n      const customUtilities = [\n        {key: 'spacing', prefix: 'flow-space', property: '--flow-space'},\n        {key: 'spacing', prefix: 'region-space', property: '--region-space'},\n        {key: 'spacing', prefix: 'gutter', property: '--gutter'}\n      ];\n\n      customUtilities.forEach(({key, prefix, property}) => {\n        const group = currentConfig.theme[key];\n\n        if (!group) {\n          return;\n        }\n\n        Object.keys(group).forEach(key => {\n          addUtilities({\n            [`.${prefix}-${key}`]: postcssJs.objectify(postcss.parse(`${property}: ${group[key]}`))\n          });\n        });\n      });\n    })\n  ]\n};\n"
  }
]