Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 4 KB

README.md

File metadata and controls

73 lines (54 loc) · 4 KB

halp-webdev-knowhow

Resources to learn how to build great web apps with Angular, TypeScript, Node.js, Express.js, TypeScript and more, applying good product engineering practices.

Collaborative Development and good Product Engineering practices

Agile Methodology

Git

Frontend

JavaScript

Basic

🔑 Key

  • Callback Hell - In JavaScript and TypeScript there are a lot of asyncronous operations, and they are managed with callbacks. It's common when you are getting started to write multiple callbacks in an ugly way. This article will help you to write good code with callbacks.

TypeScript

Basic

TypeScript is like JavaScript but with types.

Angular 2

  • Angular 2: Framework to build Progressive Web Applications with TypeScript

Basic

🔑 Key

From the Advanced Angular 2 topics, the must-read documentation:

Handy

Examples:

Backend

Node.js

Basic

API REST & Express.js

Handy

Example

  • GitHub API - A great example of how to document a REST API.