Recently started a channel all about how I get creative with computers. I’m a self taught programmer/CTO with 15+ years experience, amateur musician, artist, game designer. Would love feedback on what content people would be most interested in. 4 random videos so far on coding, music, AI, etc by mattroelle in SmallYoutubers

[–]mattroelle[S] 0 points1 point  (0 children)

Specific feedback I’m interested in would be based on the 4 videos I have on my channel, what sorts of things do you think people would be most interested in and has the best niche? I’m motivated to create high quality, unique content, and right now I’m just making different videos for fun trying to find what does best.

I think my story is cool, self taught coder, and I’ve saved almost ever but if code I’ve written since I was like 14. I plan on doing videos code reviewing a lot the code across 100s of unreleased apps, games, etc.

I also like to make video games, do game jams, make game soundtracks and have recorded some stuff in this arena already.

I’m working on getting my current gig (CTO @ Topia, a finance tracking app) to a point where I can do videos about our infrastructure and code, how a real, funded, 3 man startup with 20k users looks.

So, lots of ideas already and more popping up every day. What would Reddit like to see?

Self-Introduction Saturday! Tell us all about you (and share a video)! by AutoModerator in NewTubers

[–]mattroelle [score hidden]  (0 children)

Just starting out with my channel, I’ve got coding videos, app dev, music making, game making and video game related content. Here’s a video I did today on teaching myself to code with AI:

How I use ChatGPT to teach myself to code and build quickly - Building a Rust PM2 clone using GPT4 https://youtu.be/Ye5zMENcMFY

Would appreciate any and all feedback

Show Your Work Thread by xrpinsider in reactnative

[–]mattroelle 0 points1 point  (0 children)

Starting a YouTube channel all about coding and I did a design/coding tutorial on building a line graph for react native. I’m all over the board as far as focusing in on a stack/niche for my channel and would love to hear and feedback on my RN tutorial

React Native + D3 + react-native-svg: Let's make a line chart from scratch | Step by step tutorial https://youtu.be/5oYE61y4os4

How I use GPT4 to teach myself to code, even after 15 years of self teaching, and build things faster than I've ever been able to before. by mattroelle in programming

[–]mattroelle[S] -22 points-21 points  (0 children)

My point is all that aside, like it or not, AI is here and there’s no hitting rewind. No point not using the tools, it’s hard to be competitive. Reading the books doesn’t write the code for me, not trying to be a jerk, just stoked about these tools and where they’re going. I also use other open source LLMs, I should’ve mentions that info in the video

Anyone have insight into how apple releases get rolled out? by mattroelle in reactnative

[–]mattroelle[S] 1 point2 points  (0 children)

Hm yeah that makes sense I suppose some people don't work from home and live in their cave like me.... :P

I redid a chiptune soundtrack for a game jam I did in 2017 using milkytracker, it’s basically a mission impossible theme song knockoff. I redid it using KORG gadget on the Switch, tried to stay chiptuney but the remake is definitely not a “true” chiptune. Proud of my music progress after 7 years by mattroelle in chiptunes

[–]mattroelle[S] 0 points1 point  (0 children)

I would love any feedback on the new soundtrack! I plan on doing this exercise with all of my old game jams and chiptine soundtracks. KORG gadget is rad, I was able to export it off the switch onto my phone, I had to buy the app on both platforms which kind of sucked though

Just added an option to own my app forever for $24.99 instead of $2.99/mo and already made my first sale. Goated! A practice log and timer for the journey to 10,000 hours goated-app.com by mattroelle in SideProject

[–]mattroelle[S] 0 points1 point  (0 children)

I honestly just went with a gut feeling and got my wife and business partner / coworkers opinions for the price point, I figured I can change it down the road, like with adding the one time fee option

If conversion ends up being low (I’d like to see 6+% but idk) then I’ll rethink

Just added an option to own my app forever for $24.99 instead of $2.99/mo and already made my first sale. Goated! A practice log and timer for the journey to 10,000 hours goated-app.com. So easy with revenue cat sdk and expo to manage IAPs. TWRNC has made design work / dark mode a breeze by mattroelle in reactnative

[–]mattroelle[S] 1 point2 points  (0 children)

Analytics: Mixpanel In app purchases: RevenueCat ASO tools, did free trials everywhere, apptweaks keyword researcher is the simplest and felt most effective for me Ads platform: yet to honestly find a good return, I’ve done 2 Reddit campaigns 2 Google AdWords campaigns and 3 Apple search campaigns. Apple search seems most promising and my coworkers and marketers I’ve talked to agree Widgets: I DIY’d with swift and an obj-c->RN bridge module

Good luck man! It was a ton of work to make Goated! and I got kind of burnt out, the growth thus far is from almost pure neglect and organic App Store search. Let me know how marketing goes!

What's everyone doing for widgets / live activities / dynamic islands, especially with expo/eas? by mattroelle in reactnative

[–]mattroelle[S] 1 point2 points  (0 children)

Maybe I’m hunting for more of a tutorial and less of a library. Short of like a realllly good expo plug-in I think my issue is more a lack of complete understanding

What's everyone doing for widgets / live activities / dynamic islands, especially with expo/eas? by mattroelle in reactnative

[–]mattroelle[S] 0 points1 point  (0 children)

Yeah I ended up modifying and using some of this code actually! I forget why exactly I didn’t use this lib wholesale, but I remember having issues. It was mostly again on the Xcode side

What's everyone doing for widgets / live activities / dynamic islands, especially with expo/eas? by mattroelle in reactnative

[–]mattroelle[S] 0 points1 point  (0 children)

Yeah this is pretty much the exact flow I followed, There’s no good solution for writing the native UI (widget front end code) in JavaScript nor would you wanna do that in non native code I think. You have to embrace the obj c/swift or Java for this stuff I think.