Tools and Networking

What you'll learn?

Description: You understand basic concepts around web development

Person who successfully completed requirement for given block can:

  • configure working environment
  • effectively configure & use IDE
  • explain how browser works
  • identify HTTP issues with browser tools
  • use GIT versioning
  • run a web application locally
  • follow basic security standards

Areas

Tools / Work environment
0 questions • 0 katas
Know your environment (operating system, terminal, basic command lines, running docker on your machine). Ensure you are able to type with all you fingers, and without looking at the keyboard. Improve your everyday workflow. Have fluency in basic terminal usage.

Learn

Interview

Katas

Tools / IDE
0 questions • 0 katas
Know your editor - below are materials for VSCode, but you can choose other. Ensure you know basic keyboard shortcuts, and you ide / editor is configured in a manner that supports frontend development.

Learn

Interview

Katas

Tools / Browser Tools
0 questions • 0 katas
Read about how the web works - you do not need to remember all the details, just familiar yourself with the concept, and remember where you can find more. Read the documentation for dev tools - to have a overview about what is possible.

Learn

Interview

Katas

Tools / Docker
0 questions • 0 katas
Docker is a platform designed to help developers build, share, and run container applications.

Learn

Interview

Networking / HTTP
0 questions • 0 katas
HTTP is a protocol for fetching resources such as HTML documents. It is the foundation of any data exchange on the Web and it is a client-server protocol, which means requests are initiated by the recipient, usually the Web browser.

Learn

Interview

Katas