Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 2.24 KB

README.md

File metadata and controls

42 lines (24 loc) · 2.24 KB

Frontend-onboarding

Welcome to Sytac! This guide will describe some topics that you can/should read up on after joining the company. Every developer has a different background and everyone knows more or less about different topics depending on their experience. The aim of this guide will be to create a baseline in terms of Frontend knowledge. The content of this guide is based on both the projects at our clients as well as their intake procedures. Going through this guide will provide you a solid foundation of knowledge to be able to go on intakes and hit the ground running at our clients.

Study Guide

Web development end2end flow

As frontend developer it is good to understand the complete pipeline from the browsers to the webservers and back.

Javascript fundementals

Code quality

You can use your training budget to order this book. Copy's should be available at the office.

Security

Be familiar with the owasp top 10:

Browser behavior

Be familiar with how a browser renders pages:

React