DEV Community

Bani Singh
Bani Singh

Posted on

21 3

πŸš€ 3 Tools To Scale and Grow Your Side Projects

My favorite part about side projects comes after the initial build is complete and I can focus on scaling. At this point, it's valuable to consider tools that can help you focus on the main goal: Talking to and acquiring users in a data-driven manner. I've been through this process a few times now and wanted to take a minute to share my go-to tools:

πŸ›  Arctype

Arctype is an easy to use SQL client. It looks and feels like a modern spreadsheet, making it one of the most user-friendly SQL clients on the market. Some of my favorite features overall includes:

  • Managing queries: I use it to query specific segments of users and have most of my queries for these segments saved. That way, I don't have to re-write long queries every time I wish to investigate my data.
  • Collaboration: Arctype is designed to be a better alternative for teams. You can give team members different levels of access, share queries, and dashboards.
  • Creating super simple dashboards (see below): I love tracking metrics from day 0 on my side projects. Understanding total users, increase, churn and more is super helpful. Arctype lets you build these dashboard easily through SQL queries. ezgif-3-a939f4dbebc4 (1)
  • Best part? It's free!

πŸ“ˆ Waitlist

Waitlist is a tool to increase sign-ups via gamified referrals. With their no-code integrations, it takes less than 5 minutes to set up a waitlist on your webpage. I specifically use it for:

  • User research: If users are willing to share your product with other users, that's already a positive sign. Reaching out to these users to understand their expectations and use cases can provide valuable information.
  • Rewards: During its earliest days, Dropbox grew through its referral program. The vast majority of Dropbox users had free accounts with limited storage space. However, every user was given more free space for any additional users they sign up. Specifying rewards for users for successful referrals can further boost your growth.
  • Demand: An important tool for marketing your product is showing excitement and traction. If you can begin markeitng your product and its demand already before launch, you can set yourself up for an incredible launch day. Screen Shot 2020-11-03 at 14.41.26 Full disclosure: I'm working on this product, so feel free to lmk if you have any questions! :)

πŸ” Sentry

Sentry is a monitoring platform that helps with discovering, triaging and prioritizing errors in real time. I didn't use Sentry until recently and previously relied on checking logs inside my EC2 instance (I know, super cumbersome). Sentry was a total gamechanger and here are my reasons why:

  • Stack traces: A stack track shows the stack of functions at the time an uncaught exception is thrown. That way, you can trace your error, with return values and data throughout the process.

Untitled

  • Showcasing specific events: With Sentry, you can investigate specific events and the logs associated with them.
  • Collaboration: I no longer send screenshots, explanations and snippets of errors to collaborators, but rather send a link or assign errors accordingly.

Untitled (1)

Please let me know if you have any questions about these tools (I'm, naturally, an active and satsfied user of them all). Happy to help in any way I can πŸ€“

Sentry blog image

How to reduce TTFB

In the past few years in the web dev world, we’ve seen a significant push towards rendering our websites on the server. Doing so is better for SEO and performs better on low-powered devices, but one thing we had to sacrifice is TTFB.

In this article, we’ll see how we can identify what makes our TTFB high so we can fix it.

Read more

Top comments (11)

Collapse
 
heikokanzler profile image
Heiko Kanzler πŸ‡ͺπŸ‡Ί β€’

Arctype sounds like a nice addition to my toolbox. Thanks for that!

Collapse
 
n0rlant1s profile image
Bani Singh β€’

You're welcome! :)

Collapse
 
heikokanzler profile image
Heiko Kanzler πŸ‡ͺπŸ‡Ί β€’

I feels a bit laggy to me, sending requests to localhost (MySQL) takes about two or three seconds, it this true for you as-well?

Collapse
 
jmvallejo profile image
Juan Manuel Vallejo β€’

Hadn't come across Arctype, thanks for sharing!

Collapse
 
n0rlant1s profile image
Bani Singh β€’

You're welcome! Lmk if you have any questions :)

Collapse
 
kadhumalrubaye profile image
kadhum alrubaye β€’

nice tools .. thank you β™₯πŸ’œβ™₯

Collapse
 
n0rlant1s profile image
Bani Singh β€’

You're welcome! Hope they come in handy

Collapse
 
isarisariver profile image
Marian β€’

Never heard of any of those. Thanks for sharing πŸ˜€

Collapse
 
n0rlant1s profile image
Bani Singh β€’

You're welcome! :)

Collapse
 
princesingh123 profile image
Prince Singh β€’

Nice tools..

Collapse
 
n0rlant1s profile image
Bani Singh β€’

I agree!!

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay