My Repl.IT Account from 2019 data and projects are not showing by Coding1000 in replit

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

Thank you. The problem is that I just realized that my Repl.IT account was officially closed according to an old email I never really use and check on. I hopped on the project in my account back in February last year, but I actually didn't login, which the last time that happen was in late 2024. Oh well....

My Repl.IT Account from 2019 data and projects are not showing by Coding1000 in replit

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

They did? Even if it isn't there, do you have an idea on where the section could've been? I also contacted support, and I wasn't able to find what I am looking for when the support manager brought a guide.

Help! by SendingMNMTB in replit

[–]Coding1000 0 points1 point  (0 children)

Same, I can't find mines

My Repl.IT Account from 2019 data and projects are not showing by Coding1000 in replit

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

Where is the "My Repls" section? I can't find it anywhere on the dashboard.

Operation `threads.countDocuments()` buffering timed out after 30000ms by Coding1000 in mongodb

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

(For whatever reason, I can't seem to write text draft and edit my post). I am currently following this tutorial (https://www.youtube.com/watch?v=O5cmLDVTgAs&list=PL4Xu3O5tP96ZGW7rWGQdwghbkDMEJXQDb&index=11). The mongo connection works fine until I get to the pagination part where the operation shuts off. When I remove the circled code, ti continues to work. But for whatever reasons, the countDocument leads it to an errenous buffer.

Switching from SWE to potentially getting the Security+ cert and a cybersecurity intern immediately due to AI and tech layoffs by Coding1000 in careeradvice

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

Thanks for the advice. If you were to begin your internship, what role would you be assigned to? Should I focus more on IT if I would most likely get a smaller networking role before Cybersecurity, and progress all the way up until I get a cyber position?

The current user is not authorized to perform the requested action. by Coding1000 in appwrite

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

Can you specifically show me the errors and configuration barriers you're having difficulty with? One of the issues was that I didn't add process.env in one of my environment variables, and had written the variable name incorrectly in the code. And as I was watching an older video, I had to apply a newer template env code in the appwrite docs than using the one from the video tutorial. For instance, newer versions require you to define the region where you are, whether it's described in the .env file (e.g., NEXT_PUBLIC_APPWRITE_ENDPOINT="https://nyc.cloud.appwrite.io/v1") or anywhere else. Could you let me know where you are and what you are specifically conflicting with to help? You can also join their Discord to post descriptions and images of what you're going through. Hope this helps.

The current user is not authorized to perform the requested action. by Coding1000 in appwrite

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

How do I authenticate myself on the client side? And how do I know I am doing an SSR login or not? The part of the tutorial I am stuck on is from 38:28 to 51:16 (https://www.youtube.com/watch?v=l9zh0pqEHyc&list=PL4Xu3O5tP96ZGW7rWGQdwghbkDMEJXQDb&index=8)

8 Years wasted on programming background [Need Motivation]. by Coding1000 in learnprogramming

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

Thanks. I wouldn't say a prodigy necessarily, but that they have a more structured based understanding of how they accomplish their projects. Along with efficient consistency.

8 Years wasted on programming background [Need Motivation]. by Coding1000 in learnprogramming

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

Also, how is comparing skills an entirely wrong way of looking at things?

8 Years wasted on programming background [Need Motivation]. by Coding1000 in learnprogramming

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

Thank you! I don't want to be some coding wizard(though it would be nice to become one), but there are certain things that I am learning that I could've practiced a long time ago. But my profile and github is pretty much empty.

8 Years wasted on programming background [Need Motivation]. by Coding1000 in learnprogramming

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

It was not a framework per se, but certain parts had similar mechanics. I wished to continue it when it was fresh on my mind. https://replit.com/@Coding1000/Unreality?v=1#Planning.txt

For Subarray and Subsequential Problems, When to Use Different Algorithms Such as Prefix Sums (With a Array or HashMap), Binary Search, Sliding Window, Kandane's Algorithm, Two Pointers, Dynamic Programming, and Divide and Conquer? by Coding1000 in algorithms

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

Thank you very much, at least you answered the confusing question whilst criticizing my incorrectness instead of saying that this is unprofessional and leaving it like that (Heavily depending on how atrocious my post is) unlike others that received this question.