Developers

Load previous page…
There are arguments that bootstrap is a bit too heavy. Any suggestions?
Our current CI process within a single Turborepo includes: - Linting - Type checking - Running tests (backend and helper packages) - Build - Deployment We’re considering adding Cypress tests and Lighthouse scores for key pages. What steps are included in your CI pipeline?
Read post
11 replies
I'm currently struggled in implementing custom domain for my projects. I'm using Vercel for hosting, but it looks like I can only add a limited 50 external domains to one project. So I want to hear your experience of setting up the custom domains in you have any. Thanks!
Read post
6 replies
Shiny New MacBook Pro arrived yesterday! I think I'm going to rock Cursor initially. Anyone got any go-to's for when they get a new Mac? (Realised I should have posted this as a questions rather than a To Do.)
What's the preferred free tier of the cloud services right now? More context: I need to run a basic web UI + API server (which could go to sleep if there's no traffic, but hopefully not!), a Postgres instance, and a constant background daemon.
Title says it all, but we've got CS college, Graphic design college, online courses, tutors, learning on the job, boot camps. And these all have tradeoffs and timelines. How would you respond if someone asked you the best way to learn how to design and build web applications?
Hey there. At the end of the year, I'm doing a trek, which means I'll be out of phone reception for 21 days straight. I'm confident I can find someone to do general customer support etc. but has anyone found a solution for more technical problems that might pop up, like my AWS servers going dow...
Read post
4 replies
Transaction emails like password resets, etc are generally handled by just having a template as part your code base and sending that through something like Sendgrid. But how do you deal with with one-off broadcasts like announcing a new product feature? Do you integrate it in your code base som...
Hi everyone, I'm new in this indie hacker's world. I'm building one product. But without any users its pretty useless. So, i can't understand how to get organic users. I don't want to pay any paid services. Like fb ads. Because, if we stop paying we can't get enough traffic. I tried reddit, bu t...
Read post
4 replies
Title says it all. It would be fun to have your streak on your personal site.
Read post
3 replies
Hey, if you are using PostHog, could you explain the pros and cons vis-a-vi Mixpanel? And if you recommend another "product intelligence" tool, could you write it down?
i've got 10000 emails in a mongo database. whats a simple way to email all these people. any app/site recommendations. looking for simplicity. obviously don't want my emails to end up in "promotions" or "junk" either, but that might be hard. thanks
I feel like Trello is getting more and more bloated. What are the features that make Trello good, what do you actually use? - Simple Kanban - Add multiple boards - Add members to boards - What else?
This is sort of a followup on a previous question I wrote (link below). You don't have to read it, but it can provide some context. Otherwise jump to "The Q" below. https://wip.co/posts/do-you-ever-come-to-wip-wishing-you-could-post-something-other-than-a-project-update-todo-win-or-question-dk7...
https://wip.chat/products/993 (https://wipbadge.com) was launched today and currently supports connections to Github. But I'm curious what other services would be interesting? I've been looking into Trello and got a request for GitLab so those are in the works.
I'm thinking of building a hosted version of Doka Image Editor #doka - image (re)editing - uploading - hosting - linking As a developer I'm struggling to find reasons (apart from lacking dev skills) to go with a hosted service instead of purchasing the Doka SDK itself. So I'm looking for some o...
Read post
4 replies
Hey guys, I'm curious about how do you make sure your frontend code performs well? I mean, in terms of file sizes after build (js, css, html), or other practices. I come from backend background, I'm pretty comfortable with frontend dev these days, thanks to you guys' suggestions & advices (http...