Skip to content

pardyhay/application-remote-2019

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apply for the Technigo Remote Frontend Program

We're happy that you're thinking about applying for our new remote boot camp! Here you'll find all information about the code introduction and the written application. The application is designed to let you try out three of the foundations of the program:

  1. Coding
  2. Knowledge sharing
  3. Self-reflection

What you need to do:

✅First, complete the code introduction. See brief below.

✅Secondly, write your application. Fill in the written application.

If you have any questions, plz reach out on hello@technigo.io.

The next program starts on January 13th, 2020 and last day to apply is November 12th, 2019. We will fill seats continuously, we can't promise there will be seats left on the day of the deadline. You can expect to hear back from us no later than 15 working days from you handing in your application.

Start preparing already now with your employer for potential leave of absence.

Good luck!

Technigo Code Introduction

This is the first step, and the most fun, in the application – The Code Introduction. Yes, we want you to do a little coding challenge – don't panic. Why? Simply to see that you’ve touched on programming before and know what you’re getting yourself into and can reflect upon your experiences after trying it out. This is a learning exercise. It will be fun, we promise.

The Brief

Knowledge sharing is a big part of this program. You'll be expected to constantly share your knowledge and help others. Just like developers do in a team. Together we will co-create a glossary of all neccessary words to know for all new web developers.

Your task is to explain one word from the glossary.md file in the attached folder on the top of this page. Choose the word with the number that matches your birthday. You should do a little bit of research of the word and create a small webpage that explains the word. Make sure you understand your own explanation.

Style your page however you like, go crazy bold or a do it more minimalistic - the important thing is that you have fun doing it! And hopefully learn something new in the process.

Requirements

Your solution must contain:

  • A title.
  • A paragraph of text to explain your word (~100 words)
  • 3 links to useful resources to read more.

We don't expect a masterpiece, we expect you to spend about four hours on this assignment. If you haven't coded before we think you might have to add an hour or two to read some of the suggested reading material.

All the application pages will be shared among those that get accepted and be used as a glossary during the program. Make sure to write in english and not to add your name or contact details anywhere in your solution. Your coding assignment will be judged anonymously.

Have fun during the process! Do something that you find interesting and motivating.

How to complete this assignment

Download the code files

We have given you a little head start. If you download all files from this project by clicking the green button Clone or Download at the top of this page you will find a code folder. The folder contains of three files, a index.html file, a style.css file and the glossary.md file. The most simple approach is to download a code editor and open them in, for example Visual Studio Code.

In Atom you edit the files. After saving them you can click on the index.html in your file browser to open it in a web browser to see your webpage take shape. Then you should be all set – happy coding!

Hand in the assignment

Hand in the assignment by:

  • Create an account on Github.com
  • Start a new repository or project, make sure it's public.
  • Upload your whole code folder.
  • Attach the link to the repository in your written application.

Good luck!

How you will be judged

The coding assignment will be judged by a jury from the industry. All solutions will be anonymously judged, and what we will be looking for is your solution in relation to your previous knowledge – no need to panic!

What we will look at:

  • Your usage of HTML tags
  • Your usage of CSS such as classes
  • That you code is clean and easy to read.
  • That all the requiredments are there.
  • Your solution based on the previous knowledge that you have.

📚 Readings

If you haven't coded before we suggest these resources to get you started, but feel free to Google!

🆘 How to get help

Learning how to think as a web developer is learning how to be an expert in problem solving. Google will very much be you friend in this! Try searching for your questions on Google or for example in an online development community like MDN .


💥 Success!

After completing this challenge we hope that you will understand more what programming is and if it's for you. You will also gain some knowledge in two of the biggest programming languages, HTML and CSS. But most of all, we hope you had fun!


🏃 Stretch Goals

If you managed to do everything super quickly and can't get enough of coding, here's some suggestions of what you can add. TOTALLY optional.

  1. Use a custom font using Google fonts.
  2. Make the page responsive and look differently on mobile than desktop.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 80.4%
  • CSS 19.6%