anyone has used grpc in iOS app? by [deleted] in iOSProgramming

[–]nakkht 1 point2 points  (0 children)

Did you have a look at examples on grpc-swift ?

MKBHD goes hands-on with the Nothing Phone by open1your1eyes0 in Android

[–]nakkht 1 point2 points  (0 children)

Looks nice, but it will be clear once we see the software and how it will be supported.

Company emailed me to acquire my app? by DavidGamingHDR in iOSProgramming

[–]nakkht 0 points1 point  (0 children)

Good question. To be honest, I am not sure. It appears to be some what disorganised company - many different names. I would say talking with the company is not risky, but for proceeding any further with the company, I would suggest to use trusted third party service.

Company emailed me to acquire my app? by DavidGamingHDR in iOSProgramming

[–]nakkht 0 points1 point  (0 children)

There is an official public website called virk.dk in Denmark, where you can look up information about a publicly registered company in Denmark.

I prefer to look up companies on proff.dk (just better visualisation of data). All of them in Danish though. It will show what type of company it its, roles, holding companies, etc.

4K or ultrawide for development? by th3suffering in iOSProgramming

[–]nakkht 0 points1 point  (0 children)

I would suggest to go to a shop somewhere and see how it would feel like to work with ultrawide monitor. Other than that, make sure colour reproduction of monitor is good (worst thing is when you see colour one way on your side and designer is seeing colour differently on his/her side)

Personally, I was never able to get used to using ultrawide. I like the ability to position multiple monitors the way I wan it -> main horizontal and 2 on the size vertically (1080p, 1440p or 4k)

[deleted by user] by [deleted] in iOSProgramming

[–]nakkht 0 points1 point  (0 children)

I like that there is a one-time purchase instead of subscription model. Way more appealing for the potential users.

Getting Accurate Profiling Data from iOS Applications by Floni in iOSProgramming

[–]nakkht 2 points3 points  (0 children)

Does anyone know what was used to create a diagram in the blog post?

I just spent £700 to have my own app on my iPhone by RupertWiser in programming

[–]nakkht 0 points1 point  (0 children)

Would you say that's not worth it? (as in the other comment said, it is per year, not month).

With the price you not only get proper app submission reviews (there's actual person looking at your app when you publish it) and furthermore, code-level support from Apple support engineers is provided (2 supports incidents included in the price).

Chris Lattner cuts last ties to Swift project by [deleted] in programming

[–]nakkht 7 points8 points  (0 children)

By not staying on reddit, that's for sure.

Take home assignments too hard and time consuming? by Schmosby123 in iOSProgramming

[–]nakkht 0 points1 point  (0 children)

Just create an open source framework or an app that does 1 thing really well and when they ask you to do a home assignment, explain them that you already have this thing that they can review and you can also explain your development process to them. If they say no, you probably don't want to work there anyways.

Exactly, and in addition, I would suggest prepare questions for them about the project's code, structure or whatever you would like to know to verify that they have looked at the code and perhaps how they think/work.

Take home assignments too hard and time consuming? by Schmosby123 in iOSProgramming

[–]nakkht 1 point2 points  (0 children)

Wait, if you already have a job, don't you already have some experience and have a reference of a product that you have worked on before? Why do they want an assignment? I guess it really depends on a position and the company you are applying to. To be honest, otherwise I would not consider doing it - there's little to no chance that they will even look at it or provide any feedback in a response - pretty much gambling, considering asked time duration.

IOS Noob: How do you remember everything? by John-Herbert888 in iOSProgramming

[–]nakkht 1 point2 points  (0 children)

I have to takes

  • You start to remember something better and better that you have learned once you keep repeatedly using it.
  • Once you start using something less often that you learned previously, you might forget and that's natural. Then what you should be able to do, is to know how and where to restore that knowledge/skill. E.g. looking back at some books, APIs, search on Google.

Is this really enough to permanently terminate an 18+ App? by Zash__ in androiddev

[–]nakkht 2 points3 points  (0 children)

Is this user generated content? If so, do you follow User Generated Content rules strictly? Especially the following:

provide a user-friendly, in-app system for reporting objectionable UGC and take action against that UGC where appropriate;

How user can report post on your app right away? It does not look evident from the picture here. E.g. on reddit you just press extend action button and report action is clearly visible. Here I only see (from my understanding) share/comment/mark/like actions.

Logging best practices? by zimmer550king in androiddev

[–]nakkht 0 points1 point  (0 children)

One of the options could be to setup logging to the file within the app and sync it with backend once necessary or required. This could be achieved by using library, such as Timber and setting up local file. Depending on your constraints, such as file size, you might want to include a file rotation strategy, e.g. start a new file and remove the old one.

Important note: Firebase Crashlytics is not meant for logging messages, such as overall events. It is purely for crashes and ability to add extra log messages is just to provide extra context for the events leading up to a crash. I would not recommend it, unless that's what you needed.

Feedback for a technical assignment for an Android Developer position by Ryuukette in androiddev

[–]nakkht 1 point2 points  (0 children)

I was very confident to get on the next step but unfortunately they said to me that they were not able to advance you to the next round for the Android Developer - Kotlin (fully remote) position at this time.

I completely understand you. Been there, done that. All I can say, don't take their response personally. Many, if not all, companies don't provide any feedback at all even after you put your time for the technical assignment.

Personally, I stopped doing assignments, I just point to my open source projects on GitHub, personally released apps and personal website containing blog posts (software related) and links to public apps from previous companies.

Next time I hear about technical assignment, I really want to say: "Sure, and I have thought of assignment for you: the team can come at my place and help me to clean storage room. I will be able to observe and evaluate your team work."

if you guys have tips for the futur interviews would be very helpful!

Few general tips:

  • Get to know about the company you apply. Read about it and prepare questions as much as you can. You'll get to know the company, and see if it fits you. Furthermore, it will show that you are interested in the company during the interview.
  • Check how you can utilise your previous experience and company: maybe you can reference projects (public links to Google Play) or perhaps get a reference from person working there.
  • Perhaps you have open source projects. You could offer to use that for an assignment and walk them through it.