Developers

Load previous page…
Hi there! I've always been a late adopter. After spending over a year reading about fellow developers using AI in coding, I finally made the switch to Cursor yesterday. It's an AI-powered code editor that's fully compatible with VS Code. What has been your experience with AI-assisted coding? Hav...
Or do I have to give my firstborn to a developer friend to manually code this? (And just in case the video doesn't show up, here's a picture. The cursor has exploding confetti wherever you drag it - best as I can do to describe it haha.) [Image]
Read post
3 replies
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?
I'm working on a SaaS SDK for next.js and it handles implementing a billing table based on the features and plans in your config. I don't like my current UI design for the billing table component and looking for inspiration. What are some of your favourite billing tables and why?
Read post
2 replies
Not really a question, but just wanted to invite anyone who wants to join watch me build a startup on Twitch at 8 PM eastern tonight and every other Tuesday night in the future at the same time. I'll be building one of my WIP projects ( ) on a weekly basis. The link is: https://twitch.tv/ben_mak...
Read post
10 replies
Hoping you all can help me out here because this is an incoming word salad of nonsense not even Google can figure out. Okay, you know on a website, there's a headline? (Obviously.) But then you can make part of that headline fade out then say new text? Part of the text is still there and don't ...
I‘m looking for Rails solopreneurs who are using reactive features (Hotwire, StimulusReflex etc) in their apps. I‘d like to offer a free review in exchange for a case study on www.railsreviews.com and a backlink 😉 Just ping me if you’re interested 
Well, I'm finally tired of my bullshit and looking to make a real, honest-to-goodness website. Most people here are coding wizards, which is awesome, but I'm so not. I know how to turn my computer off and on again, and that's about it. So, I need your help, ESPECIALLY if you're tech illiterate...
Read post
8 replies
This is more a request than a question, I hope it's okay to post it here. I'd like to understand more about what tooling developers use to tackle common scenarios/tasks, and how much value they attribute to it. For this I've put up a short survey, should be doable in less than 10 minutes 🙏. Tha...
Read post
2 replies
Hi there,  Who is also familiar with Firebase, Firestore, Cloud functions and/or Google Apps Script?  I run most things in/on Google. It works fine for me, I can code some things and Google wil run it. I code everything in javascript or typescript.  Regards, Peter
Read post
4 replies
I am about to release my first indie hacker product. GitCred is a tool that analyses open-source software contributions and lists great developers within a niche or discipline. For example Frontend, Backend, or Node or AWS. I built the product as I felt sorry for many people I hired who had to ...
I like to keep track of my speed around developing and merging PRs, time-to-release, time-to-fix etc. Does anyone else care about this at all? It's relevant to larger teams, but perhaps not a "thing" for bootstrappers? I'm curious if anyone has any tools they like for this, or if it's not even a...
Read post
6 replies
How do you handle usernames when you allow users to authenticate with multiple OAuth options? When you have a single provider you don't need to worry much about duplicate usernames but if you have multiple providers then the usernames could overlap. Normally this wouldn't be an issue if the name...
Read post
9 replies
Hi folks. I built a job board whereby we source eCommerce specific jobs from Linkedin & Indeed (https://ecom-jobs.com). The jobs are hand-picked, we have a company list, we source new jobs daily, and i've currently hired out an SEO Specialist to work on creating 4-5 blog posts a week. Here are th...
Read post
3 replies
Hello everyone, Hope you guys are doing well, I have one question, currently i'm working as a security consultant. I earn 3k$ per month. But I want to go fulltime indie maker. I feel bored when i'm working on my job role. Its not like its hard. I can handle it. But i'm not getting that kick.  Al...
Hey guys!   I am looking for feedback for a tool I'm building called Onboardbase to solve this problem. While prioritizing security, Onboardbase takes a different approach making it easy to use and collaborative, eliminating the tradeoff between developer productivity and security to raise employ...
Read post
3 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...
I've gotten some client work in the past which probably could have been done without writing code.  But, as someone unfamiliar with all the latest and greatest tools, I figured writing the code would be easier for me since I wouldn't need to learn the a bunch of new tools. I'm wondering if anyo...
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
I’ve started up a new Rails project and am trying to figure out the best approach for design. The main options I’ve figured out so far are: • Simple.css (current) - great for prototyping, not so great for an actual launch • Bootstrap - incredibly popular, but the designs seem a bit dated • Tailwi...