Chris Raroque
๐ค SpeakerAppearances Over Time
Podcast Appearances
I'm going to probably play with the Figma MCP now and test this out more, but these two are very good.
The next one is, this is a very big one for solo developers or anyone that has no coding experience.
Right now, there are a couple of AI coding tools that can review your code for you.
And specifically, if you open a pull request in GitHub, so let's say you make a bunch of changes and you open up, if you have any coding experience, you know that the proper way to do something is you add your code to GitHub and then another developer reviews it before it gets merged into production.
If you're a solo developer, you don't have that luxury.
There's really no one who can review your code.
So I'm using tools like BugBot, and Cloud Code has one as well, where it can actually live inside of your code base.
And anytime you open up a pull request or you want someone to review your code, it will do it for you.
And I will say, these tools, when you hook them up, it is so much better than trying to do this inside of Cursor or Cloud Code itself.
Because I think these...
are maybe custom models or something, but they're specifically trained to identify security issues and bugs.
And so what I'm doing is I have them hooked up to all my repos, and it has caught so many things for me.
And again, it's stuff that I am a pretty experienced developer, I believe, but I'm working so fast, I'm moving so quickly, it's just inevitable that bugs will be introduced, security vulnerabilities will be introduced.
It gives me so much peace of mind.
And I think the cursor one is just $40 extra per month.
Totally worth it.
Totally worth it for peace of mind, especially from the security perspective.
So I recommend hooking this up.
It's a hack for solo developers.
And for vibe coders who are really worried about security, best $40 you'll probably ever spend to be able to sleep at night knowing everything is secure.