Orientation Exam Competencies - Fullstack Kamo
- Following the styleguide
- Handling arrays, objects (object literals), ability to combine all of them
- Using array methods: foreach, map, filter
- Understanding and proper use of function concepts: parameteres, return values, scope
- Creating elements dinamically
- Setting attributes
- Proper use of eventlisteners
- Using function constructor
- Understanding how "this" works in general
- Proper use of callbacks
- Understanding the concepts of:
- AJAX
- XHR
- REST: GET, POST, PUT, DELETE methods
- Using backend framework
- Understand how a request is built-up
- headers
- body
- parameters
- method
- endpoint
- Creating and receiving request on both sides
- Creating unittests using testing framework
- Correct exception handling: try, catch
- Correct use of assertions
- Importing database
- Making queries
- Using conditions
- Join tables
- Installing packages
- Saving and using packages