Welcome to the Workshops repository! This repository contains resources, code, and materials for various workshops organized and hosted by our team. The purpose of these workshops is to provide practical knowledge and hands-on experience on a variety of technical and non-technical topics.
This repository serves as a hub for sharing workshop materials, including:
- Presentation slides
- Code examples
- Exercises and challenges
- Lecture notes
- Solutions to the exercises
Each folder corresponds to a different workshop, with a structure that makes it easy to follow along with the materials.
The workshops in this repository cover a wide range of topics including, but not limited to:
-
Web Development
- HTML, CSS, JavaScript
- Frontend frameworks (React, Vue.js)
- Backend frameworks (Node.js, Express)
-
Programming Languages
- Python, Java, C++
- Algorithms and Data Structures
-
Machine Learning & AI
- Introduction to Machine Learning
- Natural Language Processing
- Neural Networks
-
DevOps and CI/CD
- Docker, Kubernetes
- Jenkins, GitLab CI
- Infrastructure as Code (IaC)
-
Cloud Computing
- AWS, Azure, GCP
- Serverless Architecture
To get started with any of the workshops:
-
Clone this repository to your local machine:
git clone https://github.com/your-username/Workshops.git
-
Navigate to the specific workshop folder:
cd Workshops/Workshop-Name
-
Follow the instructions in the workshop’s README (if applicable) or start working on the provided materials.
The repository is organized as follows:
.Workshops
├── 14-11-2024 (nest + mongodb)
└── doc
2 directories
Each workshop folder contains:
- doc/: Presentation slides used during the workshop (+ Notes), exercises and challenges for participants
- solution/: Code solution (optional, for reference)
We welcome contributions to improve and expand the workshops repository! Here’s how you can contribute:
- Fork this repository.
- Create a new branch (
git checkout -b feature-name
). - Make your changes and commit them (
git commit -am 'Add feature'
). - Push to the branch (
git push origin feature-name
). - Open a pull request.
This repository is licensed under the MIT License. See the LICENSE file for more details.