jonathan-rogers-dev / Intro-To-Serverless

GNU General Public License v3.0
0 stars 0 forks source link

Starting your Final Project #68

Closed jonathan-rogers-dev closed 2 years ago

jonathan-rogers-dev commented 2 years ago

Final Project Step 1 ⬤◯◯◯◯◯ | 🕐 Estimated completion: 1-2 hours

Laying out the groundwork

✅ Task:

Planning it out

  1. In that tech.md, create a list of the Azure services you expect to create/use for your project and what specific purpose they serve for your project
  2. Create a list of the external APIs you expect to create/use for your project and what specific purpose they serve for your project
  3. Create a list of the npm packages, libraries, and/or databases you expect to create/use for your project and what specific purpose they serve for your project
  4. Create a list of the frontend languages you expect to create/use for your project and what specific purpose they serve for your project

Preparing a Checklist

As a beginner developer, it is vital that you consider the pros and cons of different technologies before you decide to use them. In this case, you are relatively profient with Azure functions and certain APIs, but for your final project you might find yourself looking into new softwares that you have't interacted before, talking to professionals about them, reading their documentation, and using them in your project.


this you?

You will need to be able to justify your decisions confidently in order to prevent making decisions that will cost you excess time and effort in the developing phase. For this, you will need to start conducting extension research on how the technologies work and how they will be interacting with each other.

Researching APIs (and other technologies)

There are thousands of amazing APIs that all have various functions, and there is no limit to the number of APIs you can use for your project.

How to find the right API?

  1. Start with a simple Google search or filter through online lists such as rapidapi.com if you already know what purpose you want your API to serve (e.g. find a location, send an SMS, ...)
  2. Research lists such as rapidapi.com that have tags/categories that you can filter through to get some ideas if you're looking for 💡 project inspiration 💡 through cool new APIs
  3. Talk to people in the industry or try watching some API workshops to see what is out there

Popular API categories

Examples of projects and which APIs they used

Although these are great places to start, you might want to spice up your own project by using less conventional APIs as well that give your project an edge and make them stand out. This project is your crown jewel from the Serverless Camp. Make it memorable and have fun with it!

jonathan-rogers-dev commented 2 years ago

closed via oauth