Merge branch 'main' into main

Signed-off-by: Doug Aitken <dougaitken@users.noreply.github.com>
This commit is contained in:
Doug Aitken 2023-09-30 16:42:49 +01:00 committed by GitHub
commit a250a9a77a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
133 changed files with 2843 additions and 328 deletions

View file

@ -2,9 +2,9 @@
Please send a Pull Request if you have any additions or changes.
Pull requests will be accepted based on the following:
Pull Requests will be accepted based on the following:
1. The pull request adheres to the repository's [Code of Conduct](https://github.com/remoteintech/remote-jobs/tree/main/.github/CODE_OF_CONDUCT.md).
1. The Pull Request adheres to the repository's [Code of Conduct](https://github.com/remoteintech/remote-jobs/tree/main/.github/CODE_OF_CONDUCT.md).
1. The company works, at least partially, remotely.
1. The company appears in alphabetical order in the list.
1. The company includes a website.
@ -12,3 +12,53 @@ Pull requests will be accepted based on the following:
1. The company has a profile page and the company name links to it (see example [here](/company-profiles/example.md))
Thanks for contributing!
# Docker
### For starting the Docker File
```
>remote-jobs $ sudo docker build remote -t remote-jobs
>remote-jobs $ sudo docker images ls
REPOSITORY TAG IMAGE ID CREATED SIZE
remote-job latest 971f9317008d 14 minutes ago 204MB
>remote-jobs $ sudo docker run -p 8080:8081 remote-job
> start
> bin/serve-site.js
Parsing content
Requesting URL "https://blog.remoteintech.company/"
Requesting URL "https://s1.wp.com/_static/??-eJyNktFSAyEMRX9IiGvXVh8cvwXYDKYGliHQDn..."
Requesting URL "https://s1.wp.com/_static/??-eJyVUO1qwzAMfKFpImOk7Mfos7iqmjixLWPLlL..."
Requesting URL "https://s2.wp.com/wp-content/mu-plugins/global-print/global-print.c..."
Requesting URL "https://s0.wp.com/wp-content/themes/h4/global.css?m=1420737423h&css..."
Requesting URL "https://s0.wp.com/?custom-css=1&csblog=9eXnX&cscache=6&csrev=6"
Requesting URL "https://s0.wp.com/_static/??-eJx9jNsKwjAMhl/ILky0sAvxWUobZrYegkkpe3..."
Copying favicon files
Generating search index
Writing main page
Writing company pages..........................................................................
Writing custom 404 page
Writing empty robots.txt
Site files are ready in "site/build/"
Starting up http-server, serving /node/site/build
http-server version: 14.0.0
http-server settings:
CORS: disabled
Cache: 3600 seconds
Connection Timeout: 120 seconds
Directory Listings: visible
AutoIndex: visible
Serve GZIP Files: false
Serve Brotli Files: false
Default File Extension: none
Available on:
http://127.0.0.1:8080
http://172.17.0.2:8080
Hit CTRL-C to stop the server
```

38
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,38 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug]"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**Smartphone (please complete the following information):**
- Device: [e.g. iPhone6]
- OS: [e.g. iOS8.1]
- Browser [e.g. stock browser, safari]
- Version [e.g. 22]
**Additional context**
Add any other context about the problem here.

View file

