Web Development Resources: Difference between revisions
10 web skills that pay |
|||
(2 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 20: | Line 22: | ||
== Links == | == 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 | * [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