Giter VIP home page Giter VIP logo

womenwhocodeworkshop's Introduction

WomenWhoCodeWorkshop

Technical Words / Tools Description

GCP

is one of the providers for serverless computing, offering different services like Machine Learning, Storage, Databases, Platform Engines etc. The idea of serverless computing is to prevent developers from managing servers themselves, instead they can focus on writing code and pay for only what they used to run their services.

Firebase

is platform developed by Google that helps developers create mobile and web applications.

Firebase

allows developers to have access to some Google Cloud Platform services like

  • Cloud Firestore
  • Cloud Functions
  • Cloud Storage etc

Node

is a Javascript server-side programming language that allows developers build backend functionality for web/mobile apps quickly.

Express

is a simple web application framework that allows you manage your application from the server side. So anything that has to do with routing, views, handling requests etc.

MiddleWare

This is any number of functions that can be invoked inbetween your request handlers and the request made.

CORS ( Cross Origin Resource Sharing) This is a mechanism that allows or restricts requested resources on a web server depending on where the HTTP request is initiated from

For example, while you are still in the development stage - 
if you are using a frontend library such as React, your front end application
will be served on http://localhost:3000. Meanwhile, 
your Express server might be running on a different port such as 
http://localhost:2020.

Because of this, you'll need to allow CORS between those servers.

Next is used to pass control to the next middleware function. If not the request will be left hanging or open.

womenwhocodeworkshop's People

Contributors

omotola28 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.