File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments