TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Discover dev – a daily digest of engineering blogs

423 pointsby deepakkarkiabout 7 years ago

16 comments

deepakkarkiabout 7 years ago
For those curious, DiscoverDev is a fully static site hosted on Netlify. It&#x27;s all handcrafted vanilla HTML and CSS. (The first site I&#x27;ve ever developed, zero design experience, so nothing fancy). Zero lines of Javascript as well :)<p>1. I&#x27;ve written my own crawler+parser which parses selected blogs and publications and then displays new articles to me in a chronological manner in a GUI.<p>2. I select the articles myself, and tag them.<p>3. Then a script sees all the selected articles and generates a JSON file.<p>4. I&#x27;ve written my own static site generator which consumes this JSON and spits out the updated website and RSS.<p>5. I push the changes to my git repo.<p>6. Netlify listens to the git repo and updates my build.<p>7. People see my updated webpage and RSS feed within seconds.<p>Thanks for taking a look.<p>-----<p>Subscribe to the newsletter if you&#x27;re looking forward to receive a weekly digest of interesting articles and resources. You can unsubscribe anytime, I keep my content to the point.
评论 #17055192 未加载
评论 #17055811 未加载
评论 #17123003 未加载
评论 #17055253 未加载
评论 #17056413 未加载
评论 #17058505 未加载
评论 #17055625 未加载
deepakkarkiabout 7 years ago
I curate every weekday, 8-10 high quality links. Been doing this for about an year! Feel free to ask me any questions.<p>Mailing list : <a href="https:&#x2F;&#x2F;www.discoverdev.io&#x2F;subscribe" rel="nofollow">https:&#x2F;&#x2F;www.discoverdev.io&#x2F;subscribe</a><p>RSS feed : <a href="https:&#x2F;&#x2F;www.discoverdev.io&#x2F;rss.xml" rel="nofollow">https:&#x2F;&#x2F;www.discoverdev.io&#x2F;rss.xml</a>
评论 #17055688 未加载
osamagirl69about 7 years ago
I love the idea, I have longed for a no-nonsense aggregater of blogs&#x2F;websites&#x2F;etc without the bloat.<p>Is there any chance you could add more hardware orientated stuff? Even if all it did was scrape hackaday.com and remove the spam and &#x27;editors&#x27; drivel.
评论 #17055249 未加载
campallisonabout 7 years ago
&quot;Handpicked by AI...&quot;<p>I hope that joke was intentional.
评论 #17054994 未加载
aw3c2about 7 years ago
Nice! It would be great if posts had timestamps, eg on <a href="https:&#x2F;&#x2F;www.discoverdev.io&#x2F;tags&#x2F;jvm" rel="nofollow">https:&#x2F;&#x2F;www.discoverdev.io&#x2F;tags&#x2F;jvm</a>
评论 #17054986 未加载
andrewstellmanabout 7 years ago
This looks valuable. Good job with the tags. Even better if there was a way to do a full-text search of all articles from the front page.
lucidoneabout 7 years ago
A small, subjective point of improvement: #fff and #000 are very high contrast, I find pages with a slight muting of these two colors (ie, #fcfcfc and #030303 - an offset of 3 in rgb) to be much easier to read. Regardless, I love the site. I&#x27;ve bookmarked it and will visit alongside my morning routine.
dchukabout 7 years ago
I maintain a similar site here, but it’s all hands off, RSS feeds + hn style voting interface: <a href="https:&#x2F;&#x2F;engineered.at" rel="nofollow">https:&#x2F;&#x2F;engineered.at</a> problem is no one votes so it’s basically chronological.<p>The curation quality of your site is fantastic! Keep it up!
Matt3o12_about 7 years ago
Wow, the design is amazing -- I am really not good with design but it is very simple and extremely very clean. I might steal it at some point. I also really like the no javascript approach. You even have a RSS reader, which is really helpful but I have one little nickpick, the date format is: &quot;Fri, 11 May 2018 00:00:00&quot; which is slightly wrong (you forgot +0000 as the time zone). Good job anyways!
dragonshedabout 7 years ago
There is a lot to like here, but I wish viewing by tags had a more obvious sort applied.<p>Some items included aren&#x27;t of interest to me, so naturally I&#x27;d like some way to filter those out. Viewing a tag is a good way to do that, but then I lose the chronological organization.
评论 #17055560 未加载
antonio-ramadasabout 7 years ago
First, great work! I’ve subscribed the RSS feed :) This is something I started wishing for!<p>Second, on the RSS feed, could you display the source of each link as you do on the website?
jnpatelabout 7 years ago
Would you all like it if the links on the front page of HN were more like those on Discover dev, or happy with the way it is?
评论 #17055284 未加载
badrabbitabout 7 years ago
Nice work. Your site does not render well on my mobile browser for some reason.<p>I would subscribe to a newsletter or feed of this.
评论 #17054503 未加载
gozrikabout 7 years ago
The design is great, I love it. And the site itself is something I’ve wanted for a long time.
nzjrsabout 7 years ago
Seems to be only software engineering. Maybe the mods can update the submission title?
chimeabout 7 years ago
This is fantastic! Added to my daily read-list. Already enjoyed two articles I&#x27;d have never come across. Thanks for your efforts.