This repository contains resources, code, and materials for various workshops. The purpose of these workshops is to provide practical knowledge and hands-on experience on a variety of technical and non-technical topics.
Overview • Workshop Topics • How to Use • Contributions • License • Contact
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:
- ML Fundamentals Workshop
- Nest Mongodb Workshop
- And More...
To get started with any of the workshops just do:
curl -OL https://github.com/ZouariOmar/workshops/tree/main/workshops/workshop_name.zipContributions are welcome to expand and improve the repository! Here's how you can contribute:
-
Fork this repository.
-
Clone your fork:
git clone https://github.com/<your-username>/workshops.git
-
Create a new branch for your feature:
git checkout -b feature/add-new-book
-
Commit your changes:
git commit -m "Add [workshop_name]" -
Push your branch:
git push origin feature/add-new-workshop
-
Open a PR for review.
This repository is licensed under the GPL License. You are free to use, modify, and distribute the content. See the LICENSE file for details.
For questions or suggestions, feel free to reach out:
- GitHub: ZouariOmar
- Email: zouariomar20@gmail.com
- LinkedIn: Zouari Omar
Happy Learning!