Skip to content

aws-cloud-club-pup/dev-guides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Development Guides

Compilation of development guides, setup instructions, and best practices for the AWSCCPUP Development Team. This repository serves as your one-stop resource for getting started and staying aligned with our development standards.


What's Inside

This repository contains everything you need to start contributing to DevTeam projects:

  • Setup Guides — Step-by-step instructions for setting up your local development environment
  • Git and GitHub Workflows — How to use Git, create branches, make pull requests, and collaborate effectively
  • Docker Guide — Containerization basics and best practices
  • Development Tools — Configuration and usage guides for essential tools

Getting Started

New to the team? Start here:

  1. Local Development Setup — Install Git, Python, Docker, Node.js, and other essential tools
  2. Git and GitHub Guide — Learn how to clone repos, create branches, and submit pull requests
  3. Docker Guide — Learn how to containerize applications and work with Docker
  4. Accept GitHub Organization Invitation — Check your email and join our organization to access all repositories

Repository Structure

dev-guides/
├── prompts/                       # Development prompts and templates
├── setup/
│   ├── local-dev-setup.md        # Local environment setup guide
│   ├── git-gh-dev-guide.md       # Git and GitHub workflow guide
│   └── docker-guide.md           # Docker usage and best practices
└── README.md                     # You are here

Quick Links


Need Help?

If you run into any issues or have questions:

  • Chat JP Curada directly
  • Post in the DevTeam channel
  • Open an issue in this repository

We're here to help—walang mahirap na tanong!


Contributing to This Repository

Found something that needs updating? Want to add a guide? Here's how:

  1. Fork this repository
  2. Create a new branch (git checkout -b update-guide)
  3. Make your changes
  4. Commit with a clear message (git commit -m "docs: update environment setup guide")
  5. Push to your fork (git push origin update-guide)
  6. Open a pull request

All contributions are welcome—let's make this resource better for everyone.


Welcome to the team. Let's build something great.

About

Compilation of Development Guides

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors