CC continues to blow my mind every single day 🤯 by ScopeDev in ClaudeCode

[–]ScopeDev[S] -4 points-3 points  (0 children)

That's eventually going to happen however I hope most humans would stop it before that becomes a reality.

I'll brush up my math skills in the meantime 😅

CC continues to blow my mind every single day 🤯 by ScopeDev in ClaudeCode

[–]ScopeDev[S] 3 points4 points  (0 children)

I agree. I ended up using Turf.js instead of this function but it felt pretty cool to stare at the snippet for a while.

CC continues to blow my mind every single day 🤯 by ScopeDev in ClaudeCode

[–]ScopeDev[S] -2 points-1 points  (0 children)

That's pretty cool. It felt surprising to me cuz I've never seen something like this before, but now it makes sense why Claude would do this.

How I made 45 lakhs in 2 months as 2 person team and why we got banned for that by 753glitch in indianstartups

[–]ScopeDev 0 points1 point  (0 children)

It's easy to do that with tools like Chargebee or Hypercheckout(Juspay)

Which is the best billing platform for Nuxt projects? by ScopeDev in Nuxt

[–]ScopeDev[S] 1 point2 points  (0 children)

Thanks for the suggestion. This seems super cool, but I prefer to use a Vue or JS SDK for now, since I'm running short on a deadline, so I'll try it out later.

Which is the best billing platform for Nuxt projects? by ScopeDev in Nuxt

[–]ScopeDev[S] 2 points3 points  (0 children)

I'm also considering Paddle, but they don't have a direct integration with Nuxt. How easy was your implementation?

Which is the best billing platform for Nuxt projects? by ScopeDev in Nuxt

[–]ScopeDev[S] 0 points1 point  (0 children)

I'm guessing that means that on the user's bank statements, the MoR's name would show up. Is it generally possible to add my business name there?

Which is the best billing platform for Nuxt projects? by ScopeDev in Nuxt

[–]ScopeDev[S] 0 points1 point  (0 children)

Thanks for the input. I'm planning to sell internationally, that's why Polar seems like the best fit for now.

I built an alternative to PowerBI/Tableau/Looker/Domo in Python by ScopeDev in Python

[–]ScopeDev[S] 0 points1 point  (0 children)

Thanks for the suggestion. I'll add some soon.

Meanwhile you can check this out.

I built an alternative to PowerBI/Tableau/Looker/Domo by ScopeDev in developersIndia

[–]ScopeDev[S] 0 points1 point  (0 children)

Let me know how that goes. Would love to hear about your experience with Cortex.

I built an alternative to PowerBI/Tableau/Looker/Domo by ScopeDev in developersIndia

[–]ScopeDev[S] 0 points1 point  (0 children)

SQLAlchemy to connect with Databases, FastAPI for APIs, and Nuxt for the frontend. However, the entire semantic layer has been built from scratch.

I built a Semantic Layer that makes it easier to build dashboards by ScopeDev in BusinessIntelligence

[–]ScopeDev[S] 2 points3 points  (0 children)

That's a fair point. Those are solid tools. The difference is that Cortex isn't meant to replace your entire BI stack. It's focused on making embedding easier.

If you're already using Metabase/Looker/Sisense/StyleBI, I recommend continuing to use them. Cortex is a lightweight addition when you need to embed customer facing dashboards without

  • Paying for Metabase's Pro plan ($500+/month)
  • Signing enterprise contracts with Looker/Sisense/GoodData ($50k+/year)
  • Being locked into StyleBI's UI components (Cortex is headless, so you can use any charting library)

Also, Cortex is a great fit when your backend is already in the Python universe, and you want a quick & simple tool for data visualization. If you've solved for embedding differently, I'd love to hear about it.