From c6476f40718ca324b55888300850b9aa788cedd4 Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Thu, 24 Sep 2020 19:49:16 -0500 Subject: [PATCH] Changed links, from explicit to embedded links --- DynamoDB.md | 2 +- Lazy loading images in HTML.md | 4 ++-- Perfectly centering pixels is tricky.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DynamoDB.md b/DynamoDB.md index 6cfd380..ce71450 100644 --- a/DynamoDB.md +++ b/DynamoDB.md @@ -17,4 +17,4 @@ It's a [[NoSQL]] [[Database]] from [[AWS]] ## What led to learning this -- Podcast: Full Stack Radio: 139: Alex DeBrie - DynamoDB for Relational Database Diehards +- Podcast: [Full Stack Radio: 139: Alex DeBrie - DynamoDB for Relational Database Diehards](https://fullstackradio.com/episodes/139-20f6bb42) diff --git a/Lazy loading images in HTML.md b/Lazy loading images in HTML.md index df6a86d..e7517fc 100644 --- a/Lazy loading images in HTML.md +++ b/Lazy loading images in HTML.md @@ -8,8 +8,8 @@ This will load the image when scrolling is near the viewport, using the [Interse ## Further reading -- +- [Native image lazy-loading](https://web.dev/native-lazy-loading) ## What led to learning this -- Accidentally: a rabbit hole that started at [Jason Crawford's github](https://github.com/jasoncrawford) and ended at +- Accidentally: a rabbit hole that started at [Jason Crawford's github](https://github.com/jasoncrawford) and ended at an [issue in the owid-grapher repo](https://github.com/owid/owid-grapher/pull/422) diff --git a/Perfectly centering pixels is tricky.md b/Perfectly centering pixels is tricky.md index c3b2cb0..f97027d 100644 --- a/Perfectly centering pixels is tricky.md +++ b/Perfectly centering pixels is tricky.md @@ -8,4 +8,4 @@ Font makes things trickier. Let's suppose you want to center vertically a text i ## What led to learning this -- Podcast: Full Stack Radio: 135: Lessons Learned Building Tailwind UI +- Podcast: [Full Stack Radio: 135: Lessons Learned Building Tailwind UI](https://fullstackradio.com/episodes/135-e8c69ea6)