Skip to content

Commit be3e7e8

Browse files
committed
add new resources for web design and dev
1 parent 6824ae4 commit be3e7e8

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

content/pages/04-web-development/00-web-development.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,11 @@ world.
8181
CSS, JavaScript, images and other files as input and render webpages as
8282
output. It is well worth your time to know this stuff as a web developer.
8383

84+
* [The history of the URL](https://blog.cloudflare.com/the-history-of-the-url/)
85+
explains how the growth of ARPANET to hundreds of nodes eventually led to
86+
the creation of the URL. This is a great read that provides historical
87+
context for why things are the way they are with the web.
88+
8489
* [Web app checklist](http://dhilipsiva.com/webapp-checklist/) presents
8590
good practices that developers building and [deploying](/deployment.html)
8691
web applications should follow. Don't worry about having every single

content/pages/04-web-development/15-web-design.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ this short list as my absolute favorites that help developers become
9999
* [How to design delightful dark themes](https://blog.superhuman.com/how-to-design-delightful-dark-themes-7b3da644ff1f)
100100
explains some subtle tactics to make dark themes work well for users.
101101

102+
* [Setting height and width on images is important again](https://www.smashingmagazine.com/2020/03/setting-height-width-images-important-again/)
103+
describes how browser layout and resizing settings could affect your
104+
images so manually setting the size is more useful than it has
105+
been in the past few years.
106+
102107
* [Kuler](https://kuler.adobe.com/create/color-wheel/) is a complementary
103108
color picker by Adobe that helps choose colors for your designs.
104109

content/pages/meta/00-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on GitHub.
1515

1616
## 2020
1717
### March
18+
* New [web design](/web-design.html) and
19+
[web development](/web-development.html) resources.
1820
* Added new blog post on
1921
[The Best Resources for Developers to Learn Finance](/blog/best-resources-developers-learn-finance.html).
2022

0 commit comments

Comments
 (0)