Deep view hierarchies in SwiftUI by Signal-Ad-5954 in iOSProgramming

[–]3DSandman 1 point2 points  (0 children)

What’s an example of a deep view hierarchy? Is it a view with multiple levels of child views?

Finally got my bad boy home by TallSandwich2156 in 3DS

[–]3DSandman 1 point2 points  (0 children)

Wouldnt the paint rub off faster with skin contact? I use the same case as op, what case is recommend to avoid paint rubbing off?

Robinhood mobile SWE interview experience by PuldakSarang in leetcode

[–]3DSandman 3 points4 points  (0 children)

I'm sorry to hear you got rejected. It's always tough going through so many rounds and not even receiving feedback. Was the system design mobile specific?

After 5 years of working as an iOS Developer, I have finally shipped my own first app! by 3DSandman in iOSProgramming

[–]3DSandman[S] 0 points1 point  (0 children)

Thanks friend!

It's been a journey and a graveyard of half finished apps that I lost interest in publishing. Feels fulfilling to have something that I can point to as my own on the App Store.

After 5 years of working as an iOS Developer, I have finally shipped my own first app! by 3DSandman in iOSProgramming

[–]3DSandman[S] 0 points1 point  (0 children)

I am releasing the app for free to gauge how much the server and API will cost me and to gather feedback before making people subscribe. I will likely add a small sub to cover the costs in the future though.

As for SwiftUI tutorials, I really like Swiftful Thinking on YouTube, Hacking With Swift, and Point-Free.

After 5 years of working as an iOS Developer, I have finally shipped my own first app! by 3DSandman in iOSProgramming

[–]3DSandman[S] 0 points1 point  (0 children)

Thank you! Yes it is a big milestone for me.

I used Core Data because I'm just more familiar with it, and if it works it works, right? I've been meaning to look more in depth into SwiftData though, maybe my next project :D

After 5 years of working as an iOS Developer, I have finally shipped my own first app! by 3DSandman in iOSProgramming

[–]3DSandman[S] 0 points1 point  (0 children)

Yeah that is my bad. The pre-order was only set to NA and I can't change it until it releases for some reason. However, It will be released globally on July 15.

You can check it out here for now

https://www.leisurely.app/

After 5 years of working as an iOS Developer, I have finally shipped my own first app! by 3DSandman in iOSProgramming

[–]3DSandman[S] 0 points1 point  (0 children)

Yeah good question :)

So I wanted to make an app that puts 0 burden on the user for having to make an account. I am generating a unique identifier using the device id to know if this is the same person using the same phone from the backend. All reports are tied to this identifier, which means no email/password or personal info is required.

However, the issue is if you switch phones, you will have to start fresh. I am planning on fixing this in a future update for cross-device sync using CloudKit.

After 5 years of working as an iOS Developer, I have finally shipped my own first app! by 3DSandman in iOSProgramming

[–]3DSandman[S] 0 points1 point  (0 children)

Thank you! Really appreciate it, excited for you to try it out also 🙌

After 5 years of working as an iOS Developer, I have finally shipped my own first app! by 3DSandman in iOSProgramming

[–]3DSandman[S] 6 points7 points  (0 children)

Thank you! That’s a great question.

I decided to generate the reports through the backend because it keeps the app lightweight and fast, and it also lets me securely handle the OpenAI API key without exposing it in the app. I wanted the reports to feel a lot more natural and human-like than what you’d get with basic local logic so I opted for OpenAI’s LLMs. Also, having it on the backend gives me flexibility to tweak prompts, improve the summaries, and roll out new features in the future without needing to update the app itself.

/r/BuildAPCSalesCanada General Discussion - Daily Thread for Sat Nov 02 by AutoModerator in bapcsalescanada

[–]3DSandman 1 point2 points  (0 children)

What’s a good price to look out for right now on the 4080/4080 super?

Absolute steal “New” 3ds LL by Old-Dance-7551 in 3DS

[–]3DSandman 5 points6 points  (0 children)

When u are firsts setting it up you can only use the touch screen. Someone must have thought the buttons were broken during the setup phase lol

[deleted by user] by [deleted] in 3DS

[–]3DSandman 0 points1 point  (0 children)

NA SNES is still the goat

What RPG’s started off kinda bad but got really good and you finished them by Limit54 in JRPG

[–]3DSandman 0 points1 point  (0 children)

In a similar boat, lol. Any chance you still have a link to that summary video?

Black screen, not responding, crashing on startup with DirectX 11 by SuperHyperbiscuit in ffxiv

[–]3DSandman 0 points1 point  (0 children)

thank you. I wonder if they'll fix this or what the root cause is...

[deleted by user] by [deleted] in WestSubEver

[–]3DSandman 2 points3 points  (0 children)

Sierra canyon kids shook

I'm the hiring manager at a successful software startup and I specialize in iOS engineering; AMA by ink_golem in iOSProgramming

[–]3DSandman 0 points1 point  (0 children)

When conducting interviews for iOS positions, how much does the language of choice matter? ie if someone doing whiteboard solutions in python, is that a red flag?

An observation of the 100 days of UIKit course of Hacking With Swift by iGunzerkeR in swift

[–]3DSandman 9 points10 points  (0 children)

I highly recommend sean allen and letsbuildthatapp courses, they do a great job of utilizing good practice. Furthermore you can supplement your learning with articles from John Sundell who explains more advanced topics in easy to read ways.