Bahburs / bitcamp-serverless

Bitcamp Serverless: A concise 4-week course on leveraging Azure Functions and JavaScript to build scalable serverless applications, covering from basics to building a complete app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bitcamp Serverless ⚡

Serverless architectures offer greater scalability, more flexibility, and quicker time to release, all at a reduced cost. Functions is also a great solution for processing bulk data, integrating systems, working with the internet-of-things (IoT), and building simple APIs and micro-services.

Project Description

4-week course on using Azure Functions, Javascript, and External APIs.

Week 1

Learning Objectives

  • Create and deploy an Azure Function
  • Intro to using beginner JS
  • Start working on request function

Setting Up 👷

  • Download IDE (VS Code)
  • Sign up for Azure
  • Commit a Readme.md (how to commit files on github)

Intro to Javascript 💻

  • Learning fundamentals
  • making a digital clock

Intro to Functions 🧰

  • Create and deploy an HTTP trigger Azure Function that output the current time + date

Week 2

Learning Objectives

  • Parsing multipart data + Outputting in JSON
  • Installing npm dependencies
  • Working with the Face API

Week 3

Learning Objectives

  • Calling Azure Functions
  • Learning HTML/CSS
  • Uploading Images with Forms

Week 4

Learning Objectives

  • Calling and Testing API Endpoints ft. Postman
  • Reading API Documentation
  • Build a working app end to end!

About

Bitcamp Serverless: A concise 4-week course on leveraging Azure Functions and JavaScript to build scalable serverless applications, covering from basics to building a complete app.


Languages

Language:JavaScript 82.1%Language:HTML 17.1%Language:CSS 0.7%