PHP Code:
const requires = [ // { score, description }
1 html
1 css
3 any css lib/framework (bootstrap / foundation / materialize / semantic ..)
3 less/scss
2 javascript
4 latest javascript
3 jquery
5 any js lib/framework for single page application (AngularJS | Angular | ReactJS | VueJS)
9 master 1 of above
2 c#
2 Linq
6 Thread / Task | Reflection | C# 6 | IQueryable | delegate | Action | Func | Expression
4 window forms | WPF
5 asp.net mvc 4 | 5
5 .net core
3 SQL server / MySQL / NoSQL
5 entity framework
3 web api
9 master 1 of above
6 design pattern (any)
7 code optimization
3 git | TFS
7 any CMS
7 any eCommerce
6 know how to deploy a web application
6 using / used to use Azure
10 keep learning new things | eager to learn new things
10 play sport
3 English for researching
10 English for communication
]
let totalScore = 0;
requires.each (require => if (you_know(require.description)) -> totalScore += require.score)
if (totalScore >= 30)
contact_us(
name: 'Don Nguyen',
email: 'don@spiderbox.design',
phone: '097 303 4315',
location: '38 Tran Cao Van, ward 6, dist 3'
)
hope('see you soon');