Add better dev link news letter

This commit is contained in:
Vinh Quốc Nguyễn
2017-06-06 14:45:25 -07:00
committed by GitHub
parent 138277d75b
commit aa8307acdf

View File

@@ -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.