5 months into indie hacking
- Didn't work as expected
- Couldn't generate enough incomes
- Create tremendous doubt
But I'm not quitting.
I'll keep pushing until it works.
In the meantime, I'm freelancing to keep my finances stable.
More details in the latest issue ๐
@ema_totaro Genuinely impressed by the amount of challenges you encounter man with total respect for your resilience ๐ช
Soooo, looking forward for the crazy next things!
Solopreneurship is tough
Easing the load is the real challenge.
For iOS makers:
- Copy/paste UI logic
- Reuse business logic (Core Data, Network Layer)
- Implement services (In-App Purchases, analytics)
- Set up continuous integration
- Use boilerplates to launch faster
React native meetup at PMU in Paris
discussed: react native bridge, react native edge-to-edge, and node.js
gained insights into cross-platform development while engaging with talents in the ecosystem
A big thank you to Tech Connection and PMU for hosting this enriching meetup!
Cursor programming is dope
itโs not about depending on it
itโs about saving time on those tedious, repetitive tasks
coding has become a lot more fun for everyone!
If you enjoyed this post
๐ Follow me @valentin_mll for content about iOS indie hacking.
๐ Get +1 free issue every Saturday about iOS indie hacking to help you monetize, get users for your apps
https://t.co/JKHz3F1UBZ
i'm embracing coffee shops as my go-to workspace
it's much easier to dive into deep focus mode by changing my work environment
It only takes:
- airpods
- macchiato
- table + chair
- macbook
deep work: guaranteed
If you enjoyed this post
๐ Follow me @valentin_mll for content about iOS indie hacking.
๐ Get +1 free issue every Saturday about iOS indie hacking to help you monetize, get users for your apps
https://t.co/JKHz3F1UBZ
If you enjoyed this post
๐ Follow me @valentin_mll for content about iOS indie hacking.
๐ Get +1 free issue every Saturday about iOS indie hacking to help you monetize, get users for your apps
https://t.co/JKHz3F1UBZ
migrating to Cursor for iOS development
first thing first, keyboard shortcuts and navigation
i needed to deactivate the "Press And Hold" feature for the app exclusively.
hereโs how I accomplished it in the terminal:
defaults write {cursor_bundle_id} ApplePressAndHoldEnabled -bool false