Skip to content

Commit

Permalink
feat: add more links
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinwhisman committed Jul 13, 2024
1 parent 449828e commit 9c50ad6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pages/_data/bookmarks.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,5 +359,19 @@
"author": "Keith J. Grant",
"authorLink": "https://keithjgrant.com/",
"description": "This approach to setting up design tokens makes a lot of sense and balances ease of use with consistency. Definitely going to refer back to this when setting up new projects."
},
{
"link": "https://piccalil.li/blog/its-about-time-i-tried-to-explain-what-progressive-enhancement-actually-is/",
"title": "It's about time I tried to explain what progressive enhancement actually is",
"author": "Andy Bell",
"authorLink": "https://piccalil.li/author/andy-bell",
"description": "In case you've heard people talk about progressive enhancement but don't have a good handle on what that actually means or how to build things that way."
},
{
"link": "https://www.baldurbjarnason.com/2024/new-web-dev/",
"title": "New Web Development. Or, why Copilots and chatbots are particularly bad for modern web dev",
"author": "Baldur Bjarnason",
"authorLink": "https://www.baldurbjarnason.com/",
"description": "When the only jobs are for senior React devs, how are junior devs supposed to learn the fundamentals? Leaving that to chatbots that are trained on outdated StackOverflow answers and make shit up all the time seems like a bad idea."
}
]

0 comments on commit 9c50ad6

Please sign in to comment.