<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/blog/how-to-stay-updated-when-working-remotely/" -->

---
title: How to stay updated when working remotely | daily.dev
description: I’ve been getting some comments recently that suggest remote work equals more time, but in fact, it's quite the opposite (at least for me).
canonical: https://daily.dev/blog/how-to-stay-updated-when-working-remotely/
og:type: article
og:url: https://daily.dev/blog/how-to-stay-updated-when-working-remotely/
og:title: How to stay updated when working remotely | daily.dev
og:description: I’ve been getting some comments recently that suggest remote work equals more time, but in fact, it's quite the opposite (at least for me).
og:image: https://media.daily.dev/image/upload/s--pPZJzwyg--/f_auto,q_auto/v1/recruiter-landing/5f1aa4492b83c907e23b824d_qfvi6noqab7hnastn79p_97a732a15c?_a=BAMAMiB80
og:site_name: daily.dev
og:locale: en_US
article:published_time: 2020-07-24
article:modified_time: 2026-05-15T14:26:38.443Z
article:author: Nimrod Kramer
twitter:card: summary_large_image
twitter:site: @dailydotdev
twitter:creator: @dailydotdev
twitter:title: How to stay updated when working remotely | daily.dev
twitter:description: I’ve been getting some comments recently that suggest remote work equals more time, but in fact, it's quite the opposite (at least for me).
twitter:image: https://media.daily.dev/image/upload/s--pPZJzwyg--/f_auto,q_auto/v1/recruiter-landing/5f1aa4492b83c907e23b824d_qfvi6noqab7hnastn79p_97a732a15c?_a=BAMAMiB80
---

Ever since the coronavirus struck us, many companies started to work remotely. Not many were sure how it’s going to impact the quality of the workplace and the daily routine for developers. I personally feel that working from home helps me to boost my productivity. I'm able to achieve so much more. Yet, one of the best things about going to an office is that you could dive into a professional talk and get a hang of what's going on in the eco-system. 

The thing is that developers are always striving to learn and grow otherwise we will stay behind. I’ve been getting some comments recently that suggest remote work equals more time, but in fact, it's quite the opposite (at least for me). Now that we are apart, it's much harder to stay on top of updates and news in the development world. 

### Why is it a big deal?  

So when we at [daily.dev](https://daily.dev/) saw this situation we identified several problem

1.  Low-quality content is all around. We would find ourselves going through 10-20 posts before we could find something that is actually valuable.
2.  There are so many blogs and platforms to check every day. As of today, there are probably more than 500 English speaking publications (excluding personal blogs). That’s intense and nearly impossible to cover.
3.  It takes too much time to find a real gem. We don’t have time. It’s just too much to do both coding and learning. Trying to multitask simply reduces the quality of our work.

### How about solving it?  

To address these issues to all of you who care about staying up-to-date, without wasting a minute on searching dev news, we've developed daily.dev. It's a browser extension that collects hundreds of development news every day, ranks them according to the developers' community interests, and displays them on every new tab.

**The extension is free of charge (forever), doesn't require signup, and the best thing that it's 100% open source.**

If you feel like giving it a try go here:[https://r.daily.dev/get](https://r.daily.dev/get)

Hope you guys enjoy it and make the best out of your remote working!

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/og-image.png?v=a830cdf1","width":1200,"height":630},"sameAs":["https://twitter.com/dailydotdev","https://www.linkedin.com/company/dailydotdev","https://github.com/dailydotdev","https://www.instagram.com/dailydotdev"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","description":"Free, personalized developer news aggregator. Stay on top of software development news, AI coding tools, and web dev - curated daily from trusted sources.","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}},{"@type":"WebPage","@id":"https://daily.dev/blog/how-to-stay-updated-when-working-remotely/","url":"https://daily.dev/blog/how-to-stay-updated-when-working-remotely/","name":"How to stay updated when working remotely | daily.dev","description":"I’ve been getting some comments recently that suggest remote work equals more time, but in fact, it's quite the opposite (at least for me).","inLanguage":"en-US","isPartOf":{"@id":"https://daily.dev/#website"}},{"@type":"Article","@id":"https://daily.dev/blog/how-to-stay-updated-when-working-remotely/#article","headline":"How to stay updated when working remotely","url":"https://daily.dev/blog/how-to-stay-updated-when-working-remotely/","datePublished":"2020-07-24","dateModified":"2026-05-15T14:26:38.443Z","isPartOf":{"@id":"https://daily.dev/#website"},"publisher":{"@id":"https://daily.dev/#organization"},"mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/blog/how-to-stay-updated-when-working-remotely/"},"description":"I’ve been getting some comments recently that suggest remote work equals more time, but in fact, it's quite the opposite (at least for me).","image":{"@type":"ImageObject","url":"https://media.daily.dev/image/upload/s--pPZJzwyg--/f_auto,q_auto/v1/recruiter-landing/5f1aa4492b83c907e23b824d_qfvi6noqab7hnastn79p_97a732a15c?_a=BAMAMiB80"},"author":{"@type":"Person","name":"Nimrod Kramer","url":"https://app.daily.dev/kramer"},"potentialAction":{"@type":"ReadAction","target":"https://daily.dev/blog/how-to-stay-updated-when-working-remotely/"}},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev/"},{"@type":"ListItem","position":2,"name":"Blog","item":"https://daily.dev/blog/"},{"@type":"ListItem","position":3,"name":"Insights","item":"https://daily.dev/categories/insights/"},{"@type":"ListItem","position":4,"name":"How to stay updated when working remotely","item":"https://daily.dev/blog/how-to-stay-updated-when-working-remotely/"}]}]}
```

