# My Favorite Websites

Source: https://www.yegor256.com/2017/07/25/my-favorite-websites.html

I recently [published]({% pst 2017/jun/2017-06-27-my-environment %})
a summary of the software and hardware I'm using every day. Now I'll
list my most favorite websites and online services, which help me do my
daily job: write code and manage projects.


{% jb_picture_body %}

<img src="/images/2017/07/sites-gmail.jpg" class="env-ico" alt="icon"/>
<img src="/images/2017/07/sites-google-calendar.jpg" class="env-ico" alt="icon"/>
<img src="/images/2017/07/sites-google-drive.jpg" class="env-ico" alt="icon"/><br/>
[Gmail](https://www.gmail.com)
is the best email system. It aggregates all my accounts
in one place: all emails are coming to the `@gmail.com` address
and I have a few aliases for sending responses.
[Google Calendar](https://calendar.google.com) helps me keep my plans in sync,
and [Google Drive](https://drive.google.com/drive/my-drive) helps me
share documents with friends sometimes.

<img src="/images/2017/07/sites-github.jpg" class="env-ico" alt="icon"/><br/>
[GitHub](https://github.com/yegor256)
is where we keep our source code repositories. I was also using
[Bitbucket](https://bitbucket.com)
a few years ago, but didn't really like it.
GitHub is simply the best, no doubts.

<img src="/images/2017/07/sites-stackoverflow.jpg" class="env-ico" alt="icon"/><br/>
[Stack Overflow](http://stackoverflow.com/users/187141/yegor256)
is where I learn new technologies, ask questions, answer them sometimes
and really enjoy working with the community. When I have some free time
I just search by
"[design-patterns](https://stackoverflow.com/questions/tagged/design-patterns)" or
"[oop](https://stackoverflow.com/questions/tagged/oop)"
tags in order to find relevant questions and answer them if I can.

<img src="//www.wring.io/images/logo.svg" class="env-ico" alt="icon"/><br/>
[Wring](https://www.wring.io) aggregates my GitHub notifications
and helps me stay on top of all events that are happening there.
It's my own project and I use it every day.

<img src="/images/2017/07/sites-rultor.jpg" class="env-ico" alt="icon"/><br/>
[Rultor](https://www.rultor.com) is helping me
[merge]({% pst 2014/jul/2014-07-24-rultor-automated-merging %}) pull requests,
[deploy]({% pst 2014/sep/2014-09-11-deployment-script-vs-rultor %}) my projects to production and
[release]({% pst 2014/aug/2014-08-19-how-to-release-to-maven-central %})
their new versions. It's one of my
[pet projects](/pets.html) and I'm using it every day.

<img src="/images/2017/07/sites-heroku.jpg" class="env-ico" alt="icon"/><br/>
[Heroku](https://www.heroku.com) is where I host almost all my
Java and Ruby projects.

<img src="/images/2017/07/sites-travis-ci.jpg" class="env-ico" alt="icon"/>
<img src="/images/2017/07/sites-shippable.jpg" class="env-ico" alt="icon"/><br/>
[Travis](https://travis-ci.org) for open source and
[Shippable](https://shippable.com) for commercial projects, as
continuous integration platforms. There are
[many alternatives]({% pst 2014/oct/2014-10-05-ten-hosted-continuous-integration-services %}),
but I like these guys.

<img src="/images/2017/07/sites-godaddy.jpg" class="env-ico" alt="icon"/><br/>
[Godaddy](https://www.godaddy.com) is where I register all domain
names. Their user interface is terrible, but their
prices are the lowest. So, I'm with them for at least eight years already.

<img src="/images/2017/07/sites-google-analytics.jpg" class="env-ico" alt="icon"/>
<img src="/images/2017/07/sites-google-webmasters.jpg" class="env-ico" alt="icon"/><br/>
[Google Analytics](http://analytics.google.com)
and [Google Webmasters](https://www.google.com/webmasters/tools/home)
are two systems where I track
my entire web traffic of all my websites. Both systems are terrible, performance
and interface wise. But since it's Google, we have to stay with them,
to see how they understand web statistics. I'm also using
[hit.ua](https://hit.ua).

<img src="/images/2017/07/sites-hacker-news.jpg" class="env-ico" alt="icon"/>
<img src="/images/2017/07/sites-reddit.jpg" class="env-ico" alt="icon"/><br/>
[Hacker News](https://news.ycombinator.com/)
and [/r/programming](https://www.reddit.com/r/programming/) at Reddit
seem to be the best sources of news for me. I open them a few times a week.

<img src="/images/2017/07/sites-facebook.jpg" class="env-ico" alt="icon"/>
<img src="/images/2017/07/sites-twitter.jpg" class="env-ico" alt="icon"/><br/>
[Facebook](https://www.facebook.com)
and [Twitter](https://www.twitter.com)
are the social networks I'm spamming regularly. They are far from being
perfect, but they totally dominate the market.
I was using these guys, but they seem to be ~~dead~~ less popular now:
LinkedIn, Google+.

<img src="/images/2017/07/sites-amazon.jpg" class="env-ico" alt="icon"/><br/>
[Amazon](https://amzn.to/2ufwBbw)
is where I buy everything that is not food or clothes.

<img src="/images/2017/07/sites-aws.jpg" class="env-ico" alt="icon"/><br/>
[AWS](https://aws.amazon.com/)
is where I keep all
[my data](https://aws.amazon.com/s3/),
[my DNS](https://aws.amazon.com/route53/),
[my servers](https://aws.amazon.com/ec2/),
and some other things. I'm with them since they
launched S3 (in 2006).

<img src="/images/2017/07/sites-contabo.jpg" class="env-ico" alt="icon"/><br/>
[Contabo](https://contabo.com/)
is where I host servers, which I need 24x7. Their prices are great
and the service is pretty decent. I'm with them for at least five years.

<img src="/images/2017/07/sites-papertrail.jpg" class="env-ico" alt="icon"/><br/>
[Papertrail](https://papertrailapp.com/?thank=9e5dc6)
is where all my logs are being aggregated. I tried a few other
systems, but these guys seem to be the best. I even was paying them something
some time ago, but stopped---their free package seems to be sufficient
enough for my volumes.

<img src="/images/2017/07/sites-statuscake.jpg" class="env-ico" alt="icon"/><br/>
[StatusCake](https://www.statuscake.com/)
is a website monitoring system that keeps an eye on all my web
sites and web apps and notifies me by email and through
[Pushover](https://pushover.net/) ($5).

<img src="/images/2017/07/sites-sentry.jpg" class="env-ico" alt="icon"/><br/>
[Sentry](https://www.sentry.io)
is where all my errors are being sent to, from production systems.

<img src="/images/2017/07/sites-buffer.jpg" class="env-ico" alt="icon"/><br/>
[Buffer](https://www.buffer.com)
is helping me to spam Twitter and Facebook more effectively. I pay
them for the premium package and have no regrets. The service really
helps me deliver content to the social networks on schedule.

<img src="/images/2017/07/sites-youtube.jpg" class="env-ico" alt="icon"/><br/>
[YouTube](https://www.youtube.com)
is where I keep my video content. I also stream
[my webinars](/webinars.html) there.

<img src="/images/2017/07/sites-soundcloud.jpg" class="env-ico" alt="icon"/><br/>
[SoundCloud](https://www.soundcloud.com)
is where I'm listening to music and keep my own channel with
[Shift-M](/shift-m.html) podcast and other audio content.

<img src="/images/2017/07/sites-quickbooks.jpg" class="env-ico" alt="icon"/><br/>
[QuickBooks](https://qdc.qbo.intuit.com/qbo30/login)
is where I keep all my bookkeeping accounts, for all my companies.

Did I forget anything?
