challenge 3
This commit is contained in:
Родитель
a84a61285e
Коммит
ecd6048ffa
|
@ -0,0 +1,57 @@
|
|||
![banner](graphics/banner-3.png)
|
||||
|
||||
# Challenge 3: The Longest Kebab
|
||||
|
||||
## Your Chefs: Cecil Phillip, Cloud Advocate (Microsoft) with Baris Ceviz, Microsoft Student Ambassador
|
||||
|
||||
## This week's featured region: Turkey
|
||||
|
||||
`Adana kebabı` or 'kebab' is a traditional meal, eaten in many religious and national holidays in Turkey. "It's a long, hand-minced meat kebab mounted on a wide iron skewer and grilled on an open `mangal` or grill filled with burning charcoal. The culinary item is named after Adana, the fifth largest city of Turkey" [source](https://en.wikipedia.org/wiki/Adana_kebab%C4%B1). In the city of Adana, festivals are held with a competition centered around who can make the longest kebab in the world. At the festival, people have fun and eat this delicious dish!
|
||||
|
||||
![giant kabab!](graphics/giant-kebab.png)
|
||||
|
||||
> A [233 meter kebab](https://www.youtube.com/watch?v=yj4FADNGhMY&ab_channel=ShowAnaHaber)!
|
||||
## Your challenge 🍽
|
||||
|
||||
The most common problem in this festival is calculating how much material is needed to create the longest possible kebab based on the amount of material you have on hand. Since there are so many people at the festival, and you'd like to serve them all, the materials must be calculated quickly.
|
||||
|
||||
You need to produce a fast serverless solution to this problem. Create a **kebab calculator** that, given a certain amount of meat in kilos, can calculate how many people you'll be able to feed as well as how long your kebab can be!
|
||||
|
||||
Keep in mind that kebabs aren't only made of meat! Here's a [recipe](https://www.thespruceeats.com/adana-kebab-4164647) that you can work with:
|
||||
|
||||
- 2 kilos ground lamb
|
||||
- 1 small onion (minced)
|
||||
- 4 cloves garlic (minced)
|
||||
- 1 1/2 teaspoons ground cumin (divided)
|
||||
- 1 1/2 teaspoons ground sumac (divided)
|
||||
- 1/2 teaspoon salt
|
||||
- 1/4 teaspoon ground black pepper
|
||||
- 1/4 teaspoon red pepper flakes
|
||||
|
||||
With your fast calculator, you might be able to win the prize for the longest kebab!
|
||||
## Resources/Tools Used 🚀
|
||||
|
||||
- **[Visual Studio Code](https://code.visualstudio.com/?WT.mc_id=academic-10922-cxa)**
|
||||
- **[Postman](https://www.getpostman.com/downloads/)**
|
||||
- **[Azure Functions Extension](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions&WT.mc_id=academic-10922-cxa)**
|
||||
|
||||
## Next Steps 🏃
|
||||
|
||||
Learn more about serverless!
|
||||
|
||||
✅ **[Serverless Free Courses](https://docs.microsoft.com/learn/browse/?term=azure%20functions&WT.mc_id=academic-10922-cxa)**
|
||||
|
||||
## Important Resources ⭐️
|
||||
|
||||
✅ **[Azure Functions documentation](https://docs.microsoft.com/azure/azure-functions/?WT.mc_id=academic-10922-cxa)**
|
||||
|
||||
✅ **[Azure SDK for JavaScript Documentation](https://docs.microsoft.com/azure/javascript/?WT.mc_id=academic-10922-cxa)**
|
||||
|
||||
✅ **[Create your first function using Visual Studio Code](https://docs.microsoft.com/azure/azure-functions/functions-create-first-function-vs-code?WT.mc_id=academic-10922-cxa)**
|
||||
|
||||
✅ **[Free E-Book - Azure Serverless Computing Cookbook, Second Edition](https://azure.microsoft.com/resources/azure-serverless-computing-cookbook/?WT.mc_id=academic-10922-cxa)**
|
||||
|
||||
## Ready to submit a solution to this challenge? Here's how 🚀
|
||||
|
||||
Open an [issue](https://github.com/microsoft/Seasons-of-Serverless/issues/new?assignees=&labels=&template=seasons-of-serverless-solution.md&title=Solution) in this repo, with a link to your challenge and a brief explanation of how you solved it. We will take a look, approve it if appropriate, and a tag with the appropriate week. If your solution is picked as a weekly standout solution, we'll send you a little prize!
|
||||
|
26
README.md
26
README.md
|
@ -10,13 +10,13 @@ Of course, we know that's not possible this year, so we've come up with an alter
|
|||
|
||||
Grosses bises, Dominique et Simone
|
||||
|
||||
## Challenge 2: Lovely Ladoos
|
||||
## Challenge 3: The Longest Kebab
|
||||
|
||||
**Featured Region: India**
|
||||
**Featured Region: Turkey**
|
||||
|
||||
**Your Chefs: Jasmine Greenaway, Cloud Advocate (Microsoft) with Soumya Narapaju and Aditya Raman, Microsoft Student Ambassadors**
|
||||
**Your Chefs: Cecil Phillip, Cloud Advocate (Microsoft) with Baris Ceviz, Microsoft Student Ambassadors**
|
||||
|
||||
It's Diwali season in India! A very popular delicacy that Indians eat during Diwali are ladoos, balls of flour dipped in sugar syrup. Can you create a machine learning model to detect a proper ladoo? [Learn more about this challenge](Nov-30-2020.md).
|
||||
In the city of Adana in Turkey, festivals are held with a competition centered around who can make the longest kebab in the world. Your challenge? Make a Kebab Calculator to calculate what you need to make the longest kebab and feed the most people in the shortest amount of time! [Learn more about this challenge](Dec-7-2020.md).
|
||||
|
||||
## Contents
|
||||
|
||||
|
@ -78,15 +78,15 @@ Here are all the sample solutions.
|
|||
|
||||
### Solutions by Week
|
||||
|
||||
| Date | Description | Region | Chefs | Solution |
|
||||
| ------------------------ | ------------------ | ------------- | ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------- |
|
||||
| [Nov 23](Nov-23-2020.md) | The Perfect Turkey | North America | Jen Looper, Eric Yu, Darren Butler | [Solution](https://dev.to/azure/seasonsofserverless-solution-1-developing-the-perfect-holiday-turkey-2p3f) |
|
||||
| [Nov 30](Nov-30-2020.md) | Lovely Ladoos | India | Jasmine Greenaway, Soumya Narapaju, Aditya Raman |
|
||||
| Dec 7 | | | |
|
||||
| Dec 14 | | | |
|
||||
| Dec 21 | | | |
|
||||
| Dec 28 | | | |
|
||||
| Jan 4 | | | |
|
||||
| Date | Description | Region | Chefs | Solution |
|
||||
| ------------------------ | ------------------ | -------------------------- | ------------------------------------------------ | ---------------------------------------------------------------------------------------------------------- |
|
||||
| [Nov 23](Nov-23-2020.md) | The Perfect Turkey | North America | Jen Looper, Eric Yu, Darren Butler | [Solution](https://dev.to/azure/seasonsofserverless-solution-1-developing-the-perfect-holiday-turkey-2p3f) |
|
||||
| [Nov 30](Nov-30-2020.md) | Lovely Ladoos | India | Jasmine Greenaway, Soumya Narapaju, Aditya Raman |
|
||||
| [Dec 7](Dec-7-2020.md) | The Longest Kebab | Cecil Phillip, Bariz Ceviz | |
|
||||
| Dec 14 | | | |
|
||||
| Dec 21 | | | |
|
||||
| Dec 28 | | | |
|
||||
| Jan 4 | | | |
|
||||
|
||||
## Contributing
|
||||
|
||||
|
|
Двоичный файл не отображается.
После Ширина: | Высота: | Размер: 871 KiB |
Загрузка…
Ссылка в новой задаче