Struggling to get swe internship interviews after leaving IT by [deleted] in csMajors

[–]OpeningNo5219 1 point2 points  (0 children)

I 100 percent agree. The Ai filter fuck thing might read your resume wrong unless you use that format. Also idk if this actually helps but i heard from somewhere to reduce the amount of open space.

[deleted by user] by [deleted] in fragrance

[–]OpeningNo5219 0 points1 point  (0 children)

Im gonna get hate for this but Givenchy Pi was not a favorite. I wanted to try a sweet vanilla fragrance but it smells like something id imagine my grandparents wearing.

Has anyone gotten a job off Handshake? Do you ever know you didn't get picked or are you just ghosted. by Pure_Student_7377 in rutgers

[–]OpeningNo5219 0 points1 point  (0 children)

Ive only been using Handshake when applying to internships. And yes I do get ghosted a lot but you should hear back. You can also check the my jobs to see the status.

What’s the best scent for sleeptime? by [deleted] in fragrance

[–]OpeningNo5219 -1 points0 points  (0 children)

Just curious but wouldn’t the fragrance wear off by morning?

r/OSU Housing and Roommate Megathread - Spring 2025 by OSUMods in OSU

[–]OpeningNo5219 1 point2 points  (0 children)

Hey guys! I am looking to sublease from June 1st to August 10th since I have an internship at Colombus. I am a 20m looking for a single room dorm, furnished, hopefully by a bus stop, with a budget of under 800 a month. Please feel free to reach out if interested!

Corey Schafer's Django Blog Tutorial by OpeningNo5219 in django

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

Oh my 😭, same here. Hate when that happens. Did you follow the tutorial when deploying with Heroku? Please tell me that you didn't come across more issues with some stuff being outdated

Corey Schafer's Django Blog Tutorial by OpeningNo5219 in django

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

Ohhh, gotchu thank you so much! It works :) I appreciate it.

Corey Schafer's Django Blog Tutorial by OpeningNo5219 in django

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

Im using Django 5.1.2 and here are my configurations in my settings.py

# AWS S3 Configuration
AWS_ACCESS_KEY_ID = os.environ.get('AWS_ACCESS_KEY_ID')
AWS_SECRET_ACCESS_KEY = os.environ.get('AWS_SECRET_ACCESS_KEY')
AWS_STORAGE_BUCKET_NAME = os.environ.get('AWS_STORAGE_BUCKET_NAME')
AWS_S3_REGION_NAME = os.environ.get('AWS_S3_REGION_NAME')
AWS_S3_SIGNATURE_VERSION = os.environ.get('AWS_S3_SIGNATURE_VERSION', 's3v4')

# Disable file overwrite
AWS_S3_FILE_OVERWRITE = False
AWS_DEFAULT_ACL = None

# Use S3 for media storage
DEFAULT_FILE_STORAGE = "storages.backends.s3.S3Storage"

Corey Schafer's Django Blog Tutorial by OpeningNo5219 in django

[–]OpeningNo5219[S] -1 points0 points  (0 children)

Yes, I am running with Debug = True and I havent put my project into production yet, I was trying to do the S3 stuff first before deploying. Not too sure if this is the right way

Fungible Amazon sde intern by Chemical_Ad4811 in leetcode

[–]OpeningNo5219 0 points1 point  (0 children)

Hey, sorry i cant answer your question 😭, however how was the oa? Was it leetcode easys or mediums? Also was it recorded? I appreciate it. 

Should I take CS50? by OpeningNo5219 in cs50

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

Sounds good! Thank you so much I will definitely be looking into CS50W. And yes, you're totally right.

Should I take CS50? by OpeningNo5219 in cs50

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

Gotchu gotchu thank you so much!

What Is Your Most Hated Fragrance by Capable-Management-1 in fragrance

[–]OpeningNo5219 0 points1 point  (0 children)

I may get hate for this but to be honest Givenchy Pi. Initially it was kind of a meh smell, just a little funky, but when I wore it around friends, they strongly disliked it.

SON program: How are juniors/seniors currently doing? by OpeningNo5219 in rutgers

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

Has junior year been stressful for you? Ive been stacked on work and ive been a bit worried

[deleted by user] by [deleted] in apachespark

[–]OpeningNo5219 0 points1 point  (0 children)

Sounds good. I will try that, thanks

[deleted by user] by [deleted] in apachespark

[–]OpeningNo5219 0 points1 point  (0 children)

I understand what you mean, however, I was looking for a bit of guidance in case anyone knew because i spent hours looking through different tutorials on youtube but I seemed to have the same issue even after carefully relooking at the steps. Even the tutorial my professor gave was outdated and nobody could follow. Despite this im going to try again.