tusharsoni

↗ HN profile [ 62.3 ms ] full profile
Karma
304
Created
March 25, 2016 (10y ago)
Submissions
0
  1. Hey HN! I've been working with Go for the last 5+ years at large-ish companies building products that many of you may use regularly. A ton of people say that Go's standard library is really powerful and usually enough…

  2. I have a tool that I use to send email campaigns. It integrates with AWS SES and sends these emails at a fraction of the cost. I am planning to open source it in the next couple of weeks. Can this awesome community…

  3. I am working on a project that involves me sending emails to check-in with the users to make sure they have everything they need. This is in addition to sending engagement emails few times a year. To make life a little…

  4. I recently came across launchaco.com which is super nice but for the most part, I end up building my landing pages by hand. If you don't have a favorite landing page builder, what would your ideal landing page builder…

  5. At this point, I have launched many projects (some with the aim to make money and some just for fun). For all of these projects, I started coding first, completed the project, and then tried to figure out how to get…

  6. I have been working on a few side projects that usually have Go backend services. Right now, they log straight to a file and it works just fine since I only have a couple of instances running. If I were to scale this to…