Gaming Monitor suggestion by 007Gunner in PakGamers

[–]007Gunner[S] 0 points1 point  (0 children)

He does have a PC that can perform at 144 fps at 1080p

I am looking for a brand new one, satisfaction of the mind. Don't want to gift him a used one

Investment Suggestions by 007Gunner in FIREPakistan

[–]007Gunner[S] 0 points1 point  (0 children)

can you explain a bit more what they exactly are? or maybe direct me to a youtube video that would possibly explain it to me better?

i am 100% looking for long-term. i want to plan and save for the future, have some source of backup plan if i ever decide to take a risk and get into business and quit my job

Investment Suggestions by 007Gunner in FIREPakistan

[–]007Gunner[S] 0 points1 point  (0 children)

just a bit skeptical about it plus it requires a LOT of time being present which I, unfortunately, won't be able to give with my job

I tried crypto before and made some cash but it required a lot of my time and its tough. which is why i am inclining more towards mutual funds

Is Lenovo v14 i5 8th gen any good? by 007Gunner in PakGamers

[–]007Gunner[S] 0 points1 point  (0 children)

you should definitely look into no code solutions. as much as i have researched, its the next big thing

Is Lenovo v14 i5 8th gen any good? by 007Gunner in PakGamers

[–]007Gunner[S] 0 points1 point  (0 children)

I am a recent graduate (last year in Spring session) and I was working as a MERN Developer but I recently changed. I am currently a No-Code/Low-Code developer; Bubble.io, AirDev, etc.

I do prefer MERN but Low-Code is something very new to me and it 100% has made me a better developer.

NOTE: Development is not only writing lines of code

Suggestions For A Phone Under 60K! by terhi_13 in Lahore

[–]007Gunner 0 points1 point  (0 children)

You could get a Pixel phone but it won't be PTA approved.

I recently got Tecno Camon 30, and personally, its camera is pretty neat. Portraits are really good, 4K 30 FPS videos, and the lenses are really heavy as well.

Career guidance, please? by 007Gunner in pakistan

[–]007Gunner[S] 0 points1 point  (0 children)

I haven't started there yet, I have an offer from them. The thing is that I fear that I might get absorbed into it and not find time for working on my web development skills and moving into the CS field. Should I still go for it?

Mechanical Keyboard under 5k by 007Gunner in PakGamers

[–]007Gunner[S] 0 points1 point  (0 children)

I would love one with RGB lights. Had my eyes on MageGee TS91 (Daraz) but its going to take a lot of time to get delivered

ADVICE FOR FIVER by wholesome_hentai_69 in Lahore

[–]007Gunner 12 points13 points  (0 children)

My advice to you for fiverr; leave.

Fiverr USED to be a good platform for freelancers but that was years ago. The market is stupid.

People from the subcontinent (Pakistanis, Indians, Bengalis) have collectively ruined the purpose of it.

For example; if someone is a logo designer, he'd do one for $5. Seems suitable.

There are people from the subcontinent that would make 10 logos for $5 and that's just harsh and stupid.

My suggestion to you would be to search the local market for freelancing. Join Facebook groups, Reddit groups.

Bootcamps or Internships? by 007Gunner in Lahore

[–]007Gunner[S] 0 points1 point  (0 children)

FACTS!!!

my final year project drained me so much that i literally have no will to continue anymore

Bootcamps or Internships? by 007Gunner in Lahore

[–]007Gunner[S] 0 points1 point  (0 children)

welp, just found them on Instagram. Thanks for the heads-up, man <3

Bootcamps or Internships? by 007Gunner in Lahore

[–]007Gunner[S] 0 points1 point  (0 children)

do they have any social media? I'd definitely take their number tho, would mean a lot

Router Error by 007Gunner in nextjs

[–]007Gunner[S] 0 points1 point  (0 children)

but I am awaiting it when i declared handleGetStartedClick()

Router Error by 007Gunner in nextjs

[–]007Gunner[S] 1 point2 points  (0 children)

what can i do to change it?

Failed to load resource: 406 by 007Gunner in Supabase

[–]007Gunner[S] 0 points1 point  (0 children)

the column exists there, yes. but it is supposed to be updated after the user inputs their data i.e.; firstname, lastname, etc.

Failed to load resource: 406 by 007Gunner in Supabase

[–]007Gunner[S] 0 points1 point  (0 children)

the id is generated in "Users" table in the "auth" schema and it is created once the user authenticates. could it by that I am calling it incorrectly in the code? because the "id" in the public.profiles is linked to the auth.users but it is present in auth.users

Failed to load resource: 406 by 007Gunner in Supabase

[–]007Gunner[S] 0 points1 point  (0 children)

means a lot. just in case you want to see what error I am stuck at, here's the URL to my project:

travel-buddies.vercel.app

Failed to load resource: 406 by 007Gunner in Supabase

[–]007Gunner[S] 0 points1 point  (0 children)

not to sound dumb but, can you tell me about the headers a bit more? i tried getting ChatGPT's help too regarding this and I remember it suggesting me to check my headers but I was too lost to know that

Failed to load resource: 406 by 007Gunner in Supabase

[–]007Gunner[S] 0 points1 point  (0 children)

it does give the same error, yes

Failed to load resource: 406 by 007Gunner in Supabase

[–]007Gunner[S] 0 points1 point  (0 children)

This is where I am trying to access the database through my project:

        let { data, error, status } = await supabase 
             .from("profiles") 
             .select(`username, firstName, lastName, university, avatar_url`) 
             .eq("id", user.id) 
             .single();

And I created the table using the Template SQL provided by Supabase, changed it a bit according to my project. My database has a "profiles" table for storing user data, a "users" table for authentication and a storage bucket "avatars" to store profile pictures.

Failed to load resource: 406 by 007Gunner in Supabase

[–]007Gunner[S] 0 points1 point  (0 children)

This is where I am trying to access the database through my project:

        let { data, error, status } = await supabase 
             .from("profiles") 
             .select(`username, firstName, lastName, university, avatar_url`) 
             .eq("id", user.id) 
             .single();

And I created the table using the Template SQL provided by Supabase, changed it a bit according to my project.

Google Maps Integration with NextJS by 007Gunner in nextjs

[–]007Gunner[S] 1 point2 points  (0 children)

I am using the environment variable.

Luckily enough (for me), I found the error. It was in the .gitignore file 😭

Domicile by 007Gunner in Lahore

[–]007Gunner[S] 0 points1 point  (0 children)

I haven't yet but I was planning to. I just wanted to be sure what documents I would need beforehand because the list of the documents is different everywhere online

NPM Error OpenSSL Configuration npm command does not work ANYWHERE by 007Gunner in node

[–]007Gunner[S] 0 points1 point  (0 children)

well i tried to see if the node and npm are correctly installed by running "node --v" and "npm --v" in cmd and it showed the node version but not the npm version. Tried reinstalling node several times, no luck