Skip to content

Commit 94797a3

Browse files
committed
add a couple of resources in web design and logging
1 parent cfcfed7 commit 94797a3

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ this short list as my absolute favorites that help developers become
9999
hexadecimal values, red-green-blue (RGB) and
100100
Hue-Saturation-Lightness (HSL).
101101

102+
* [Easy to Remember Color Guide for Non-Designers](https://sendwithses.gitbook.io/helpdocs/random-stuff/easy-to-remember-color-guide-for-non-designers)
103+
gives guidance to less aesthetically-inclined folks like myself who
104+
need rules for picking groups of colors to use together in your designs.
105+
102106
* [13 Terrible Web Trends From the 90s, and How to Recreate Them](https://envato.com/blog/13-terrible-web-trends-90s-recreate/)
103107
revisits a simpler and perhaps more... ugly time on the web where designs
104108
were a bit out of control. Learn more about the history of web design and

content/pages/06-devops/14-logging.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ certain threshold.
116116
output to help debuggin when things go wrong, or to determine if something
117117
is going wrong.
118118

119+
* [Structured Logging: The Best Friend You’ll Want When Things Go Wrong](https://engineering.grab.com/structured-logging)
120+
explains how Grab (a large ridesharing platform in Asia) uses
121+
structured logging to reduce Mean Time To Resolve (MTTR) and how they
122+
arranged their log levels to support their scale.
123+
119124
* [A guide to logging in Python](https://opensource.com/article/17/9/python-logging)
120125
has some clear, simple diagrams to explain how logging works in Python
121126
applications.

0 commit comments

Comments
 (0)