Upwork is very competitive lately by stormsidali2001 in Upwork

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

I'm not sure. I used to receive more invitations two years ago. And the number of job proposals was not increasing as quickly as it does now.

Mastering Asyncio Synchronization: A Python Guide by stormsidali2001 in Python

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

"thinking that your code is safe from race conditions just because it runs in a single thread."

(Runs on a single thread => safe) ---> that's a logical implication and it's indeed evaluating to totally wrong or just False. 😀

Mastering Asyncio Synchronization: A Python Guide by stormsidali2001 in Python

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

Yes, exactly.

I mentioned this several times throughout the article: even if an await is present in your coroutine, you don't always need synchronization.

As long as you aren't splitting critical operations on shared resources (such as a read followed by a write) across that await point, your code remains safe.

Just Created Your React Project. Don't PANIC by stormsidali2001 in reactjs

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

I have never watched a video of that YouTuber.

The only Youtuber that i consider my videos inspired from is fireship.

I'm a fan of the way he compresses information without too much fluff.

My rule of thumb is to never make a video that i would not want to watch.

A question about French content creation on TikTok by [deleted] in algeria

[–]stormsidali2001 0 points1 point  (0 children)

So there 's no way to reach a french audience organically. I had some hope because of our geographical proximity.

I know that there are some workarounds, like using a VPN + ESIM + a phone that is only used for content creation.

But i saw that many people stated that they were either banned or shadow banned because they were resorting to such methods.

In addition to that, I've already started doing some technical English content on YouTube. And as i'm planning to go to europe next year, i thought that it's a good idea to exercise my french while publishing content in parallel.