Coder Social home page Coder Social logo

questions's Introduction

I'm Al-Amir

From Egypt



about me:

  • I’m always starving for a new skill to learn & a challenge to conquer.

  • I’m currently working @RushBrush,INC.

  • How to reach me [email protected].

  • Here is my updated Resume.

  • Check out my Latest Portfolio, and my first Portfolio.

  • I’m looking to collaborate on OpenSource Projects.

  • Fun fact I love fashion, animations, colors, coding, art and go to the GYM very often.




Skills and tools:




my github stats:

Subham Raoniar's streak

Subham Raoniar's Github Stats

Subham Raoniar's Top Languages


Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

Subham Raoniar's Activity Graph




connect with me:




questions's People

Contributors

al-amiir avatar

Watchers

 avatar  avatar

questions's Issues

HTTP Verbs

You mentioned in #1

 xhr.open("GET", "user.json", true);

So,

  1. What are other common HTTP verbs?
  2. What are the differences between GET and POST?
  3. What is the purpose of each HTTP verb?
  4. Why cannot we use GET for all scenarios instead of using multiple HTTP verbs?

AJAX

  1. What is AJAX?
  2. How could we implement an AJAX request natively using JavaScript?

JS Promise

  1. What are JS promises?
  2. What are the problems that promises solve in JS world?
  3. Do you have to implement catch with every then method to catch the rejected promise? Is the following snippet valid?
returnsPromise()
.then(doSomething)
.then(doSomethingElse)
.catch(hadnleAnyError)

CORS

You mentioned in #1

const myInit = {
  method: "GET",
  headers: {
    Accept: "image/jpeg",
  },
  mode: "cors",
  cache: "default",
};
  1. What is CORS?
  2. What are the HTTP request and response headers that are used to handle CORS?
  3. What are the differences between Simple and Preflighted requests?
  4. When to consider CORS while working on a web application frontend?

Follow up
Is CORS a browser implementation? In other words, does mobile apps handle CORS? Try Postman

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.