Repository to aggregate data about Korean companies that works with English as main language or accepts non-Korean speaking members.
They might or might not have any job opening at the time of viewing, please do the due dilligence yourself. The list also doesn't include the obvious huge company ones like Google or SAP Labs.
- Hugo Static Website (Coyote Theme)
- Deployment URL: https://www.english-speaking-korean.company
- Add a new file with the following filepath:
./content/{company-name}.md
- Fill the file with a JSON object with the following attributes:
- draft (
boolean
, required): always set tofalse
- title (
string
, required): Name of the company - homepageUrl (
string
, required): Homepage URL of the company - field (
string
, required): Comma-separated string of the field the company is focusing on. - english (
string
, required): inputmain
if the company is using English as their main language andpartial
if they simply accepts non-Korean speaking members - linkedinUrl (
string
, optional): The URL for the company's LinkedIn Page - careerUrl (
string
, optional): The URL for the company's Career Page
- Create a PR to the
main
branch
Feel free to add more data based on your knowledge and/or experience. Let's empower each other as international software engineers in Korea!