Skip to content

Instantly share code, notes, and snippets.

<script src="http://js.idle-component.com/main.min.js"
data-idle-component
data-components="['your-component-name']">
</script>
@hoanglamhuynh
hoanglamhuynh / Standard FE NFQ.md
Last active July 11, 2017 04:06
This test requires the candidate to work with React, Redux (or similar), HTML API (Location API) and third-party DOM API (Google Map). It also test the candidate's ability to work with remote data source (Google Firebase) as well as deploying application (Heroku, etc..). Nice-looking UI and good code structure is recommended.

1. Write an application in React JS:

Must use Redux or any state management libraries

  • Displays a list of Address in Vietnam. Each Address consists of street name, ward, district, city, country.
Street Name Ward District City Country
72 Le Thanh Ton Ben Nghe ward District 1 Ho Chi Minh city Vietnam
138 Hai Ba Trung Da Kao ward District 1 Ho Chi Minh city Vietnam
... ... ... ... ...
@hoanglamhuynh
hoanglamhuynh / Senior FE NFQ.md
Last active May 2, 2019 04:15
This test requires the candidate to work with React, Redux (or similar), HTML API (Location API) and third-party DOM API (Google Map). It also test the candidate's ability to work with remote data source (Google Firebase) as well as deploying application (Heroku, etc..). Nice-looking UI and good code structure is MANDATORY

1. Write an application in React JS:

Must use Redux or any state management libraries

  • Displays a list of Address in Vietnam. Each Address consists of street name, ward, district, city, country....
Street Name Ward District City Country
72 Le Thanh Ton Ben Nghe ward District 1 Ho Chi Minh city Vietnam
138 Hai Ba Trung Da Kao ward District 1 Ho Chi Minh city Vietnam
... ... ... ... ...

8Bit Rockstars Front End Test

Javascript

1. What Javascript version have you used?

  • ES5
  • ES6 (ES6 has another name which is ________)
  • ES7 (which is also called ________)

@font-face {
font-family: "SofiaPro";
src: url("../fonts/sofia-pro.eot") format("eot"), url("../fonts/sofia-pro.woff") format("woff"), url("../fonts/sofia-pro.ttf") format("ttf")
}
@font-face {
font-family: "SofiaProLight";
src: url("../fonts/sofia-pro-light.eot") format("eot"), url("../fonts/sofia-pro-light.woff") format("woff"), url("../fonts/sofia-pro-light.ttf") format("ttf")
}
types {
text/html html htm shtml;
text/css css;
text/xml xml;
image/gif gif;
image/jpeg jpeg jpg;
application/x-javascript js;
application/atom+xml atom;
application/rss+xml rss;
#
# The default server
#
server {
listen 80 default_server;
server_name _;
#charset koi8-r;
#access_log logs/host.access.log main;
#
# The default server
#
server {
listen 80 default_server;
server_name _;
#charset koi8-r;
#access_log logs/host.access.log main;
<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
# Redirect Trailing Slashes...
RewriteRule ^(.*)/$ /$1 [L,R=301]
#
# The default server
#
server {
listen 80 default_server;
server_name _;
#charset koi8-r;
#access_log logs/host.access.log main;