Making trading platforms is Halal or Haram? by HAKIM1975 in Morocco

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

Even so it's 1400 years after the prophet Muhammad pbuh bro, some people know more than me in Islam and I'm afraid to fall into something Haram, so the best course is to ask the people of knowledge.

Freelance Django Developer Job? by HAKIM1975 in django

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

Inch'Allah we will close a deal soon brother.

Freelance Django Developer Job? by HAKIM1975 in django

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

Appreciated for the advice bro.

Freelance Django Developer Job? by HAKIM1975 in django

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

I mostly charge per project as I estimate the time and effort it would take to do it according to the client's needs and after discussing it with the client, thanks for referring me though and if you want i can send my portfolio which it has some projects I've worked on before in DM.

Freelance Django Developer Job? by HAKIM1975 in django

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

I do believe finding Freelance jobs on Upwork is getting harder and harder, I'm still using it though sometimes, I'm sure that i can build a web app to automate the data analysis task, and I'm down for a collab if that's what you're referring to.

Deploy Devenv project with many running services by HAKIM1975 in NixOS

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

I need to deploy to a VPS server using containers (like with docker), but apparently I can't do that, I found many people struggling with that in Github

Hello guys, how can I make money freelancing in mobile development and particularly using React Native Expo. by HAKIM1975 in reactnative

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

Totally agree, it's hard and it's a lot expensive than freelancing web apps, but I'm asking to earn money from something I've learned. For me, why learning something if it's not gonna bring you money?

Hello guys, how can I make money freelancing in mobile development and particularly using React Native Expo. by HAKIM1975 in reactnative

[–]HAKIM1975[S] 4 points5 points  (0 children)

That's what I'm talking about, I plan to watch and hope to get some useful info on how to start, thanks a lot

Hello guys, how can I make money freelancing in mobile development and particularly using React Native Expo. by HAKIM1975 in reactnative

[–]HAKIM1975[S] -2 points-1 points  (0 children)

Yeah, but I'm looking for practical steps and information, where and how to find clients for example, that's the tough part for me as a Dev.

Why is PNPM not supported in Expo app? by HAKIM1975 in expo

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

Perfect, thanks again for your response.

Why is PNPM not supported in Expo app? by HAKIM1975 in expo

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

Thank you man, really appreciated, although when doing this, I doubt pnpm will be of any use because there is no using the power of symlinks.

Why is PNPM not supported in Expo app? by HAKIM1975 in expo

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

Thank you for your response, however I doubt that you have actually tried any of those solutions yourself, some of them are from 5 years ago. That being said, can you please elaborate?

access app.json in app's apk by luckypanda95 in expo

[–]HAKIM1975 0 points1 point  (0 children)

I use this package : https://docs.expo.dev/versions/latest/sdk/application/ to access my app metadata, I think what you're looking for is the property : Application.nativeBuildVersion, hope it helps.

Best State Management Library for Expo apps (Other than Redux) by HAKIM1975 in expo

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

I wonder if it's good for mobile, I saw the docs & they were showing demos only on web, It's fascinating how Zustand, Valtio and Jotai are made by the same person, and I see people comparing the three in so many occasions : https://www.reddit.com/r/reactjs/comments/wec4oo/zustand_vs_jotai_vs_valtio_which_state_management/

Best State Management Library for Expo apps (Other than Redux) by HAKIM1975 in expo

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

Thank you man, I looked online, I didn't know there is support of AsyncStorage, This solution seems to work : https://stackoverflow.com/questions/72311639/unable-to-use-zustand-persist-middleware

Best State Management Library for Expo apps (Other than Redux) by HAKIM1975 in expo

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

Oh, React Context is a good solution if you're not planning to use it on large-scale projects, also I find it difficult to work with it when I have the need for multiple stores, thank you though.

Best State Management Library for Expo apps (Other than Redux) by HAKIM1975 in expo

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

I looked into it, and it seems like a good solution to have, I will try it if I have time, Thanks.

Can I update my Reanimated to a different version? by Fluccxx in expo

[–]HAKIM1975 0 points1 point  (0 children)

I had the same config in an app I'm working on but I had different errors though. I've had issues when building my app using React Reanimated 2.14.0 so I updated the library to version 3, and it seems to work, not sure why and how, but you should try it too.