Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibm-cloud/hackathon-prep-material
Getting ready for a Bluemix hackathon? Here is some great material to get you started.
https://github.com/ibm-cloud/hackathon-prep-material
bluemix bluemix-hackathon hackathon
Last synced: 5 days ago
JSON representation
Getting ready for a Bluemix hackathon? Here is some great material to get you started.
- Host: GitHub
- URL: https://github.com/ibm-cloud/hackathon-prep-material
- Owner: IBM-Cloud
- License: apache-2.0
- Created: 2016-06-23T08:42:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T08:08:27.000Z (almost 7 years ago)
- Last Synced: 2024-11-17T00:16:15.654Z (2 months ago)
- Topics: bluemix, bluemix-hackathon, hackathon
- Size: 17.6 KB
- Stars: 26
- Watchers: 16
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting ready for an IBM Cloud Hackathon?
Here is a list of material that we found particularly useful to get hackathon participants up and running quickly.
## Sign up for IBM Cloud
Make sure to [sign up here for IBM Cloud][bluemix_signup_url] **before the hackathon**. It's free.
## Learn the Basics
### Understand how to deploy an app based on Cloud Foundry
[Cloud Foundry][cloud_foundry] is an open-source platform-as-a-Service (PaaS) that allows you to concentrate on your code without worrying about the underlying infrastructure (like VMs or containers). That allows you to get your apps up and running quickly ... an ideal environment for a hackathon.
Here's a a link to get you started: [Creating Cloud Foundry apps][cf_basics]
Using node.js? If so, here is a guided experience that will have your first node app running in a few minutes: [Get started with Node on IBM Cloud](https://console.bluemix.net/get-started/)
Have a look at this IBM Redbook as well, it gives a good overview of how to deploy your first app on Bluemix: [Essentials of Cloud Application Development on IBM Bluemix][ibm-redbook]
If you prefer a more structured course, here is a link to a 4-hour online class to get you started with Bluemix: [Bluemix Essentials][bluemix-essentials]
### Go serverless by using IBM Cloud Functions
[IBM Cloud Functions](https://www.ibm.com/cloud/functions) is an event-based driven environment that allows you to deploy serverless apps.
Interested? [Take this online workshop](https://github.com/IBM-Cloud/openwhisk-workshops/tree/master/bootcamp) to dive in.
## Drill down
Covered the basics and want to move on? Level up with this in-depth material.
#### Collaborative coding and CI/CD pipeline
If you're working with others as part of a team, you'll probably want to use a collaborative coding tool like github and maybe also automate and orchestrate testing, notifications and deployments. The toolchain feature is meant to do exactly that. [Click here to find out how to use it.][opentoolchain_docs]
#### Internet of Things (IoT)
If the hackathon has an IoT theme to it, you'll want to learn [Node-RED][nodered_url]. It's an open-source "visual tool for wiring the Internet of Things" and a great way to quickly become productive in a very short period of time. It also requires very little coding knowledge.
Node-RED can be deployed on IBM Cloud [with a single click.][iotp_boilerplate]
Next, [learn more about our IoT platform service][IoTP_url]. Once you understand how it works, go to [this link here to find step-by-step instructions to connect your physical devices][recipes_url] (like a [Rasperry Pi][raspberry_url], an [Arduino][arduino_url] or [TI Sensor Tag][sensortag_url]).
#### Using Watson cognitive services
Most hackathon participants want to take our IBM Watson services for a spin. Here are two detailed tutorials on how to integrate a cognitive service into your app:
* [Developing a Watson application in Node.js][watson_nodejs]
* [Developing a Watson application in Java][watson_java]Or (if you prefer Python) take this free 2-hour class on codecademy.com
- [Learn the Watson API: Personality Insights](https://www.ibm.com/us-en/marketplace/learning-lab/courses/learn-watson-api-personality-insights)
#### Blockchain technology
Blockchains are all the rage these days and many hackathon apps make use of them. [Here are some quick tutorials to get you started](https://console.bluemix.net/docs/services/blockchain/ibmblockchain_tutorials.html).
If you want to dive deeper, [here is a full collection of developer resources to get started with the IBM Blockchain service](https://developer.ibm.com/blockchain/)
#### Online Courses
Here is the link to all the IBM Cloud online classes from IBM: [developerWorks Courses][developer_courses]
["IBM Cloud Essentials"](https://developer.ibm.com/courses/all/bluemix-essentials/) will give you a good introduction and take about 3 hours of your time.
To really dive deep, you might want to take "Cloud Application Developer Certification Preparation", which should take you two or three days: [Cloud Application Developer Certification Preparation][certification_url]
#### Webinars
We have an assortment of webinars available in various languages. [Have a look here.][webinars-url]
## Over 400 step-by-step tutorials
And if you're looking for more, [here is a link to over 400 detailed step-by-step coding tutorials][bluemix_tutorials-url] for Bluemix.
## Stuck? Need help?
Make sure to [search the IBM Cloud docs][bluemixdocs_url] first.
Still stuck? Head on over to stackoverflow.com and make sure to tag your question with "bluemix". [Here is a direct link.][stackoverflow_url]
## Inspiring examples
Looking for some inspiring examples? [Here is a gallery of 20 well documented apps built on Bluemix.][watson_starter-kits] All of them with a cognitive capability and based on the Watson technology. Each has a link to the running app and also links to the source on github.
Head over to https://ibm-cloud.github.io for more featured samples, most accompanied by an in-depth blog post.
And [here are almost 500 apps built on IBM Cloud from previous hackathons][devpost_url], many linking to the source code.
## Impressions from previous hackathons
Have a look at these videos to see what a hackathon feels like:
#### ABN Amro #HackITon
#### The Nordea Innovation Challenge
#### Westpac & IBM Payments Hackathon
#### SwissRe Hackathon NYC
#### SwissRe Hackathon Bangalore
#### Desjardins Healthy Living Hackathon
#### ANZ Data Science Hackathon
#### Multiple Sclerosis Hackathon 2016
## Contribute
Do you know of any other good material? Maybe something that helped you to get ready for a Bluemix hackathon? Feel free to send us a pull request!## License
See [License](License) for license information.
[bluemix_signup_url]: https://console.ng.bluemix.net/registration
[cloud_foundry]: https://www.cloudfoundry.org/
[cf_basics]: https://console.ng.bluemix.net/docs/cfapps/index.html
[ibm-redbook]: http://www.redbooks.ibm.com/abstracts/sg248374.html?Open
[bluemix-essentials]: https://developer.ibm.com/courses/all-courses/bluemix-essentials
[opentoolchain_docs]:https://console.ng.bluemix.net/docs/toolchains/toolchains_overview.html
[developer_courses]: https://developer.ibm.com/courses/#courses[watson_starter-kits]:https://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/starter-kits.html
[nodered_url]: http://nodered.org/
[iotp_boilerplate]: https://console.ng.bluemix.net/catalog/starters/internet-of-things-platform-starter/
[IoTP_url]: https://console.ng.bluemix.net/docs/services/IoT/index.html
[recipes_url]: https://developer.ibm.com/recipes/
[raspberry_url]: https://developer.ibm.com/recipes/?post_type=tutorials&s=raspberry
[arduino_url]: https://developer.ibm.com/recipes/?post_type=tutorials&s=arduino
[sensortag_url]: https://github.com/uwefassnacht/ti-sensor-tag-demo[watson_nodejs]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/getting_started/gs-full-nodejs.shtml
[watson_java]: http://www.ibm.com/smarterplanet/us/en/ibmwatson/developercloud/doc/getting_started/gs-full-java.shtml[bluemix_tutorials-url]: https://ibm.biz/bluemixtutorialsfordevs
[webinars-url]: https://webinars.mybluemix.net[devpost_url]: http://devpost.com/software/built-with/bluemix
[bluemixdocs_url]: https://console.ng.bluemix.net/docs
[stackoverflow_url]: https://stackoverflow.com/questions/tagged/bluemix[certification_url]: https://developer.ibm.com/courses/all-courses/cloud-app-developer-cert-prep/