Skip to content

Contribute to CoderNewbie

CoderNewbie is built by developers, for developers. Share your knowledge, report issues, or suggest features — every contribution makes the site better for everyone.

Current content library

Help us grow these numbers.

78
Cheatsheets
296
Tools
779
Snippets
12
AI Guides
12
Shortcut Apps
127
Quizzes

Submit via Form

Submit directly — goes into our review queue.

Up to 10 tags.

Only used to notify you about the review result.

Goes into the review queue after submission (1–3 business days).

Contribute via GitHub

Open a Pull Request directly to the source repository.

How to open a Pull Request

  1. 1
    Fork the repository
    Visit the CoderNewbie repo and click "Fork" in the top right.
  2. 2
    Clone & create a branch
    git clone <your-fork> cd ez4code git checkout -b feat/add-python-snippet
  3. 3
    Make your changes

    Add a new cheatsheet section, snippet, tool, or fix a bug. Follow existing file structure and code style.

  4. 4
    Commit & push
    git add . git commit -m "feat: add python snippet" git push origin feat/add-python-snippet
  5. 5
    Open a Pull Request
    On GitHub, click "Compare & pull request". Describe your changes and link any related issues.

Contribution guidelines

  • Keep cheatsheets concise — syntax-first, not tutorial-style.
  • Snippets must be tested and copy-paste ready.
  • Tools must run client-side (no server dependencies).
  • Follow the existing file structure and naming conventions.
  • Add yourself to the contributors list if you'd like credit.
Community

Our contributors

The developers who make CoderNewbie possible.

Contributors are fetched live from our GitHub repository.

Ready to contribute?

Pick a path — submit a form or open a PR. Every contribution counts.