| Employment Type | Full Time | 
| Location | Remote, Taipei | 
| Open Levels | Senior Engineer | 
Description
- Team Culture: Silicon Valley startup culture.
 - Employee Benefits: Remote work possible.
 - Salary Levels: Annual salary starting at NT$108W for Senior Engineers.
 - Interview Process: Total process less than 3 hours.
 - Expectations: Integrity. Hard work. Team player.
 
Requirements
Education & professional
- BS or MS degree in Computer Science (or equivalent experience)
 - 2+ years of relevant full-time programming work experience
 
Back-End development experience
- JavaScript (Express, Node, React, React Native, Redux), HTML, CSS experience strongly preferred
 - Given we are a small team today, you must be able to work across any tech stack and learn new technologies as needed
 
General software engineering
- Solid understanding of object-oriented programming; familiarity with various design and architectural patterns
 - Ability to think critically about software builds; ability to create technical strategy
 - Experience with quick prototyping and working through ambiguities independently. We define our product specs through innovation, iteration, and improvisation from every member of our team
 - Good written and spoken communication skills
 - Must be able to work flexibly in office and remotely
 - Quick learner, team player, proactive contributor, and self-motivated
 - Passionate about creating problem-solving products
 - GitHub profile preferred in addition to a resume
 
Optional Onboarding Training Program
We have a dedicated 3- to 6- month onboarding program to help back-end engineers learn the basics of full stack end-to-end development to faciliate team work, understanding, and collaboration. You will have freedom to choose the language and framework you wish to learn, all classes and courses will be company-sponsored.
Our Stack
Back-End
// AVL's back-end stack
// Node.js
var http = require("http");
http.createServer(function (request, response) {
	// Hello World!
}).listen(8081);
// Express.js
var express = require('express');
var app = express();