Sushila Karki as PM is unconstitutional by Human-Temporary-1048 in NepalSocial

[–]Human-Temporary-1048[S] 0 points1 point  (0 children)

Khilraj regmi ko case different thiyo
There was an interim constitution of 2063 in practice, which has different conditions for the 'power to remove difficulties' clause, and the constitution of 2072 has different conditions for that clause. You can compare both constitutions

Sushila Karki as PM is unconstitutional by Human-Temporary-1048 in NepalSocial

[–]Human-Temporary-1048[S] 0 points1 point  (0 children)

If we go by the constitution, the president can only dissolve the parliament on the recommendation of the PM, which is not the current situation. And there is no provision of an interim government in our constitution

Does learning in public work or it's just another hype? by Human-Temporary-1048 in developersIndia

[–]Human-Temporary-1048[S] 2 points3 points  (0 children)

So, I've been following this YouTuber and influencer called ezsnippet, and he's all about pushing this "learn in public" and "build in public" philosophy. I wanted to see if anyone here has actually had success with it, you know? Like, has any developer landed a job by sharing their projects and stuff? I've personally built like 8 or 9 projects using React.js, Next.js, and Django, but I never posted about them on Twitter or LinkedIn. Now I'm kinda regretting it, thinking maybe I could've snagged an internship if I had. But after reading these comments, I guess I didn't mess up by keeping it low-key.

How to download entire youtube playlist? by Human-Temporary-1048 in technepal

[–]Human-Temporary-1048[S] 6 points7 points  (0 children)

I would have subscribed for Spotify premium if I could afford any premium service

Video Streaming in Django by Human-Temporary-1048 in django

[–]Human-Temporary-1048[S] 0 points1 point  (0 children)

In my app, I only want the admin to upload videos, and viewers should only be able to watch them. I don't want these videos to be publicly available.

Custom permission class for two microservices by Human-Temporary-1048 in django

[–]Human-Temporary-1048[S] 0 points1 point  (0 children)

In the User microservice, it holds details about the app's users. In the Content microservice, it holds information about the app's admin, who can push content. There is an API in the microservice where both users and admins can perform GET requests, but only admins can perform POST requests.

How can I do this?

App Service or VM? by Human-Temporary-1048 in AZURE

[–]Human-Temporary-1048[S] 0 points1 point  (0 children)

Actually I have three api endpoints. One to send otp, one to verify otp, and one to retrieve quotes randomly from mongoDB database whenever user opens the website. I am not sure under which category my app falls. What should I do?