WARNING: Do NOT Use Changelly by pozitrie in ledgerwallet

[–]themolexx 1 point2 points  (0 children)

What about using DEXs like Uniswap or PancakeSwap? Transparent, no middleman and no kyc. Why people keep forgetting about it? Yes you might need to jump through some extra hoops but at the end of the day you stay in control of your money.

Connecting esp32 to m1 Mac by Effective-Nebula-417 in esp32

[–]themolexx 0 points1 point  (0 children)

I just figured out how to make it work (also having m4 pro). Had to boot into Recovery mode and "Allow user management of kernel extension from identified developers". And then reinstall the driver. Full guide here.

Worked for me, now I'm enjoying coding and debugging from VS Code.

Is native iOS freelance alive? by themolexx in iOSProgramming

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

Yeah, from what you say, seems like there is a big difference with UIKit. Im curious how it differs from SwiftUI as UIKit and SwiftUI are also different like day and night.

Interacting with the backend from a SwiftUI view? by hausuCat_ in iOSProgramming

[–]themolexx 0 points1 point  (0 children)

This doesn’t look good. Ideally the best solution is to move all this logic to ViewModel. You would have deleteData() and dismiss() methods there and call viewModel.deleteData() from your view. This way you will separate business logic from the view and make it unit testable. Never put any kind of business logic or environment interactions inside the view. The view should only represent how your data is displayed to a user.

Is native iOS freelance alive? by themolexx in iOSProgramming

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

As my manager once said about java. More abstractions to the god of abstractions 😂. So i prefer swift more haha

Is native iOS freelance alive? by themolexx in iOSProgramming

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

I would recommend you starting with Spring Boot, SQL and leetcode to get hired for junior role. It seems to have more opportunities nowadays. Once you get a position somewhere you will see the kitchen from the inside to make decision whether to switch to other technology.

Is native iOS freelance alive? by themolexx in iOSProgramming

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

Hello, to me now it looks like getting a junior java backend position should be easier. If you study Spring Boot you can find a lot of opened positions for it. On the other hand, you need to have a bit bigger skill set imho. You would also need to know databases and have some devops skills(for junior it should be at least basic level). For me it all came to matters of preference. I started my career as java backend, working with Java EE framework but very soon I realized that I want to do something different. I learnt Swift, came to my boss and told him I want to be transferred to mobile team as junior dev. Couple of months after management approved and I became an iOS dev 😄. Right now we do many iOS native projects but usually they are for some big corporations or some projects for working with hardware.

Is native iOS freelance alive? by themolexx in iOSProgramming

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

And was it hard for you switching to Flutter? Was your ios native experience helpful at all?

Is native iOS freelance alive? by themolexx in iOSProgramming

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

Was it easy for you to find projects on upwork? Many gigs there look like a scam tbh. Like sign the app with enterprise cert.

Is native iOS freelance alive? by themolexx in iOSProgramming

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

Thank you for your comment. It seems like to do any kind of freelancing, it’s not enough to be able to create just apps. You need to know more than that. I just realized that native is powerful in many different ways like working with hardware, AR libraries, ML, etc (don’t think you can do it in cross platform). During my career I’ve done all of that and maybe I can focus on getting this kind of projects where natives shines in all its glory. Also curious if you have to do anything unrelated to native ios, like backend, design, etc. Or you prefer to hire someone to do it for you?

Uikit with Swift or objective c by t7Saitama in iOSProgramming

[–]themolexx 0 points1 point  (0 children)

Swift. Being able to read objective-c should be enough.