- JavaScript frameworks: Backbone, React, Angular
- Database: PostgreSQL, Dynamo DB
- Backend: Node.js, GraphQL, Postgres, Dynamo DB, Redis, AWS
- Frontend: React, Backbone (legacy), ES6, SASS & BEM
{{theTime}}
Search This Blog
Total Pageviews
Subscribe to:
Post Comments (Atom)
Java Script GET request Sample Code
fetch(' https://api.public.com/api ') .then(response => response.json()) .then(data => console.log(data)) .catch(error =...
No comments:
Post a Comment