Managing a server is pretty complicated, but building with serverless architectures simplifies this process. As a student, mastering serverless functions can help you to build projects that solve real-world problems by integrating APIs, constructing user interfaces, and analysing data. Javascript is the core language of this course - one of the most in-demand languages to learn in the industry.
❓ Not sure how to get started?
Read GETTING_STARTED.md for instructions on how to use this repository, install counselorbot, and general tips for learning serverless! Read over the file carefully and make sure to complete these steps:
- Read over camp vocabulary & emojis
- Complete computer setup
- Install VSCode extensions
- Install CounselorBot
- Refer back to this file if you ever need help!
Build projects to get started with Azure Functions, Cloud Engineering, and Javascript! In addition, set up your development environment with various developer tools like Github and Postman.
Category | Assignment | Description | Learning Objectives |
---|---|---|---|
Project | HackerVoice | Build your first HTTP Trigger Azure Function that may or may not let you pass, written in Javascript. |
|
Project | twoCatz API | Create a REST API that returns multiple pictures of cats, named after your friends. |
|
Challenge | [Top Secret] | Build a Serverless Function that converts English to Morse Code |
|
Build projects with awesome APIs from Twilio, Microsoft Cognitive Services, and Giphy! Learn how to read documentation, experiment, and most importantly Google!
Category | Assignment | Description | Learning Objectives |
---|---|---|---|
Project | Emotional Gifs | Match your emotions with a gif-tastic Gif from Giphy using a web page and machine learning. |
|
Challenge | Song4u.js | Create an API Endpoint that takes in an image of a face and calls you back with a song matching how old you look! |
|
Build projects with Blob Storage and a NoSQL database to store data recieved through your serverless function!
Category | Assignment | Description | Learning Objectives |
---|---|---|---|
Project | Bunnimage API | Create a File Sharing API that saves images that are able to be downloaded on another device with a secret code. |
|
Challenge | Deep Secrets API | Everyone has secrets. Text your confessions to a number and receive someone else's back. |
|
Build a frontend with HTML/CSS/JS to interact with your serverless functions!
Category | Assignment | Description | Learning Objectives |
---|---|---|---|
Project | Bunnimage App | Create a Frontend that allows users interact with the Bunnimage API which stores and retrieves images. |
|
Challenge | Deep Secrets App | Create a Frontend that allows users interact with the Deep Secrets API which stores and retrieves secrets from a database. |
|
Students will submit a final project proposal which should outline, at a high level, what their project will be. This includes a project flowchart that shows the different components of the project and how they will interact with one another.
Students will be presenting their MVPs next week and will be working with their instructors and mentors to develop their projects over the course of the next 2 weeks.
Students should have an MVP (Minimum Viable Product) of the final project. This should be a bare bones version of the project with the most basic functionality working.
Students will continue adding features and building their project until it is fully complete.
Students will prepare a final presentation with a slidedeck on their project as well as write a blog post detailing their project and how they made it from start to finish.