diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md
new file mode 100644
index 0000000..d6c7efe
--- /dev/null
+++ b/.github/CODE_OF_CONDUCT.md
@@ -0,0 +1,128 @@
+# Contributor Covenant Code of Conduct
+
+## Our Pledge
+
+We as members, contributors, and leaders pledge to make participation in our
+community a harassment-free experience for everyone, regardless of age, body
+size, visible or invisible disability, ethnicity, sex characteristics, gender
+identity and expression, level of experience, education, socio-economic status,
+nationality, personal appearance, race, religion, or sexual identity
+and orientation.
+
+We pledge to act and interact in ways that contribute to an open, welcoming,
+diverse, inclusive, and healthy community.
+
+## Our Standards
+
+Examples of behavior that contributes to a positive environment for our
+community include:
+
+* Demonstrating empathy and kindness toward other people
+* Being respectful of differing opinions, viewpoints, and experiences
+* Giving and gracefully accepting constructive feedback
+* Accepting responsibility and apologizing to those affected by our mistakes,
+ and learning from the experience
+* Focusing on what is best not just for us as individuals, but for the
+ overall community
+
+Examples of unacceptable behavior include:
+
+* The use of sexualized language or imagery, and sexual attention or
+ advances of any kind
+* Trolling, insulting or derogatory comments, and personal or political attacks
+* Public or private harassment
+* Publishing others' private information, such as a physical or email
+ address, without their explicit permission
+* Other conduct which could reasonably be considered inappropriate in a
+ professional setting
+
+## Enforcement Responsibilities
+
+Community leaders are responsible for clarifying and enforcing our standards of
+acceptable behavior and will take appropriate and fair corrective action in
+response to any behavior that they deem inappropriate, threatening, offensive,
+or harmful.
+
+Community leaders have the right and responsibility to remove, edit, or reject
+comments, commits, code, wiki edits, issues, and other contributions that are
+not aligned to this Code of Conduct, and will communicate reasons for moderation
+decisions when appropriate.
+
+## Scope
+
+This Code of Conduct applies within all community spaces, and also applies when
+an individual is officially representing the community in public spaces.
+Examples of representing our community include using an official e-mail address,
+posting via an official social media account, or acting as an appointed
+representative at an online or offline event.
+
+## Enforcement
+
+Instances of abusive, harassing, or otherwise unacceptable behavior may be
+reported to the community leaders responsible for enforcement at
+chreachanchhunneng@gmail.com.
+All complaints will be reviewed and investigated promptly and fairly.
+
+All community leaders are obligated to respect the privacy and security of the
+reporter of any incident.
+
+## Enforcement Guidelines
+
+Community leaders will follow these Community Impact Guidelines in determining
+the consequences for any action they deem in violation of this Code of Conduct:
+
+### 1. Correction
+
+**Community Impact**: Use of inappropriate language or other behavior deemed
+unprofessional or unwelcome in the community.
+
+**Consequence**: A private, written warning from community leaders, providing
+clarity around the nature of the violation and an explanation of why the
+behavior was inappropriate. A public apology may be requested.
+
+### 2. Warning
+
+**Community Impact**: A violation through a single incident or series
+of actions.
+
+**Consequence**: A warning with consequences for continued behavior. No
+interaction with the people involved, including unsolicited interaction with
+those enforcing the Code of Conduct, for a specified period of time. This
+includes avoiding interactions in community spaces as well as external channels
+like social media. Violating these terms may lead to a temporary or
+permanent ban.
+
+### 3. Temporary Ban
+
+**Community Impact**: A serious violation of community standards, including
+sustained inappropriate behavior.
+
+**Consequence**: A temporary ban from any sort of interaction or public
+communication with the community for a specified period of time. No public or
+private interaction with the people involved, including unsolicited interaction
+with those enforcing the Code of Conduct, is allowed during this period.
+Violating these terms may lead to a permanent ban.
+
+### 4. Permanent Ban
+
+**Community Impact**: Demonstrating a pattern of violation of community
+standards, including sustained inappropriate behavior, harassment of an
+individual, or aggression toward or disparagement of classes of individuals.
+
+**Consequence**: A permanent ban from any sort of public interaction within
+the community.
+
+## Attribution
+
+This Code of Conduct is adapted from the [Contributor Covenant][homepage],
+version 2.0, available at
+https://www.contributor-covenant.org/version/2/0/code_of_conduct.html.
+
+Community Impact Guidelines were inspired by [Mozilla's code of conduct
+enforcement ladder](https://github.com/mozilla/diversity).
+
+[homepage]: https://www.contributor-covenant.org
+
+For answers to common questions about this code of conduct, see the FAQ at
+https://www.contributor-covenant.org/faq. Translations are available at
+https://www.contributor-covenant.org/translations.
diff --git a/.github/SECURITY.md b/.github/SECURITY.md
new file mode 100644
index 0000000..e2832a9
--- /dev/null
+++ b/.github/SECURITY.md
@@ -0,0 +1,5 @@
+## Security Policy
+
+If you found a Security Issue, Please report to chreachanchhunneng@gmail.com
+
+We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
new file mode 100644
index 0000000..ba74216
--- /dev/null
+++ b/.github/workflows/update.yml
@@ -0,0 +1,36 @@
+name: Update
+on:
+ workflow_dispatch:
+ push:
+ branches:
+ - main
+ schedule:
+ # daily
+ - cron: '0 0 * * *'
+
+permissions:
+ contents: write
+
+jobs:
+ test:
+ runs-on: ubuntu-latest
+ name: Update Resources
+ steps:
+ - uses: actions/checkout@v3
+ - name: Setup Node.js
+ uses: actions/setup-node@v3
+ with:
+ node-version: 18
+ - name: Install Dependencies
+ run: npm ci
+ - name: Update Resources
+ run: npm run update:resources && npm run update:readme
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ - name: Commit Changes
+ uses: EndBug/add-and-commit@v9
+ with:
+ author_name: ${{ github.actor }}
+ author_email: ${{ github.actor }}@users.noreply.github.com
+ message: 'docs: update resources'
+ add: '.'
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..c87c9b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,36 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# next.js
+/.next/
+/out/
+
+# production
+/build
+
+# misc
+.DS_Store
+*.pem
+
+# debug
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+.pnpm-debug.log*
+
+# local env files
+.env*.local
+
+# vercel
+.vercel
+
+# typescript
+*.tsbuildinfo
+next-env.d.ts
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..11455d8
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10849 @@
+# GitHub Developer in Cambodia
+
+This repository is a list of GitHub user or developer who are putting location in Cambodia.
+
+This repository maintenance by [Chhunneng](https://github.com/Chhunneng) or [Chrea Chanchhunneng](https://github.com/Chhunneng). Give a star or follow🥰.
+
+- Total: 892
+- Search Results: [GitHub Search](https://github.com/search?q=location%3ACambodia&type=users&ref=simplesearch)
+
+----
+
+
+
+
+
+
Raven Laing
+
Location: Cambodia
+
Bio: Java Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
KosalGeek
+
Location: Phnom Penh, Cambodia
+
Bio: I'm a professor of CS. I like coding and making videos (http://yt.vu/u/oumsaokosal).
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chensokheng
+
Location: Cambodia
+
Bio: Hi there, I am a developer/youtuber.
+Currently available for intern/job opportunities
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sothach Ly
+
Location: Kampot, Cambodia
+
Bio: Paok
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
tfd-ed
+
Location: Phnom Penh, Cambodia
+
Bio: TFD(Teaching For Devs) is a new initiative aiming at bringing uncovered facts that people might not be aware of to the public.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Visal .In
+
Location: Cambodia
+
Bio: A Cambodian passionate programmer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chamnap Chhorn
+
Location: Phnom Penh, Cambodia
+
Bio: I'm such a generalist, who can quickly become proficient in whatever area of software development is required to get the job done.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chunlee Thong
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Thorn Chorn
+
Location: Cambodia
+
Bio: Software Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
lyhourchhen
+
Location: PhnomPenh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
NY Samnang
+
Location: Phnom Penh, Cambodia
+
Bio: JavaScript Addict
+
GitHub Profile
+
+
+
+
+
+
+
+
+
heng.nn
+
Location: Phnom Penh, Cambodia
+
Bio: Ideas become reality
+
GitHub Profile
+
+
+
+
+
+
+
+
+
MOEURN Lykheang
+
Location: Cambodia
+
Bio: The fruit of the Spirit is love, joy, peace, patience, kindness, goodness, faithfulness, gentleness, and self-control
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Veasna
+
Location: Cambodia
+
Bio: Java Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
David Wilkie
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SaTy
+
Location: Phnom Penh, Cambodia
+
Bio: Software Engineer | Clean, Secure, Performance Code Practitioner | Independent Developer | Quick Learner
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
munyoudoum
+
Location: Phnom Penh, Cambodia
+
Bio: # Todo: search for a cool bio
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Thavin Voeun
+
Location: Cambodia
+
Bio: Born in Siem Reap, Cambodia. Love exploring Technology world and believe that coding can change everything and make this world a better place.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Thea Choem
+
Location: Phnom Penh, Cambodia
+
Bio: Enjoys learning and experimenting new things!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pisethpanha Chhean
+
Location: Cambodia
+
Bio: I am currently a working full time as a backend Symfony engineer. I have a passion for web development (FS). <3 Film making/Designing
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Phea Soy
+
Location: Phnom Penh, Cambodia
+
Bio: Love what you code, solve what you have to.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Giorgio Gonnella
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sophy Eung
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Luhen_9
+
Location: Cambodia
+
Bio: Software Engineering Department
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mengsreang Chhoeung
+
Location: Cambodia
+
Bio: Happy with coding
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tontan Hak
+
Location: Phnom Penh, Cambodia
+
Bio: Name: Tontan Hak | ហាក់ តុនតាន.
+I'm a self-taught guy who enjoys learning new things and teaching others.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Radin Reth
+
Location: Phnom Penh, Cambodia
+
Bio: https://radinreth.github.io/
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Saing Sab (Ayoung)
+
Location: Cambodia
+
Bio: Craft Beer, Fishing, Road Trip, Dirt Bike, Hacking and Coding 🦀.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Lynan Thon
+
Location: Cambodia
+
Bio: Odoo ERP Business Consultant
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vudthi
+
Location: Cambodia
+
Bio: I'm a student.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Taing PengSreng
+
Location: Phnom Penh, Cambodia
+
Bio: 26 years of teaching Programming Language, Design Solution, Data Analyst
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sovichet Tep
+
Location: Phnom Penh, Cambodia
+
Bio: Geek. Introvert. Type Designer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chantouch Sek
+
Location: Phnom Penh, Cambodia
+
Bio: I love coding.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Yeow Pann
+
Location: Phnom Penh, Cambodia
+
Bio: I am a Software Development Student.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Khem Puthea
+
Location: Phnom Penh, Cambodia
+
Bio: AI & DevOps
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
lim-anggun
+
Location: Cambodia
+
Bio: Deep/Machine Learning | Software Engineer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Hy Chhayrith
+
Location: Cambodia
+
Bio: I grew up surrounded by technologies that make me in love with it. I am always curious about how things work. I'm doing my bachelor in Software Engineering.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chan Chhaya
+
Location: Toul Kork, Phnom Penh, Cambodia
+
Bio: My skill is Full-Stack Web Development. I love teaching and sharing my knowledge with the young generation.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Bunhann THOU
+
Location: Cambodia
+
Bio: Mobile & Web Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chamrouen
+
Location: Cambodia
+
Bio: Commitment cover all the hard things👨💻
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Makara OP
+
Location: Banteay Mean Chey, Cambodia
+
Bio: take respect give respect ☕️🍜'☕
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Penh Polydet
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Oem Daro
+
Location: Phnom Penh, Cambodia
+
Bio: Electronics, Automation, and Telecommunications engineer with experience in Telco VAS, Web and Container technologies.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Phan Sovanna
+
Location: Cambodia
+
Bio: I am a Software Engineer who is studying a Batch 6 A in Software Engineering at the Kirirom Institute of Technology.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Visay Keo
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Rina Buoy
+
Location: Cambodia
+
Bio: I am a petroleum engineer by background and a data scientist by passion.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
TOUCH Nguonchhay
+
Location: Cambodia
+
Bio: I like coding and learn new things.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
OR Sereiparinha
+
Location: Phnom Penh, Cambodia
+
Bio: 🌲 🚲 🌲
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Mingthean Lay
+
Location: Phnom Penh, Cambodia
+
Bio: 🌏 Hello World
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Socret Lee
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
L!qwiK
+
Location: Cambodia
+
Bio: Sometimes, we don't need to tell anyone who we are.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Khoeun Kosalvireak
+
Location: Phnom Penh, Cambodia
+
Bio: A self-taught guy who enjoys exploring new things and supporting others.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Erik Poupaert
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Moremi Vannak
+
Location: Phnom Penh, Cambodia
+
Bio: Enthusiastic Functional Programmer, specialized in Haskell, Typescript(fp-ts), Purescript, and Elm.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Yuom Theara
+
Location: Battambambang, Cambodia.
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chetra Seng
+
Location: Phnom Penh, Cambodia
+
Bio: Full-stack Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Darong Mean
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Oudom
+
Location: Cambodia
+
Bio: Be humble. Be teachable. The universe is bigger than your view of the universe. There's always room for a new idea. Humility is necessary for growth. _ Feynman
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sovannarith Cheav
+
Location: Phnom Penh, Cambodia
+
Bio: I'm not a serial killer, I'm a serial debugger from Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sidara KEO
+
Location: Phnom Penh,Cambodia
+
Bio: Cambodian Automation QA Engineer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vong Visalsambath
+
Location: Phnom Penh, Cambodia
+
Bio: Software Developer with a love for technology, coffee and anime.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sou Many
+
Location: Phnom Penh, Cambodia
+
Bio: A sophomore in Information Technology Engineering at RUPP and Software Development at E2STEM.
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Pagnavathcoding
+
Location: Cambodia
+
Bio: Founder & CEO of VathClass
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Heang Developer
+
Location: Battambang, Cambodia
+
Bio: Make video YouTube for everyone who want to learn web. Like Laravel and React JS.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ហ៊ែល ម៉ាប់
+
Location: Phnom Penh, Cambodia
+
Bio: Server Side Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
phanna
+
Location: Cambodia
+
Bio: Sr. DevOps Engineer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vital Sowath
+
Location: Phnom Penh, Cambodia
+
Bio: iOS Developer, mostly coding for iOS in Swift and Objective-C. Improves wherever possible and develops tech for the best.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chrea Chanchhunneng
+
Location: Tokyo, Japan / Cambodia
+
Bio: Code Adventure In Japan 🇯🇵
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Nel Sokchhunly
+
Location: Cambodia
+
Bio: Coding my way through life.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Soknoy
+
Location: Phnom Penh, Cambodia
+
Bio: Software Engineering student from Kirirom Institute of Technology (KIT).Web developer, Backend developer🚀💻
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Huỳnh Lê Minh Thịnh (Edgar Huynh)
+
Location: 214 Kampuchea Krom Blvd (128) Phnom Penh, Cambodia
+
Bio: A Full-stack Software Engineer interested in Product Values, Operation Cost Optimization, Scalability and Micro Services Architecture.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sokdara Cheng
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
uchsarath
+
Location: Phnom Penh, Cambodia
+
Bio: Startup Founder & Product Enthusiast. Product engineer obsessed with customers' experiences; delivering exceptional products that change people's livelihood.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Hua-Meng14
+
Location: Cambodia
+
Bio: Software Engineer | Integration Dev
+Python, Backend, Frontend, Solidity, Smart contract, WSO2 MI, APIM & IoT.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Heat Koemnak
+
Location: Cambodia
+
Bio: I am a student majoring in ITE at Royal University Phnom Penh.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SOKHUONG UON
+
Location: cambodia
+
Bio: Implementing imagination 👩💻
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Muyleang Ing
+
Location: Phnom Penh City ,Cambodia
+
Bio: I'm student years 4 ,i'm study at university RUPP Royal University Phnom Penh
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
kimoun759
+
Location: Phnom Penh Cambodia
+
Bio: http://en.gravatar.com/kimsovan72.json
+
GitHub Profile
+
+
+
+
+
+
+
+
+
No Hannah
+
Location: PhnomPenh Cambodia
+
Bio: Information Technology Engineering at the Royal University of Phnom Penh & Software Engineering at E2stem Education Cambodia
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Lyden CHAI
+
Location: Phnom Penh, Cambodia
+
Bio: Family, Studies, Love, and Help.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chris Van
+
Location: Phnom Penh, Cambodia
+
Bio: I'm a passionate self-taught Software Engineer.
+
+My main interests are Mobile & Web Development, AI, API Development, DevOps & Solutions Architect.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kong
+
Location: Phnom Penh, Cambodia
+
Bio: Ruby on Rails
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sitthykun LY
+
Location: Phnom Penh, Cambodia
+
Bio: philosopher, writer, wanderer, inventor, entrepreneur, business strategist,
+programmer, software architecture
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chanjnint Lim
+
Location: Cambodia
+
Bio: “You only live once, but if you do it right, once is enough.” ― Mae West
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Mr. San Sophada
+
Location: Kampong Cham, Cambodia
+
Bio: CEO of S-SERVER Private Limited Company
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Pisey Sen
+
Location: Phnom Penh, Cambodia
+
Bio: Freelancer Mobile Development.
+ | Android App Developer | Game Developer | Software Developer | Web Developer | Angular CLI | Blogger | Open Source lover
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Phok Chanrithisak
+
Location: Cambodia
+
Bio: You have two hands, one for helping yourself and other one for helping others; and you can repeat this.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
HeroSony
+
Location: Cambodia
+
Bio: Φ Ω Ψ
+ϒȯu cannot kill a man who is already dead inside.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kheang
+
Location: Phnom Penh, Cambodia
+
Bio: Made magic by 💻
+
GitHub Profile
+
+
+
+
+
+
+
+
+
sopheak
+
Location: Cambodia
+
Bio: i write codes
+🇰🇭🇰🇭🇰🇭
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chanphirom Sok
+
Location: Cambodia
+
Bio: Nothing will work unless you do it ✌️😉
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tadashi Hamada
+
Location: Cambodia
+
Bio: Django, Python, Angular, React
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Banly Tong
+
Location: Cambodia
+
Bio: A software engineer with 5+ years of experience. I enjoy making everyone life better. I love efficiency, automation, zero waste, agility, and minimalism.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Pak Maneth
+
Location: Cambodia
+
Bio: Could I? Should I?
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sophat Vathana
+
Location: Cambodia
+
Bio: I love what i want to do.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Say Seakleng
+
Location: Phnom Penh, Cambodia
+
Bio: Practice Like You’ve Never Won, Perform Like You've Never Lost
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Devolutionary Wizard
+
Location: Cambodia
+
Bio: Enthusiastic Backend Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Nobby-
+
Location: Phnom Penh, Cambodia/ Gwangju, Korea
+
Bio: Mechanical, Robotic, Mechatronics
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Bonchay Ouk
+
Location: Phnom Penh, Cambodia
+
Bio: Push to the limit
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Setak Varaman !!!!
+
Location: Cambodia
+
Bio: I can cook and I can code ! I am also a good kisser 😌
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vatana
+
Location: Cambodia
+
Bio: Software Engineer from Kirirom Institute of Technology
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sengthai Te
+
Location: Cambodia, Phnom Penh
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
KAY KEO
+
Location: phnom penh, cambodia
+
Bio: Computer Science and Engineering student at Royal University of Phnom Penh
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Novsochetra
+
Location: Phnom Penh, Cambodia
+
Bio: 🌲⚽️🌲
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Duk Panhavad
+
Location: Cambodia
+
Bio: Not an expert in anything.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
bath.s
+
Location: Cambodia
+
Bio: Nothing to do, nothing to read. :(
+
GitHub Profile
+
+
+
+
+
+
+
+
+
THECyb0rg Lab
+
Location: Phnom Penh, Cambodia
+
Bio: A penetration tester and a red teamer goes by the code name #THECyb0rg
+| C|EH [P], OSCP, CRTO and CRTE Certified
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sela Monysathya
+
Location: Phnom Penh/Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sarakorn Sakol
+
Location: Phnom Penh, Cambodia
+
Bio: Fullstack Software Engineer. currently learning Java, Rust, AWS and brushing TS
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SREYNAJ KEB
+
Location: Phnom Penh Cambodia
+
Bio: Coding gives me both Maricle and Misery at the same time.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Makara
+
Location: Cambodia
+
Bio: Tech enthusiast and language lover.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sopheak Saing
+
Location: Phnom Penh, Cambodia
+
Bio: Software & IT Engineering undergraduate
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
SENG Sourng
+
Location: Cambodia
+
Bio: Computer Science and Engineering
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Srun Veng
+
Location: Phnom Penh,Cambodia
+
Bio: Self-taught Dev.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chunvira Ly
+
Location: Cambodia
+
Bio: Kirirom Institute of Technology | Batch 6 | Year 4 | Full-stack developer | Front End Enthusiast | UI/UX Designer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kristoff IBell
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chansovanmony Yoeun
+
Location: Phnom Penh,Cambodia
+
Bio: One line at a time 💻✨
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Darot
+
Location: Toul Kok, Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
MasayaShinoda
+
Location: Phnom Penh, Cambodia.
+
Bio: Coding from Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Mengly_Cheng
+
Location: Cambodia
+
Bio: software engineering Student.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
ᴀᴍ ᴠᴀɴɴᴀ
+
Location: Cambodia
+
Bio: Hello am from cambodia !
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Seakmeng Chheang
+
Location: Cambodia
+
Bio: It’s not worth to fight many obstacles in your life for just a living for your own.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chetra Chann
+
Location: Cambodia
+
Bio: Web Dev @MPTC
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Thearong Phy
+
Location: Phnom Penh, Cambodia
+
Bio: Full-Stack Developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
kso
+
Location: Phnom Penh, Cambodia
+
Bio: I am single
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hangleang
+
Location: Cambodia
+
Bio: Smart Contract Engineer. former @koompi & @bitriel.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sokna Ly
+
Location: Phnom Penh, Cambodia
+
Bio: I write code for a living🧑💻
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Theavuth NHEL
+
Location: Phnom Penh, Cambodia
+
Bio: I graduated from the SETEC institute in 2013 and I had 7+ years of experience in developing and leading software companies.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Henry Seng
+
Location: Phnom Penh - Cambodia
+
Bio: Senior Mobile at Slash.co Multi Programming/Platform Full-stack developer, UX/UI Design
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Phat Panhareach
+
Location: Phnom Penh, Cambodia
+
Bio: Software Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Dale LIM
+
Location: Phom Penh, Cambodia
+
Bio: Electronic Engineer
+
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sereyboth Van
+
Location: Phnom Penh, Cambodia
+
Bio: I am a Ruby on Rails developer. Treat me as an experienced software engineer who love cool projects.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Yuth Set
+
Location: Cambodia
+
Bio: Be Like Pro!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
NhorkSopheakna
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kieran
+
Location: UK and Cambodia
+
Bio: Managing Partner of Mäd Creative.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Singhtararaksmey (Joe) Chea
+
Location: Phnom Penh, Cambodia
+
Bio: Online wizard, offline adventurer 🧙♂️🌄
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chhoun Sophanith
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PHOEM Phanith
+
Location: Phnom Penh, Cambodia
+
Bio: 23 y.o Web Developer from Phnom Penh, Cambodia
+
GitHub Profile
+
+
+
+
+
+
+
+
+
chakriya_met
+
Location: Phnom Penh, Cambodia
+
Bio: DO to OTHERS as you would have them to DO to YOU.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ma veasna
+
Location: Phnom Penh, Cambodia
+
Bio: I like to do all the things
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Seaklong HENG
+
Location: Phnom Penh, Cambodia
+
Bio: Everyone call me ah Smos :>
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ravuthz
+
Location: Cambodia, Phnom Penh
+
Bio: I'm senior developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Hokhy Tann
+
Location: Phnom Penh, Cambodia
+
Bio: Human as SWE
+Hope you get that lame joke 😄.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PAV Limseng
+
Location: Phnom Penh, Cambodia
+
Bio: One day in a café far away.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chanthorn SP
+
Location: Phnom Penh, Cambodia
+
Bio: Love coding solo.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Phana Chhean
+
Location: Phnom Penh, Cambodia
+
Bio: A code enthusiast.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vichit POV
+
Location: Cambodia
+
Bio: Currently, I'm a mobile application developer at Prasac MFI in Cambodia. Every day, I specify on mobile development with multiple programming languages.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
sokphea (BEN)
+
Location: phnom penh ,cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ouspheaktra Phal
+
Location: Siem Reap, Cambodia
+
Bio: KEEP MOVING FORWARD
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Lijen Khoder
+
Location: Phnom Penh, Cambodia
+
Bio: If it works, don't touch it.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Norin Chamroeun
+
Location: Phnom Penh, Cambodia
+
Bio: stupid cambodian developer at the age of 18...
+
GitHub Profile
+
+
+
+
+
+
+
+
+
DenSovan
+
Location: Phnom Penh, Cambodia
+
Bio: Hello World
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vireak
+
Location: Cambodia
+
Bio: Daddy to a little girl.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
kheanglov
+
Location: Phnom penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Thyatdora Ny
+
Location: Cambodia, Phnom Penh
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Rith Prohos Som
+
Location: Asia / Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
samdy
+
Location: Cambodia
+
Bio: Tech Enthusiast
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Votana.Srey
+
Location: Cambodia
+
Bio: Digital Data Scientist | Digital Transformer & Innovator
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Rotsarak Kang
+
Location: Phnom Penh, Cambodia
+
Bio: Computer Vision Engineering | Data Scientist | Web Developer
+#Freelancer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kimsea Sok
+
Location: Cambodia
+
Bio: A blogger, developer, and freelancer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Brilliant PHAL
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Aram Visser
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sovichea Tep
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Pongsametrey
+
Location: Phnom Penh, CAMBODIA
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kimseng Duong
+
Location: Phnom Penh, Cambodia
+
Bio: I make things error...
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Hangsia Hong
+
Location: Cambodia
+
Bio: Life is like a soup and I'm a chopstick.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ROTHA DAPRAVITH
+
Location: Phnom Penh, Cambodia
+
Bio: Welcome to my GitHub account. I'm a student at Institute of Technology of Cambodia (ITC). Interested in Full-stack web Developer.
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Rory Tyler Hayford
+
Location: Phnom Penh, Cambodia
+
Bio: https://gitlab.com/ngua
+
GitHub Profile
+
+
+
+
+
+
+
+
+
lavy
+
Location: Cambodia
+
Bio: Software engineering student.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kuon Sammanak
+
Location: Cambodia
+
Bio: Backend 🎯
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mich Neuy
+
Location: Phnom Penh, Cambodia
+
Bio: junior developer PHP (Laravel) back-end ,VueJs front-end and Mobile(Flutter)🧑🏻💻❤️
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Longcharmroeun
+
Location: Cambodia
+
Bio: Unknown
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Thulasi Rajan P
+
Location: Cambodia
+
Bio: Aspiring Mobile application Developer with more than 6 years of industrial skills. 😎
+
+Programming doesn't solve problems, it executes solutions! 🎯
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ly Eang Chheang
+
Location: Phnom Penh, Cambodia
+
Bio: An undergraduate, first of his name.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Virak HOR
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sokkhey Phauk
+
Location: Phnom Penh, Cambodia
+
Bio: Sokkhey was a lecturer at the Institute of Technology of Cambodia (ITC), Cambodia. He holds a Ph.D. in Data Science from Japan
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Khy Punnreay
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Timophey Khakhanov
+
Location: Phnom Penh, Cambodia
+
Bio: C# and Python game developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Helen
+
Location: Phnom Penh, Cambodia
+
Bio: I am a computer science student at RUPP ( Royal Universities of Phnom Penh )
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Bros Toch
+
Location: Cambodia
+
Bio: My name is Bros Toch, Im a student at Institute of technology of Cambodia. Department IT ( GIC ).
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Yith Sopheaktra
+
Location: Cambodia
+
Bio: studying computer science at Royal University of Phnom Penh in Cambodia
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Piset Heang
+
Location: Phnom Penh, Cambodia
+
Bio: A Programmer who is ready to learn and adapt.
+Web Developer based in Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
ANGEL
+
Location: Phnom Penh, Cambodia
+
Bio: Software Developer and Researcher
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Hourmeng12
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Oum Stalin
+
Location: Phnom Penh, Cambodia
+
Bio: Computer Science | Coding | Networking
+
GitHub Profile
+
+
+
+
+
+
+
+
+
CHHAILENG TIM
+
Location: Cambodia
+
Bio: Flutter developer, Love studying new things on the internet.
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sles Ulvy
+
Location: Phnom Penh Cambodia.
+
Bio: Web Application Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tou
+
Location: Phnom Penh, Cambodia
+
Bio: YES! MY CODE SUCKS! I KNOW THAT!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Paing_Visal
+
Location: Cambodia
+
Bio: 17-Year-old full stack developer, What else? 🤔
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kim kosei
+
Location: Cambodia
+
Bio: Nothing much about me.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sengchheang Chhun
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chhay Socheret
+
Location: Cambodia
+
Bio: Start off small, dream big, keep the motivation going.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tuon Bondol
+
Location: Cambodia
+
Bio: Follow your Dream, Nothing Impossible!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
BookMeBus
+
Location: Kampuchea Krom, KE 2nd Floor, Phnom Penh Cambodia.
+
Bio: BookMeBus, established in 2015, provides a full featured transit cloud based SASS( online booking website and app, backend, marketing tool, BI, ...)
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chea KimHeng
+
Location: Phnom Penh, Cambodia
+
Bio: Curiosity is the wick in the candle of learning.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ngounse
+
Location: Cambodia,
+
Bio: Hello, Nice to meet you.
+I Worked as an application Developer, at @ARDB. From 17-july-2023
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SokhengDin
+
Location: Phnom Penh, Cambodia
+
Bio: Just a normal programmer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sievtheng Dara
+
Location: Siem Reap. Cambodia
+
Bio: A comprehensive experience with frontend and backend provide the opportunity for me to become fullstack developer in web development.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bunleap
+
Location: Cambodia
+
Bio: Front End Developer | Content Creator | Student
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Adam
+
Location: Phnom Penh, Cambodia
+
Bio: Your favorite software developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
EM POV DEV
+
Location: Cambodia
+
Bio: My feel is free for code any my knowledge will post in this github if I can
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vansak Choi
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
SOKHA SEN
+
Location: Cambodia
+
Bio:
+ Backend Web Developer | Software Engineer
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
KIMHOUNG-LIM
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Saka
+
Location: Phnom Penh, Cambodia
+
Bio: Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Morokot Sakal
+
Location: Phnom Penh, Cambodia
+
Bio: Lecturer
+#ProjectManagement #EmbeddedSystem
+#Arduino #Python #C #C++
+
GitHub Profile
+
+
+
+
+
+
+
+
+
RO VINEI
+
Location: Cambodia, Phnom Penh
+
Bio: Love to explore new things and get dump into something, coding is one of my hobbit. Works with Python, AI ReactJS, React-Native, Javascript, HTML5, CSS, PHP...
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mrr Hak
+
Location: Cambodia
+
Bio: I'm a full-stack developer specializing in Flutter and NestJs with GraphQL or Rest API, NextJs, and ASP.Net.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Samnang Im
+
Location: Siem Reap, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Yeoh Soon Keat
+
Location: Cambodia
+
Bio: HelloWorld from Cambodia
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Daveat Corn
+
Location: Phnom penh, Cambodia
+
Bio: Flutter Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sopagna Heang
+
Location: Phnom Penh, Cambodia
+
Bio: I am a Student at Institute of Information of Cambodia (ITC) at Year5 in Department of Information and Communication Engineering (DICE/GIC).
+
GitHub Profile
+
+
+
+
+
+
+
+
+
AN Souphorn
+
Location: Phnom Penh, Cambodia
+
Bio: 🇰🇭
+
GitHub Profile
+
+
+
+
+
+
+
+
+
wooley
+
Location: Phnom Penh,Cambodia
+
Bio: Sometime ,we need a rest.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sopanha
+
Location: Phnom Penh, Cambodia
+
Bio: Code after get up
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Begoingto
+
Location: Phnom Penh, Cambodia
+
Bio: I'm junior developer PHP (Laravel) back-end ,VueJs front-end and Mobile(Flutter)🧑🏻💻❤️
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chorn Thoen
+
Location: Phnom Penh, Cambodia.
+
Bio: Computer Science 👨💻
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vatanak Chamroeun
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vandy NEM
+
Location: Cambodia
+
Bio: 𝙽𝙾𝚃𝙷𝙸𝙽𝙶 𝙲𝙷𝙰𝙽𝙶𝙴𝚂 𝙸𝙵 𝙽𝙾𝚃𝙷𝙸𝙽𝙶 𝙲𝙷𝙰𝙽𝙶𝙴𝚂
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SRENG Khorn
+
Location: Phnom Penh, Cambodia
+
Bio: Software Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sreynich NANG
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Egis
+
Location: Cambodia
+
Bio: Love Coding and doing fast web apps.
+Latest hobbies are traveling, cryptocurrency and tool development like riothing & fucss.
+Why not react? Why not riot?
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tola Leng
+
Location: Phnom, Penh, Cambodia
+
Bio: I Found My Way!
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sokly Heng
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Limhorng Sok
+
Location: Phnom Penh, Cambodia
+
Bio: meh
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sokhuong U.
+
Location: Phnom Penh, Cambodia
+
Bio: I like interactive design, like, a lot.
+I do do front-end development.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SREY_Sokserey
+
Location: Institute of Technology of Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Borrom
+
Location: Phnom Penh Cambodia,
+
Bio: I am an Android Developer, Rails hobby, Traveler and Google-er.
+Being a developer with joy and fun.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sokhon Chhun
+
Location: Cambodia
+
Bio: Isekai
+
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Shingo Kubomura
+
Location: Phnom Penh, Cambodia
+
Bio: Full Stack Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kuyseng CHHOEUN
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vireak
+
Location: Phnom Penh, Cambodia
+
Bio: Fresh Graduate Full Stack Designer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chhorn Kakada
+
Location: Phnom Penh, Cambodia
+
Bio: Live Free
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sovathna Hong
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
KS-Nan
+
Location: Phnom Penh, Cambodia
+
Bio: Adventure is out there!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
ChhengChang NGOR
+
Location: Institute of Technology of Cambodia, Building A, Norodom Boulevard, Phnom Penh
+
Bio: It is Okay
+
+
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sophan
+
Location: Cambodia
+
Bio: I just make Discord Bots
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Lach Sokhour
+
Location: Cambodia
+
Bio: ⛔ Don't Stop!!!⛔
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Pheakdey PhalPhea
+
Location: Cambodia
+
Bio: studying Information Technology At The University of Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
AingHongSin
+
Location: PhnomPenh-Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Kiman
+
Location: Cambodia
+
Bio: I pursue programming to impress my girl.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Thaichor Seng
+
Location: Phnom Penh, Cambodia
+
Bio: full-stack, rails, angular, code quality, review, test
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sovann Lyna
+
Location: Cambodia
+
Bio: Tel: 0962626669
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Panha Uy
+
Location: Cambodia
+
Bio: Senior Mobile Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vanda
+
Location: Phnom Penh, Cambodia
+
Bio: L❤️ve always wins
+
GitHub Profile
+
+
+
+
+
+
+
+
+
DIN SEANGMENG
+
Location: Cambodia
+
Bio: Information of Technology and Communication Engineer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
HalloPhat
+
Location: Cambodia
+
Bio: Thoughts from a wandering mind. I am the senior front-end developer of @turbotechlabs , and an UI/UX designer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
YONG
+
Location: Phnom Penh, Cambodia
+
Bio: Passion about Blockchain, Smart contract and Web development
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SOUM Som On
+
Location: https://www.google.com.kh/maps/place/Institute+of+Technology+of+Cambodia+(ITC)/@11.5704718,104.8983708,15z/data=!4m2!3m1!1s0x0:0x63057e6682968f5?sa=X&ved=0ahUKEwjRru3wtZDTAhVHxbwKHWWIBIYQ_BIIdTAS
+
Bio: I am a student in ICT sector, I am really interested in programming as a Mobile Developer. Currently, I am a student at ITC, Phnom Penh, Cambodia
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Veasna Khy
+
Location: Cambodia
+
Bio: I’m not going to say anything to him because I know he is a good person and I don’t know what todo with youand I don’t want him anymore because I know hacker@
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Theara Kong
+
Location: Phnom Penh, Cambodia
+
Bio:
+ Simply, Easy.
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Borey
+
Location: Cambodia, Phnom Penh
+
Bio: Building a better tomorrow, from one line of code at a time. #science #humanities #society
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ny Sopheaktra
+
Location: Cambodia
+
Bio: I am a billionaire boy
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chileap
+
Location: Cambodia
+
Bio: I am a Senior Ruby on Rails Developer who has experienced working on many complex startup.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kimtong Chy
+
Location: Phnom Penh, Cambodia
+
Bio: I graduated in software engineering but tend to be more interest in data science field. I come accross machine learning, data analyst and many more.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
chhai chivon
+
Location: Phnom Penh, Cambodia
+
Bio: Senior Software Engineer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Paul Saisal
+
Location: Cambodia
+
Bio: I am an online affiliate marketer..I love to promote other people's products as an affiliate...
+Thanks
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Peter Roehlen
+
Location: Banteay Meanchey, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sovannara
+
Location: Phnom Penh Cambodia
+
Bio: I'm a web developer. How about you?
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sreng Hong
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Te Sopheak
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Siven Chean
+
Location: phnom penh , Cambodia
+
Bio: I'm full stack developer with latest web technologies.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sam Allen
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Visothipong Roth
+
Location: Cambodia
+
Bio: Software Engineering
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
So Sovanrotha
+
Location: Phnom Penh, Cambodia
+
Bio: 🇰🇭
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
phearum
+
Location: Institute of Technology of Cambodia
+
Bio: I started learning code from 2017, I had known programming C, HTML, CSS, Java, Compiler, JavaScript, Dart, PHP and Python.
+focus only Java, PHP, Python.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Heng Ratana
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kim Song
+
Location: Phnom Penh, Cambodia
+
Bio: a Computer Science major @ Royal University of Phnom Penh.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Phal Sopheak
+
Location: Cambodia
+
Bio: The root of suffering is attachment.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sothea_Ngin1992
+
Location: Phum 4, Beung Trabek, Cham Kar Mon, Phnom Penh, Cambodia
+
Bio: I am a student. I'm studying at Phnom Penh Build Bright University about Information and Technology.
+I am working as an Information And Technology at The Minis
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Lay Bunnavitou
+
Location: Cambodia(Phnom Penh)
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vivian Chaizemartin
+
Location: Phnom Penh, Cambodia
+
Bio: Software engineer based in Phnom Penh, Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SreynithSam
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Roth
+
Location: Siem Reap, Cambodia
+
Bio: Stop wasting time, Start coding
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sour LeangChhean
+
Location: Cambodia
+
Bio: I am a Software Engineer. Currently I'm building several mobile application and Web Application.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Meas Samrong
+
Location: Sihanoukville, Cambodia.
+
Bio: Good day human, my internet name's J'Corp
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chhunlong Phan
+
Location: Cambodia, Phnon Penh
+
Bio: Web Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
HENG Vongkol
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Phath Narong
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
ឈឹង
+
Location: Phnom Penh, Cambodia
+
Bio: វិស្វករផ្នែកទន់
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Bunnarith Heang
+
Location: Cambodia
+
Bio: Life has no remote. Get up and change it yourself.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kimthun Bunly
+
Location: Cambodia
+
Bio: UX/UI Designer & Programmer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Menghour Say
+
Location: Phnom Penh, Cambodia
+
Bio: Software Engineer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kimsong SAO
+
Location: Cambodia
+
Bio: Software Engineer | ERP Engineer | Instructor | Data Analytics
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ngounthengos
+
Location: Cambodia
+
Bio: Tech Savvy
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ZONEOFIT
+
Location: Cambodia
+
Bio: Brings the update. 👍
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Rattanak Chuon
+
Location: Cambodia
+
Bio: Website Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Hor
+
Location: Phnom Penh, Cambodia
+
Bio:
+សួស្ដីស្រីស្រស់ទងវង😘
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sergey Zubkov
+
Location: Cambodia
+
Bio: https://SaveToFuture.com
+https://ALLPWD.com
+
GitHub Profile
+
+
+
+
+
+
+
+
+
sptheme
+
Location: Phnom Penh, Cambodia
+
Bio: Frontend Dev & UX Designer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sikeat ⚡️
+
Location: Phnom Penh, Cambodia
+
Bio: Laravel, Vue.js, NuxtJS, NestJS, Flutter - Full Stack Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
gimmemochi
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Viney
+
Location: Cambodia
+
Bio: If you want to get really far, Join and build together🚀
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sophara Sum
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Scarlet Pioneer
+
Location: Phnom Penh, Cambodia
+
Bio: Coding ninja ⌨️ | Cyber guardian 🔒| Ethical hacker 👁️🗨️| Building secure solutions 🌐| Passionate about innovation and protecting the digital frontier💡
+
GitHub Profile
+
+
+
+
+
+
+
+
+
thith thin
+
Location: Cambodia
+
Bio: Web developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sath Vichet
+
Location: Phnom Penh, Cambodia
+
Bio: I am a Web Developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Yiman Kaing
+
Location: Battambang, Cambodia
+
Bio: web developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sinh
+
Location: Phnom Penh, Cambodia
+
Bio: Full stack Javascript/Typescript Developer from Cambodia 🇰🇭
+
GitHub Profile
+
+
+
+
+
+
+
+
+
IT-KAMASUTRA-DIMYCH
+
Location: Cambodia
+
Bio: i'm programmer react js worked in google
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Leng The Tech
+
Location: Cambodia, Phnom Penh
+
Bio: One Day.... or Day One?
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Seyha Vorn
+
Location: Cambodia
+
Bio: Full Stack Web Developer, who loves sports, researching new things,
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Pang Vichhai
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Lyhou Phiv
+
Location: Phnom Penh, Cambodia
+
Bio: Computer Science Student
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Puthiphorn
+
Location: Cambodia
+
Bio: Deputy Chief Technology
+
GitHub Profile
+
+
+
+
+
+
+
+
+
PhonSobon
+
Location: Cambodia
+
Bio: Try.........................
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Taravann Heng
+
Location: Phnom Penh, Cambodia
+
Bio: Software Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sam An Mardy
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Phoeuk Pha
+
Location: Takeo Cambodia
+
Bio: I will try to share code for you. Thanks
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Wujae Lee
+
Location: Cambodia
+
Bio: I am a Korean student in Cambodia
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pin Monyvichea
+
Location: Cambodia
+
Bio: L I F E
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Cau5tic
+
Location: Cambodia
+
Bio: I break things
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Phon Sokserey
+
Location: Cambodia
+
Bio: Just a young dumb dude who loves programming.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Thaisan Ly
+
Location: Siem Reap, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
BoB
+
Location: Cambodia-Phnom Penh
+
Bio: Build your future with a daily commit
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kakada CHHEANG
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Seyhark Thay
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Louis Vezia
+
Location: Phnom Penh, Cambodia
+
Bio: Epitech graduated - Web developer - PM/PO
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SuuSoJeat
+
Location: Cambodia
+
Bio: I'm going to become an Immortal Scholar Devil God.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
KAZUYA TAKAHASHI
+
Location: Siem Reap Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Japang LY
+
Location: Pnhom Penh, Cambodia
+
Bio: You want grapes? I can write algorithms that will grow you vineyards, harvest the fruit, and feed it to you while you nap.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sarin Tola
+
Location: Cambodia
+
Bio: Hi there, The name's tola. I am a software development student.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ponleu
+
Location: Phnom Penh, Cambodia
+
Bio: Go beyond bias decision
+
GitHub Profile
+
+
+
+
+
+
+
+
+
AuthurightCode
+
Location: Phnom Penh, Cambodia
+
Bio: Digital Marketer, Developer, Blogger, Freelancer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Brahim Man
+
Location: PhnomPenh, Cambodia
+
Bio: Flutter developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Piseydec
+
Location: Phnom Penh, Cambodia
+
Bio: Dream by day | Code by night 🚀
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Thaiveng Thol
+
Location: Cambodia
+
Bio: Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Man Math
+
Location: Phnom Penh, Cambodia
+
Bio: Technical Lead at @webessentials
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ai3xDx
+
Location: Cambodia
+
Bio: Creativity is intelligence having fun.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chak Saray
+
Location: Phnom Penh, Cambodia
+
Bio: Slapping the keyboard until something happens.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ney Senrith
+
Location: Cambodia
+
Bio: A software engineer student at Kirirom Institute of Technology, where I learn how to build innovative and scalable web applications. I’m passionate about using
+
GitHub Profile
+
+
+
+
+
+
+
+
+
BunfongUng
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sengly
+
Location: Phnom Penh, Cambodia
+
Bio: "I CAN DO THIS ALL DAYS"
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
pbkh_bunthai
+
Location: Cambodia
+
Bio: I am a Platform Developer in PBKH.
+I specialize on back end RESTful API using Java Spring Boot and
+API security.
+
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Suyngorn Veth
+
Location: Phnome Penh, Cambodia
+
Bio: Java Javaspring Android Applicaton
+Python Fastapi
+PHP Laravel
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tan Seyhak
+
Location: Cambodia
+
Bio: just try to do better!!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Jacky
+
Location: Phnom Penh, Cambodia
+
Bio: Bugs Hunter
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chanratha Ly
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
VIBOL TEP
+
Location: Cambodia
+
Bio:
+Computer Science student at the Royal University Of Phnom Penh. Interested In Hybrid Mobile App & Web Development.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Adolf D'silva
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chhengleap Soem
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vichet Sen
+
Location: Phnom Penh, Cambodia
+
Bio: I have been developing business applications for over 10 years. Personally, I love to see improvement in my career and keep learning new things.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
GoodDay
+
Location: Cambodia
+
Bio: My life was born with mystery. But that's why I'm here to experiment and explore that mystery.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sambo Visal
+
Location: Phnom Penh, Cambodia
+
Bio: Junior developer. Mobile app development for native iOS and Flutter, Web application. I am passionate of coding, watching football, reading motivational book.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Yut sophanet
+
Location: Phnom Penh, Cambodia
+
Bio: Love live Loz.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SOEUNDARA
+
Location: Cambodia
+
Bio: I Live in Cambodia Tell85569541887
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Rithy SKUN
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Reginald Sourn
+
Location: Phnom Penh, Cambodia
+
Bio: Programming is complicated because we need Programming to solve our problems.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Bunchhean chhiv
+
Location: Phnom Penh, Cambodia
+
Bio: Hello, I'm a Software Engineering student. I'm interested in the Data science field. I have explored Data analysis and visualization, Data Engineering.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sophal THEAR
+
Location: Phnom Penh, Cambodia
+
Bio: Data Science Researcher at CADT | Lecturer | Master's Program Coordinator
+
GitHub Profile
+
+
+
+
+
+
+
+
+
ChhunLong
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mathearo Buth
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chanthoeun Kim
+
Location: Phnom Penh, Cambodia
+
Bio: I am an IT professional with more than five years of successful experience in web application and mobile development.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SuosPhearith
+
Location: Cambodia, Phnom Penh
+
Bio: I am a software developer. My main major is web development.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Bunthean
+
Location: Phnom Penh, Cambodia
+
Bio: I'm a student of computer science of Royal University of Phnom Penh.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Khouch Koeun
+
Location: #249, Street 51(Pasteur), Sangkat Boeung Keng Kong I, Khan Chamkamon, Phnom Penh, KH 12305 Cambodia
+
Bio: Founder of CamCyber Digital Tech Team
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Math Rorpheeyah
+
Location: Phnom Penh, Cambodia
+
Bio: I am an Android developer. Currently living in Phnom Penh, Cambodia. My interests range from technology to design.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Eric Lou
+
Location: Phnom Penh, Cambodia
+
Bio: Blockchain and Solution Architect enthusiasts
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sokkheang Huo
+
Location: Phnom Penh, Cambodia
+
Bio: Love Code ❤️❤️
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kanharith SOK
+
Location: Svay Rieng, Cambodia
+
Bio: iOS Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
sivuthea oung
+
Location: Cambodia
+
Bio: Taxation is the system by which a government takes money from people and spends it on things such as education, health, and defense.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chhaya Kheng
+
Location: Cambodia
+
Bio: I'm a software engineer and I'm specialized in networking and security.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chanraksmey Phan
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
seyhaheng2
+
Location: Battambang,Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Channvichea Kheng
+
Location: Phnom Penh, Cambodia
+
Bio: Web Engineer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
BlazBlack
+
Location: Cambodia
+
Bio: Free Style Software experiment person........
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chanheng Hong
+
Location: Phnom Penh, Cambodia
+
Bio: I like Spring Boot and Microservice.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Makara SET
+
Location: Phnom Penh, Cambodia
+
Bio: I like programming
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sokun Sovisal
+
Location: Cambodia
+
Bio: Sokun Sovisal Web Developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tavfik Kob
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Vathna
+
Location: Phnom Penh, Cambodia
+
Bio: A generalist.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Visal UDAM
+
Location: Cambodia
+
Bio: I am a Junior-level Front-end Developer, UX/UI Designer, and Project Manager.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
NAK VANNA
+
Location: Cambodia, BanteayMeanchey, Poipet
+
Bio: On the way!
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
R1N
+
Location: Cambodia
+
Bio: Just do some coding.
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Eric Ayizanga
+
Location: Abokobi-Boi,Cambodia street
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Seak
+
Location: Phnom Penh, Cambodia
+
Bio: Senior Software Engineer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pharino CHUM
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Jack the Rizzler
+
Location: Phnom Penh, Cambodia
+
Bio: Data Sciene and AL/ML enjoyer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Visalpou
+
Location: Cambodia, Phnom Penh
+
Bio: Full Stack Web Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sopanhathorn
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sambath Mom
+
Location: Cambodia
+
Bio: Kid Coder (Java, Springboot)
+
GitHub Profile
+
+
+
+
+
+
+
+
+
KOEK Sovannarong
+
Location: Cambodia
+
Bio: A tenth Stack Developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Doungdara Keut
+
Location: Phnom Penh Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Mayuthean
+
Location: Phnom Penh, Cambodia
+
Bio: I'm Web Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pisatto
+
Location: Cambodia
+
Bio: Hi, I dislike combination of words but sadly I am a code engineer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
ChetSovisoth
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Bunnet PHOUNG
+
Location: Cambodia
+
Bio: Software Engineer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
lengsovandara
+
Location: Phnom Penh,Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sauth Phouek
+
Location: #54, St. 271, Tropeang Chhouk Market, Sangkat Toek Thla, Khan Sen Sok, Phnom Penh, Cambodia
+
Bio: Hi, How are you?
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Somnang Tang
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chhaiya Phai
+
Location: Phnom Penh, Cambodia
+
Bio: Welcome to my Profile. I'm Chhaiya. Backend Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Silak Chhum
+
Location: Cambodia
+
Bio: Just do it!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Solikha
+
Location: Phnom Penh, Cambodia
+
Bio: Life is too short to write bad code
+
GitHub Profile
+
+
+
+
+
+
+
+
+
កាបូន26
+
Location: Phnom Penh, Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tun Cham Roeun
+
Location: Cambodia
+
Bio: I am a Full Stack Developer at CloudWare Center. Tech Stacks are Elixir, NodeJS, PostgreSQL, MySQL, Kubernetes, Swift, SwiftUI, Kotlin, Jetpack Compose
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Un Vireak
+
Location: Cambodia, Phnom Penh
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
JadeBetty
+
Location: Cambodia
+
Bio: Hey there! I am a Cambodian programmer, I usually spend my time tinkering with NodeJS, HTML and CSS properties, and Linux configurations.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
sereyvathana
+
Location: Phnom Penh Cambodia
+
Bio: Computer Science
+| Java |Python |WebDeveloper |QT&QML | Rust
+| Self-learner
+
GitHub Profile
+
+
+
+
+
+
+
+
+
socheatha
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
GuoErr
+
Location: Phnom Penh, Cambodia
+
Bio: hello world welcome to my guy :)
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Dara Peou
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
TRY Sothea
+
Location: #19B, St. 371 Borei Sorla, Tek Thla, Seksok, Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sakona Chhoeurng
+
Location: Phnom Penh , Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
EM DiYA
+
Location: Cambodia
+
Bio: Hello, My Name is Diya.
+I am a Full Stack Developer based in Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Raksa
+
Location: Phnom Penh , Cambodia
+
Bio: Like to research , design , and develop software for fun and doing with love. :3
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Phearun UM
+
Location: Sihanoukville , cambodia
+
Bio: Sihanouk Ville , Cambodia
+Tel : 85516504488
+Email: phearunum@gmail.com
+ phearunum.dev@gmail.com
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chenla Institute
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sothea Nuon
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tepken Vannkorn
+
Location: Phnom Penh, Cambodia
+
Bio: I am a freelance Full Stack WordPress developer based in Phnom Penh, Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Souris
+
Location: Cambodia
+
Bio: Product Designer / Frontend Dev from Cambodia
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
VIREAK KEOSOKVIBOL
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Panha.K
+
Location: Cambodia
+
Bio: Software Engineer Developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sunhak Hout
+
Location: Phnom Penh, Cambodia
+
Bio: Software Engineer | TypeScript | NodeJS | ReactJS | AWS | PWA
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tola VOEUNG
+
Location: Phnom Penh, Cambodia
+
Bio: Fullstack backend and Frontend Engineer.
+Skills: Nodejs, PHP, ReactJS, Angular, React Native, Swift, AWS, Azure, Google Cloud, Restful API, @Cosync
+
GitHub Profile
+
+
+
+
+
+
+
+
+
suon vannputhika
+
Location: cambodia
+
Bio: first year software engineering student
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Morn Mey
+
Location: Phnom Penh, Cambodia
+
Bio: Developer
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PUTHIKA HOK
+
Location: Cambodia
+
Bio: Cyber Security Enthusiast | Bachelor student at American University of Phnom Penh & Fort Hay State University
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sean Nuon
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vathanak
+
Location: Phnom Penh, Cambodia
+
Bio: Noob Programmer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sereivoan Yong
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Eanghort Choeng
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
kimoun945
+
Location: Phnom Penh Cambodia
+
Bio: Account Yahoo! Username : kimoun945
+First Name: Kim
+Last Name: Oun
+Gender : Male
+Birthday: 09/09/1985
+Email: kimoun945@yahoo.com
+Telephone: 012255079
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Lay Mengly
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Alujack
+
Location: Cambodia
+
Bio: Killing is alway better than giving mercy
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
LongPiseth
+
Location: Phnom Penh , Cambodia
+
Bio: Introvert man
+(❁´◡`❁)/_ \/_ \☆*: .。. o(≧▽≦)o .。.:*☆
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
vannuth chhorn
+
Location: cambodia
+
Bio: Success depends on yourself
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Neang Sopheap
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
TENG PANHA
+
Location: cambodia
+
Bio: - Setec Institude
+-Etec Centre
+-time management skill
+-adaptable with team
+-willing to learn
+-quick to learn new thing
+-proplem solving
+-descripline
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Thong MengDeva
+
Location: Cambodia
+
Bio: I'm a Student at Setec Institute
+
GitHub Profile
+
+
+
+
+
+
+
+
+
TengKimhan
+
Location: Phnom Penh, Cambodia
+
Bio: Undergraduate Student @SUSTech
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sar Soeurng
+
Location: Phnom Penh, Cambodia
+
Bio: Programmer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sokheng Pory
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Dylan Edwards
+
Location: Siem Reap, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chakreya
+
Location: Phnom Penh, Cambodia
+
Bio: build communication to world.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mithona Kim
+
Location: PhnomPenh, Cambodia
+
Bio: Coding make Changing my life.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Joe Ogden
+
Location: Cambodia
+
Bio: Website / WordPress, Creative Design, and IT Systems Consultant - Creating interesting things in Phnom Penh Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vannheng Chang
+
Location: Phnom Penh, Cambodia
+
Bio: 💻 📱iOS Application Developer
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Lenghak Hok
+
Location: Cambodia
+
Bio: This person is too lazy to leave some of his stupid wisdom.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chamroeun OUM
+
Location: Cambodia
+
Bio: I am passionate about the technology, and apply it to help humanity
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Jason Meng
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chhin Sras
+
Location: Cambodia
+
Bio: Software Engineer and Open Source
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
KoemHeng Chhun
+
Location: Phnom Penh, Cambodia
+
Bio: My World and Want to be Developer.
+_C#.NET Programming
+_ASP.NET Core
+_MVC, Rest-API
+_HTML, CSS, JAVASCRIPT
+
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Jobify
+
Location: Mt. Kirirom, Cambodia
+
Bio: Get the job that match your major quick and easy!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tykea Ly
+
Location: PhnomPenh, Cambodia
+
Bio: i am error . . .
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
samphors
+
Location: Cambodia, Phnom Penh.
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
khemrak11
+
Location: cambodia
+
Bio: My life is about learning from the mistake
+
GitHub Profile
+
+
+
+
+
+
+
+
+
beth borin
+
Location: Phnom penh Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Pirun Seng
+
Location: Phnom Penh, Cambodia
+
Bio: I am a Software Engineer. I've got proven 5+ years experience building web app with Ruby on Rails. Currently, I've been extending my skill with Angular & React.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vy Sokhamphou
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Korng Samnang
+
Location: Phnom Penh, Cambodia
+
Bio: A passionate computer science student from Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SongSina
+
Location: Cambodia
+
Bio: Now I'm a video editor
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sour
+
Location: Battambang , Cambodia
+
Bio: i'm 29 year old , Meteor JS + Flutter Dev
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Yuthear THY
+
Location: Phnom Penh, Cambodia
+
Bio: WordPress Developer - Flutter Developer. Like having a cup of iced cappuccino.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Kuth
+
Location: Cambodia
+
Bio: We are available to be discus on your project.
+EZ Startup - Team. . Full stack developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ratanak Ieng
+
Location: Cambodia
+
Bio: Copy Paste
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chou Chamnan
+
Location: Cambodia
+
Bio: Hello, my name is chamnan . I am a student infomation technology, I love sharing about coding and project
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Yong Vuthivann
+
Location: Phnom Penh, Cambodia
+
Bio: Focus stair over stairs
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Cheat Setha
+
Location: phnom penh Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Proeung Chiso
+
Location: Cambodia
+
Bio: Hello, I'm Chiso From Cambodia
+
GitHub Profile
+
+
+
+
+
+
+
+
+
CHAN VANNA
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Perseus X
+
Location: Cambodia
+
Bio: Just some noob lolz...
+
GitHub Profile
+
+
+
+
+
+
+
+
+
TaraVirak
+
Location: Phnom Penh, Cambodia
+
Bio: True understanding has its own beauty.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sokkheang Huo
+
Location: Phnom Penh, Cambodia
+
Bio: Love Code ❤️❤️
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Stanley Williamson
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Heng Kimhak
+
Location: Cambodia
+
Bio: Senior Software Engineering Student, Linux, Python
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chuob Piseth
+
Location: Phnom Penh City, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sengkhun Lim
+
Location: Phnom Penh, Cambodia
+
Bio: Passionate in entrepreneurship and technology.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Rithikun Sen
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Benz
+
Location: Cambodia
+
Bio: Every day is a chance to get better
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tivea Phork
+
Location: Cambodia
+
Bio: Keep trying
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Verak Satya
+
Location: Phnom Penh, Cambodia
+
Bio: Hi I'm Verak Satya
+Full stack developer with 4 years plus Laravel.
+Happy to talk to anyone with my personal email : hengpacific@gmail.com
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Davit Vich
+
Location: Phnompenh cambodia
+
Bio: Book Books
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Thavry Em
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hacked6690
+
Location: Phnom Penh, Cambodia
+
Bio: loading...
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Son Thach
+
Location: Phnom Penh, Cambodia
+
Bio: Programming Joke
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Eam Channdara
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Skiiicodle
+
Location: Cambodia
+
Bio: Hi, i'm very new to this coding thing.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
ReahouXd
+
Location: Cambodia
+
Bio: I am a student Software development
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Thon Chhavalit
+
Location: Phnom Penh, Cambodia
+
Bio: With great power comes great responsibility
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
CHAN Chamroeun
+
Location: Phnom Penh, Cambodia
+
Bio: I love coding :=)
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Phun Oudom
+
Location: Phnom Penh, Cambodia
+
Bio: My name is Oudom, Im 26 years old and Im from Cambodia. I passion about learning programming and coding in order to develop my own application platform.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
CHAN SORANEAT CHANTHAN
+
Location: Cambodia
+
Bio: Interested in using Data Science, Data Analytics, Machine Learning, Deep Learning and Computer Vision in order to solve real-world advanced problems.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
CambodiaJohn
+
Location: Phnom Penh / Cambodia
+
Bio: My passion for helping others so they can succeed is what drives me to code.
+Using relevant tech such as HTML, CSS JavaScript, Node, MongoDB, Express, React.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
RCS STORE
+
Location: Cambodia
+
Bio: @RcsRak @Lyheang1
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chan Sila
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Pheng Sengvuthy
+
Location: Kampong Cham Province, Cambodia
+
Bio: :3
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tuong Mengleang
+
Location: Phnom Penh, Cambodia
+
Bio: I'm Web developer in Cambodia
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kouipheng LEE
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
xinthon
+
Location: Cambodia
+
Bio: Exploring Deep Learning. Thinks like a processor.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Khov Ea Hang
+
Location: Phnom Penh, Cambodia
+
Bio: Full Stack developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Mengsroin HENG
+
Location: Phnom Penh, Cambodia
+
Bio: A Software Engineer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Mizter Galaxii
+
Location: Phnom Penh Cambodia
+
Bio: Codeigniter and PHP Developer and WordPress Designer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Povkoko
+
Location: Phnom Penh, Cambodia.
+
Bio: Hello, all guys I'm working on Front-end development.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sophara
+
Location: Phnom Penh, Cambodia
+
Bio: I'm a Front-End Dev and UX/UI Designer. I'm also doing some work related to Visual Graphic Design and other stuff.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Khoem Bunthoeurn
+
Location: Phnom Penh, Cambodia.
+
Bio: Trust me I will do my best.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Lythorn Hak
+
Location: Cambodia
+
Bio: I Learning in RUPP
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Leangheng Map
+
Location: Phnom Penh, Cambodia
+
Bio: A goal without a plan it just a wish
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Caivy
+
Location: Cambodia
+
Bio: Certified Weeb Programmer 🌟 | Anime Enthusiast 💻🌸 | Coding with Otaku Flair ⚡📺
+
GitHub Profile
+
+
+
+
+
+
+
+
+
AN Panharith
+
Location: Phnom Penh, Cambodia
+
Bio: Software & Network Engineer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Web Essentials Jenkins
+
Location: Phnom Penh, Cambodia
+
Bio: Developing Software. Developing People.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Yav Sophearin
+
Location: Siem Reap, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vaneath
+
Location: Phnom Penh, Cambodia
+
Bio: JUCIY music favors!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sereirith
+
Location: Cambodia
+
Bio: Greeting everyone. I'm Mean Sereirith Ros.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chiaki_0407
+
Location: Cambodia
+
Bio: Always intrigued!!!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Robin Ellis
+
Location: KPS, Cambodia
+
Bio: I love Java, Spring Boot, coffee, Cambodia, EVE Online and quality techno.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Oun Chanraksmey
+
Location: Phnom Penh, Cambodia
+
Bio: I am a mobile app developer. I can build app with Flutter & Dart. I also interested in Web development and Computer Network
+
GitHub Profile
+
+
+
+
+
+
+
+
+
sothealoem
+
Location: Cambodia
+
Bio: Freelancer: Mobile App Developer.
+
+Languages: Dart | JavaScript | Java.
+
+Contact me: Loemsothea222@gmail.com
+
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sokun Deborey
+
Location: Cambodia
+
Bio: Pretending!!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Or Vitovongsak
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tona Chheun
+
Location: Phnom Penh, Cambodia
+
Bio: Web Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Kosal Nith
+
Location: Phnom Penh, Cambodia
+
Bio: Junior Research Fellow
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Samnang Ma
+
Location: Cambodia
+
Bio: LONG LIVE THE KING
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chhinghor Leng
+
Location: Phnom Penh, Teuk Thla,Sen Sok, Cambodia.
+
Bio: frontend developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Lymeng
+
Location: Phnom Penh, Cambodia
+
Bio:
+Android Developer
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SrunScotty
+
Location: Phnom Penh, Cambodia
+
Bio: I'm a fresh graduate student with a bachelor's degree in Computer Science 💻 at RUPP 🇰🇭. 😊 And a CoffeeDrinker ☕️ by passion 💖✨
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tim Hokty
+
Location: Kandal, Cambodia
+
Bio: Backend Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
so pheaktra
+
Location: Phnom Penh, Cambodia
+
Bio: Front-end Developer at Coolbeans Digital
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chhun Piseth
+
Location: Cambodia, Phnom Penh
+
Bio: Junior Web Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
KrazyEcho
+
Location: Phnom Penh, Cambodia
+
Bio: Just chill and write stuff I have in mind for fun 🍃
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Yim Kimyen
+
Location: Cambodia, Phnom Penh
+
Bio: I am a teacher of English in Cambodia, Kampong cham.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Mia Chung
+
Location: Phnom Penh, Cambodia
+
Bio: I am a writer and editor with Open Development Mekong specializing in Mekong Region development issues
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Garvit Kumar Arya
+
Location: Phnom Penh, Cambodia
+
Bio: A keen & crazy learner, enhancing his craziness in the field of Data Science.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Simon Ross
+
Location: Phnom Penh, Cambodia
+
Bio: I am a consultant with Open Development Mekong working with the Thai, Vietnamese, and Laos teams as well as doing some writing for Open Development Mekong.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PutheaMam
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Rithya
+
Location: Cambodia
+
Bio: i am a freelance web developer from Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vuthisak KHY
+
Location: Cambodia
+
Bio: Hello guys, I'm a mobile developer who has experience in Flutter, Android, Expressjs, VueJs, ReactJs, etc...
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sunnguon Taing
+
Location: Sihanoukville, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chhit Sakdeda
+
Location: Siem Reap, Cambodia
+
Bio: Problems are the solution
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sovanndara Diep
+
Location: Phnom Penh Cambodia KH
+
Bio: Movie Streaming App
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
WinDY
+
Location: Cambodia
+
Bio: hello am windy, I love learning new staff and researching something new.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
visal sork
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tifong Kol
+
Location: Phnom Penh, Cambodia
+
Bio: I made software.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Suon Vicheak
+
Location: Cambodia
+
Bio: Software Developer
+
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Lee
+
Location: Phnom Penh, Cambodia
+
Bio: web-development
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Bunthoeun
+
Location: #35A Street 155 Russian Market, Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
NithMario
+
Location: Phnom Penh Cambodia
+
Bio: My name is Phanith I'm a Web & Mobile Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sydore Pry
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Por VET
+
Location: Phnom Penh, Cambodia
+
Bio: Founder & CEO at Clickworker Co., ltd.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tang Konghuy
+
Location: Phnom Penh, Cambodia
+
Bio: Software Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
C-Sovandy
+
Location: Svay Rieng, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Mahfuj Ahmed Jakir
+
Location: Phnom Penh, Cambodia
+
Bio: A professional developer specialized in JavaScript based technologies. I love programming, writing clean and maintainable code for web and mobile applications.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kaing Dara
+
Location: Cambodia
+
Bio: NodeJS, Udemy, Anime
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Rachana Un
+
Location: Cambodia
+
Bio: Senior ERP Consultants
+
GitHub Profile
+
+
+
+
+
+
+
+
+
ផាន់ ផាត់
+
Location: SiemReap cambodia
+
Bio: try the best of your can
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Reaksa
+
Location: Cambodia
+
Bio: Life is Beautiful
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
GionHobby
+
Location: Phnom Penh, Cambodia
+
Bio: Do with love.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
chhornggg
+
Location: Cambodia
+
Bio: Hello guys, My name is Chhorng. And I'm about to begin here.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
BEY Suchea
+
Location: Battambang, Cambodia.
+
Bio: I'm a low Level of Web Developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Thearith
+
Location: Phnom Penh, Cambodia
+
Bio: Master's Degree student of Data Science at the University of Puthisastra
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Soklong HIM
+
Location: Phnom Penh, Cambodia
+
Bio: Currently, I am an NLP Researcher at CADT. I am interested in Speech Processing, Speaker Verification and Speaker Diarization.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ouk Sarapich
+
Location: Kirirom, Cambodia
+
Bio: A student from KIT who still have so much to learn
+
GitHub Profile
+
+
+
+
+
+
+
+
+
tea sokhomoliyuth - ទា សុខូម៉ូលីយុទ្ធ
+
Location: Phnom penh, Cambodia
+
Bio: Dev at National bank of Cambodia, and freelancer as JS developers
+
GitHub Profile
+
+
+
+
+
+
+
+
+
ChhayLay
+
Location: Cambodia
+
Bio: Developer
+Cambodia
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sunly Ear
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
KHYVEASNA
+
Location: Cambodia
+
Bio: GitHub.Coll
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chann Sophat
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Dyna Chhan
+
Location: Phnom Penh city, Cambodia
+
Bio: A sophomore with having more than two years experiences of studying at Passerelles Numeriques Cambodia in Wep Development
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ichhim Chhuor
+
Location: Phnom Penh, Cambodia.
+
Bio: Yii2, Laravel, Node.js
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sok Kimsoeurn
+
Location: Battambang, Cambodia
+
Bio: I'm a Freelancer Web Developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chea_Darika
+
Location: Cambodia
+
Bio: I'm studying information engineering at Institute of Technology of Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
PtrPovgyh
+
Location: stung treng, cambodia
+
Bio: https://about.me/ptrpov
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
stone
+
Location: Phnom Penh, Cambodia
+
Bio: love programming
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sinn (Sinal) Meas
+
Location: Siem Reap, Cambodia
+
Bio: Software developer, towards AI/ML
+
GitHub Profile
+
+
+
+
+
+
+
+
+
IsaacJReay
+
Location: Cambodia
+
Bio: Don't Bother
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Asian Hope IT Department
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Pich Ream Arun
+
Location: Cambodia, Kampong Speu, vKirirom Resort, Kirirom Institute of Technology
+
Bio: Student of Kirirom Institute of Technology, Year 04.
+UI / UX Designer - Frontend Developer and Designer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Phekdy PHORN
+
Location: Cambodia
+
Bio: I'm phekdy. I'm learning IT. I'm student. I live in Cambodia. Thanks for connecting with me and thanks to others help me.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Mengty Vong
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SokHeng Roeun
+
Location: Cambodia
+
Bio: MADE WITH UNITY.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
GBS Technology
+
Location: Cambodia
+
Bio: Software Development
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Em Sokrattanak Utdorm
+
Location: Cambodia
+
Bio: Your daily source of ... code? Maybe?
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sophoun Nheum
+
Location: Phnom Penh, Cambodia
+
Bio: Manager, Android Development @PrinceBank.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
SRS Project
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Khiev Vivadh
+
Location: Phnom Penh,Cambodia
+
Bio: curious programmer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chhaihong
+
Location: Phnom Penh, Cambodia
+
Bio: just do it
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Veasna Mai
+
Location: Cambodia
+
Bio: Hello, How can I help you?
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Den Sok
+
Location: Cambodia
+
Bio: Totally not an alien, it's me.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Khiev Boraty
+
Location: Phnom Penh, Cambodia
+
Bio: Hello There, Fellow Tech People!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chhun Panharath
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tmob
+
Location: Phnom penh, Cambodia
+
Bio: Working with Attention. It's all we need.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sopheak Saing
+
Location: Phnom Penh, Cambodia
+
Bio: Developer intern at Khalibre since 2022
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sun Sreng
+
Location: Phnom Penh, Cambodia
+
Bio: .NET Core and Angular Developer and currently interesting in firebase.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sem Rithiro
+
Location: Phnom Penh, Cambodia.
+
Bio: Only programmer can speak this language.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Norbert Klein
+
Location: Phnom Penh/Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sarin Yuok
+
Location: 21551 WA, Phnom Penh Cambodia
+
Bio: I am Cambodia (100431203 and 101200265). My region is America (117011000770). My passport is N00320941. I live in Cambodia.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
SamboHEL
+
Location: Phnom Penh, Cambodia.
+
Bio: I am in the first year of Master degree in RUPP.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sovathara Som
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Rean Youda
+
Location: Cambodia,Phnom Penh , 33A,ST 261
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Nick
+
Location: Cambodia
+
Bio: Lived in Spain and then France and now have settled in Phnom Penh, Cambodia. Just starting to learn about coding and am loving the Odin Project. Yayyyy Odin!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Saravuth Yuth
+
Location: PHNOM PENH, CAMBODIA
+
Bio: I'm a Software Developer for Scientific-Innovations Company Co., Ltd.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Yen Vichet
+
Location: Cambodia
+
Bio: Application Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ngo Pichoudom
+
Location: Cambodia
+
Bio: Frontend Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Norindeth Mao
+
Location: Phnom Penh, Cambodia
+
Bio: for(;age<=life.length;age++) knowledge++;
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
HOAT MENGCHEA
+
Location: PHNOM PENH, CAMBODIA.
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Dara Vichit( swag )
+
Location: phnom penh, cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Winston
+
Location: Phnom Penh, Cambodia
+
Bio: Mobile Development (Freelance and as company )
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sa Thearith
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Howard Campbell
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SroeungKimheng
+
Location: Cambodia
+
Bio: Passion With Web Develop
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tharith Phon
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Theany SOK
+
Location: Cambodia
+
Bio: IT student
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Noeurn Neang
+
Location: Phnom Penh, Cambodia
+
Bio: 8+ years experience in software development. Full-Stack Developer (Laravel PHP, NodeJS, ReactJS, MySQL, MongoDB, ...etc)
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Grace
+
Location: Cambodia
+
Bio: Lock the happiness of a lifetime with a bracelet
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Heng Hongsea
+
Location: Cambodia
+
Bio: Technology for future
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Lay Chansetha
+
Location: Phnom Penh, Cambodia
+
Bio: I'm a technology enthusiast, but I'm not a techie. I just like to use technology to make my life easier and more fun.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
KOEM SEAN
+
Location: Phnom Penh, Cambodia
+
Bio: Never give up, the beginning is always the hardest.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Net Se
+
Location: Phnom Penh Cambodia
+
Bio: Junior Software Developer
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Vireak REN
+
Location: Cambodia / Germany
+
Bio: Salesforce Developer, Apex programming, Java programming, Database, API concept,
+Web Development (HTML, CSS, JS, PHP, Laravel)
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Nan ណាន
+
Location: Phnom Penh, Cambodia
+
Bio: Ph.D Candidate
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Hy Chhayrith
+
Location: Cambodia
+
Bio: My name is Hy Chhayrith. From Cambodia and a freshman student of Software Engineer of Kirirom Institute of Technology.
+I'm so passionate about technology.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sovatana Kao
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Bunheng Mom
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
vetsineth
+
Location: Battambang,Cambodia
+
Bio: I am a student at RPITSB
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Ek Chhuon
+
Location: Phnom Penh, Cambodia
+
Bio: iOS Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Reuk Bundara
+
Location: Phnom Penh, Cambodia
+
Bio: I am a Front-End Developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chandarith Chea
+
Location: Kampong Cham, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Yem Senpunleu
+
Location: Phnom Penh, Cambodia
+
Bio: Mobile Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
POU
+
Location: Phnom Penh, Cambodia
+
Bio: Hi there, I'm Pou!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Mouyleng
+
Location: Cambodia
+
Bio: Girl in Tech, Obsess with Self Development,
+
+Frontend Dev, UI/UX design
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Makara Phav
+
Location: Cambodia
+
Bio: A Cambodian data scientist who love to tackle a challenging problem
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Samnang Yi
+
Location: #40, St. 348, Sangkat Toul Svay Prey 1, Khan Chamkar Morn, Phnom Penh, Cambodia.
+
Bio: Develop and sharing project sample provide anything with developer searching
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sovathmonyvann Koch
+
Location: Phnom penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ZACH
+
Location: Battambang, Cambodia
+
Bio: Experience is the same everyone gives to their mistakes. (cp)
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Channa Mak
+
Location: Phnom Penh, Cambodia
+
Bio: Designing and developing mobile application with passion
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Suon May Sophanith
+
Location: Cambodia
+
Bio: Khmer Typeface/Font Designer, Graphics Design
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sokheang Khun
+
Location: Kandal, Cambodia
+
Bio: I'm a loser who loves code.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
viphou chhun
+
Location: Cambodia
+
Bio: learning....
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Rapol
+
Location: Cambodia
+
Bio: Goes by the name Shisun
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chhan Rathana
+
Location: Cambodia, Phnom Penh
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
sareuon
+
Location: Phnom Penh Cambodia
+
Bio: 10 years Developer, specialists in Gis and web mapping
+
GitHub Profile
+
+
+
+
+
+
+
+
+
BongSeiha
+
Location: Phnom Penh,Cambodia
+
Bio: Hey there! I'm a graphic and web designer who's all about creating amazing designs that help people communicate their ideas effectively.
+My passion for design
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Taing kheng leang
+
Location: Phnom Penh, Cambodia
+
Bio: I worked with Website Developer with PHP (WordPress) and Software Developer with PHP (Laravel) to support system ERP.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Jane Roffer
+
Location: Phnom Penh/Cambodia
+
Bio: LInk to the future
+
GitHub Profile
+
+
+
+
+
+
+
+
+
sopanha
+
Location: Phnom Penh, Cambodia
+
Bio: I STILL Know Nothing in 2024
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Adalidda
+
Location: Cambodia
+
Bio: Global Networking Hub dedicated to Entrepreneurs, Startups, Technologies and International Development
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Soriya Drama
+
Location: Siem Reap Cambodia
+
Bio: Message board administrator
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
nysreypao
+
Location: Toul kok, Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ratha Pov
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
SAM AN RAMEK
+
Location: Phnom Penh,Cambodia
+
Bio: Invest Digital Currency
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Chanthan Mao
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kps16
+
Location: Cambodia
+
Bio: Hi Human!!!
+My name Piseth, I'm single.
+I like success,so everything I do, I always try to achieve my goals
+
GitHub Profile
+
+
+
+
+
+
+
+
+
wickedguru
+
Location: Cambodia
+
Bio: Noobish programmer =D
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Lyhieb KHON
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Soklin Kim
+
Location: Cambodia
+
Bio: high school student in grade 11
+
GitHub Profile
+
+
+
+
+
+
+
+
+
chreounsary
+
Location: Phnom Penh City Cambodia
+
Bio: Learning
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sodara Sou
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sovann Narith
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
KEO KIMSONG
+
Location: Cambodia
+
Bio: Be the best possible version of yourself.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Visal The P L A N E R
+
Location: Cambodia
+
Bio: I'm a Kid and I know how to Script in Roblox and a little bit in Unity.
+
+
+If u wanna Contact me --> https://t.me/ScripterPLANE
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SEK Channchealy
+
Location: CAMBODIA
+
Bio: in field of IT.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Suythea
+
Location: Phnom Penh City, Cambodia
+
Bio: I am Suythea,Software Engineering, studying at Norton University.
+I love Computer Science and philosophy very much.
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Seak Narong
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
CamMob
+
Location: Phnom Penh, Cambodia
+
Bio: Mobile Apps Development
+
GitHub Profile
+
+
+
+
+
+
+
+
+
William Sivutha Poch
+
Location: Phnom Penh, Cambodia
+
Bio: Junior Data Analyst at Smart Axiata Cambodia.
+
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Tony
+
Location: Phnom Penh, Cambodia
+
Bio: Do It Right
+
GitHub Profile
+
+
+
+
+
+
+
+
+
David Park
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kuon Sovila
+
Location: Cambodia
+
Bio: I love coding.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Neang kakada
+
Location: Phnom Penh, Cambodia
+
Bio: Web Developer, Phnom Penh Cambodia
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Sereyboth Chamroeun
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Panha6661
+
Location: Phnom Penh, Cambodia
+
Bio: Face my fear
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Prak Chalna
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Chantha Suon
+
Location: Phnom Penh, Cambodia
+
Bio: All happi :)
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SokHengRoeun
+
Location: Cambodia
+
Bio: iOS Application Developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Him Dalim Ronald
+
Location: Phnom Penh, Cambodia
+
Bio: Frontend Developer Intern at DreamsLAB. Junior Computer Science Student at Cambodia Academy of Digital Technology. Event management as a part-time hobby.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
thearith08
+
Location: Cambodia, Phnom Penh
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ChanvisalYorn
+
Location: Phnom Penh/ Cambodia
+
Bio: Roses are red, Violets are blue, error unexpect } on line 42.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
XentoCode
+
Location: Phnom Penh, Cambodia
+
Bio: Desktop Developer
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Theara Ren
+
Location: Cambodia
+
Bio: Lolllllllllllllllllllllllllllllllllllllll
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Khid
+
Location: Phnom Penh, Cambodia.
+
Bio: I love C, but I wanted to C#
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
SokreamPhan
+
Location: Phnom Penh, Cambodia
+
Bio: Odoo ERP Functional and Technical Engineer
+(Khmer and English speaker)
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tal Samnang
+
Location: phnom penh,cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Khunsith KHIM
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Vantharith
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
samangpen
+
Location: Phnom Penh (Cambodia)
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Seney Sean
+
Location: Yellow Tower - 5th floor #191, Tonle Sap Road - Chroy Changvar - Phnom Penh - Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
MasterTech
+
Location: Phnom Penh, Cambodia
+
Bio: Sharing real life experience about technology and the Intelligence Development
+
GitHub Profile
+
+
+
+
+
+
+
+
+
ShareAll (Cambodia Chea Sopheak)
+
Location: Cambodia Phnom Penh
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
phonrathana.github.io
+
Location: Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
khengleng
+
Location: Cambodia
+
Bio: New journey with new world
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Leanghak SEIREY
+
Location: Kandal, Phnum Penh, Cambodia
+
Bio: I'm Leanghak SEIREY. I was born in Kandal Province in 2003. My goal is to be a full-stack developer.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Sovannara Chea
+
Location: Phnom Penh, Cambodia
+
Bio: Officer Software Development
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ros Moni Pagna
+
Location: Russey Keo, Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Gert Johannes Fourie
+
Location: Cambodia
+
Bio: Forest Science professional. Exploring Software Engineering and Data Science. Interesting projects in the pipeline.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Razzy
+
Location: Cambodia
+
Bio: Hey!! Y’all I’m a new one at Flutter. ☺️
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Kosal Koeung
+
Location: Cambodia
+
Bio: Senior Web Developer located in Phnom Penh, Cambodia.
+Love Traveling <3.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Piseth Chhom
+
Location: Phnom Penh, Cambodia
+
Bio:
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Bee Pov
+
Location: Cambodia
+
Bio: Backend / DevOps / Automate QA
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Mao Kim Huong
+
Location: Phnom Penh,Cambodia
+
Bio: learning sharing earning❤
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Ger Groeneveld
+
Location: Philippines, Vietnam, Cambodia, Nederland
+
Bio: Ir. Techncial Physics, applied physics, Rijksuniversiteit Groningen. Lot's of programming work for industrial environments, mainly energy generating devices.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Monynith Sovann
+
Location: Cambodia
+
Bio: just me.
+
GitHub Profile
+
+
+
+
+
+
+
+
+
SOKCHEA CHUN
+
Location: Cambodia
+
Bio: Nothing just sleep and eat!
+
GitHub Profile
+
+
+
+
+
+
+
+
+
Tanmoy Chowdhury
+
Location: Phnom Penh, Cambodia
+
Bio: Software Engineer || 컴퓨터공학부, 서울대학교 (Computer Science and Engineering, Seoul National University)
+
GitHub Profile
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Naven Hon
+
Location: Phnom Penh, Cambodia
+
Bio: Conservationist, ecologist and biologist in Cambodia.
+
GitHub Profile
+
+
+
diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 0000000..9c84847
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,409 @@
+{
+ "name": "github-sponsorable-in-japan",
+ "version": "0.1.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "github-sponsorable-in-japan",
+ "version": "0.1.0",
+ "devDependencies": {
+ "@octokit/core": "^4.2.0",
+ "@octokit/plugin-paginate-graphql": "^2.0.1",
+ "@types/node": "18.14.4",
+ "markdown-function": "^2.0.0",
+ "ts-node": "^10.9.2",
+ "typescript": "^5.3.3"
+ }
+ },
+ "node_modules/@cspotcode/source-map-support": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/trace-mapping": "0.3.9"
+ },
+ "engines": {
+ "node": ">=12"
+ }
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
+ "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.4.14",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
+ "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
+ "dev": true
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.9",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.0.3",
+ "@jridgewell/sourcemap-codec": "^1.4.10"
+ }
+ },
+ "node_modules/@octokit/auth-token": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.3.tgz",
+ "integrity": "sha512-/aFM2M4HVDBT/jjDBa84sJniv1t9Gm/rLkalaz9htOm+L+8JMj1k9w0CkUdcxNyNxZPlTxKPVko+m1VlM58ZVA==",
+ "dev": true,
+ "dependencies": {
+ "@octokit/types": "^9.0.0"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/@octokit/core": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/@octokit/core/-/core-4.2.0.tgz",
+ "integrity": "sha512-AgvDRUg3COpR82P7PBdGZF/NNqGmtMq2NiPqeSsDIeCfYFOZ9gddqWNQHnFdEUf+YwOj4aZYmJnlPp7OXmDIDg==",
+ "dev": true,
+ "dependencies": {
+ "@octokit/auth-token": "^3.0.0",
+ "@octokit/graphql": "^5.0.0",
+ "@octokit/request": "^6.0.0",
+ "@octokit/request-error": "^3.0.0",
+ "@octokit/types": "^9.0.0",
+ "before-after-hook": "^2.2.0",
+ "universal-user-agent": "^6.0.0"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/@octokit/endpoint": {
+ "version": "7.0.5",
+ "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-7.0.5.tgz",
+ "integrity": "sha512-LG4o4HMY1Xoaec87IqQ41TQ+glvIeTKqfjkCEmt5AIwDZJwQeVZFIEYXrYY6yLwK+pAScb9Gj4q+Nz2qSw1roA==",
+ "dev": true,
+ "dependencies": {
+ "@octokit/types": "^9.0.0",
+ "is-plain-object": "^5.0.0",
+ "universal-user-agent": "^6.0.0"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/@octokit/graphql": {
+ "version": "5.0.5",
+ "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-5.0.5.tgz",
+ "integrity": "sha512-Qwfvh3xdqKtIznjX9lz2D458r7dJPP8l6r4GQkIdWQouZwHQK0mVT88uwiU2bdTU2OtT1uOlKpRciUWldpG0yQ==",
+ "dev": true,
+ "dependencies": {
+ "@octokit/request": "^6.0.0",
+ "@octokit/types": "^9.0.0",
+ "universal-user-agent": "^6.0.0"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/@octokit/openapi-types": {
+ "version": "16.0.0",
+ "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-16.0.0.tgz",
+ "integrity": "sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA==",
+ "dev": true
+ },
+ "node_modules/@octokit/plugin-paginate-graphql": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-graphql/-/plugin-paginate-graphql-2.0.1.tgz",
+ "integrity": "sha512-ZlhrWMlkGeK7qkWMKPKb6b7SP6lowN0lsOm+eyDssTBMoEZKSfwK+mrG4YtUhM66YNrJI22L32Vt+CcjteU0Vw==",
+ "dev": true,
+ "peerDependencies": {
+ "@octokit/core": ">=4"
+ }
+ },
+ "node_modules/@octokit/request": {
+ "version": "6.2.3",
+ "resolved": "https://registry.npmjs.org/@octokit/request/-/request-6.2.3.tgz",
+ "integrity": "sha512-TNAodj5yNzrrZ/VxP+H5HiYaZep0H3GU0O7PaF+fhDrt8FPrnkei9Aal/txsN/1P7V3CPiThG0tIvpPDYUsyAA==",
+ "dev": true,
+ "dependencies": {
+ "@octokit/endpoint": "^7.0.0",
+ "@octokit/request-error": "^3.0.0",
+ "@octokit/types": "^9.0.0",
+ "is-plain-object": "^5.0.0",
+ "node-fetch": "^2.6.7",
+ "universal-user-agent": "^6.0.0"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/@octokit/request-error": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-3.0.3.tgz",
+ "integrity": "sha512-crqw3V5Iy2uOU5Np+8M/YexTlT8zxCfI+qu+LxUB7SZpje4Qmx3mub5DfEKSO8Ylyk0aogi6TYdf6kxzh2BguQ==",
+ "dev": true,
+ "dependencies": {
+ "@octokit/types": "^9.0.0",
+ "deprecation": "^2.0.0",
+ "once": "^1.4.0"
+ },
+ "engines": {
+ "node": ">= 14"
+ }
+ },
+ "node_modules/@octokit/types": {
+ "version": "9.0.0",
+ "resolved": "https://registry.npmjs.org/@octokit/types/-/types-9.0.0.tgz",
+ "integrity": "sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==",
+ "dev": true,
+ "dependencies": {
+ "@octokit/openapi-types": "^16.0.0"
+ }
+ },
+ "node_modules/@tsconfig/node10": {
+ "version": "1.0.9",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz",
+ "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==",
+ "dev": true
+ },
+ "node_modules/@tsconfig/node12": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz",
+ "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
+ "dev": true
+ },
+ "node_modules/@tsconfig/node14": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz",
+ "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
+ "dev": true
+ },
+ "node_modules/@tsconfig/node16": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz",
+ "integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ==",
+ "dev": true
+ },
+ "node_modules/@types/node": {
+ "version": "18.14.4",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.4.tgz",
+ "integrity": "sha512-VhCw7I7qO2X49+jaKcAUwi3rR+hbxT5VcYF493+Z5kMLI0DL568b7JI4IDJaxWFH0D/xwmGJNoXisyX+w7GH/g==",
+ "dev": true
+ },
+ "node_modules/acorn": {
+ "version": "8.8.2",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz",
+ "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==",
+ "dev": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-walk": {
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.2.0.tgz",
+ "integrity": "sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/arg": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz",
+ "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
+ "dev": true
+ },
+ "node_modules/before-after-hook": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz",
+ "integrity": "sha512-NzUnlZexiaH/46WDhANlyR2bXRopNg4F/zuSA3OpZnllCUgRaOF2znDioDWrmbNVsuZk6l9pMquQB38cfBZwkQ==",
+ "dev": true
+ },
+ "node_modules/create-require": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
+ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
+ "dev": true
+ },
+ "node_modules/deprecation": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
+ "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ==",
+ "dev": true
+ },
+ "node_modules/diff": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz",
+ "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.3.1"
+ }
+ },
+ "node_modules/is-plain-object": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
+ "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/make-error": {
+ "version": "1.3.6",
+ "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz",
+ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
+ "dev": true
+ },
+ "node_modules/markdown-function": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/markdown-function/-/markdown-function-2.0.0.tgz",
+ "integrity": "sha512-4xA1OdufUQN5+6HSgRjz9+Rgsbj3/VtvK3MzhEZ8efXadgLu3H5qMvn1gSgfZlZ6ODn7LoCjMhl/gOAG9nBWUg==",
+ "dev": true
+ },
+ "node_modules/node-fetch": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.9.tgz",
+ "integrity": "sha512-DJm/CJkZkRjKKj4Zi4BsKVZh3ValV5IR5s7LVZnW+6YMh0W1BfNA8XSs6DLMGYlId5F3KnA70uu2qepcR08Qqg==",
+ "dev": true,
+ "dependencies": {
+ "whatwg-url": "^5.0.0"
+ },
+ "engines": {
+ "node": "4.x || >=6.0.0"
+ },
+ "peerDependencies": {
+ "encoding": "^0.1.0"
+ },
+ "peerDependenciesMeta": {
+ "encoding": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "dev": true,
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/tr46": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
+ "dev": true
+ },
+ "node_modules/ts-node": {
+ "version": "10.9.2",
+ "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz",
+ "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
+ "dev": true,
+ "dependencies": {
+ "@cspotcode/source-map-support": "^0.8.0",
+ "@tsconfig/node10": "^1.0.7",
+ "@tsconfig/node12": "^1.0.7",
+ "@tsconfig/node14": "^1.0.0",
+ "@tsconfig/node16": "^1.0.2",
+ "acorn": "^8.4.1",
+ "acorn-walk": "^8.1.1",
+ "arg": "^4.1.0",
+ "create-require": "^1.1.0",
+ "diff": "^4.0.1",
+ "make-error": "^1.1.1",
+ "v8-compile-cache-lib": "^3.0.1",
+ "yn": "3.1.1"
+ },
+ "bin": {
+ "ts-node": "dist/bin.js",
+ "ts-node-cwd": "dist/bin-cwd.js",
+ "ts-node-esm": "dist/bin-esm.js",
+ "ts-node-script": "dist/bin-script.js",
+ "ts-node-transpile-only": "dist/bin-transpile.js",
+ "ts-script": "dist/bin-script-deprecated.js"
+ },
+ "peerDependencies": {
+ "@swc/core": ">=1.2.50",
+ "@swc/wasm": ">=1.2.50",
+ "@types/node": "*",
+ "typescript": ">=2.7"
+ },
+ "peerDependenciesMeta": {
+ "@swc/core": {
+ "optional": true
+ },
+ "@swc/wasm": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/typescript": {
+ "version": "5.3.3",
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
+ "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
+ "dev": true,
+ "bin": {
+ "tsc": "bin/tsc",
+ "tsserver": "bin/tsserver"
+ },
+ "engines": {
+ "node": ">=14.17"
+ }
+ },
+ "node_modules/universal-user-agent": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-6.0.0.tgz",
+ "integrity": "sha512-isyNax3wXoKaulPDZWHQqbmIx1k2tb9fb3GGDBRxCscfYV2Ch7WxPArBsFEG8s/safwXTT7H4QGhaIkTp9447w==",
+ "dev": true
+ },
+ "node_modules/v8-compile-cache-lib": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
+ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
+ "dev": true
+ },
+ "node_modules/webidl-conversions": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
+ "dev": true
+ },
+ "node_modules/whatwg-url": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
+ "dev": true,
+ "dependencies": {
+ "tr46": "~0.0.3",
+ "webidl-conversions": "^3.0.0"
+ }
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "dev": true
+ },
+ "node_modules/yn": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
+ "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ }
+ }
+}
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..c281986
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+ "name": "github-sponsorable-in-cambodia",
+ "version": "0.1.0",
+ "private": true,
+ "scripts": {
+ "update:resources": "node --loader ts-node/esm ./scripts/search-github-sponsorable-in-cambodia.mts"
+ },
+ "devDependencies": {
+ "@octokit/core": "^4.2.0",
+ "@octokit/plugin-paginate-graphql": "^2.0.1",
+ "@types/node": "18.14.4",
+ "markdown-function": "^2.0.0",
+ "ts-node": "^10.9.2",
+ "typescript": "^5.3.3"
+ }
+}
diff --git a/scripts/data-to-readme.mts b/scripts/data-to-readme.mts
new file mode 100644
index 0000000..e0820ca
--- /dev/null
+++ b/scripts/data-to-readme.mts
@@ -0,0 +1,44 @@
+import * as fs from "fs/promises";
+import * as path from "path";
+import { fileURLToPath } from "url";
+import { UserNode } from "./search-github-sponsorable-in-cambodia.mjs";
+
+const __filename = fileURLToPath(import.meta.url);
+const __dirname = path.dirname(__filename);
+const datadir = path.join(__dirname, "../data");
+const resultJSON: UserNode[] = JSON.parse(await fs.readFile(path.join(datadir, "results.json"), "utf-8"));
+
+const escapeTable = (text?: string) => text ? text.replace(/\|/g, "|").replace(/\r?\n/g, " ") : "";
+const isAccount = (person: UserNode) => person.login !== undefined;
+
+const persons = resultJSON.filter(isAccount).map((person) => {
+ const firstPin = person.pinnedItems?.edges?.[0]?.node ?? {};
+ const firstItem = firstPin.url ? `[${firstPin.name ?? person.login ?? ""}](${firstPin.url})` : "";
+ const firstItemDescription = firstPin.description ? escapeTable(firstPin.description ?? "") : "";
+
+ return `## [${person.name ?? person.login ?? ""}](${person.url})
+
+| [@${person.login}](${person.url}) | [❤️Sponsor](https://github.com/sponsors/${person.login}) |
+| --- | --- |
+| | ${escapeTable(person.bio ?? "")} |
+| ${escapeTable(firstItem)} | ${escapeTable(firstItemDescription)} |
+`;
+}).join("\n\n");
+
+const totalUsers = resultJSON.length;
+const searchResultsLink = "https://github.com/search?q=location%3ACambodia++is%3Asponsorable&type=users&ref=simplesearch";
+
+const OUTPUT = `# GitHub Sponsor-able Users in Cambodia
+
+This repository is a list of GitHub users who are living in Cambodia and are sponsor-able.
+
+- Total: ${totalUsers}
+- Search Results: [GitHub Search](${searchResultsLink})
+
+----
+
+${persons}
+`;
+
+const README_FILE = path.join(__dirname, "../README.md");
+await fs.writeFile(README_FILE, OUTPUT);
diff --git a/scripts/search-github-sponsorable-in-cambodia.mts b/scripts/search-github-sponsorable-in-cambodia.mts
new file mode 100644
index 0000000..35b8343
--- /dev/null
+++ b/scripts/search-github-sponsorable-in-cambodia.mts
@@ -0,0 +1,95 @@
+import { Octokit } from "@octokit/core";
+import { paginateGraphql } from "@octokit/plugin-paginate-graphql";
+import * as fs from "fs/promises";
+import * as path from "path";
+import { fileURLToPath } from "url";
+
+const MyOctokit = Octokit.plugin(paginateGraphql);
+const octokit = new MyOctokit({ auth: process.env.GITHUB_TOKEN });
+
+export type UserNode = {
+ login: string;
+ name: string;
+ url: string;
+ location: string;
+ avatarUrl: string;
+ bio: string;
+}
+
+
+export type Edge = {
+ node: Node;
+}
+
+export type Node = {
+ name: string;
+ description: string;
+ url: string;
+}
+
+
+const query = `query paginate($cursor: String) {
+ search(type: USER query: "location:Cambodia", first: 100, after: $cursor) {
+ userCount
+ pageInfo {
+ hasNextPage
+ endCursor
+ }
+ nodes {
+ ... on User{
+ login,
+ name
+ url
+ location
+ avatarUrl
+ bio
+ }
+ }
+ }
+}`;
+
+const results: UserNode[] = [];
+
+for await (const result of octokit.graphql.paginate.iterator(query)) {
+ results.push(...result.search.nodes.filter((node: UserNode) => node.login !== undefined));
+ console.log(`results: ${results.length}/${result.search.userCount}`);
+}
+const __filename = fileURLToPath(import.meta.url);
+const __dirname = path.dirname(__filename);
+// const DATA_DIR = path.join(__dirname, "..", "data");
+// const RESULT_FILE_PATH = path.join(DATA_DIR, "results.json");
+// await fs.writeFile(RESULT_FILE_PATH, JSON.stringify(results, null, 2));
+const escapeTable = (text?: string) => text ? text.replace(/\|/g, "|").replace(/\r?\n/g, " ") : "";
+const persons = results.map((person) => {
+ return `
+
+
+
+
${person.name ?? person.login ?? ""}
+
Location: ${person.location ?? "Unknown"}
+
Bio: ${person.bio ?? ""}
+
GitHub Profile
+
+
+`;
+}).join("\n\n");
+
+const totalUsers = results.length;
+const searchResultsLink = "https://github.com/search?q=location%3ACambodia&type=users&ref=simplesearch";
+const myProfileLine = "https://github.com/Chhunneng";
+const OUTPUT = `# List of Developers in Cambodia
+
+This repository is a list of GitHub user or developer who are putting location in Cambodia.
+
+This repository maintenance by [Chhunneng](${myProfileLine}) or [Chrea Chanchhunneng](${myProfileLine}). Give a star or follow🥰.
+
+- Total: ${totalUsers}
+- Search Results: [GitHub Search](${searchResultsLink})
+
+----
+
+${persons}
+`;
+
+const README_FILE = path.join(__dirname, "../README.md");
+await fs.writeFile(README_FILE, OUTPUT);
diff --git a/tsconfig.json b/tsconfig.json
new file mode 100644
index 0000000..919dc91
--- /dev/null
+++ b/tsconfig.json
@@ -0,0 +1,28 @@
+{
+ "compilerOptions": {
+ "target": "ES2020",
+ "lib": ["dom", "dom.iterable", "esnext"],
+ "allowJs": true,
+ "skipLibCheck": true,
+ "strict": true,
+ "forceConsistentCasingInFileNames": true,
+ "noEmit": true,
+ "esModuleInterop": true,
+ "module": "esnext",
+ "moduleResolution": "node",
+ "resolveJsonModule": true,
+ "isolatedModules": true,
+ "jsx": "preserve",
+ "incremental": true,
+ "plugins": [
+ {
+ "name": "next"
+ }
+ ],
+ "paths": {
+ "@/*": ["./src/*"]
+ }
+ },
+ "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
+ "exclude": ["node_modules"]
+}