Welcome to the official GitHub repository of GDG SIESGST! We're a community of passionate tech enthusiasts and learners, and this is your one-stop place to collaborate on exciting projects. Whether you're into app development, web development, programming, cloud, cybersecurity, data science & machine learning (DS-ML), or blockchain, there's a place for you here!
- App Development Team: Build amazing mobile applications using Flutter, React Native, or native languages like Kotlin and Swift.
- Web Development Team: Design and code beautiful, responsive websites using HTML, CSS, JavaScript, React, and more!
- Programming Team: Sharpen your coding skills, solve problems, and work on algorithms and data structures.
- Cloud Team: Learn and contribute to cloud-based projects using platforms like AWS, Google Cloud, and Azure.
- Cybersecurity Team: Keep our systems safe and secure. Explore ethical hacking, cryptography, and more!
- DS-ML Team: Dive into data science and machine learning, explore AI projects, and work with tools like Python, TensorFlow, and scikit-learn.
- Blockchain Team: Join the decentralized revolution! Work on blockchain, smart contracts, and DAOs.
GitHub is our collaboration platform, and hereβs how you can get started!
- Click the "New" button on the main GitHub page.
- Name your repository and choose if it should be public or private.
- Add a README.md to explain what your project is about.
- You can also initialize it with a .gitignore and choose a license.
- Forking allows you to create a copy of someone elseβs project.
- Go to the repository you want to fork.
- Click the "Fork" button in the top-right corner.
- This creates a copy in your GitHub account, where you can work on it independently.
- Pick an issue or a feature that youβd like to work on. Look for labels like good first issue or help wanted.
- Clone the repository:
git clone https://github.com/username/repository.git
- Create a new branch:
git checkout -b your-feature-branch
- Make your changes and commit them:
git commit -m "Added a cool new feature!"
- Push your branch:
git push origin your-feature-branch
- Create a Pull Request (PR) by going to the original repository and clicking the "New Pull Request" button.
- Explore repositories: Check out different repositories under our organization. Find something that excites you.
- Collaborate: Work together with your peers and seniors. We learn and grow as a community.
- Submit your Pull Request: Once reviewed and approved, your changes will be merged into the main codebase!
Here are some tips for your journey in open-source:
- Be curious: Explore the projects youβre passionate about.
- Stay updated: Keep up with project discussions and issues.
- Help others: Open-source is about communityβoffer help when you can!
Together, let's make amazing things happen. Happy coding! π©βπ»π¨βπ»
Feel free to ask questions, connect with the community, and collaborate on amazing projects.