From aa8307acdf0edca6fa8ce462a952f0cc03cf6f69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vinh=20Qu=E1=BB=91c=20Nguy=E1=BB=85n?= Date: Tue, 6 Jun 2017 14:45:25 -0700 Subject: [PATCH] Add better dev link news letter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d5eb943d..a11ae9fb 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ When learning CS there are some useful sites you must know to get always informe * [TechCrunch](http://techcrunch.com/) : another good website for tech news * [GSMArena.com](http://gsmarena.com/) : news related to latest mobile phones and android. * [product hunt ](https://www.producthunt.com/): Discover your next favorite thing + * [Better Dev Links](https://betterdev.link/): curated by hand, delivered weekly on Monday(more toward optimization, algorithm, debugging articles instead of how to do abc thing in xyz) # Coding practice for beginners * [Reddit.com/r/dailyprogrammer](http://www.reddit.com/r/dailyprogrammer) : interesting programming challenges where you can learn from looking at other's code , even if you are not able to solve code you can look at how others solved.