Developers
Load previous pageā¦
Hi I'm trying to embed pdf files inside my electron app with react. react-pdf is being a pain, and I'm wondering if there's an easier way to do this? Ā Ā
I want to collaborate with you to create a product around a simple chat tech I have developed.
Here you can find a demo: https://query-chat.fly.dev
Open two tabs in your favorite browser, invite a friend, and test it.
I'm looking into the following vendors to build out peer to peer chat capabilities for my app:
Sendbird: https://sendbird.com/
TalkJS: https://talkjs.com/
Stream: https://getstream.io/
ChatKitty: https://chatkitty.com/
Does anyone have any experience implementing them? How did it go?Ā
How do you find new ideas? Where do you keep track of them? How do you decide what to work on and what to shelve?
Really excited to hear people's workflows and stories.
I'm trying to build my electron app for Windows. I'm on a Mac. This is the first time I'm doing this, and there seem to be a lot of options for buying code-signing certificates. Does anyone have any suggestions for the best and the cheapest option?
I wonder if anyone has published commercial apps with ffmpeg in them. Any caveats? Does FFmpeg allow it?
No language is better than another... as long as you ship (or at least try to).
Every man for himself. :)
You add something like;
coolname.log(event, context)
coolname.log(response)
In your lambda_handler and that sends your logs to a dashboard where you're able to;
1) search your logs via the response or request i.e. any header, path param or query param
2) you're able to add columns i.e. you have a...
Google analytics vs. keeping track of total views for each item detail page. What is the best way to track?
I already built an MVP I built the MSI installer to package my python code together with my freelance developer. However, the installer is kinda buggy and it doesn't seem a good use of time if we have to learn how to build a proper installer ourselves. If I post a job on UpWork however, I am not ...
Folks, I've rewritten the landing page copy, introduced new pricing plans and etc
Feedback welcome https://remoteleaf.com
I wanna make something with React Native but don't have any cool ideas. Something simple would be nice, so I could open source it.
Making a dating site.
Imagine James "hearts" Sally's profile. I want a simple notification for Sally next time she logs in. Like Indie Hackers, where a little red number by your profile.
My current idea is having both:
{hearts: [james, fred, george]}
{notifications: [james]}
objects in th...
Read post
1 reply
I want to create a simple GUI app. It should be cross-platform. I can use Electron for this task but the resultant binary would be around 70-80 MB. Can we do better?
I want to make a blog which will use /blog route & use Gatsby which will render a complete static page & then my other route /apps which will have all my apps & their server side logic like Payment on the same domain. Can I make this work like that ? One subdomain renders static pages & another r...
Making a dating site. It's nearly done, except I haven't sorted messaging between users yet.
I've got two / three choices:
a) NOT live messaging. Messages POST to backend. Requires a page refresh to display new messages.
b) LIVE messaging! Making use of web sockets. I would also have to sav...