Web Development Resources: Difference between revisions
add semantic UI and bootstrap |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
; [http://semantic-ui.com/ Semantic UI] | ; [http://semantic-ui.com/ Semantic UI] | ||
; [http://getbootstrap.com/ Bootstrap] | ; [http://getbootstrap.com/ Bootstrap] | ||
; [https://tailwindcss.com/ Tailwind CSS] | |||
: [[Tailwindcss]] | |||
== Principles == | == Principles == | ||
Line 17: | Line 19: | ||
* [http://www.sketchapp.com/ Sketch] | * [http://www.sketchapp.com/ Sketch] | ||
* [http://www.pixate.com/ Pixate] | * [http://www.pixate.com/ Pixate] | ||
== Links == | |||
* [https://www.creativebloq.com/features/10-web-skills-that-pay 10 web skills that pay] ([https://private.michaelhan.net/snapshots/web-dev-1.pdf Snapshot]) | |||
* [https://hackernoon.com/what-is-a-full-stack-developer-in-2018-and-how-to-become-one-ca82e8906c87 What is a Full Stack Developer in 2018 and How to Become One?] ([https://private.michaelhan.net/snapshots/web-dev-2.pdf Snapshot]) |
Latest revision as of 14:56, 18 February 2022
Web Design
Principles
- Law of Demeter
- given object should assume as little as possible about the structure or properties of any other objects.
- Fat Model, Skinny Controller