You should include some examples of generated Private Notes on your website because like this, without knowing, I don't want to give you access to all my Strava activities.
Nice explanation and execution. Looks super Pro ! Congrrats !
One question : how do you manage database credentials ? That's a question I've had a lot working on my project so I'm pretty sure customers will have the same for you.
Especially given the latest Snowflake security issues.
We do a lot of things to keep the credentials safe that go beyond just putting everything behind a VPN and setting pods' SECCOMP profiles. That obviously includes encrypting credentials and putting in place tight access controls both to the credentials themselves and the encryption keys.
Also, even though we're not SOC2 compliant (yet) we do run pen tests.
I don't know if your landing page is one of these growth/indie hackers thing, with nothing real behind, so I'll give you the benefit of the doubt (even though your video tells me the contrary).
But : curl: (6) Could not resolve host: script.faqpopup.com
The last thing someone wants to do is to inject some JS on their website without knowing what's in it.
I'm not sure what do you mean nothing real behind. Can you elaborate?
the script is not hosted under script.faqpopup.com thats why you cannot resolve the subdomain. The script url is visible after you purchased. Happy to share it though if you have doubts. Thanks
A small remark : since nothing is free in our world, it would be super cool if you could add the rate limits of each API. This way, we could see if it can be safely used in production or not.
Am I the only one who creates them manually and add an entry only when I see a file that should not be committed when I "git status" ?
I mean, .gitignore is a simple text file, editable from any tool. Why would anyone bother exporting such a file in JSON to then add it as a text file to a repository ?
I'm sorry, but I don't see any actual usage for this. There is no point in having a bloated .gitignore with things you don't even use.
I like the idea of the snippets popping out along the way. I would clearly use it for my website (https://trekstories.c100k.eu).
Another good use case I see, is for race organizers to showcase the route on their website. That would look more modern compared to the usual low-res screenshot. Something like this : https://www.youtube.com/watch?v=g5GjuRS9sVA
Nice job ! I've tried with a hiking GPX. It works pretty well and the sliders to adjust the settings are great. However, I'm seeing weird vertical lines on the map.
Ugh, yeah, that's a bug with Mapbox itself.
I need to update to their latest version but it comes with some downgrades for me.
Thanks for bringing this to my attention. It happens rarely but it happens -- and I need to fix it. Will focus on this soon.