I forced myself to spend a week in Instagram instead of Xcode
31–40 of 111 posts
Re: I forced myself to spend a week in Instagram instead of Xcode
#32People who code for mobile development, like OP, is IOS development their full time job? Because as someone who does web development, to learn the in and out of Swift programming language and using XCode feel major vendor lockin and prefer say React Native due to its interoperability.
Re: I forced myself to spend a week in Instagram instead of Xcode
#33As a solo/indie dev who's currently early in building a product, I've been keeping a journal of "ideas" for content in a txt file in the codebase as I hate context switching and want to build this up before I get to it. Here's what I've done: - At the top of the file I've listed my audience, 3 personas - My content has to be useful to one of those - If I see an interesting post/take on social media I hold the link an…
Often when I return to what I write, about 60% I look back at with the novelty gone, and reassess from a more suitable eye and cross them off the list.
Re: I forced myself to spend a week in Instagram instead of Xcode
#34People who code for mobile development, like OP, is IOS development their full time job? Because as someone who does web development, to learn the in and out of Swift programming language and using XCode feel major vendor lockin and prefer say React Native due to its interoperability.
If you browse job listings, you will find titles for 'iOS developer' and 'Android Mobile Developer'
Re: I forced myself to spend a week in Instagram instead of Xcode
#35For anyone like me that’s never heard of Lagree before https://apps.apple.com/us/app/lagree-buddy-wrist-metronome/i...
Sort of like Bikram for hot yoga.
Re: I forced myself to spend a week in Instagram instead of Xcode
#36Earlier quoted context omitted.
If you browse job listings, you will find titles for 'iOS developer' and 'Android Mobile Developer'
Yup, I know that but my reason to ask was that if most people who develop for IOS also know web development, as in full stack development. or are they usually IOS developer fulltime.
Re: I forced myself to spend a week in Instagram instead of Xcode
#37As a solo/indie dev who's currently early in building a product, I've been keeping a journal of "ideas" for content in a txt file in the codebase as I hate context switching and want to build this up before I get to it. Here's what I've done: - At the top of the file I've listed my audience, 3 personas - My content has to be useful to one of those - If I see an interesting post/take on social media I hold the link an…
I have a paper notebook next to my keyboard entitled 'sleep deprivation induced fever-dreams'. It is an excellent collection and useful tool so I dont let my ideas runaway with my attention. Often when I return to what I write, about 60% I look back at with the novelty gone, and reassess from a more suitable eye and cross them off the list.
Of course that's also an opportunity to combine the best of all of those iterations together, and still toss out a bunch of paper (or archive a bunch of bits.)
Re: I forced myself to spend a week in Instagram instead of Xcode
#38As a solo/indie dev who's currently early in building a product, I've been keeping a journal of "ideas" for content in a txt file in the codebase as I hate context switching and want to build this up before I get to it. Here's what I've done: - At the top of the file I've listed my audience, 3 personas - My content has to be useful to one of those - If I see an interesting post/take on social media I hold the link an…
I have a paper notebook next to my keyboard entitled 'sleep deprivation induced fever-dreams'. It is an excellent collection and useful tool so I dont let my ideas runaway with my attention. Often when I return to what I write, about 60% I look back at with the novelty gone, and reassess from a more suitable eye and cross them off the list.
Re: I forced myself to spend a week in Instagram instead of Xcode
#39Earlier quoted context omitted.
I have a paper notebook next to my keyboard entitled 'sleep deprivation induced fever-dreams'. It is an excellent collection and useful tool so I dont let my ideas runaway with my attention. Often when I return to what I write, about 60% I look back at with the novelty gone, and reassess from a more suitable eye and cross them off the list.
I get the same whenever I get my daily walk in. Pure unbounded epiphany of ideas and experiments, surging with creativity. I'll revisit them a few days later and for 90% of them my immediate internal response is "that sounds like a really sh*t idea".
Re: I forced myself to spend a week in Instagram instead of Xcode
#40People who code for mobile development, like OP, is IOS development their full time job? Because as someone who does web development, to learn the in and out of Swift programming language and using XCode feel major vendor lockin and prefer say React Native due to its interoperability.
So if they're learning the native frameworks anyway, they may as well use them. These days with Swift and Kotlin most logic code transfers pretty cleanly and most apps can be LEGO'd together from UIKit/SwiftUI/Compose components, so the workload isn't as high as one might expect.
Aside from that, early on it's usually better to start with one platform, nail the UI and interaction, and then once the app is proven worry about the other platform.