@ -0,0 +1,12 @@
---
name: Feature request (Add a Discussion)
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
PLEASE OPEN A NEW DISCUSSION.
[Discussions > New > Ideas](https://github.com/remoteintech/remote-jobs/discussions/new?category=ideas)

View file

@ -1,22 +1,32 @@
This Pull Request should adhere to the repository's [Code of Conduct](../../main/.github/CONTRIBUTING.md).
This is a modified version of, and should adhere to, the [Contributing Guidelines](../../main/.github/CONTRIBUTING.md).
Title your pull request descriptively. `[edit X company]` or `[add new company - COMPANY]`
<!--
Hello, thank you for your contribution, please read through this whole file before submitting your Pull Request.
Title your pull request descriptively:
* edit X company
* add new company - COMPANY
* Copy tweaks
Please read and check the boxes in the list below that apply!
If updating or adding a company, please include details here: _delete this and add details_
If updating or adding a company, please include details about what you are changing.
Check off this list as appropriate (add an `x` between the `[]`). It will be used by @dougaitken when reviewing your contribution.
If you are adding a new entry to the list, your contributio (Pull Request) should include a company profile AND line entry to the readme file.
- [] This PR contains housekeeping only (URL edits, copy changes etc) - **if this is checked, delete other lines that don't apply.**
- [] You are an employee of the company mentioned and confirm all included details are correct.
- [] You know your alphabet - company is listed in alphabetical order in the README.md file.
- [] The company directly hires employees. ** No bootcamps / freelance sites / etc**
- [] The company hires remote employees, or positions are available to remote workers and are clearly illustrated as such.
- [] A [company profile](/company-profiles/example.md) is included - This is __required__ for new additions.
- [] An entry has been added or edited within the [readme.md file](../../main/README.md).
- [] __Remote status__ has details regarding how the culture includes remote employees, how the company integrated remote workers, etc
- [] __Region__ details the geographic regions in which this company employees can reside. For more details see the instructions in the [example company profile](/company-profiles/example.md#region).
- [] __How to apply__ details the best approach for new applications, page on site where open position are listed, and any other help available for job hunters
Check off this list as appropriate (add an x between the []). It will be used by @dougaitken when reviewing your contribution, like this: [x]
This is a modified version of the [Contributing Guidelines](../../main/.github/CONTRIBUTING.md).
DO NOT DELETE ANYTHING IN THIS COMMENT.
-->
* [ ] This PR contains housekeeping only (URL edits, copy changes etc) - **if this is checked, delete other lines that don't apply**
* [ ] You are an employee of the company mentioned and confirm all included details are correct.
* [ ] You know your alphabet - company is listed in alphabetical order in the README.md file.
* [ ] The company directly hires employees. ** No bootcamps / freelance sites / etc**
* [ ] The company hires remote employees, or positions are available to remote workers and are clearly illustrated as such.
* [ ] A [company profile](/company-profiles/example.md) is included - This is __required__ for new additions.
* [ ] An entry has been added or edited within the [readme.md file](../../main/README.md).
* [ ] __Remote status__ has details regarding how the culture includes remote employees, how the company integrated remote workers, etc
* [ ] __Region__ details the geographic regions in which this company employees can reside. For more details see the instructions in the [example company profile](/company-profiles/example.md#region).
* [ ] __How to apply__ details the best approach for new applications, page on site where open position are listed, and any other help available for job hunters

View file

@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@main
- name: Use Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@main
- name: Install dependencies
run: npm install

82
.github/workflows/codeql.yml vendored Normal file
View file

@ -0,0 +1,82 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL"
on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '43 1 * * 0'
jobs:
analyze:
name: Analyze
# Runner size impacts CodeQL analysis time. To learn more, please see:
# - https://gh.io/recommended-hardware-resources-for-running-codeql
# - https://gh.io/supported-runners-and-hardware-resources
# - https://gh.io/using-larger-runners
# Consider using larger runners for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [ 'javascript' ]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift' ]
# Use only 'java' to analyze code written in Java, Kotlin or both
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
steps:
- name: Checkout repository
uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
# By default, queries listed here will override any specified in a config file.
# Prefix the list here with "+" to use these queries and those in the config file.
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
# queries: security-extended,security-and-quality
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
# Command-line programs to run using the OS shell.
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
# If the Autobuild fails above, remove it and uncomment the following three lines.
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
# - run: |
# echo "Run, Build Application using script"
# ./location_of_script_within_repo/buildscript.sh
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
with:
category: "/language:${{matrix.language}}"

14
Dockerfile Normal file
View file

@ -0,0 +1,14 @@
FROM node:alpine
RUN mkdir node
COPY . ./node
WORKDIR /node/
RUN npm install
CMD npm start

153
README.md
View file

@ -2,10 +2,9 @@
A list of semi to fully remote-friendly companies in or around tech.
Contributions are very welcome! Please
[submit a pull request on GitHub](https://github.com/remoteintech/remote-jobs/tree/main/.github/CONTRIBUTING.md).
_Some company names have a ⚠ icon next to them. This icon means we don't have much information about this company yet, and we would love a contribution! See each individual company profile for details._
Contributions are very welcome! Please [review our contributing guidelines](https://github.com/remoteintech/remote-jobs/tree/main/.github/CONTRIBUTING.md) and then submit a new entry or update.
## Companies
@ -27,19 +26,22 @@ Name | Website | Region
[Ad Hoc](/company-profiles/ad-hoc.md) | https://www.adhocteam.us/ | USA
[Adaface](/company-profiles/adaface.md) | https://www.adaface.com | Asia
[AddStructure](/company-profiles/addstructure.md)| https://www.bazaarvoice.com/ | USA
[Adeva](/company-profiles/adeva.md) | https://adevait.com/ | Asia, Africa, Europe, South America, United States
[Adzuna](/company-profiles/adzuna.md) | https://www.adzuna.co.uk/ | Worldwide
[AE Studio](/company-profiles/aestudio.md) | https://ae.studio/ | USA, BR
[Aerolab](/company-profiles/aerolab.md) | https://aerolab.co/ | Latin America
[Aerostrat](/company-profiles/aerostrat.md) | https://aerostratsoftware.com/ | USA
[AgFlow](/company-profiles/agflow.md) | https://www.agflow.com | Europe
[Aha!](/company-profiles/aha.md) | https://www.aha.io | Worldwide
[Aim India](/company-profiles/aim-india.md) | https://www.aimincorp.com/ | India
[Airbank](/company-profiles/airbank.md)| https://www.joinairbank.com/ | Europe, Americas, Africa, Western Asia
[Airbyte](/company-profiles/airbyte.md)| https://airbyte.com/ | Europe, North America, Latin America
[AirGarage](/company-profiles/airgarage.md) | https://www.airgarage.com/ | USA
[AirTreks](/company-profiles/airtreks.md) | https://www.airtreks.com/ | USA
[Aivitex](/company-profiles/aivitex.md) | https://aivitex.com/ | Germany
[Alami](/company-profiles/alami.md) | https://alamisharia.co.id/en/ | Indonesia
[Alan](/company-profiles/alan.md) | https://alan.com/ | Europe
[Algorand](/company-profiles/algorand.md) | https://www.algorand.com/ | USA
[Algorithmia](/company-profiles/algorithmia.md) | https://algorithmia.com/ | the USA or Canada
[Algorithmia](/company-profiles/algorithmia.md) | https://algorithmia.com/ | North America
[ALICE](/company-profiles/alice.md) | https://aliceplatform.com | Worldwide
[Alight Solutions](/company-profiles/alight-solutions.md) | https://alight.com | Worldwide
[Alley](/company-profiles/alley.md) | https://alley.co | USA, Canada, Western Europe
@ -53,15 +55,17 @@ Name | Website | Region
[Anomali](/company-profiles/anomali.md) | https://www.anomali.com/company/careers | USA, UK, Singapore
[apartment therapy](/company-profiles/apartment-therapy.md) | http://www.apartmenttherapy.com/ | USA
[Appinio](/company-profiles/appinio.md) | https://appinio.com/ | Europe
[Applaudo](/company-profiles/applaudo.md) | https://applaudostudios.com | Worldwide
[Appstractor Corporation](/company-profiles/appstractor.md) | https://www.appstractor.com/ | USA, UK, Israel
[Appwrite](/company-profiles/appwrite.md) | https://appwrite.io | Worldwide
[argyle](/company-profiles/argyle.md) | https://argyle.com/ | Worldwide
[ARK](/company-profiles/ark.md) | https://www.ark.io/careers | Worldwide
[Arkency](/company-profiles/arkency.md) | https://arkency.com/ | Worldwide
[Art & Logic](/company-profiles/art-and-logic.md) | https://artandlogic.com | USA and Canada
[Art & Logic](/company-profiles/art-and-logic.md) | https://artandlogic.com | USA, Canada
[Artefactual Systems](/company-profiles/artefactual.md) | https://www.artefactual.com | UTC-8 to UTC+2
[Articulate](/company-profiles/articulate.md) | https://www.articulate.com | Worldwide
[Astronomer](/company-profiles/astronomer.md) | https://www.astronomer.io/ | USA
[Atlassian](/company-profiles/atlassian.md) | https://www.atlassian.com/ | USA, Europe, Asia, Australia
[Audiense](/company-profiles/audiense.md) | https://www.audiense.com/ | Worldwide
[Aula Education](/company-profiles/aula.md) | https://aula.education/ | Worldwide
[Auth0](/company-profiles/auth0.md) | https://auth0.com/ | Worldwide
@ -83,21 +87,25 @@ Name | Website | Region
[Betable](/company-profiles/betable.md) | https://corp.betable.com/ | USA, Europe
[BetaPeak](/company-profiles/betapeak.md) | https://betapeak.com/ | Worldwide
[BetterUp](/company-profiles/betterup.md) | https://www.betterup.com/ | USA
[Beyond Company](/company-profiles/beyond-company.md) | https://beyondcompany.com.br/ | Brazil
[BeyondPricing](/company-profiles/beyondpricing.md) | https://beyondpricing.com | USA, Europe
[Big Cartel](/company-profiles/big-cartel.md) | https://www.bigcartel.com | USA
[Big Wheel Brigade](/company-profiles/big-wheel-brigade.md) | https://www.bigwheelbrigade.com/ | USA
[Bill](/company-profiles/bill.md) | https://www.bill.com/ | USA
[Bit Zesty](/company-profiles/bit-zesty.md) | https://bitzesty.com/ | Worldwide
[Bitnami](/company-profiles/bitnami.md) | https://bitnami.com/ | Worldwide
[Bitovi](/company-profiles/bitovi.md) | https://bitovi.com/ | USA & Worldwide
[Bitovi](/company-profiles/bitovi.md) | https://bitovi.com/ | Worldwide
[Bizink](/company-profiles/bizink.md) | https://bizinkonline.com | Worldwide
[Blameless](/company-profiles/blameless.md) | https://www.blameless.com/ | USA, WorldWide
[Blameless](/company-profiles/blameless.md) | https://www.blameless.com/ | North America
[Bloc](/company-profiles/bloc.md) | https://www.bloc.io/ | North America
[BlueCat Networks](/company-profiles/bluecat-networks.md) | https://bluecatnetworks.com/ | North America
[Bluespark](/company-profiles/bluespark.md) | https://www.bluespark.com/ | USA
[Boldare](/company-profiles/boldare.md) | https://boldare.com | Worldwide
[Bonsai](/company-profiles/bonsai.md) | https://www.hellobonsai.com | Worldwide
[Bounteous](/company-profiles/bounteous.md) | https://bounteous.com | Worldwide
[Brainstorm Force](/company-profiles/brainstorm-force.md) | https://brainstormforce.com/ | Worldwide
[Brave Investments](/company-profiles/brave-investments.md) | https://www.crunchbase.com/organization/brave-investment | Brazil
[Bright Funds](/company-profiles/bright-funds.md) | https://www.brightfunds.org | USA
[Brikl](/company-profiles/brikl.md) | https://www.brikl.com/ | North America, Asia
[BriteCore](/company-profiles/britecore.md) | https://britecore.com/ | USA, Worldwide
[Broadwing](/company-profiles/broadwing.md) | https://www.broadwing.io/ | Worldwide
[Buffer](/company-profiles/buffer.md) | https://buffer.com/ | Worldwide
@ -106,10 +114,11 @@ Name | Website | Region
[Cabify](/company-profiles/cabify.md) | https://cabify.com/ | Spain
[Calamari](/company-profiles/calamari.md) | https://calamari.io/ | Poland
[Calibre](/company-profiles/calibre.md) | https://calibreapp.com/ | Worldwide
[CANCOM](/company-profiles/cancom.md) | https://www.cancom.com/ | Germany, Austria, Slovakia
[Canonical](/company-profiles/canonical.md) | https://www.canonical.com/ | Worldwide
[Capchase](/company-profiles/capchase.md) | https://www.capchase.com/ | Worldwide
[Capital One](/company-profiles/capital-one.md) | https://www.capitalonecareers.com/tech | USA
[Carbon Black](/company-profiles/carbon-black.md) | https://www.carbonblack.com/ | USA, Offices in Boston, MA
[Carbon Black](/company-profiles/carbon-black.md) | https://www.carbonblack.com/ | USA
[Cards Against Humanity](/company-profiles/cards-against-humanity.md) | https://cardsagainsthumanity.com/ | USA
[CareCru](/company-profiles/carecru.md) | https://carecru.com | Worldwide
[CareMessage](/company-profiles/caremessage.md) | https://caremessage.org/careers/ | Worldwide
@ -117,12 +126,14 @@ Name | Website | Region
[CartStack](/company-profiles/cartstack.md) | https://www.cartstack.com/ | Worldwide
[Casumo](/company-profiles/casumo.md) | https://www.casumo.com/ | Europe
[Celsius](/company-profiles/celsius.md) | https://celsius.network/ | Worldwide
[ChainLink Labs](/company-profiles/chainlink.md) | https://chainlinklabs.com/ | USA
[Chargify](/company-profiles/chargify.md) | https://www.chargify.com/ | USA
[charity: water](/company-profiles/charity-water.md) | https://www.charitywater.org/ | USA, Offices in NY
[charity: water](/company-profiles/charity-water.md) | https://www.charitywater.org/ | USA
[ChatGen](/company-profiles/chatgen.md) | https://chatgen.ai/ | India, USA
[Checkly](/company-profiles/checkly.md) | https://www.checklyhq.com | Europe (CET -3 / CET +3)
[Chef](/company-profiles/chef.md) | https://www.chef.io/ | USA, UK
[ChefsClub](/company-profiles/chefsclub.md) | https://www.chefsclub.com.br/ | Brazil
[Chess](/company-profiles/chess.md) | https://www.chess.com/jobs/ | Worldwide
[Chroma](/company-profiles/chroma.md) | https://hichroma.com/ | Worldwide
[CircleCI](/company-profiles/circleci.md) | https://circleci.com/ | Worldwide
[Circonus](/company-profiles/circonus.md) | https://circonus.com/ | USA
@ -130,8 +141,11 @@ Name | Website | Region
[Civo](/company-profiles/civo.md) | https://www.civo.com | Worldwide
[Clevertech](/company-profiles/clevertech.md) | https://clevertech.biz/ | Worldwide
[ClickUp](/company-profiles/clickup.md) | https://clickup.com/ | Worldwide
[Clootrack](/company-profiles/clootrack.md) | https://www.clootrack.com/ | India
[Close](/company-profiles/close.md) | https://close.com | Worldwide
[CloudApp](/company-profiles/cloudapp.md) | https://getcloudapp.com | North America
[Coalition Technologies](/company-profiles/coalition-technologies.md) | https://coalitiontechnologies.com/ | Worldwide
[Code Like a Girl](/company-profiles/code-like-a-girl.md) | https://codelikeagirl.com | Australia
[Codea IT](/company-profiles/codea-it.md) | https://www.codeait.com | Worldwide
[CodePen](/company-profiles/codepen.md) | https://codepen.io | Worldwide
[CodeSandbox](/company-profiles/codesandbox.md) | https://codesandbox.io | Worldwide
@ -140,7 +154,6 @@ Name | Website | Region
[Cofense](/company-profiles/cofense.md) | https://cofense.com | USA
[Coinbase](/company-profiles/coinbase.md) | https://www.coinbase.com | Worldwide
[Coingape](/company-profiles/coingape.md) | https://coingape.com/ | India
[Colivre](/company-profiles/colivre.md) | https://colivre.coop.br/ | Worldwide
[Collabora](/company-profiles/collabora.md) | https://www.collabora.com/ | Worldwide
[Comet](/company-profiles/comet.md) | https://www.comet.co/ | France
[Compose](/company-profiles/compose.md) | https://www.compose.io/ | Worldwide
@ -151,6 +164,7 @@ Name | Website | Region
[Continu](/company-profiles/continu.md) | https://www.continu.co/ | USA
[Conversio](/company-profiles/conversio.md) | https://conversio.com/ | Worldwide
[Convert](/company-profiles/convert.md) | https://www.convert.com | Worldwide
[Coodesh](/company-profiles/coodesh.md) | https://coodesh.com/ | Brazil
[Core-Apps](/company-profiles/core-apps.md) | https://www.core-apps.com/ | USA
[CoreOS](/company-profiles/coreos.md) | https://coreos.com/ | USA
[Corgibytes](/company-profiles/corgibytes.md) | https://corgibytes.com | USA East Coast
@ -162,6 +176,7 @@ Name | Website | Region
[Customer.io](/company-profiles/customer-io.md) | https://customer.io | Worldwide
[Cuvette](/company-profiles/cuvette.md) | https://cuvette.tech | Worldwide
[CVS Health](/company-profiles/cvs-health.md) | https://jobs.cvshealth.com/ | USA
[CWT](/company-profiles/cwt.md) | https://www.mycwt.com/ | Worldwide
[Cyber Whale](/company-profiles/cyber-whale.md) | https://cyberwhale.tech | Europe
[Dalenys](/company-profiles/dalenys.md) | https://dalenys.com/ | Europe
[DappRadar](/company-profiles/dappradar.md) | https://dappradar.com/ | Worldwide
@ -169,6 +184,7 @@ Name | Website | Region
[DashboardHub](/company-profiles/dashboardhub.md) | https://dashboardhub.io | Worldwide
[Dashlane](/company-profiles/dashlane.md) | https://dashlane.com | Worldwide
[Data Science Brigade](/company-profiles/data-science-brigade.md) | https://dsbrigade.com/ | Worldwide
[Data Science Dojo](/company-profiles/data-science-dojo.md) | https://datasciencedojo.com/ | Worldwide
[DataCamp](/company-profiles/datacamp.md) | https://www.datacamp.com/ | Europe or comparable timezone
[Datadog](/company-profiles/datadog.md) | https://www.datadoghq.com/ | Worldwide
[DataStax](/company-profiles/datastax.md) | https://www.datastax.com/ | Worldwide
@ -189,6 +205,7 @@ Name | Website | Region
[Doist](/company-profiles/doist.md) | https://doist.com | Worldwide
[Donut App](/company-profiles/donut.md) | https://www.donut.app/ | USA, EU
[DroneDeploy](/company-profiles/dronedeploy.md) | https://www.dronedeploy.com/ | Worldwide
[Dropbox](/company-profiles/dropbox.md) | https://www.dropbox.com/ | Worldwide
[Drupal Jedi](/company-profiles/drupal-jedi.md) | https://drupaljedi.com/ | Worldwide
[DuckDuckGo](/company-profiles/duckduckgo.md) | https://duckduckgo.com/ | Worldwide
[DynaPictures](/company-profiles/dynapictures.md) | https://dynapictures.com/ | Worldwide
@ -196,8 +213,9 @@ Name | Website | Region
[EatStreet](/company-profiles/eatstreet.md) | https://eatstreet.com/ | USA
[EBSCO Information Services](/company-profiles/ebsco-information-services.md) | https://www.ebsco.com | USA
[Eco-Mind](/company-profiles/eco-mind.md) | https://eco-mind.eu/ | Italy
[Edgar](/company-profiles/edgar.md) | https://meetedgar.com/ | USA & Canada
[Edify](/company-profiles/edify.md) | https://edify.cr/ | Costa Rica & Worldwide
[Edgar](/company-profiles/edgar.md) | https://meetedgar.com/ | USA, Canada
[Edgio](/company-profiles/edgio.md) | https://edg.io/ | Worldwide
[Edify](/company-profiles/edify.md) | https://edify.cr/ | Worldwide
[eFishery](/company-profiles/efishery.md) | https://efishery.com/ | Indonesia
[Elastic](/company-profiles/elastic.md) | https://www.elastic.co/ | Worldwide
[Emsisoft](/company-profiles/emsisoft.md) | https://www.emsisoft.com/ | Worldwide
@ -206,7 +224,7 @@ Name | Website | Region
[Enok](/company-profiles/enok.md) | https://www.enok.co/ | USA
[Entrision](/company-profiles/entrision.md) | https://entrision.com/ | USA
[Envato](/company-profiles/envato.md) | https://envato.com/ | Worldwide
[Envoy](/company-profiles/envoy.md) | https://envoy.com/ | USA, Canada & Colombia
[Envoy](/company-profiles/envoy.md) | https://envoy.com/ | USA, Canada, Colombia
[Epam](/company-profiles/epam.md) | https://epam.com/ | Worldwide
[Epic Games](/company-profiles/epic-games.md) | https://www.epicgames.com/site/en-US/careers | Worldwide
[Epilocal](/company-profiles/epilocal.md) | https://www.epilocal.com/ | Worldwide
@ -235,11 +253,13 @@ Name | Website | Region
[FingerprintJS](/company-profiles/fingerprintjs.md) | https://fingerprintjs.com | Worldwide
[Fire Engine Red](/company-profiles/fire-engine-red.md) | https://fire-engine-red.com/ | Worldwide
[Fireball Labs](/company-profiles/fireball-labs.md) | https://www.fireballlabs.com | Germany
[Fiverr](/company-profiles/fiverr.md) | https://www.fiverr.com/ | North America, Asia
[FivexL](/company-profiles/fivexl.md) | https://fivexl.io | Worldwide
[Flexera](/company-profiles/flexera.md) | https://www.flexera.com/ | USA
[FlightAware](/company-profiles/flightaware.md) | https://flightaware.com | USA
[Flip](/company-profiles/flip.md) | https://flip.id | Indonesia
[Flowing](/company-profiles/flowing.md) | https://flowing.it | Italy
[Fly.io](/company-profiles/fly-io.md) | https://fly.io | Worldwide
[FMX](/company-profiles/fmx.md) | https://www.gofmx.com/ | USA
[Focusnetworks](/company-profiles/focusnetworks.md) | https://focusnetworks.com.br | Worldwide
[fohandboh](/company-profiles/fohandboh.md) | https://fohandboh.com/ | Worldwide
@ -249,6 +269,7 @@ Name | Website | Region
[Fraudio](/company-profiles/fraudio.md) | https://www.fraudio.com/ | Europe
[Freeagent](/company-profiles/freeagent.md) | https://www.freeagent.com/ | Worldwide
[Freeletics](/company-profiles/freeletics.md) | https://www.freeletics.com/ | Germany, Poland, Portugal
[Friday Finance](/company-profiles/friday-finance.md)| https://www.fridayfinance.com/ | Europe, Americas, Africa, Western Asia
[Fuel Made](/company-profiles/fuel-made.md) | https://fuelmade.com/ | Western North America
[FullFabric](/company-profiles/full-fabric.md) | https://fullfabric.com/ | Europe
[Functionize](/company-profiles/functionize.md) | https://www.functionize.com/ | Worldwide
@ -256,7 +277,8 @@ Name | Website | Region
[Geckoboard](/company-profiles/geckoboard.md) | https://www.geckoboard.com | UK
[General Assembly](/company-profiles/general-assembly.md) | https://generalassemb.ly/ | Worldwide
[GEO Jobe](/company-profiles/geo-jobe.md) | https://www.geo-jobe.com/ | USA
[GFT](/company-profiles/gft.md) | https://www.gft.com/ | Asia, Europe, Latin America and North America
[Gerencianet](/company-profiles/gerencianet.md) | https://gerencianet.com.br | Brazil
[GFT](/company-profiles/gft.md) | https://www.gft.com/ | Asia, Europe, Latin America, North America
[Ghost Foundation](/company-profiles/the-ghost-foundation.md) | https://ghost.org/ | Worldwide
[Ghost Inspector](/company-profiles/ghost-inspector.md) | https://ghostinspector.com | North America, Latin America, Caribbean
[Giant](/company-profiles/giant.md) | https://giantmade.com | UK
@ -268,12 +290,14 @@ Name | Website | Region
[GitPrime](/company-profiles/gitprime.md) | https://gitprime.com/ | Worldwide
[Glenn Website Design](/company-profiles/glenn-website-design.md) | https://glennwebsitedesign.com/ | Worldwide
[Glitch](/company-profiles/glitch.md) | https://www.glitch.com/ | Worldwide
[Gluware](/company-profiles/gluware.md) | https://gluware.com/ | USA, United Kingdom
[Gluware](/company-profiles/gluware.md) | https://gluware.com/ | USA, UK
[GoDaddy](/company-profiles/godaddy.md) | https://www.godaddy.com/ | Worldwide
[GoHiring](/company-profiles/gohiring.md) | https://www.gohiring.com/ | Worldwide
[Gojob](/company-profiles/gojob.md) | https://gojob.com/ | France
[Gorman Health Group](/company-profiles/gorman-health-group.md) | https://www.gormanhealthgroup.com/ | USA
[Gorman Health Group](/company-profiles/gorman-health-group.md) | https://conveyhealthsolutions.com/ | USA
[GotSoccer](/company-profiles/got-soccer.md) | https://www.gotpro.com/ | USA
[Grafana Labs](/company-profiles/grafana.md) | https://grafana.com/ | USA and EMEA/EST Timezones
[Granicus](/company-profiles/granicus.md) | https://granicus.com/ | USA, UK, Australia, India
[Graylog](/company-profiles/graylog.md) | https://www.graylog.org/ | Worldwide
[Gremlin](/company-profiles/gremlin.md) | https://gremlin.com | USA
[Gridium](/company-profiles/gridium.md) | https://gridium.com | USA
@ -287,6 +311,7 @@ Name | Website | Region
[Hanzo](/company-profiles/hanzo.md) | https://hanzo.co | USA, UK, Europe
[Happy Cog](/company-profiles/happy-cog.md) | https://happycog.com/ | USA
[Harvest](/company-profiles/harvest.md) | https://www.getharvest.com/ | Worldwide
[Hashex](/company-profiles/hashex.md) | https://hashex.org/ | US, Asia, Europe
[HashiCorp](/company-profiles/hashicorp.md) | https://www.hashicorp.com/ | USA, CA, UK, DE, FR, NL, AU, JPN
[HE:labs](/company-profiles/he-labs.md) | https://www.helabs.com | Worldwide
[Headway](/company-profiles/headway.md) | https://www.headway.io/ | USA
@ -302,7 +327,7 @@ Name | Website | Region
[Honeycomb](/company-profiles/honeycomb.md) | https://honeycomb.tv/ | Worldwide
[Hopper](/company-profiles/hopper.md) | https://www.hopper.com/ | USA, CA, UK, BG, PH, CO
[Hotjar](/company-profiles/hotjar.md) | https://careers.hotjar.com/ | Worldwide
[Hudl](/company-profiles/hudl.md) | https://www.hudl.com/ | USA & UK
[Hudl](/company-profiles/hudl.md) | https://www.hudl.com/ | USA, UK
[Hugo](/company-profiles/hugo.md) | https://hugo.events | Worldwide
[Human Made](/company-profiles/human-made.md) | https://hmn.md | Worldwide
[HUSL Digital](/company-profiles/husl-digital.md) | https://husldigital.com | USA
@ -319,16 +344,19 @@ Name | Website | Region
[Impira](/company-profiles/impira.md) | https://www.impira.com/ | USA
[Implisense](/company-profiles/implisense.md) | https://implisense.com/ | Germany
[Incsub](/company-profiles/incsub.md) | https://incsub.com/ | Worldwide
[Infinite Red](/company-profiles/infinite-red.md) | https://infinite.red | USA & CA
[Infinite Red](/company-profiles/infinite-red.md) | https://infinite.red | USA, CA
[InfluxData](/company-profiles/influxdata.md) | https://influxdata.com | USA, UK, DE, IT
[Inpsyde](/company-profiles/inpsyde.md) | https://inpsyde.com/en/ | Europe
[InQuicker](/company-profiles/inquicker.md) | https://inquicker.com | USA & CA
[InQuicker](/company-profiles/inquicker.md) | https://inquicker.com | USA, CA
[Inshorts](/company-profiles/inshorts.md) | https://www.inshorts.com/ | India
[Instamobile](/company-profiles/instamobile.md) | https://instamobile.io | Worldwide
[Instructure](/company-profiles/instructure.md) | https://www.instructure.com/ | Europe, North America, Oceania
[Intellum](/company-profiles/intellum.md) | https://www.intellum.com | USA
[Interactive Intelligence](/company-profiles/interactive-intelligence.md) | https://www.inin.com/ | Worldwide
[Intercom](/company-profiles/intercom.md) | https://www.intercom.io/ | Worldwide
[Interpersonal Frequency (I.F.)](/company-profiles/interpersonal-frequency-i-f.md) | https://ifsight.com/ | Worldwide
[Intevity](/company-profiles/intevity.md) | https://www.intevity.com/ | USA
[Intuit Inc.](/company-profiles/intuit.md) | https://www.intuit.com/ | Worldwide
[Intuition Machines, Inc](/company-profiles/intuition-machines-inc.md) | https://www.imachines.com/ | Worldwide
[InVision](/company-profiles/invision.md) | https://www.invisionapp.com/ | Worldwide
[IOHK](/company-profiles/iohk.md) | https://iohk.io/ | Worldwide
@ -345,7 +373,7 @@ Name | Website | Region
[JBS Custom Software Solutions](/company-profiles/jbs-custom-software-solutions.md) | https://www.jbssolutions.com/ | USA
[Jitbit](/company-profiles/jitbit.md) | https://www.jitbit.com/ | Worldwide
[Jitera](/company-profiles/jitera.md) | https://iruuza-inc.com/ | Worldwide
[Jobsity](/company-profiles/jobsity.md) | https://recruitment.jobsity.com/ | US & LATAM
[Jobsity](/company-profiles/jobsity.md) | https://recruitment.jobsity.com/ | USA, LATAM
[Jolly Good Code](/company-profiles/jolly-good-code.md) | https://www.jollygoodcode.com | Worldwide
[journy.io](/company-profiles/journy-io.md) | https://www.journy.io | Europe
[Joyent](/company-profiles/joyent.md) | https://www.joyent.com/careers/ | USA, UK, Canada, SK, SG
@ -356,11 +384,12 @@ Name | Website | Region
[Kentik](/company-profiles/kentik.md) | https://www.kentik.com/careers | USA, Europe, APAC
[Khan Academy](/company-profiles/khan-academy.md) | https://www.khanacademy.org/ | USA
[KickBack Rewards Systems](/company-profiles/kickback-rewards-systems.md) | https://careers.kickbacksystems.com | USA
[Kiprosh](/company-profiles/kiprosh.md) | https://kiprosh.com | USA & India
[Kissmetrics](/company-profiles/kissmetrics.md) | https://www.kissmetrics.com/ | USA & Worldwide
[Klaviyo](/company-profiles/klaviyo.md) | https://www.klaviyo.com/ | USA & UK
[Kinsta](/company-profiles/kinsta.md) | https://kinsta.com | Worldwide
[Kiprosh](/company-profiles/kiprosh.md) | https://kiprosh.com | USA, India
[Kissmetrics](/company-profiles/kissmetrics.md) | https://www.kissmetrics.com/ | Worldwide
[Klaviyo](/company-profiles/klaviyo.md) | https://www.klaviyo.com/ | USA, UK
[Knack](/company-profiles/knack.md) | https://www.knack.com | USA
[Kodify](/company-profiles/kodify.md) | https://kodify.io | EU & Worldwide
[Kodify](/company-profiles/kodify.md) | https://kodify.io | Worldwide
[Koding](/company-profiles/koding.md) | https://koding.com | Worldwide
[Komoot](/company-profiles/komoot.md) | https://www.komoot.com | Worldwide
[Kona](/company-profiles/kona.md) | https://www.heykona.com | Worldwide
@ -368,12 +397,14 @@ Name | Website | Region
[Kraken](/company-profiles/kraken.md) | https://kraken.com | Worldwide
[Kuali](/company-profiles/kuali.md) | https://kuali.co | USA
[Labelbox](/company-profiles/labelbox.md) | https://labelbox.com/ | Worldwide
[Lambda School](/company-profiles/lambda-school.md) | https://www.lambdaschool.com/ | USA & Europe
[Lambda School](/company-profiles/lambda-school.md) | https://www.lambdaschool.com/ | USA, Europe
[Lambert Labs](/company-profiles/lambert-labs.md) | https://lambertlabs.com/ | UK
[LaterPay](/company-profiles/laterpay.md) | https://www.laterpay.net/ | Worldwide
[Leadership Success](/company-profiles/leadership-success.md) | https://www.leadershipsuccess.co/ | Worldwide
[Leadfeeder](/company-profiles/leadfeeder.md) | https://www.leadfeeder.com | Europe & North America
[Let's Encrypt](/company-profiles/lets-encrypt.md) | https://letsencrypt.org | USA and Canada
[Leadfeeder](/company-profiles/leadfeeder.md) | https://www.leadfeeder.com | Europe, North America
[LeadIQ](/company-profiles/leadiq.md) | https://leadiq.com/ | Worldwide
[Let's Encrypt](/company-profiles/lets-encrypt.md) | https://letsencrypt.org | USA, Canada
[Lifen](/company-profiles/lifen.md) | https://www.lifen.health/ | France, Germany, UK
[Lifetime Value Company](/company-profiles/lifetime-value-company.md) | https://www.ltvco.com/ | Worldwide
[Lightbend](/company-profiles/lightbend.md) | https://www.lightbend.com/ | Worldwide
[Lightspeed](/company-profiles/lightspeed.md) | https://www.lightspeedhq.com/ | Worldwide
@ -400,7 +431,9 @@ Name | Website | Region
[Marco Polo](/company-profiles/marco-polo.md) | https://marcopolo.me | North America
[Marketade](/company-profiles/marketade.md) | https://www.marketade.com | USA
[MarsBased](/company-profiles/marsbased.md) | https://marsbased.com/ | Worldwide
[Massive Pixel Creation](/company-profiles/massive-pixel-creation.md) | https://massivepixel.io | Poland
[Maxicus](/company-profiles/maxicus.md) | https://maxicus.com/ | India
[Mayvue](/company-profiles/mayvue.md) | https://mayvue.com/ | USA
[Mediacurrent](/company-profiles/mediacurrent.md) | https://www.mediacurrent.com/ | USA
[Mediavine](/company-profiles/mediavine.md) | https://www.mediavine.com/ | USA
[Medium](/company-profiles/medium.md) | https://medium.com/ | USA
@ -408,21 +441,24 @@ Name | Website | Region
[Memory](/company-profiles/memory.md) | https://memory.ai/ | Worldwide
[Mercari](/company-profiles/mercari.md) | https://about.mercari.com/en/ | Japan
[Merico](/company-profiles/merico.md) | https://merico.dev/ | Worldwide
[MeridianLink](/company-profiles/meridianlink.md) | https://meridianlink.com/ | USA
[MetaLab](/company-profiles/metalab.md) | https://metalab.co | Worldwide
[MetaMask](/company-profiles/metamask.md) | https://metamask.io | Worldwide
[MeteorOps](/company-profiles/meteorops.md) | https://meteorops.com | Worldwide
[Microsoft](/company-profiles/microsoft.md) | https://www.microsoft.com/ | Worldwide
[Mindful](/company-profiles/mindful.md) | https://getmindful.com/ | Worldwide
[Mixcloud](/company-profiles/mixcloud.md)| https://www.mixcloud.com/ | Europe
[Mixmax](/company-profiles/mixmax.md) | https://mixmax.com | Worldwide
[MixRank](/company-profiles/mixrank.md) | https://mixrank.com | Worldwide
[Mobile Jazz](/company-profiles/mobile-jazz.md) | https://mobilejazz.com | Worldwide
[Modern Health](/company-profiles/modern-health.md) | https://www.modernhealth.com/ | USA
[Modern Tribe](/company-profiles/modern-tribe.md) | https://tri.be/ | Worldwide
[Modsquad](/company-profiles/modsquad.md) | https://modsquad.com/ | Worldwide
[Molteo](/company-profiles/molteo.md) | https://molteo.com/ | Worldwide
[MongoDB](/company-profiles/mongodb.md) | https://mongodb.com | Worldwide
[Monthly](/company-profiles/monthly.md) | https://monthly.com | North America
[Mozilla](/company-profiles/mozilla.md) | https://www.mozilla.org/ | North America
[mtc.](/company-profiles/mtc.md) | https://www.mtcmedia.co.uk | UK & Europe
[mtc.](/company-profiles/mtc.md) | https://www.mtcmedia.co.uk | UK, Europe
[Muck Rack](/company-profiles/muck-rack.md) | https://muckrack.com | Worldwide
[Mux](/company-profiles/mux.md) | https://mux.com | Worldwide
[Mycelium](/company-profiles/mycelium.md) | https://mycelium.ventures/ | North America, Europe, Oceania
@ -433,18 +469,20 @@ Name | Website | Region
[Netguru](/company-profiles/netguru.md) | https://www.netguru.com | Worldwide
[Netris](/company-profiles/netris.md) | https://www.netris.ai | Worldwide
[Netsparker](/company-profiles/netsparker.md) | https://www.netsparker.com/ | Worldwide
[Nettl Edinburgh](/company-profiles/nettl-edinburgh.md) | https://www.webdesignedinburgh.com | UK & Europe
[Nettl Edinburgh](/company-profiles/nettl-edinburgh.md) | https://www.webdesignedinburgh.com | UK, Europe
[New Context](/company-profiles/new-context.md) | https://www.newcontext.com/ | USA
[NEXT](/company-profiles/next.md) | https://www.nexttrucking.com/ | USA
[No Code No Problem](/company-profiles/no-code-no-problem.md) | https://www.nocodenoprob.com/ | Worldwide
[NodeSource](/company-profiles/nodesource.md) | https://nodesource.com/ | Worldwide
[NoRedInk](/company-profiles/noredink.md) | https://noredink.com | UTC-8 to UTC+1
[Novoda](/company-profiles/novoda.md) | https://www.novoda.com/ | UK & Europe
[Novoda](/company-profiles/novoda.md) | https://www.novoda.com/ | UK, Europe
[npm](/company-profiles/npm.md) | https://www.npmjs.com/ | USA
[Nuage](/company-profiles/nuage.md) | https://nuagebiz.tech/ | India
[Nuna](/company-profiles/nuna.md) | https://www.nuna.com/ | USA
[Nvidia](/company-profiles/nvidia.md) | https://www.nvidia.com/ | Worldwide
[O'Reilly Media](/company-profiles/oreilly-media.md) | https://www.oreilly.com/ | USA, UK, JPN, CHN
[O'Reilly Online Learning](/company-profiles/oreilly-online-learning.md) | https://www.oreilly.com/ | Worldwide
[Ocient](/company-profiles/ocient.md) | https://ocient.com | USA, Europe, India
[Octopus Deploy](/company-profiles/octopus-deploy.md) | https://octopus.com/ | Worldwide
[Oddball](/company-profiles/oddball.md) | https://oddball.io/ | USA
[Okta](/company-profiles/okta.md) | https://www.okta.com | Worldwide
@ -457,19 +495,23 @@ Name | Website | Region
[OmniTI](/company-profiles/omniti.md) | https://omniti.com/ | USA
[Onna](/company-profiles/onna.md) | https://onna.com/ | USA, Europe
[OnTheGoSystems](/company-profiles/on-the-go-systems.md) | https://onthegosystems.com/ | Worldwide
[Opencity Labs](/company-profiles/opencity-labs.md) | https://opencitylabs.it/ | Italy
[OpenCraft](/company-profiles/opencraft.md) | https://opencraft.com/ | Worldwide
[OpenZeppelin](/company-profiles/openzeppelin.md) | https://openzeppelin.com/ | Worldwide
[Optoro](/company-profiles/optoro.md) | https://www.optoro.com/ | Worldwide
[Oracle](/company-profiles/oracle.md) | https://www.oracle.com/ | Worldwide
[Ordermentum](/company-profiles/ordermentum.md) | https://www.ordermentum.com/ | Australia
[Our-Hometown Inc.](/company-profiles/our-hometown-inc.md) | https://our-hometown.com/ | USA
[OutsourcingDev](/company-profiles/outsourcingdev.md) | https://www.outsourcingdev.com/ | Worldwide
[Over](/company-profiles/over.md) | https://www.madewithover.com/ | Worldwide
[Packlink](/company-profiles/packlink.md) | https://www.packlink.com/ | UTC+2
[Pagepro](/company-profiles/pagepro.md) | https://pagepro.co | UK, PL, Europe
[PagerDuty](/company-profiles/pagerduty.md) | https://pagerduty.com | USA
[Paktor](/company-profiles/paktor.md) | https://www.gopaktor.com/ | Worldwide
[Palantir.net](/company-profiles/palantir-net.md) | https://www.palantir.net/ | USA
[Panther Labs](/company-profiles/panther-labs.md) | https://runpanther.io/ | USA, Greece
[Parabol](/company-profiles/parabol.md) | https://www.parabol.co/ | Worldwide
[Parexel](/company-profiles/parexel.md)| https://www.parexel.com | Worldwide
[Park Assist](/company-profiles/park-assist.md) | https://tech.parkassist.com | UTC-8 to UTC+2
[Parsely](/company-profiles/parsely.md) | https://www.parse.ly/ | Worldwide
[Particular Software](/company-profiles/particular-software.md) | https://particular.net | Worldwide
@ -477,7 +519,7 @@ Name | Website | Region
[Payfully](/company-profiles/payfully.md) | https://www.payfully.co | Worldwide
[Paylocity](/company-profiles/paylocity.md) | https://www.paylocity.com/ | USA
[PayScale](/company-profiles/payscale.md) | https://www.payscale.com/ | USA
[Paytm Labs](/company-profiles/paytm-labs.md) | https://paytmlabs.com/ | Canada & USA
[Paytm Labs](/company-profiles/paytm-labs.md) | https://paytmlabs.com/ | Canada, USA
[PayU](/company-profiles/payu.md) | https://corporate.payu.com | Worldwide
[Peachworks](/company-profiles/peachworks.md) | https://www.getbeyond.com/peachworks-restaurant-management-software/ | USA
[PeopleDoc](/company-profiles/peopledoc.md) | https://www.people-doc.com | Europe
@ -491,13 +533,16 @@ Name | Website | Region
[PNC Financial Services ](/company-profiles/pnc-financial-services.md) | https://www.pnc.com/ | USA
[Polygon](/company-profiles/polygon.md) | https://polygon.technology/careers/#all-roles | Worldwide
[PowerSchool](/company-profiles/powerschool.md) | https://www.powerschool.com/ | North America / India
[Pragma](/company-profiles/pragma.md) | https://www.pragma.co/ | Latin America
[Precision Nutrition](/company-profiles/precision-nutrition.md) | https://www.precisionnutrition.com/ | Worldwide
[Predict Mobile](/company-profiles/predict-mobile.md) | https://predictmobile.com/ | UK
[Prelude](/company-profiles/prelude.md) | https://www.prelude.co/ | USA
[PreviousNext](/company-profiles/previousnext.md) | https://www.previousnext.com.au/ | Australia
[Prezi](/company-profiles/prezi.md) | https://prezi.com/jobs/ | Europe & North America
[Prezi](/company-profiles/prezi.md) | https://prezi.com/jobs/ | Europe, North America
[Prezly](/company-profiles/prezly.md) | https://www.prezly.com/ | Worldwide
[PricewaterhouseCoopers](/company-profiles/pwc.md) | https://www.pwc.com | USA
[Primer](/company-profiles/primer.md) | https://primer.io/careers | Worldwide
[Prisma](/company-profiles/prisma.md) | https://www.prisma.io/ | Worldwide
[PrivacyCloud](/company-profiles/privacycloud.md) | https://www.privacycloud.com/en | Spain
[Procenge Tecnologia](/company-profiles/procenge.md) | https://www.procenge.com.br | Brazil
[Procurify](/company-profiles/procurify.md) | https://procurify.com/careers | Canada
@ -510,7 +555,9 @@ Name | Website | Region
[Quora](/company-profiles/quora.md) | https://www.quora.com | Worldwide
[Rackspace](/company-profiles/rackspace.md) | https://rackspace.com/ | Worldwide
[Raft](/company-profiles/raft.md) | https://goraft.tech | USA
[Railscarma](/company-profiles/railscarma.md) | https://www.railscarma.com | USA, India
[Rainforest QA](/company-profiles/rainforest-qa.md) | https://www.rainforestqa.com/jobs/ | Worldwide
[Rakuten Travel Xchange](/company-profiles/rakuten-travel-xchange.md) | https://solutions.travel.rakuten.com | Worldwide
[Ramp](/company-profiles/ramp.md) | https://www.ramp.com/ | Worldwide
[Reaction Commerce](/company-profiles/reaction-commerce.md) | https://reactioncommerce.com/careers/ | Worldwide
[ReactiveOps, Inc.](/company-profiles/reactiveops.md) | https://www.reactiveops.com | USA
@ -529,11 +576,15 @@ Name | Website | Region
[Remote Garage](/company-profiles/remote-garage.md) | http://www.remotegarage.club/ | India
[RemoteBase](/company-profiles/remotebase.md) | https://remotebase.com | Worldwide
[RenoFi](/company-profiles/renofi.md) | https://renofi.com/ | Worldwide
[Replit](/company-profiles/replit.md) | https://replit.com | Worldwide
[Research Square](/company-profiles/research-square.md) | https://www.researchsquare.com/ | USA
[Revolgy](/company-profiles/revolgy.md) | https://www.revolgy.com/ | Europe, the Middle East, Africa
[Revolut](/company-profiles/revolut.md) | https://www.revolut.com/ | Worldwide
[Roadtrippers](/company-profiles/roadtrippers.md) | https://www.roadtrippers.com | USA
[Rocket.Chat](/company-profiles/rocket-chat.md) | https://rocket.chat | Worldwide
[rtCamp](/company-profiles/rtcamp-solutions.md) | https://rtcamp.com | Worldwide
[SadaPay](/company-profiles/sadapay.md) | https://sadapay.pk/ | Pakistan
[Safeguard Global](/company-profiles/safeguard-global.md) | https://www.safeguardglobal.com/ | Worldwide
[Salesforce](/company-profiles/salesforce.md) | https://www.salesforce.com/ | Worldwide
[Sandhills Development](/company-profiles/sandhills-development.md) | https://sandhillsdev.com | Worldwide
[Scalac](/company-profiles/scalac.md) | https://scalac.io/ | Worldwide
@ -558,7 +609,7 @@ Name | Website | Region
[Sigma Defense](/company-profiles/sigma-defense.md) | https://sigmadefense.com | USA
[SignEasy](/company-profiles/signeasy.md) | https://signeasy.com/ | Worldwide
[Silverfin](/company-profiles/silverfin.md) | https://www.silverfin.com/ | Worldwide
[simplabs](/company-profiles/simplabs.md) | https://simplabs.com/ | Europe and Americas
[simplabs](/company-profiles/simplabs.md) | https://simplabs.com/ | Europe, Americas
[SimpleTexting](/company-profiles/simpletexting.md) | https://simpletexting.com/ | Worldwide
[Six to Start](/company-profiles/six-to-start.md) | https://sixtostart.com | Worldwide
[Skillcrush](/company-profiles/skillcrush.md) | https://skillcrush.com | Worldwide
@ -566,6 +617,7 @@ Name | Website | Region
[Skyrocket Ventures](/company-profiles/skyrocket-ventures.md) | https://www.skyrocketventures.com/ | Worldwide
[SmartCash](/company-profiles/smartcash.md) | https://www.smartcash.cc/ | Worldwide
[Smile.io](/company-profiles/smile.md) | https://smile.io | Worldwide
[Smmile Digital](/company-profiles/smmile-digital.md) | https://smmile.com | Singapore
[SmugMug](/company-profiles/smugmug.md) | https://www.smugmug.com/ | Worldwide
[Socket Supply Co.](/company-profiles/socket-supply-co.md) | https://socketsupply.co | Worldwide
[SoftwareMill](/company-profiles/softwaremill.md) | https://softwaremill.com/ | Europe
@ -574,13 +626,13 @@ Name | Website | Region
[Soshace](/company-profiles/soshace.md) | https://www.soshace.com/ | Worldwide
[Spoqa](/company-profiles/spoqa.md) | https://spoqa.co.kr/ | Republic of Korea, Japan
[Spotify](/company-profiles/spotify.md) | https://www.spotify.com/ | Worldwide
[Spreaker](/company-profiles/spreaker.md) | https://spreaker.com/ | US - Europe
[Spreaker](/company-profiles/spreaker.md) | https://spreaker.com/ | USA, Europe
[Spreedly](/company-profiles/spreedly.md) | https://spreedly.com/ | USA
[Spruce](/company-profiles/spruce.md) | https://getspruce.com/ | North America, Latin America
[Stack Exchange](/company-profiles/stack-exchange.md) | https://stackexchange.com/ | Worldwide
[Stairlin](/company-profiles/stairlin.md) | https://www.stairlin.com/ | Worldwide
[Status](/company-profiles/status.md) | https://www.status.im/ | Worldwide
[Stencil](/company-profiles/stencil.md) | https://getstencil.com/ | USA and Canada
[Stencil](/company-profiles/stencil.md) | https://getstencil.com/ | USA, Canada
[Sticker Mule](/company-profiles/sticker-mule.md) | https://www.stickermule.com/ | Worldwide
[Stitch Fix](/company-profiles/stitch-fix.md) | https://www.stitchfix.com | USA
[StoneCo](/company-profiles/stoneco.md) | https://www.stone.co/ | Brazil
@ -590,12 +642,12 @@ Name | Website | Region
[Stripe](/company-profiles/stripe.md) | https://stripe.com/ | Worldwide
[StudySoup](/company-profiles/studysoup.md) | https://studysoup.com/ | Worldwide
[Superplayer & Co](/company-profiles/superplayer-and-co.md) | https://superplayer.company/ | Brazil, Latin America
[Surevine](/company-profiles/surevine.md) | https://www.surevine.com/ | United Kingdom
[Surevine](/company-profiles/surevine.md) | https://www.surevine.com/ | UK
[SUSE](/company-profiles/suse.md) | https://www.suse.com/ | Worldwide
[Sutherland CloudSource](/company-profiles/sutherland-cloudsource.md) | https://www.sutherlandcloudsource.com | Worldwide
[SweetRush](/company-profiles/sweetrush.md) | https://www.sweetrush.com | Worldwide
[Swimlane](/company-profiles/swimlane.md) | https://www.swimlane.com | USA
[Sysdig](/company-profiles/sysdig.md) | https://sysdig.com/ |
[Sysdig](/company-profiles/sysdig.md) | https://sysdig.com/ | USA
[Tag1 Consulting](/company-profiles/tag1-consulting.md) | https://tag1consulting.com/ | Worldwide
[Taledo](/company-profiles/taledo.md) | https://taledo.com/ | Europe
[Taplytics](/company-profiles/taplytics.md) | https://taplytics.com/ | USA, Canada
@ -604,26 +656,28 @@ Name | Website | Region
[TaxJar](/company-profiles/taxjar.md) | https://www.taxjar.com | USA
[Teamflow](/company-profiles/teamflow.md) | https://www.teamflowhq.com/ | Worldwide
[TeamSnap](/company-profiles/teamsnap.md) | https://www.teamsnap.com | USA
[TeamUltra](/company-profiles/teamultra.md) | https://www.teamultra.net/ | UK
[TeamUltra](/company-profiles/teamultra.md) | https://www.computacenter.com/ | UK
[TED](/company-profiles/ted.md) | https://www.ted.com/ | USA, CA, Brazil
[Teleport](/company-profiles/teleport.md) | https://teleport.org/ | USA< Europe
[Telerik](/company-profiles/telerik.md) | https://www.telerik.com/ | Worldwide
[Telestax](/company-profiles/telestax.md) | https://telestax.com/ | Worldwide
[Tenable](/company-profiles/tenable.md) | https://www.tenable.com/ | Worldwide, Primarily USA
[Teravision Technologies](/company-profiles/teravision-technologies.md) | https://teravisiontech.com/ | Latin America
[Test Double](/company-profiles/test-double.md) | https://testdouble.com/ | North America
[TestGorilla](/company-profiles/testgorilla.md) | https://www.testgorilla.com/ | Worldwide
[The Crafters Lab](/company-profiles/the-crafters-lab.md) | https://thecrafterslab.eu/ | Worldwide
[The Grid](/company-profiles/the-grid.md) | https://thegrid.io/ | Worldwide
[The Publisher Desk](/company-profiles/the-publisher-desk.md) | https://www.publisherdesk.com | UK and US
[The Planet Group](/company-profiles/the-planet-group.md) | https://theplanetgroup.com/ | Worldwide
[The Publisher Desk](/company-profiles/the-publisher-desk.md) | https://www.publisherdesk.com | UK, USA
[The Scale Factory](/company-profiles/the-scale-factory.md) | https://www.scalefactory.com/ | UK
[The Wirecutter](/company-profiles/the-wirecutter.md) | https://thewirecutter.com/ | Worldwide
[Theorem](/company-profiles/theorem.md) | https://theorem.co/ | UTC-10 to UTC+2
[TheoremOne](/company-profiles/theoremone.md) | https://theoremone.co/ | UTC-10 to UTC+2
[Thinkful](/company-profiles/thinkful.md) | https://www.thinkful.com/ | WorldWide
[Third Iron](/company-profiles/third-iron.md) | https://thirdiron.com/ | USA
[Thorn](/company-profiles/thorn.md) | https://thorn.org/ | USA
[TimeSpot](/company-profiles/timespot.md) | https://timespothq.com/ | Worldwide
[Tipe](/company-profiles/tipe.md) | https://tipe.io | USA
[Toast](/company-profiles/toast.md) | https://pos.toasttab.com/ | USA and Ireland
[Toast](/company-profiles/toast.md) | https://pos.toasttab.com/ | USA, Ireland
[toggl](/company-profiles/toggl.md) | https://toggl.com/ | Worldwide
[Toptal](/company-profiles/toptal.md) | https://www.toptal.com/ | Worldwide
[Tower](/company-profiles/tower.md) | https://www.git-tower.com/ | Worldwide
@ -639,7 +693,7 @@ Name | Website | Region
[Tuft & Needle](/company-profiles/tuft-and-needle.md) | https://www.tuftandneedle.com/ | USA
[Turing ](/company-profiles/turing.md) | https://www.turing.com/ | Worldwide
[Twilio](/company-profiles/twilio.md) | https://www.twilio.com/ | Worldwide
[Two](/company-profiles/two.md) | https://www.two.ai/ | USA, India and Korea
[Two](/company-profiles/two.md) | https://www.two.ai/ | USA, India, Korea
[Udacity](/company-profiles/udacity.md) | https://www.udacity.com/ | Worldwide
[Uhuru](/company-profiles/uhuru.md) | https://uhurunetwork.com/ | Worldwide
[Uncapped](/company-profiles/uncapped.md) | https://weareuncapped.com/ | Europe, USA
@ -654,6 +708,8 @@ Name | Website | Region
[Vercel](/company-profiles/vercel.md) | https://vercel.com/ | Worldwide
[Veryfi](/company-profiles/veryfi.md) | https://veryfi.com/about | Worldwide
[Viperdev](/company-profiles/viperdev.md) | https://viperdev.io | Worldwide
[Virta Health](/company-profiles/virta-health.md) | https://www.virtahealth.com | USA
[VMware](/company-profiles/vmware.md) | https://www.vmware.com/in.html | Worldwide
[voiio](/company-profiles/voiio.md) | https://voiio.de | Europe
[Vox Media (Product Team)](/company-profiles/vox-media.md) | https://www.voxmedia.com/ | USA, UK
[Voxy](/company-profiles/voxy.md) | https://boards.greenhouse.io/voxy | Brazil, USA
@ -662,22 +718,25 @@ Name | Website | Region
[WebDevStudios](/company-profiles/webdevstudios.md) | https://webdevstudios.com/ | USA
[WebFX](/company-profiles/webfx.md) | https://www.webfx.com | Worldwide
[Webikon](/company-profiles/webikon.md) | https://www.webikon.sk/en/ | Worldwide
[Wells Fargo](/company-profiles/wells-fargo.md) | https://www.wellsfargo.com/ |
[Webrunners](/company-profiles/webrunners.md) | https://www.webrunners.de/en/ | Europe
[Wells Fargo](/company-profiles/wells-fargo.md) | https://www.wellsfargo.com/ | USA
[wemake.services](/company-profiles/wemake-services.md) | https://wemake.services/ | Worldwide
[WeMakeMVP](/company-profiles/wemakemvp.md) | https://www.wemakemvp.com/ | Worldwide
[Whitecap SEO](/company-profiles/whitecap-seo.md) | https://www.whitecapseo.com/ | USA
[Whitespectre](/company-profiles/whitespectre.md) | https://whitespectre.com | Worldwide
[WikiHow](/company-profiles/wikihow.md) | https://www.wikihow.com/wikiHow:About-wikiHow | PST Timezone
[Wikimedia Foundation](/company-profiles/wikimedia-foundation.md) | https://wikimediafoundation.org | Worldwide
[Wildbit](/company-profiles/wildbit.md) | https://wildbit.com/ | Worldwide
[Wipro](/company-profiles/wipro.md) | https://www.wipro.com/ | India
[Wildbit](/company-profiles/wildbit.md) | https://wildbit.com/ | USA & Worldwide
[Wizeline](/company-profiles/wizeline.md) | https://www.wizeline.com/ | Worldwide
[Wolfram](/company-profiles/wolfram.md) | https://www.wolfram.com | Worldwide
[Wolverine Trading](/company-profiles/wolverine-trading.md) | https://www.wolve.com/ | USA, UK
[Wombat Security Technologies](/company-profiles/wombat-security.md) | https://www.wombatsecurity.com/ | USA
[WP-Media](/company-profiles/wp-media.md) | https://wp-media.me/ | Worldwide
[X-Team](/company-profiles/x-team.md) | https://x-team.com/ | Worldwide
[Xapo](/company-profiles/xapo.md) | https://xapo.com/en/ | Worldwide
[XP Inc](/company-profiles/xp-inc.md) | https://www.xpi.com.br/ | Brazil
[XWP](/company-profiles/xwp.md) | https://xwp.co/ | Worldwide
[Yandex](/company-profiles/yandex.md) | https://yandex.com/ | Worldwide
[YAZIO](/company-profiles/yazio.md) | https://www.yazio.com/en/jobs | Europe
[Yodo1](/company-profiles/yodo1.md) | https://www.yodo1.com/en/ | Worldwide
@ -691,5 +750,5 @@ Name | Website | Region
[ZenRows](/company-profiles/zenrows.md) | https://www.zenrows.com/ | Worldwide
[Zignaly.com](/company-profiles/zignaly.md) | https://zignaly.io/ | Worldwide
[Zip.co](/company-profiles/zip-co.md) | https://zip.co/us/ | USA, Canada
[Zolar](/company-profiles/zolar.md) | https://www.zolar.de/ | Germany
[Zup](/company-profiles/zup.md) | https://zup.com.br/ | Brazil

View file

@ -1,16 +1,19 @@
# 17hats
## Company blurb
At 17hats, we wake up each day with one goal in mind to help small business owners achieve success.
Are you ready to stop juggling multiple apps to manage your business? From booking clients, to managing projects, to controlling your finances, with 17hats you have everything you need to manage your business and clients anytime, anywhere. Pretty neat if we say so ourselves! We created 17hats specifically for “businesses of one” with a focus on simplicity and ease of use.
Statistics show that one out of five small businesses fails within the first year. Why? Because most business owners lack the proper business foundation. They burn out before they succeed. It is our job as a company, and as a team, to lower that statistic.
Are you an energetic team player with a passion for small business? If so, we would love you to join 17hats!
## Company size
11-50
11-50 employees (as of october 2022)
## Remote status
Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena. Bonus points if you can curse in Dutch.
Every engineer on our team works remotely. That being said, we do need someone who can work California business hours (9am-6pm PST) and who is available for emergencies at night. If you live in the LA area, you are welcome to be in our cool office in Pasadena.
## Region
@ -20,6 +23,8 @@ Worldwide
iOS, React, Knockout, Rails, Perl, HTML, Sql, Ruby, JQuery
## How to apply
## How to apply
You can visit to [17hats](https://www.17hats.com/careers) career page for applying.
Email buford@17hats.com with github and/or CV

View file

@ -27,4 +27,4 @@ ReactJs, Socket.IO, Firebase, MySQL, Docker, Django, MongoDb
## How to apply
https://angel.co/company/adaface
https://angel.co/company/adaface/jobs

44
company-profiles/adeva.md Normal file
View file

@ -0,0 +1,44 @@
# Adeva
## Company blurb
Adeva is an award-winning global talent network that connects organizations with distributed tech talent across the world.
Using 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.
Hundreds 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.
Adeva 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.
The company was founded in 2014. For more information, please visit [adevait.com](https://adevait.com/).
## Company size
51-200 employees
## Remote status
Adeva 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, youll enjoy the flexibility to work remotely, on your own terms.
Our talent fee is 0% which means you can set your own rates and keep 100% of what you earn.
With an average engagement length of 18+ months and over 50 open positions you can stop worrying what is next.
## Region
Asia, Africa, Europe, South America, United States
## Company technologies
AdonisJS, AngularJS, Haskel, Java, JavaScript, Kafka, Laravel, Node.js, PHP, Python, ReactJS, Ruby on Rails, and VueJS
## Office locations
United States
## How to apply
Job openings can be found at our [careers page](https://adevait.com/careers/job-openings). Submit your application with basic personal information and a resume.

View file

@ -0,0 +1,29 @@
# Aerostrat
## Company blurb
Aerostrat 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.
## Company size
20-50 (Oct 2022)
## Remote status
Fully remote positions available in the United States of America only.
## Region
USA
## Company technologies
Angular, C#, CSS, HTML, JavaScript, .NET, SQL Server, Webpack
## Office locations
- Seattle, WA, USA
## How to apply
https://aerostratsoftware.com/careers/

View file

@ -1,44 +0,0 @@
# Airbank
## Company blurb
[Airbank](https://www.joinairbank.com/) is the all-in-one finance management platform for European small and medium-sized businesses, helping to manage and automate everything that happens between banking and accounting.
## Company size
Over 50, around 25 in the Engineering Team.
## Remote status
Fully remote setup is the default for the Engineering Team, but with the possibility of hybrid setup in one of our offices around Europe, only for those who like it.
## Region
Europe, Americas, Africa, Western Asia.
Our preference is to stick between `UTC-5` and `UTC+4`, but small deviations are possible to be discussed.
## Company technologies
Some technologies we use/embrace here:
- HTML/CSS
- Vue
- Tailwind
- ECMAScript
- TypeScript
- GraphQL
- Apollo
- Node
- Express
- Prisma
- PostgreSQL
- Google Cloud
## Office locations
Berlin (Germany), Vienna (Austria), Barcelona (Spain).
## How to apply
Take a look into our [careers page](https://www.joinairbank.com/careers), or reach out directly to our Head of Engineering, [Erick](https://www.linkedin.com/in/erick-petrucelli/), in case you want more details about a possible tech position.

30
company-profiles/alami.md Normal file
View file

@ -0,0 +1,30 @@
# Alami
## Company blurb
Achieve purpose through the ethical P2P lending. Connecting funders and business owner through ethical-complied projects to a fairer and a more transparent finance.
## Company size
500+
## Remote status
* Remote working, forever. Work from home or café, it doesn't matter.
* Four-day Workweek. Friday to Sunday are weekends for spend more time for worship & family.
## Region
Indonesia, South East Asia
## Company technologies
Go, Java, Spring Boot, Kotlin, Javascript, Python
## Office locations
Jakarta, Indonesia. We are 100% remote, #WorkFromAnywhere you want.
## How to apply
Career site: https://alamisharia.co.id/en/career/

63
company-profiles/alan.md Normal file
View file

@ -0,0 +1,63 @@
# Alan
## Company blurb
Our mission is to improve the health of millions of people and become the number one healthcare partner in Europe.
## Company size
500+
## Remote status
We are a remote-first company.
You can discover more about our remote-first policy [here](https://medium.com/alan/working-at-alan-from-anywhere-9a6fe381dc0a).
## Region
We are currently hiring from 8 countries accross Europe:
- France 🇫🇷
- Spain 🇪🇸
- Belgium 🇧🇪
- Sweden 🇸🇪
- Germany 🇩🇪
- Luxembourg 🇱🇺
- Ireland 🇮🇪
## Company technologies
Our 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.
We have a CI/CD built with CirceCI. The CI runs the myriad of tests we have, both for backend and frontend. We dont have full integration tests, where we test both the front and back at the same time.
We like to be straightforward and simple. That doesnt mean we arent opened to new solutions/technologies. When engineers want to introduce a new technology, they open a written discussion about it; its like any decision making we do.
You can learn more about our technologies in our [product and technical blog](https://medium.com/alan).
## Office locations
As said earlier we are a remote-frst company but this does not mean we don't have offices/coworking spaces.
Our main office is located in Paris, France 🇫🇷 and we do have coworking spaces in other european cities:
- Annecy 🇫🇷
- Bordeaux 🇫🇷
- Lille 🇫🇷
- Lyon 🇫🇷
- Marseille 🇫🇷
- Montpellier 🇫🇷
- Nantes 🇫🇷
- Strasbourg 🇫🇷
- Toulouse 🇫🇷
- Tours 🇫🇷
- Barcelona 🇪🇸
- Madrid 🇪🇸
- Brussels 🇧🇪
- Gent 🇧🇪
## How to apply
You'll find all of our current open positions [here](https://jobs.lever.co/alan).

View file

@ -10,7 +10,7 @@ Between 50-250 employees
## Remote status
They have Remote working positions wordlwide all the time
They have Remote working positions worldwide all the time
## Company technologies

View file

@ -0,0 +1,67 @@
# Applaudo
## Company blurb
We 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.
## Company size
Over 850 team members.
## Remote status
At 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.
## Region
We have team members from over 18 countries in Latin America, some of them are located in:
* El Salvador
* Dominican Republic
* Colombia
* Peru
* Argentina
* Brazil
* Venezuela
* Mexico
* Honduras
* Nicaragua
* Guatemala
* Ecuador
* Paraguay
* United States
* Bolivia
* Chile
* Panama
* Costa Rica
* Canada
## Company technologies
Some of the technologies used for software development are:
* React
* Java
* Python
* Node.js
* Angular
* Wordpress
* PHP Backend
* React Native
* Ruby on Rails
Technologies used for DevOps:
* AWS
* GCP
Technologies used for Big Data:
* Scala
## Office locations
Applaudo's headquarters are located in San Salvador, El Salvador. We also have commercial offices in Santiago de Chile, Chile.
## How to apply
If you want to join our team, check our remote positions [here](https://bit.ly/3yz4YLc)
We 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)

View file

@ -45,4 +45,4 @@ Vilnius, Lithuania🇱🇹
## How to apply
https://argyle.rippling-ats.com/
[https://argyle.com/careers](https://argyle.com/careers#open-positions)

View file

@ -0,0 +1,63 @@
# Atlassian
## Company blurb
Over 200,000 people trust Atlassian.
Behind every great human achievement, there is a team.
From 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.
Our mission is to help unleash the potential of every team.
## Company size
15,372 employees on LinkedIn
## Remote status
Because 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.
## Region
US, Europe, Asia, and Australia
## Company technologies
Atlassian 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.
## Office locations
- Sydney, Australia
- Bangalore, India
- San Fransico, USA
- Boston, USA
## How to apply
[Click Here to apply](https://www.atlassian.com/company/careers)

View file

@ -50,4 +50,4 @@ None 🌎
## How to apply
Have a look at our openings here: https://aula.education/careers
Have a look at our openings here: [https://aulaatcoventry.notion.site/career](https://aulaatcoventry.notion.site/Aula-Work-with-us-b5f19ee874c5435591ac70b804aff8f9)

View file

@ -2,34 +2,38 @@
## Company blurb
All around the world,
Building a new web, and a
New workplace. Join us!
We 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.
We are the people behind WordPress.com, WooCommerce, Jetpack, Simplenote, Longreads, VaultPress, Akismet, Gravatar, Crowdsignal, Cloudup, Tumblr, Day One, Pocket Casts and more. We believe in making the web a better place.
[Were a distributed company](https://distributed.blog/) with 2,044 Automatticians in 98 countries speaking 122 different languages. Were 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.
[We believe in Open Source](https://github.com/Automattic) and the vast majority of our work is available under the GPL.
We strive to live by the [Automattic Creed](https://automattic.com/creed/).
Automattic is a [Most Loved Company](https://mostlovedworkplace.com/companies/automattic-inc/) and [Disability Confident Committed](https://disabilityconfident.campaign.gov.uk/). (Heres [what that might mean for you](https://happinessengineer.blog/2022/09/08/happiness-for-everyone-working-with-a-disability-at-automattic/).)
## Company size
Were a distributed company with 1,785 Automatticians in 90 countries speaking 113 different languages, we call ourselves [Automatticians](https://automattic.com/about/).
[Were a distributed company](https://distributed.blog/) with 2,044 Automatticians in 98 countries speaking 122 different languages.
## Remote status
We've been distributed since day one so [we understand remote work](https://automattic.com/work-with-us/).
We've been distributed since day one (2005!) so [we understand remote work](https://automattic.com/work-with-us/).
Choose your own adventure · Everyone works from where they feel works for them.
## Region
Worldwide - our team members hail from all over, every continent except Antarctica (so far!) - this means [over 90 countries](https://automattic.com/map/).
Worldwide - our team members hail from all over, every continent except Antarctica (so far!) - this means [almost 100 countries](https://automattic.com/map/).
## Company technologies
WordPress, JavaScript (Node/React/Redux), PHP, Spark, Kafka, Elasticsearch, Impala/Hive, MySQL, Java, Python
WordPress, JavaScript (Node/React/Redux), PHP, Spark, Kafka, Elasticsearch, Impala/Hive, MySQL, Java, Python, [and more](https://github.com/automattic)
## Office locations
We have no official physical office.
We have no official physical office but have a few spaces the team occassionally works from in San Francisco and New York City.
## How to apply
Come and [work with us](https://automattic.com/work-with-us/).
Come [work with us](https://automattic.com/work-with-us/).

View file

@ -34,4 +34,4 @@ Worldwide - Axelerant team members work from home, cafes, or co-working spaces.
## How to apply
Vist [Axelerant Careers page](https://www.axelerant.com/careers) for information on how to apply.
Visit [Axelerant Careers page](https://www.axelerant.com/careers) for information on how to apply.

View file

@ -33,4 +33,4 @@ USA - Axios team members work from home, cafes, or co-working spaces.
## How to apply
Vist [Axios Careers page](https://www.axios.com/careers/) for information on how to apply.
Visit [Axios Careers page](https://www.axios.com/careers/) for information on how to apply.

View file

@ -60,4 +60,4 @@ Worldwide
## How to apply
Vist [Bairesdev Careers page](https://www.bairesdev.com/careers/) for information on how to apply.
Visit [Bairesdev Careers page](https://www.bairesdev.com/careers/) for information on how to apply.

View file

@ -20,5 +20,5 @@ Santa Monica, CA 90404 (USA)
## How to apply
Vist [Bebanjo Careers page](https://bebanjo.com/careers/) for information on how to apply.
Visit [Bebanjo Careers page](https://bebanjo.com/careers/) for information on how to apply.

View file

@ -17,4 +17,4 @@ USA, Europe
* Manchester, England
## How to apply
Vist [Betable Careers page](https://corp.betable.com/careers) for information on how to apply.
Visit [Betable Careers page](https://corp.betable.com/careers) for information on how to apply.

View file

@ -0,0 +1,38 @@
# Beyond Company
## Company blurb
Beyond 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).
## Company size
20-50
## Remote status
All the developers are remote. We also have an offices spread across several places in Brazil..
## Region
- Brazil
## Company technologies
Our main stack is:
- VueJS
- Javascript/Typescript
- Sequelize + Express/NestJS
No specific language experience is required. If you have experience in similar fields we want to hear from you.
## Office locations
- Recife - Brazil
- Rio de Janeiro - Brazil
- São Paulo - Brazil
- Belo Horizonte - Brazil
- Brasília - Brazil
## How to apply
Send email to curriculo+githubremotejobs@beyondcompany.com.br

View file

@ -1,31 +0,0 @@
# Big Wheel Brigade
## Company blurb
Big Wheel Brigade is a web application development shop and also runs a code boot camp, [Omaha Code School](http://www.omahacodeschool.com).
We reserve 10% of our gross revenue for social good. In 2015, we're planning to use 5% for anti-slavery orgs, 2.5% to foster a diverse and inclusive tech community, and the balance for this and that.
## Company size
7, with some overlap between the code school and dev sides of our org.
## Remote status
Except for instructors, the everyone else can work from home or from a company-paid co-working space. When the instructors are between sessions, they often provide dev support on the consulting side (which can be done remotely).
## Region
US, currently.
## Company technologies
Rails, primarily, with some Wordpress clients.
## Office locations
Omaha, Nebraska, yo!
## How to apply
We currently aren't hiring for a dev position, but are [taking applications for an educator position](http://omahacodeschool.com/educator) for the code school (not remote).

View file

@ -11,7 +11,7 @@
## Remote status
The 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 officed (if eligible) or work remotely. We use `Slack` for team collaboarataion and `Zoom` for our stand-up meetings. Currently more than %50 of the engineering team work remotely.
The 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.
## Region

View file

@ -0,0 +1,33 @@
# BlueCat Networks
## Company blurb
BlueCat is the Adaptive DNS™ company. Our mission is to help the worlds 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.
## Company size
400+
## Remote status
BlueCat Network is hiring remote engineers across North America.
## Region
North America
## Company technologies
- Python
- Java
- Javascript
- Go
- Rust
## Office locations
- Toronto, Canada
## How to apply
[BlueCat Networks Careers Page](https://bluecatnetworks.com/careers/)

View file

@ -3,10 +3,10 @@
## Company blurb
Bluespark is a company that was founded in 2009 and provides with IT services. The company specialises in
UX design, open source development, ecommerce.
UX design, open source development, e-commerce.
Specialities:
Enterprise Content Management Systems, HigherEd Libraries, Ecommerce, Universities, Libraries, Outdoor Brands, Open Source Development, Online Retail, and Digital Customer Journey Design
Enterprise Content Management Systems, HigherEd Libraries, E-commerce, Universities, Libraries, Outdoor Brands, Open Source Development, Online Retail, and Digital Customer Journey Design
## Company size

View file

@ -0,0 +1,29 @@
# Bounteous
## Company blurb
We coinnovate with the worlds most ambitious brands to create transformative digital experiences. Coinnovation is our unique model of collaborative partnership, proven to help brands compete and win.
## Company size
3000+ employees
## Remote status
Our open roles include both in-person and remote options across countries, offices and teams
## Region
Worldwide
## Company technologies
Java, JavaScript, Python, PHP, Node.js, Angular, React, React Native, .NET, AWS, Azure
## Office locations
Remote Worldwide, Atlanta, Chicago, Denver, Pittsburgh, San Francisco, San Luis Obispo, Wilmington, Toronto, Mexico City, Chennai
## How to apply
https://www.bounteous.com/careers/

View file

@ -0,0 +1,29 @@
# Brainstorm Force
## Company blurb
Helping Businesses Grow Online With Easy & Affordable Solutions
## Company size
51-200+ employees (Source: [LinkedIn](https://www.linkedin.com/company/brainstorm-force/))
## Remote status
Our open roles include both in-person and remote options across countries, offices and teams.
## Region
Worldwide
## Company technologies
WordPress, QA Engineer, Seo, Angular, React, Copywriter, Ui Designer
## Office locations
Remote, Pune, Maharashtra
## How to apply
https://brainstormforce.com/join/

37
company-profiles/brikl.md Normal file
View file

@ -0,0 +1,37 @@
# Brikl
## Company blurb
Brikl 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.
## Company size
100-150 Employees
## Remote status
5 days work week with flexible hours and WFH policy.
## Region
North America, Asia
## Company technologies
- NodeJs
- React
- Prisma
- AWS lambda
- GraphQL
## Office locations
- Bangkok, Thailand
- Ohio, USA
- Leuven,Belgium
## How to apply
[Brikl Careers Page](https://www.brikl.com/jobs)

View file

@ -35,4 +35,6 @@ BriteCore's head office is in Springfield, Missouri.
## How to apply
For 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). Actual job openings are going to appear [here](https://jobs.lever.co/britecore.com).
For 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).
[Career page bitrecore.com ](https://www.britecore.com/about-us/careers#positions)

View file

@ -0,0 +1,32 @@
# CANCOM
## Company blurb
As 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!
## Company size
4,000+
## Remote status
CANCOM is currently remote-friendly, and flexible.
## Region
Germany, Austria, Slovakia
## Company technologies
VMWare, 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.
## Office locations
CANCOM Headquarters Munich
Erika-Mann-Straße 69, 80636 München
[CANCOM Office Locations](https://www.cancom.com/company/locations/)
## How to apply
[CANCOM Careers](https://career.cancom.com/)

View file

@ -15,7 +15,7 @@ Canonical offers many remote positions across a variety of roles.
## Region
Worldwide, or "home based", their open vacancies can be search by [location or role](https://ldd.tbe.taleo.net/ldd03/ats/careers/jobSearch.jsp?org=CANONICAL&cws=1&rid=86&org=CANONICAL)
Worldwide, or "home based", their open vacancies can be search by [location or role](https://canonical.com/careers)
## Company technologies

View file

@ -82,4 +82,4 @@ Sydney NSW 2000
## How to apply
Vist [Carbon Black Careers page](https://www.carbonblack.com/company/careers/) for information on how to apply.
Visit [Carbon Black Careers page](https://www.carbonblack.com/company/careers/) for information on how to apply.

View file

@ -28,4 +28,4 @@ Chicago, Illinois
## How to apply
Job openings will likely be advertised on their [blog](https://cah.tumblr.com/). You can also email them at Mail@CardsAgainstHumanity.com.
Job 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.

View file

@ -0,0 +1,29 @@
# ChainLink Labs
## Company blurb
Were a world-class team of results-oriented developers, academics, seasoned executives, and startup operators who are building next-generation data infrastructure for smart contracts.
## Company size
200+ (as of January 2020)
## Remote status
Almost all of us are remote. Headquarters in San Francisco, CA
## Region
All roles with Chainlink Labs are globally remote based. We encourage you to apply regardless of your location.
## Company technologies
Javascript, Python, Golang, TypeScript, Solidity, Postgres, Terraform, AWS
## Office locations
San Francisco, CA
## How to apply
Check our careers page: https://chainlinklabs.com/jobs

27
company-profiles/chess.md Normal file
View file

@ -0,0 +1,27 @@
# Chess
## Company blurb
Chess.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.
## Remote status
All of our jobs are 100% remote.
## Region
Worldwide
## Company technologies
PHP, React, Node.js, Objective-C, Swift, Python
## Office locations
Orem, UT
Founded 2005
Video Game Publishing
## How to apply
[Chess jobs](https://www.chess.com/jobs/)

View file

@ -0,0 +1,29 @@
# Clootrack
## Company blurb
Clootrack 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.
## Company size
100-200.
## Remote status
Clootrack offers on-site as well as fully remote jobs. There are a vast number of listings for each type, across multiple job fields.
## Region
India
## Company technologies
Javascript, HTML, CSS, Webpack, ReactJS, LESS, Python, Django/Flask, PostgreSQL
## Office locations
Innovation Coworks, 5th Floor, Gopalan Innovation Mall, Bannerghatta Main Rd, J. P. Nagar, Bengaluru, Karnataka 560076
## How to apply
[Click here to apply](https://www.clootrack.com/careers)

View file

@ -0,0 +1,29 @@
# Coalition Technologies
## Company blurb
Coalition 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.
## Company size
201-500 Employees
## Remote status
Our global workforce is 100% remote.
## Region
Worldwide
## Company technologies
Coalition is the leading metrics-driven digital agency. We specialize in SEO, PPC, email marketing, social media marketing, and web design & development.
## Office locations
100% Remote. Headquartered in Los Angeles
## How to apply
Our open positions are listed on our [Careers](https://coalitiontechnologies.com/jobs) page.

View file

@ -0,0 +1,37 @@
# Code Like a Girl
## Company blurb
Code 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.
## Company size
10+
## Remote status
Our 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.
## Region
Current openings are for remote positions for people with the rights to work in **Australia**
## Company technologies
* HTML & CSS
* JavaScript
* React.js
* Node.js
* Python
* C#
* AWS
* DynamoDB
## Office locations
Melbourne, VIC, Aus
## How to apply
[Join Our Team - Code Like a Girl website](https://www.codelikeagirl.com/about/join-our-team/)

View file

@ -1,33 +0,0 @@
# Colivre — Free (as in freedom) Technologies Cooperative
## Company blurb
[We are](http://colivre.coop.br/sobre/) a cooperative dedicated to FOSS as business model and as way of life, founded in 2006, at Salvador, Brazil.
## Company size
Our small size floats. We are approximately 20 persons, and *almost* all are associated to the cooperative.
## Remote status
We have remote members working normally since the second year of life of this cooperative. Our default meeting is online, we work connected to IRC (also non IT people), and we always have a remote presence on our local meetings.
## Region
We are open to members anywhere. *(We know the possible Mars One members will have problems with real-time communication but we are planning a tachyon beam or a wormhole bridge.)* Talking seriously, There are legal issues for associating people living outside Brazil, but that is a problem that we will be happy to solve when needed. Besides that we must consider language limitations on the role you will play at Colivre. Our primary language is Portuguese.
## Company technologies
* Ruby on Rails
* HTML, CSS, SCSS, Javascript, jQuery
* Postgress
* Git
* Server administration *(all meanings that could put here)*
## Office locations
Salvador, Bahia, Brasil.
## How to apply
Write to contato@colivre.coop.br and point to your FOSS contributions.

View file

@ -0,0 +1,31 @@
# Coodesh
## Company blurb
Coodesh was born with the purpose of helping other companies build the best and most diverse technology teams. We believe that in the current
context of startups and digital transformation of large companies, efficient tech recruitment with relevant insights for the evolution of hired people
is one of the biggest differentials for success.
## Company size
11 - 50
## Remote status
Work 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%
remote teams and we always will be.
## Office locations
Brazil
## Company technologies
HTML/ CSS / Javascript / Typescript / React.js / React Native / Vue.js / Node.js / PHP / Laravel
## How to apply
[Linkedin Jobs](https://www.linkedin.com/company/coodesh/jobs/)
[Coodesh Vacancies](https://coodesh.com/vagas)

View file

@ -24,7 +24,7 @@ GoExpo is flexible Event Management Software designed to improve efficiency and
GoExpo 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.
The platform also includes an ecommerce 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.
The 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.
APIs, 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.

30
company-profiles/cwt.md Normal file
View file

@ -0,0 +1,30 @@
# CWT
## Company blurb
Carlson 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.
## Company size
Over 10,000 employees.
## Remote status
CWT offers on-site, fully remote, and hybrid flexible jobs.
## Region
Worldwide
## Company technologies
AWS, VMware Vsphere, Nutanix Ahv, AppDynamics, Elastic Search, Kibana, JavaScript, CSS/HTML, ASP.NET Web Forms, Java, Jboss, Docker, Ansible, Terraform, Jenkins, Powershell, Packer
## Office locations
701 Carlson Parkway, Minnetonka, Minnesota 55305, US (Headquarters)
[Other Offices Worldwide](https://www.mycwt.com/countries/)
## How to apply
Check out [https://careers.mycwt.com/](https://careers.mycwt.com/) for remote role positions.

View file

@ -2,7 +2,7 @@
## Company blurb
SaaS Solutions for Fintech and eCommerce.
SaaS Solutions for Fintech and e-commerce.
We value quality, responsibility and holistic approach to creating products.
## Company size

View file

@ -0,0 +1,40 @@
# Data Science Dojo
## Company blurb
#### About Us
Data 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.
#### Our Mission
Our mission is to make data science easier, more practical, and accessible to everyone.
## Company size
We are a team of around 50 and looking forward to growing further.
## Remote status
The team is currently fully remote, we are based in Redmond, WA, USA.
## Region
Worldwide, and all open job listing offer remote.
## Company technologies
The current stack is PHP, MySQL, Docker, Kubernetes, and the service runs in Microsoft Azure, AWS (Amazon Web Services), and Google Cloud in multiple regions.
Also be familiar with:
* JavaScript
* Python
* Moodle
* PowerShell
* Bash
## Office locations
1 office location
## How to apply
[Data Science Dojo careers page](https://datasciencedojo.com/about/careers)

View file

@ -2,7 +2,7 @@
## Company blurb
We are a dynamic London-based web and digital agency working with clients from well-known brands to innovative start-ups, creating custom websites and eCommerce stores, as well as bespoke apps and CRM systems.
We are a dynamic London-based web and digital agency working with clients from well-known brands to innovative start-ups, creating custom websites and e-commerce stores, as well as bespoke apps and CRM systems.
We believe in investing in people and want to build an organization that everyone benefits from in both the short and long term. Considering this philosophy, we have Investors in People, Living Wage and Disability Confident accreditation, amongst others.

View file

@ -0,0 +1,36 @@
# Dropbox
## Company blurb
Dropbox, Inc., headquartered in San Francisco, California, U.S. is a company that offers Dropbox, the cloud storage, file synchronization, personal cloud, and client software.
## Company size
2,667 (December 2021)
## Remote status
As 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.
## Region
Worldwide
## Company technologies
- Application and Data
- Python
- NGINX
- MySQL
- DevOps
- Sentry
- Pingdom
- Nagios
## Office locations
Headquarters in San Francisco with studios in Seattle, Austin and Dublin.
## How to apply
Visit [Dropbox's job page](https://www.dropbox.com/jobs) for open positions and to apply!

View file

@ -25,7 +25,7 @@ Perl, HTML, JavaScript, CSS, Kotlin, Swift
## Office locations
* Paoli, Philadephia, PA, USA
* Paoli, Philadelphia, PA, USA
* Toronto, Ontario, Canada
## How to apply

60
company-profiles/edgio.md Normal file
View file

@ -0,0 +1,60 @@
# Edgio
## Company blurb
At Edgio, we are committed to creating and delivering world-class digital experiences.
We are a globally-scaled, edge-enable solutions provider for businesses looking to meet
the growing consumer demand for fast, secure and frictionless digital experiences. We're
a 100% distributed, asynchronous team living and working all over the world.
With a leading distributed platform in edge computing and multi-layered cloud security
capabilities, we offer powerful solutions across web applications, content delivery and
video streaming, servicing 20% of global internet traffic and clients in 38 countries
around the world.
## Company size
2000+ team members including consultants.
## Remote status
We're a team of people living and working remotely in 36+ countries across six continents.
## Region
Worldwide
## Company technologies
Platforms:
- Edgio AppOpps and Security
- Edgio Streaming
- Edgio Delivery
Here are just _some_ of the technologies we use:
- Edge Computing
- CDN
- Cloud Security
- Cloud Storage
- Python
- Golang
- Javascript
- React (Next.js)
- Angular
- Vue (Nuxt.js)
- Jamstack
- AWS
- Azure
- Kubernetes
- JS Workers
- Edge.js
## Office locations
None
## How to apply
You can find our open jobs and apply directly here: [https://edg.io/company/careers](https://edg.io/company/careers)

View file

@ -8,7 +8,7 @@ It started with 2 team members.Currently the company is operating with 13 member
## Remote status
The company is a transportation based.So the web team is handling the work from home and logistics and the maintainence team are working as usual.
The 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.
## Region

View file

@ -8,7 +8,7 @@ Founded in Barcelona in 2016, Factorial serves over 3000+ businesses in over 65
## Company size
~500 employees
~800 employees
## Remote status
@ -28,4 +28,4 @@ Spain, Brazil, US, Mexico
## How to apply
All current vacancies are listed on the [jobs page](https://factorial.teamtailor.com/jobs)
All current vacancies are listed on the [jobs page](https://careers.factorialhr.com)

View file

@ -10,7 +10,7 @@ Between 450-650 employees
## Remote status
They have Remote working positions wordlwide all the time
They have Remote working positions worldwide all the time
## Company technologies

View file

@ -6,7 +6,7 @@ The only solution that can deliver real time, fully automated personalization, o
In less than a year, Findifys 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.
Amazon-grade personalization - automated out of the box - available as a simple integration on any eCommerce platform or hand-coded website.
Amazon-grade personalization - automated out of the box - available as a simple integration on any e-commerce platform or hand-coded website.
- Top-rated Shopify Search & preferred Shopify Plus Tech Partner
- The only advanced A.I. driven personalization engine available to the mid-market

View file

@ -10,7 +10,7 @@ Fire Engine RED is a fully remote marketing, data, technology, and consulting se
## Remote status
Fully remote compay with teammembers working/living in the U.S, Brazil, Canada and Peru. The goal ist to empower team members to do their best.
Fully 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.
At 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.
## Region

View file

@ -2,7 +2,7 @@
## Company blurb
Fireball Labs GmbH was established in 2016 and is a profitable, self-funded, **100% remote** tech startup based in Germany. With our platform we buy and sell advertising space globally, collect and aggregate statitics and try to optimize and automate this process as much as possible. We aim to be a leading player in traffic monetization and are therefore looking for highly motivated new colleagues.
Fireball Labs GmbH was established in 2016 and is a profitable, self-funded, **100% remote** tech startup based in Germany. With our platform we buy and sell advertising space globally, collect and aggregate statistics and try to optimize and automate this process as much as possible. We aim to be a leading player in traffic monetization and are therefore looking for highly motivated new colleagues.
## Company size

View file

@ -0,0 +1,26 @@
# Fiverr
## Company blurb
Fiverr is a global platform connecting businesses with on-demand freelancers in the simplest way possible, helping anyone anywhere succeed.
## Company size
201 - 500
## Remote status
Work 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%
remote teams and we always will be.
## Office locations
North America, Asia
## Company technologies
HTML/ CSS / Javascript / Typescript / React.js / Node.js / Ruby / Java / Kotlin
## How to apply
[Fiverr Careers](https://www.fiverr.com/jobs/teams)

View file

@ -11,9 +11,9 @@ Our team are cross functional: business strategy, UX, development, operations, a
## Remote status
Full remote, you can choose to work wherever you like, being your home or a coworiking. We do have flexibile working hours, so it is important to have good communication skills, both synchronous and asynchronous.
Full 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.
We 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 conveninent coworking nearby
We 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
## Region
@ -24,7 +24,7 @@ Italy. We are distributed all across the region, thought the majority of us is l
We consider ourselves Agile and Lean pratictioners from top to bottom focusing on delivering the best value we can
We truly believe trust is the key for successful projects, we always aim to build a trust relationship with our clients
We feel confortable with several web related technologies
We feel comfortable with several web related technologies
backend: Javascript, Typescript, Java, PHP

View file

@ -0,0 +1,29 @@
# Fly.io
## Company blurb
[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.
## Company size
33 (as of October 2022)
## Remote status
Everyone is remote, but there is an office in Chicago for those who would like to use it.
## Region
Current openings are for remote positions anywhere in the world.
## Company technologies
Elixir, Rust and Ruby
## Office locations
Chicago, Illinois
## How to apply
Check the jobs page: [Jobs - Fly.io](https://fly.io/jobs/)

View file

@ -6,7 +6,7 @@ Focusnetworks is a Digital Business Group that unites Marketing and Technology t
## Company size
51-200, according to [LinkedIn](https://www.linkedin.com/company/focusnetworks-interactive/)
11-50, according to [crunchbase](https://www.crunchbase.com/organization/focusnetworks)
## Remote status

View file

@ -2,7 +2,7 @@
## Company blurb
Our 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 activites such as transaction fraud, merchant fraud and money laundering.
Our 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.
Fraudio 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.

View file

@ -0,0 +1,44 @@
# Friday Finance
## Company blurb
[Friday Finance](https://www.fridayfinance.com/) is the all-in-one finance management platform, helping to monitor, move, and improve finances with the finance operations platform tailored for small and medium-sized European businesses.
## Company size
Over 60, almost 30 in the Engineering Team.
## Remote status
Fully remote setup is the default for the Engineering Team, but with the possibility of hybrid setup in one of our offices around Europe or Brazil, only for those who like it.
## Region
Europe, Americas, Africa, Western Asia.
Our preference is to stick between `UTC-5` and `UTC+4`, but small deviations are possible to be discussed.
## Company technologies
Some technologies we use/embrace here:
- HTML/CSS
- Vue
- Tailwind
- ECMAScript
- TypeScript
- GraphQL
- Apollo
- Node
- Express
- Prisma
- PostgreSQL
- Google Cloud
## Office locations
Berlin (Germany), Vienna (Austria), Barcelona (Spain), São Paulo (Brazil).
## How to apply
Take a look into our [careers page](https://www.fridayfinance.com/careers), or reach out directly to our Head of Engineering, [Erick](https://www.linkedin.com/in/erick-petrucelli/), in case you want more details about a possible tech position.

View file

@ -2,7 +2,7 @@
## Company blurb
We're a small remote team focused 100% on building the best ecommerce experiences on the web using Shopify. We're engaged in interesting projects for nationally recognized brands, rapidly growing ecommerce startups and lots of folks in between.
We'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.
## Company size

View file

@ -0,0 +1,33 @@
# Gerencianet
## Company blurb
Gerencianet 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.
The company is certified as a great place to work by the consultancy Great Place to Work.
Gerencianet believes in and values human potential. Therefore, it offers employees a pleasant environment that promotes development and integration.
## Company size
201-500 employees
## Remote status
The 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.
## Region
Brazil
## Company technologies
HTML, CSS, JavaScript, PHP, SQL, communication structures (JSON/XML), webservices, OAuth, API integrations.
## Office locations
Gerencianet is headquartered in Ouro Preto and has offices in São Paulo, Belo Horizonte and Recife.
## How to apply
[Work with us](https://gerencianet.com.br/trabalheconosco)

View file

@ -18,7 +18,7 @@ Asia, Europe, Latin America and North America.
### Region Details
* Asia: China, Singapur, Vietnam.
* Asia: China, Singapore, Vietnam.
* Europe: Belgium, France, Germany, Italy, Poland, Spain, Switzerland, UK.
* Latin America: Brasil, Costa Rica, Mexico.
* North America: Canada, USA.

View file

@ -10,7 +10,7 @@
## Remote status
100% Remote Only. Maintainers of [www.remoteonly.org](https://www.remoteonly.org/). Writers of the [The Remote Manefesto](https://about.gitlab.com/2015/04/08/the-remote-manifesto/)
100% 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/)
## Region

View file

@ -0,0 +1,29 @@
# GoDaddy
## Company blurb
Were the worlds 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.
## Company size
10k - 50k
## Remote status
We're chatting with candidates remotely, and we're super flexible around schedules, kids and dogs. Our onboarding has gone remote, too.
## Region
Worldwide
## Company technologies
AWS , Java , Javascript , PHP , GO .
## Office locations
Godaddy.com LLC, 14455 N Hayden Rd, Scottsdale, AZ, Information Technology Services , Tempe , Arizona , United States.
## How to apply
Check our jobs page: https://careers.godaddy.com/

View file

@ -12,7 +12,7 @@ To reach this goal, we are a team of 18 tech lovers working continuously on the
## Remote status
Our team is divided betweeen full remote and no-remote developers.
Our team is divided between full remote and no-remote developers.
Some 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.

View file

@ -8,6 +8,8 @@ Gorman Health Group is a long-time leader in US healthcare consulting, and we re
We're looking for passionate, creative developers who are excited about writing code that solves new problems. But were also looking for leadership: trailblazers attracted to green-field opportunities, who thrive when theres a personal stake in their work and the outcome.
(Now part of Convey Health Solutions: https://conveyhealthsolutions.com/)
## Company size
200-250 (but less than 10 in our new and [growing][careers] engineering department).
@ -36,4 +38,4 @@ Meatspace headquarters are allegedly in Washington, DC. Many of us have never ve
2. Get career
3. Profit
[careers]: https://www.gormanhealthgroup.com/careers/
[careers]: https://conveyhealthsolutions.com/careers/

View file

@ -0,0 +1,34 @@
# Granicus
## Company blurb
Granicus connects people and government with a unified experience that integrates website, online services, digital communications, and more to serve every resident equally and inclusively.
Granicus 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.
## Company size
900-1000 and growing.
## Remote status
Granicus supports Remote-First work culture. Work is not where you are but the impact you make. Thats why most of our roles are fully remote, while also accommodating hybrid and in-person arrangements.
## Region
* USA
* UK
* Australia
* India
## Company technologies
Granicus' 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.
## Office locations
Denver, St. Paul, Chicagoland, Washington, D.C., United Kingdom, Canada, Australia, New Zealand, Armenia and India
## How to apply
[Click Here for all Open Positions](https://granicus.com/careers/)

View file

@ -0,0 +1,40 @@
# Hashex
## Company blurb
[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.
Team believe that only relevant, factual data and top security standards can make the DeFi market a safe financial space.
If you are passionate about our common goal, we are always looking for talented individuals with knowledge, experience, and a desire to learn.
## Company size
40+ employees worldwide
## Remote status
Fully remote.
Members working in different time zones with a flexible schedule
## Region
- US
- Asia
- Europe
## Company technologies
- Solidity, Func
- Hardhat, Waffle
- NodeJS
- TypeScript, Rust
- Git
- NestJS, NextJS, ReactJS
- CSS3, HTML5
- GraphQL, RestAPI
- PostgreSQL, MongoDB, Clickhouse
## How to apply
Apply at https://hashex.org/company/careers

View file

@ -10,7 +10,7 @@ We are a team of agile designers and developers, and we can turn your idea into
## Remote status
100% Remote. We also have a beatifull office in (Rio)[https://journal.helabs.com/what-if-your-company-takes-you-to-rio-de-janeiro-966e9ec4a1aa#.20slfxsp2]
100% 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]
## Region

View file

@ -28,7 +28,7 @@ We're remote-first, but you can work in our beautiful new offices in Green Bay,
## Region
USA. Anyone legally able to be employed in the United States is elligible to apply to work at Headway.
USA. Anyone legally able to be employed in the United States is eligible to apply to work at Headway.
## Company technologies

View file

@ -10,7 +10,7 @@ HUSL Digital is a digital agency that work with clients on marketing strategy an
## Remote status
HUSL Digital has a fully remote cultutre (pre and post COVID)
HUSL Digital has a fully remote culture (pre and post COVID)
## Region

View file

@ -10,7 +10,7 @@ iClinic is one of the fastest growing health technology startups in Brazil. We s
## Remote status
The most of development and product team are fully remote. You can find more informations in our [career instagram](https://www.instagram.com/carreirasiclinic/?hl=en)
The 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)
## Region

View file

@ -0,0 +1,40 @@
# Inshorts
## Company blurb
Inshorts 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.
All summarised stories contain only headlines and facts, no opinions, to help you stay informed of the current affairs.
Whether its the latest government policies or shakeups in bollywood, we get them covered and delivered super fast!
Get updated with the latest news and current affairs in a jiffy!
## Company size
1000+ and growing, spread across web engineering, systems, design, project management, strategy/accounts, and operations.
## Remote status
inshorts 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.
## Region
We 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.
## Company technologies
* WordPress
* PHP
* Sass
* Git
* Vagrant
* Nginx
* Memcache
* Sheets
* Trello
## Office locations
Noida, India; or everywhere!
## How to apply
Check out our [careers page](https://inshorts.zohorecruit.com/careers) and send an email to careers@inshorts.com.

View file

@ -10,7 +10,7 @@ Next time you start developing a new mobile app from scratch, consider using a f
## Remote status
A 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 flexble enough whether you work from home or from your favorite coffee shops and create awesome apps. Make your own schedule.
A 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.
## Region

View file

@ -0,0 +1,31 @@
# Instructure
## Company blurb
At 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.
## Company size
1000+
## Remote status
*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).
## Region
Europe
North America
Oceania (this includes Australia)
## Company technologies
Ruby, Rails, Javascript, MySQL, and our platform runs on AWS.
## Office locations
* Salt Lake City, UT (USA)
## How to apply
Visit our [Careers page](https://www.instructure.com/about/careers) for information on how to apply.

View file

@ -4,7 +4,7 @@
Here 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.
For 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, deliverying course and assessments over the web, development of the Tribe Social and Tribe Chat... and much more.
For 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.
Company Website: https://www.intellum.com/
@ -35,7 +35,7 @@ USA - Atlanta, Georgia.
## How to apply
You can see a listing of opportunities here https://apply.workable.com/intellum-inc/ and on Intellum's LinkedIn profile.
Intellum's website does not seem to have a career oppotunity section.
Intellum's website does not seem to have a career opportunity section.

View file

@ -12,7 +12,7 @@ Interpersonal Frequency (I.F.) builds and supports award-winning Drupal websites
They are actually working via remote.
Testimony:
> 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
> 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
## Region
@ -20,7 +20,7 @@ Worldwide
## Company technologies
HTML5, Google Analytics, and jQuery, acording to G2 Stack.
HTML5, Google Analytics, and jQuery, according to G2 Stack.
## Office locations

View file

@ -0,0 +1,41 @@
# Intuit Inc.
## Company blurb
Intuit 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.
Our 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, were putting AI, ML, and an unrivaled set of data to work to help millions of people achieve financial freedom.
Our culture and entrepreneurial spirit have earned us a spot on “Best Companies to Work For” lists year after year. Were dedicated to living our mission of powering prosperity, not just through our products, but through our social impact initiatives. Through our Prosperity Hubs, were bringing new jobs, teaching new skills, and supporting small businesses in distressed communities to help local economies rebuild and thrive.
## Company size
10,000+
## Remote status
We 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.
[https://jobs.intuit.com/location/remote-jobs/27595/1000000000100/2](https://jobs.intuit.com/location/remote-jobs/27595/1000000000100/2)
## Region
Worldwide
## Company technologies
Java : 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.
C 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.
C# 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.
PHP : PHP is one of the most widely used server-side scripting languages used for web development. Theres a ton of community supported PHP frameworks to enable easier/faster development. Given the wide usage of PHP in the industry, its no surprise that PHP is the third most commonly used language for developing on QuickBooks. Similar to Java and
C#, there is an official PHP SDK for QBO integration.
Ruby : 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.
Python : Python, similar to Ruby, is a dynamic, object-oriented programming language. Just like with PHP, theres 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.
Other : In addition to the above mentioned languages, we see developers using languages like C++, Perl, and ColdFusion (CFML) when integrating with the QuickBooks platform.
## How to apply
Career page: [https://www.intuit.com/careers/](https://www.intuit.com/careers/)

View file

@ -14,7 +14,7 @@ IOHK is a company focused on decentralization and disruption, and the people tha
## Region
Wolrdwide.
Worldwide.
## Company technologies

View file

@ -10,7 +10,7 @@ Since its inception, Joyent has lived on the leading edge of technical innovatio
## Remote status
The majority of engeering is remote. Employees that live near office locations are welcome to work at the office.
The majority of engineering is remote. Employees that live near office locations are welcome to work at the office.
## Region

View file

@ -0,0 +1,46 @@
# Kinsta
## Company blurb
At [Kinsta](https://kinsta.com/), we make running projects of all sizes quick and seamless, with our Application Hosting, Database Hosting, and Managed WordPress Hosting.
We 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.
Our database Hosting supports MariaDB, Redis, MySQL, and PostgreSQL and allows you to create with ease- while offering best-in-class performance.
And if you choose our Managed WordPress Hosting, youll experience the power of our Google Cloud-backed premium tier network and Cloudflare-integrated security.
Our hosting is for all types of projects, from small blogs to Fortune 500 customers, including TripAdvisor, FreshBooks, AdEspresso, Workforce, and Mint.
We 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.
On top of these services we provide completely free tools like [DevKinsta](https://kinsta.com/devkinsta/) to make local WordPress develoment a breeze.
## Company size
320 and growing! We're made up of nearly 40 teams, from QA to DevOps to Sales to Support and more.
## Remote status
Our 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.
## Region
Worldwide - 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.
## Company technologies
* WordPress
* PHP
* Node.js
* Ruby
* Java
* Python
* Go
* Scala
* MariaDB
* MySQL
* PostgreSQL
* Redis
## Office locations
Wherever you are in the world!
## How to apply
Head 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://twitter.com/kinsta) or [LinkedIn](https://www.linkedin.com/company/kinsta/mycompany/?viewAsMember=true)!

View file

@ -14,7 +14,7 @@ See https://www.laterpay.net/team
## Remote status
Around 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 asychronous way.
Around 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.
## Region

View file

@ -14,7 +14,7 @@ Leadership success is committed to being 100% remote where possible. As our ser
## Region
We currently provide services wordlwide
We currently provide services worldwide
## Company technologies

View file

@ -0,0 +1,36 @@
# LeadIQ
## Company blurb
LeadIQ 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.
The company was founded in 2015. For more information, please visit [leadiq.com](https://leadiq.com/).
## Company size
(as of October 2022)
180+ Teammates
20+ Nationalities
## Remote status
100% remote
Almost all of us are remote. We also have an office in San Francisco, California
## Region
Current openings are for remote positions in Worldwide.
## Company technologies
Vue.js, Javascript, Kubernetes.
## Office locations
548 Market Street,
PMB 20371,
San Francisco, California 94104, US
## How to apply
Check our jobs page: https://leadiq.com/careers

35
company-profiles/lifen.md Normal file
View file

@ -0,0 +1,35 @@
# Lifen
## Company blurb
At 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.
## Company size
200
## Remote status
Our collaborators choose the remote policy that suit them the best, from France mainly.
Our 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.
## Region
We are hiring from 3 countries in Europe:
* France 🇫🇷
* Germany 🇩🇪
* UK 🇬🇧
## Company technologies
Ruby on Rails, Python, Node.js, Typescript, React JS, Java
CircleCI, Kubernetes, Prometheus, Terraform, Docker
## Office locations
Paris (St Lazare).
## How to apply
Here are our different open positions and the recruitment process is specified for each of them [here](https://jobs.lever.co/lifen)

View file

@ -57,4 +57,4 @@ We are located in DC, SF, Ayacucho, Bangalore and Berlin.
## How to apply
Check the [job listings](https://www.mapbox.com/jobs/).
Read this [blog post](https://blog.mapbox.com/how-we-hire-at-mapbox-cd946418299f) for info on how Mapbox hires.
Read this [blog post](https://www.linkedin.com/pulse/how-we-hire-mapbox-nate-perkins) for info on how Mapbox hires.

View file

@ -0,0 +1,26 @@
# Massive Pixel Creation
## Company blurb
Massive 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.
Later 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.
## Company size
50-200
## Remote status
Massive 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.
## Region
Poland
## Company technologies
PHP, Laravel, JavaScript, React, React Native, Flutter, WordPress
## Office locations
Jesionowa 22 Street
40-158 Katowice
Poland, Europe
## How to apply
Visit our [careers pages](https://massivepixel.io/career/) to check the current job openings and apply.

View file

@ -0,0 +1,40 @@
# Mayvue Solutions
## Company blurb
Mayvue is a team of highly skilled and passionate strategists, experts, software engineers, analysts, and testers that create products for transportation professionals.
More about Mayvue:
Founded 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.
Building 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.
## Company size
11-50
## Remote status
In office or remote options
Mayvue has an office, however employees can work remote. There are employee meetups & events to promote culture
## Region
USA
## Company technologies
C#, .NET, Vue
## Office locations
Pittsburgh, Pennsylvania, USA
## How to apply
Website to view available positions: https://mayvue.com/careers/
Email to apply: careers@mayvue.com
Additional info:
Mayvue has success hiring tech elevator grads

View file

@ -0,0 +1,29 @@
# MeridianLink
## Company blurb
The 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.
## Company size
700 - 800 (Oct 2022)
## Remote status
Full time in US.
## Region
United States
## Company technologies
The MeridianLink One platform delivers ROI for lenders of all sizes. MeridianLink provides streamlined digital lending experience for Banks, Credit Unions and Mortgage Lenders.
## Office locations
- 3560 Hyland Ave - Suite #200, Costa Mesa, CA 92626
## How to apply
https://www.meridianlink.com/careers

View file

@ -0,0 +1,33 @@
# Mindful
## Company blurb
Mindful is a SaaS company in the CX space with roots in patented call back tech.
Our platform helps make life better for customers trying to communicate with brands;
and for employees of these brands who are trying to deliver great customer experiences
while also enjoying their jobs. We're growing fast, come join us!
## Company size
170+ (as of September 2022)
## Remote status
Fully remote with a few teams in Client Support and Corporate IT working hybrid from our Akron, OH HQ.
We also have an office in Nashville, TN that everyone is welcome to use when they're in the city.
## Region
Current openings are for remote positions in US.
## Company technologies
Javascript/Typescript (NodeJS + React), Ruby, Ruby on Rails, .NET (C#), C++, Python, DBT, Snowflake, Looker, Terraform, Ansible, Kubernetes, AWS
## Office locations
Akron, Ohio (US); Nashville, Tennessee (US)
## How to apply
10-second application - Check our jobs page: https://getmindful.com/careers/

View file

@ -0,0 +1,29 @@
# Modern Health
## Company blurb
Modern 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.
## Company size
300+
## Remote status
Remote First work environment
## Region
United States
## Company technologies
Python, React, Node, JavaScript, Django, Ruby on Rails
## Office locations
No physical office
## How to apply
To apply click here [Modern Health](https://boards.greenhouse.io/modernhealth)

View file

@ -2,7 +2,7 @@
## Company blurb
Formed 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, eCommerce, content management systems and intranets, to search engine optimisation and email marketing.
Formed 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.
## Company size
@ -20,7 +20,7 @@ We primarily accept applications from the UK and European countries, as we work
## Company technologies
For backend we mainly adopt Linux, Apache, MySQL & PHP - utilizing the Laravel framework for more recent projects. We also have built our own custom CMS, eCommerce platform and other tools that we utilise daily.
For 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.
Front-end uses LESS/jQuery/VueJS.

View file

@ -0,0 +1,30 @@
# Nvidia
## Company blurb
NVIDIA 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.
## Company size
22,473 (as of 2022)
## Remote status
Being 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.
## Region
Current openings are for remote positions all over the world.
## Company technologies
Multi-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
## Office locations
NVIDIA Corporation is an American multinational technology company incorporated in Delaware and based in Santa Clara, California.
2788 San Tomas Expy, Santa Clara, CA 95051, United States
## How to apply
Check our jobs page: https://nvidia.wd5.myworkdayjobs.com/NVIDIAExternalCareerSite

Some files were not shown because too many files have changed in this diff Show more