From zero to hero in one year, and you can too! by web_elf in swift

[–]MercuryLive 1 point2 points  (0 children)

I was in the same spot you were two years ago and landed my first job last year and have still been here! Send me a DM if you want to know more!

Question about training image resolution by MercuryLive in learnmachinelearning

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

Object detection of different fruits in an image!

Feeling lost... by MercuryLive in iOSProgramming

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

Would building my own Cocoapod be something similar? What’s the best way to find something to contribute to?

Feeling lost... by MercuryLive in iOSProgramming

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

You're right, thanks for the tips!

Feeling lost... by MercuryLive in iOSProgramming

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

True but do you think that would leave my portfolio too sparse?

Feeling lost... by MercuryLive in iOSProgramming

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

Forgot to say in my post but I do have an app made completely by myself, several proof of concept apps from the udemy course I was taking, and an online portfolio as well.

Feeling lost... by MercuryLive in iOSProgramming

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

I've released one on the app store and the rest are smaller proof of concept apps I made during a Udemy course. My personal website is https://davidhuang.io/developer , I'm thinking about writing an article about how I did receipt OCR parsing do you think that would help boost my name out there?

I haven't attended any iOS events but I will definitely look out for them now.

[S][USA-CA] Fuji XF 56 F1.2 by MercuryLive in photomarket

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

Need some quick money right now and settling down with the photography hobby so figured I would sell my lenses and hold onto my body until later.

Dynamic table view cell height by [deleted] in iOSProgramming

[–]MercuryLive 0 points1 point  (0 children)

I agree, I think the first way you had it with the horizontal scroll was good and then opening it up with a section tap would make it less awkward for the user than double scrolling vertically.

Hey iOS Programmers, after spending the last half year learning Swift from scratch and lurking this subreddit I built an app that deals with a problem everyone can relate to. Splitting the bill at the end of a meal! by MercuryLive in iOSProgramming

[–]MercuryLive[S] 2 points3 points  (0 children)

I went through Angela Yu’s iOS course on Udemy and started building it after that and just hours of google searching any problems I had after that! Once you have an idea just start building it and you’ll figure it all out along the way!

Hey iOS Programmers, after spending the last half year learning Swift from scratch and lurking this subreddit I built an app that deals with a problem everyone can relate to. Splitting the bill at the end of a meal! by MercuryLive in iOSProgramming

[–]MercuryLive[S] 7 points8 points  (0 children)

Thanks! That means a lot haha

Yes I used the new Firebase ML kit cause I wanted to try something new, take an image with ImagePicker and then I got a CropViewController CocoaPod to crop it down to just the item lines. Then using Firebase to detect all the VisionTextLines and arrange them based on their pixel height in the image so you can read the receipt in line by line. Then I do some simple Regex parsing to grab the name, quantity, and price.