Viewing profile — bharani_m
bharani_m
HN member- Joined
- Sun, Jul 31, 2011, 9:29 AM UTC
- HN karma
- 486
- Public activity
- 145 items
- HN profile
- View on Hacker News ↗
About bharani_m
Projects
1. Resumonk - Online CV maker - https://www.resumonk.com
2. EmailThis - Save web pages to your inbox - https://www.emailthis.me
------------
Past projects Engem.me (http://engem.me), Airball.in (http://airball.in), Bootstrap Carnival (http://bootstrapcarnival.com), GK Quiz Android App (400k+ users)
------------
Contact bharani91[at]gmail.com
Recent public activity
-
comment
Comment #27485876
I wrote a simple app to send interesting articles and web pages to my email inbox - https://www.emailthis.me
-
comment
Comment #27126245
I'd like to plug in a small tool that I run. It's called EmailThis and it brings bookmarking/read-later functionality(similar to Pocket and Instapaper) to your email inbox. [0] htt…
-
comment
Comment #24262777
This is really interesting. Thanks for all the effort you've put into this project. I had one quick question - how easy/difficult would it be to integrate another JS library with i…
-
comment
Comment #24209771
I use Puppeteer at https://www.emailthis.me for scraping meaningful content from web pages and converting web pages to PDF.
-
comment
Comment #23689397
Glad you found it useful. I had sort of neglected it for a while, but during the course of the lockdown, I have started working on a major rewrite - replacing Gulp with Webpack, ad…
-
comment
Comment #23689183
I've used this for building the browser extensions for my app [1]. It is simple, easy to understand and easy to reason with. However, I would recommend this only for small apps. As…
-
comment
Comment #23660892
I'd like to add a couple of resources that I've found useful - 1. All courses by Will Sentance on Frontend Masters 2. Eloquent JavaScript
-
comment
Comment #23593168
I made "Ansible Rails" - a playbook for easily deploying Ruby on Rails applications https://github.com/EmailThis/ansible-rails
-
comment
Comment #23535685
Postmark/Sendgrid for emails Digital Ocean or Heroku for hosting Skylight for application monitoring Sentry for error tracking Cloudflare for caching S3 for storage
-
comment
Comment #23446206
Thanks for sharing this great collection. I've just added your 'remove sticky' bookmarklet. In case anyone is wondering, bookmarklets also work on mobile devices. You can simply go…
- story
-
comment
Comment #23406268
I've been using Heroku to deploy my Rails apps but I always wanted to learn how it all works under the hood. Over the last couple of months, I decided to learn more about how to se…
- story
-
comment
Comment #23297951
Good idea! I am always happy to see more tools come up around the email inbox. Few suggestions - 1. Your privacy page is empty. 2. Instead of asking me to enter a feed URL during s…
-
comment
Comment #23231300
I am also a big fan of Print to PDF. I've actually built a simple bookmarking service [0] that does just this. EmailThis extracts meaningful content from web pages and sends it to …
-
comment
Comment #23177246
I have always wanted to learn DevOps. I use Heroku for almost all my apps, but I wanted to learn what is happening every time I do git push heroku master. I started learning Ansibl…
-
comment
Comment #23017523
I've got close to 3000 bookmarks. Almost all of them are saved as full text + PDF in my email (Gmail) inbox under separate labels like 'JS', 'Design', 'SEO' etc. Gmail's search is …
-
comment
Comment #22780512
I run a minimal email-based bookmarking service called EmailThis.me [1]. EmailThis removes ads, distractions, and clutter from web pages and sends you a nicely formatted email with…
-
comment
Comment #21664732
50% Off on EmailThis Lifetime Plan - https://www.emailthis.me/lifetime-premium/black-friday EmailThis helps you save ad-free articles & web pages to your email inbox.
-
comment
Comment #21481408
Yes. I email myself almost everyday. I've even made a browser extension for it - https://www.emailthis.me
-
comment
Comment #18975065
I'd like to launch Highlightify ( https://highlightify.com ) - a simple way to highlight and annotate web pages.
-
comment
Comment #17709101
I run a minimal alternative to Instapaper called EmailThis [1]. It lets you save complete articles and webpages to your email inbox. If it fails to extract useful text, EmailThis w…
-
comment
Comment #15087281
Thanks, if it is unable to extract useful content from a page, EmailThis will save it as PDF as send it as an attachmentment. If you try saving a any discussion website (HN, Stacko…
-
comment
Comment #15072530
Sorry about the brief downtime. It's back up now.
-
comment
Comment #15071032
Really nice work. I've had a great experience working with Headless Chrome to convert webpages to PDF for my side project EmailThis ( https://www.emailthis.me ). It uses Puppeteer …